You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
descriptionTwo: 'Join your colleagues already using Expensify',
2033
+
descriptionThree: 'Enjoy a more customized experience',
2034
+
},
2035
+
addWorkEmail: 'Add work email',
2036
+
},
2037
+
workEmailValidation: {
2038
+
title: 'Verify your work email',
2039
+
magicCodeSent: ({workEmail}: WorkEmailResendCodeParams)=>`Please enter the magic code sent to ${workEmail}. It should arrive in a minute or two.`,
2040
+
},
2041
+
workEmailValidationError: {
2042
+
publicEmail: 'Please enter a valid work email from a private domain e.g. [email protected]',
2043
+
offline: 'We couldn’t add your work email as you appear to be offline',
2044
+
},
2045
+
mergeBlockScreen: {
2046
+
title: 'Couldn’t add work email',
2047
+
subtitle: ({workEmail}: WorkEmailMergingBlockedParams)=>`We couldn’t add ${workEmail}. Please try again later in Settings or chat with Concierge for guidance.`,
chatWithAccountManager: ({accountManagerDisplayName}: ChatWithAccountManagerParams)=>`¿Necesitas algo específico? Habla con tu gerente de cuenta, ${accountManagerDisplayName}.`,
525
527
chatNow: 'Chatear ahora',
528
+
workEmail: 'correo electrónico de trabajo',
526
529
destination: 'Destino',
527
530
subrate: 'Subtasa',
528
531
perDiem: 'Per diem',
@@ -2023,6 +2026,29 @@ const translations = {
2023
2026
error: {
2024
2027
requiredFirstName: 'Introduce tu nombre para continuar',
2025
2028
},
2029
+
workEmail: {
2030
+
title: 'Cuál es tu correo electrónico de trabajo',
2031
+
subtitle: 'Expensify funciona mejor cuando conectas tu correo electrónico de trabajo.',
descriptionTwo: 'Únete a tus compañeros de trabajo que ya están usando Expensify',
2035
+
descriptionThree: 'Disfruta de una experiencia más personalizada',
2036
+
},
2037
+
addWorkEmail: 'Añadir correo electrónico de trabajo',
2038
+
},
2039
+
workEmailValidation: {
2040
+
title: 'Verifica tu correo electrónico de trabajo',
2041
+
magicCodeSent: ({workEmail}: WorkEmailResendCodeParams)=>`Por favor, introduce el código mágico enviado a ${workEmail}. Debería llegar en uno o dos minutos.`,
2042
+
},
2043
+
workEmailValidationError: {
2044
+
publicEmail: 'Por favor, introduce un correo electrónico laboral válido de un dominio privado, por ejemplo: [email protected]',
2045
+
offline: 'No pudimos añadir tu correo electrónico laboral porque parece que estás sin conexión.',
2046
+
},
2047
+
mergeBlockScreen: {
2048
+
title: 'No se pudo añadir el correo electrónico de trabajo',
0 commit comments