Skip to content

Commit

Permalink
Spanish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Feb 27, 2024
1 parent f90adc8 commit 89df038
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,14 @@ export default {
loginForm: 'Formulario de inicio de sesión',
notYou: ({user}: NotYouParams) => `¿No eres ${user}?`,
},
onboarding: {
welcome: '¡Bienvenido!',
whatsYourName: '¿Cómo te llamas?',
error: {
requiredFirstName: 'Por favor, ingresa tu primer nombre para continuar',
requiredLasttName: 'Por favor, ingresa tu apellido para continuar',
},
},
personalDetails: {
error: {
containsReservedWord: 'El nombre no puede contener las palabras Expensify o Concierge',
Expand Down

0 comments on commit 89df038

Please sign in to comment.