mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1076 Fix demo shell translation
This commit is contained in:
committed by
Mario Romano
parent
acb06e92c4
commit
2a6ef8bf51
@@ -46,7 +46,8 @@ export class AppComponent {
|
|||||||
this.setProvider();
|
this.setProvider();
|
||||||
|
|
||||||
if (translate) {
|
if (translate) {
|
||||||
translate.addTranslationFolder();
|
translate.addTranslationFolder('custom', 'custom-translation/');
|
||||||
|
// translate.addTranslationFolder('ng2-alfresco-login', 'custom-translation/alfresco-login');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"LOGIN": {
|
||||||
|
"LOGO": "Alfresco",
|
||||||
|
"LABEL": {
|
||||||
|
"LOGIN": "Login",
|
||||||
|
"USERNAME": "Custom Username",
|
||||||
|
"PASSWORD": "Custom Password",
|
||||||
|
"REMEMBER": "Remember"
|
||||||
|
},
|
||||||
|
"MESSAGES": {
|
||||||
|
"USERNAME-REQUIRED": "Required",
|
||||||
|
"USERNAME-MIN": "Your username needs to be at least 4 characters.",
|
||||||
|
"PASSWORD-REQUIRED": "Enter your password to sign in",
|
||||||
|
"LOGIN-ERROR-CREDENTIALS": "You have entered an invalid username or password",
|
||||||
|
"LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined",
|
||||||
|
"LOGIN-SUCCESS": "Login successful"
|
||||||
|
},
|
||||||
|
"BUTTON": {
|
||||||
|
"LOGIN": "SIGN IN"
|
||||||
|
},
|
||||||
|
"ACTION": {
|
||||||
|
"HELP": "NEED HELP?",
|
||||||
|
"REGISTER": "REGISTER"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"LOGIN": {
|
||||||
|
"LABEL": {
|
||||||
|
"LOGIN": "Autenticazione",
|
||||||
|
"USERNAME": "Nome utente",
|
||||||
|
"PASSWORD": "Password",
|
||||||
|
"REMEMBER": "Ricordami"
|
||||||
|
},
|
||||||
|
"MESSAGES": {
|
||||||
|
"USERNAME-REQUIRED": "Campo obbligatorio",
|
||||||
|
"USERNAME-MIN": "Inserire un nome utente di minimo 4 caratteri.",
|
||||||
|
"PASSWORD-REQUIRED": "Campo obbligatorio",
|
||||||
|
"LOGIN-ERROR-CREDENTIALS": "Nome utente o password non validi",
|
||||||
|
"LOGIN-ERROR-PROVIDERS": "Providers non può essere nullo",
|
||||||
|
"LOGIN-SUCCESS": "Login effettuata con successo"
|
||||||
|
},
|
||||||
|
"BUTTON": {
|
||||||
|
"LOGIN": "Accedi"
|
||||||
|
},
|
||||||
|
"ACTION": {
|
||||||
|
"HELP": "BISOGNO DI AIUTO?",
|
||||||
|
"REGISTER": "REGISTRATI"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -20,4 +20,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user