Prima del salvataggio USER
This commit is contained in:
53
src/i18n.js
53
src/i18n.js
@@ -1,19 +1,52 @@
|
||||
const messages = {
|
||||
enUs: {
|
||||
msg: {
|
||||
hello: 'Hello!',
|
||||
myAppName: 'FreePlanet',
|
||||
myDescriz: 'The first Free app for Everyone'
|
||||
|
||||
}
|
||||
},
|
||||
it: {
|
||||
msg: {
|
||||
hello: 'Buongiorno!',
|
||||
myAppName: 'FreePlanet',
|
||||
myDescriz: 'La prima App Libera e per Tutti'
|
||||
}
|
||||
}
|
||||
},
|
||||
reg: {
|
||||
richiesto: '* Richiesto',
|
||||
email: 'Email',
|
||||
username : 'Nome Utente',
|
||||
password: 'Password',
|
||||
confirmpassword: 'Ripeti password',
|
||||
terms: "Accetti i termini e le condizioni?",
|
||||
err: {
|
||||
required: 'è richiesto',
|
||||
email: 'dev\'essere una email valida',
|
||||
errore_generico: 'Si prega di compilare correttamente i campi',
|
||||
atleast: 'dev\'essere lungo almeno di',
|
||||
notmore: 'non dev\'essere lungo più di',
|
||||
char: 'caratteri',
|
||||
terms: 'Devi accettare le condizioni, per continuare.'
|
||||
}
|
||||
},
|
||||
},
|
||||
enUs: {
|
||||
msg: {
|
||||
hello: 'Hello!',
|
||||
myAppName: 'FreePlanet',
|
||||
myDescriz: 'The first Free app for Everyone'
|
||||
},
|
||||
reg: {
|
||||
richiesto: '* Required',
|
||||
email: 'Email',
|
||||
username : 'Username',
|
||||
password: 'Password',
|
||||
confirmpassword: 'Repeat password',
|
||||
terms: "Do you agree with the terms & conditions?",
|
||||
err: {
|
||||
required: 'is required',
|
||||
email: 'must be a valid email',
|
||||
errore_generico: 'Please review fields again',
|
||||
atleast: 'must be at least',
|
||||
notmore: 'must not be more than',
|
||||
char: 'characters long',
|
||||
terms: 'You need to agree with the terms & conditions.'
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
||||
Reference in New Issue
Block a user