set translations en and es
This commit is contained in:
28
src/helpers/messages.js
Normal file
28
src/helpers/messages.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export const messages = {
|
||||
en: {
|
||||
labels: {
|
||||
email: 'Email',
|
||||
password: 'Password',
|
||||
},
|
||||
global: {
|
||||
signIn: "Sign In"
|
||||
},
|
||||
login: {
|
||||
title: 'Sign in',
|
||||
greeting: 'Welcome! Enter your email and password'
|
||||
}
|
||||
},
|
||||
es: {
|
||||
labels: {
|
||||
email: 'Correo electrónico',
|
||||
password: 'Contraseña',
|
||||
},
|
||||
global: {
|
||||
signIn: "Ingresar"
|
||||
},
|
||||
login: {
|
||||
title: 'Iniciar sesión',
|
||||
greeting: 'Bienvenido! Ingresa tu email y contraseña'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user