Skip to content

Commit

Permalink
Merge pull request #3696 from Expensify/jasper-requestCallLocalization
Browse files Browse the repository at this point in the history
Localization consts for Request Call Page
  • Loading branch information
HorusGoul authored Jun 22, 2021
2 parents 38ef337 + 5f4611f commit b42adfb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,14 @@ export default {
welcomeNote: ({workspaceName}) => `You have been invited to the ${workspaceName} Workspace! Download the Expensify mobile App to start tracking your expenses.`,
},
},
requestCallPage: {
requestACall: 'Request a Call',
description: 'Need help with your account configuration? Our team of guides are on hand to help you each step of the way.',
instructions: 'Type in your name and phone number, and we’ll give you a call back.',
availabilityText: '*Our guides are available from Sunday at 5pm CT to Friday at 5pm CT. Any requests outside this window will be returned 9am - 5pm, Monday - Friday in your local time. Call time is based on the order the call was received.',
callMe: 'Call Me',
growlMessageOnSave: 'Call requested.',
growlMessageInvalidPhone: 'That doesn’t look like a valid phone number. Try again with the country code.\ne.g. +15005550006',
growlMessageEmptyName: 'Please provide both a first and last name so our Guides know how to address you!',
},
};
10 changes: 10 additions & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,14 @@ export default {
confirmCompanyIsNot: 'Confirmo que esta empresa no está en el',
listOfRestrictedBusinesses: 'lista de negocios restringidos',
},
requestCallPage: {
requestACall: 'Llámame por teléfono',
description: '¿Necesitas ayuda configurando tu cuenta? Nuestro equipo de guías puede ayudarte.',
instructions: 'Escribe tu nombre y número de teléfono y te llamaremos.',
availabilityText: '*Nuestros guías están disponibles de domingo desde las 17.00 CT a viernes hasta las 17.00 CT. Si solicitas una llamada fuera de este horario, te llamaremos de lunes a viernes de 9.00 a 17.00 en tu hora local. El orden de llamada corresponde con el orden de solicitud.',
callMe: 'Llámame',
growlMessageOnSave: 'Llamada solicitada.',
growlMessageInvalidPhone: 'El teléfono no es valido. Intentalo de nuevo agregando el código de país. P. ej.: +15005550006',
growlMessageEmptyName: 'Por favor ingresa tu nombre completo',
},
};

0 comments on commit b42adfb

Please sign in to comment.