Initial commit
This commit is contained in:
1266
api-wiaas/server/components/v1/translate/languages/en.json
Normal file
1266
api-wiaas/server/components/v1/translate/languages/en.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"login" : {
|
||||
"headers" : {
|
||||
"TITLE" : "Login",
|
||||
"SMALL_TITLE" : "Please sign in",
|
||||
"USERNAME" : "Username",
|
||||
"PASSWORD" : "Password",
|
||||
"TITLE_SELECT" : "Select Commercial Lead",
|
||||
"SMALL_TITLE_SELECT" : "Please select a commercial lead",
|
||||
"FORGET_PASSWORD" : "Forgot password?",
|
||||
"FORGET_PASSWORD_TITLE": "Forgot password",
|
||||
"MAIL": "Enter your email address"
|
||||
},
|
||||
"buttons" : {
|
||||
"SIGN_IN" : "Sign in",
|
||||
"SEND_RECOVER_MAIL" : "Recover password"
|
||||
},
|
||||
"messages" : {
|
||||
"MAIL_SENT": "A new password was generated. You will receive an email with the necessary info.",
|
||||
"SIGN_IN": "Sign in here!",
|
||||
"ERROR": "An error occured while trying to generate the new password. Please review the mail address and try again!",
|
||||
"NO_USER": "No user found for the email provided. Please review the mail address and try again!",
|
||||
"INVALID_USERNAME": "Invalid username!",
|
||||
"INVALID_USERNAME_PASSWORD": "Invalid username or password!",
|
||||
"CHANGE_LATER": "You can change again your password in 5 minutes!"
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"headers": {
|
||||
"RESET_TITLE": "Reset your password",
|
||||
"NEW_PASSWORD": "Enter new password",
|
||||
"CONFIRM_PASSWORD": "Confirm your new password"
|
||||
},
|
||||
"buttons": {
|
||||
"SET_PASSWORD": "Set password",
|
||||
"SIGN_IN": "Back to sign in"
|
||||
},
|
||||
"messages": {
|
||||
"PASSWORD_CONFIRMATION" : "Are you sure you want to change your password",
|
||||
"PASSWORDS_MISSING": "All passwords fields must be field to be able to change the password!",
|
||||
"PASSWORD_MISMATCH": "Passwords don't match!",
|
||||
"PASSWORD_INCORRECT": "Password doesn't match with the format needed! The password must contain one uppercase letter, one number and one special character (!,@,#,$,%,-,_) and it must be at least 8 characters long.",
|
||||
"MAIL_SENT": "Confirmation mail was sent to user!",
|
||||
"PASSWORD_GENERATED": "Password was successfully changed!",
|
||||
"PASSWORD_CHARACTERS": "Password must be at least 8 characters long and it must contain at least one lowercase letter, one uppercase letter, one number and one special character!",
|
||||
"INVALID_TOKEN": "Invalid token!",
|
||||
"SIGN_IN": "You can now sign in to the application here!"
|
||||
}
|
||||
}
|
||||
}
|
||||
55
api-wiaas/server/components/v1/translate/languages/ro.json
Normal file
55
api-wiaas/server/components/v1/translate/languages/ro.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"main" : {
|
||||
"TITLE" : "Salut lume",
|
||||
"LANGUAGE" : "Limba",
|
||||
"LOGOUT" : "Logout",
|
||||
"menu" : {
|
||||
"Home" : "Acasa",
|
||||
"Suppliers" : "Furnizori",
|
||||
"Packages" : "Pachete",
|
||||
"Process" : "Procese",
|
||||
"Orders" : "Comenzi"
|
||||
}
|
||||
},
|
||||
"dataTable" :{
|
||||
"lengthMenu": "Afiseaza _MENU_ intrari per pagina",
|
||||
"zeroRecords": "Nici un rezultat gasit",
|
||||
"info": "Pagina _PAGE_ din _PAGES_",
|
||||
"infoEmpty": "Nu exista valori",
|
||||
"infoFiltered": "(_MAX_ total valori filtrate)"
|
||||
},
|
||||
"suppliers" : {
|
||||
"TITLE" : "Furnizori",
|
||||
"buttons" : {
|
||||
"SHOW_SUPPLIERS" : "Arata Furnizori",
|
||||
"SHOW_SUPPLIERS_PRODUCTS" : "Arata Produse furnizori"
|
||||
},
|
||||
"headers" : {
|
||||
"SHOW_SUPPLIERS" : "Furnizori",
|
||||
"SHOW_SUPPLIERS_PRODUCTS" : "Arata produse furnizori"
|
||||
}
|
||||
},
|
||||
"packages" : {
|
||||
"TITLE" : "Pachete",
|
||||
"buttons" : {
|
||||
"SHOW_PACKAGES" : "Arata Pachete",
|
||||
"CREATE_PACKAGES" : "Creaza pachete",
|
||||
"ADD_PACKAGES_PROCESS" : "Adauga proces"
|
||||
},
|
||||
"headers" : {
|
||||
"SHOW_PACKAGES" : "Pachete",
|
||||
"CREATE_PACKAGES" : "Creaza pachete",
|
||||
"ADD_PACKAGES_PROCESS" : "Adauga proces la pachet",
|
||||
"PRODUCT_INFO" : "Informatii"
|
||||
},
|
||||
"forms" : {
|
||||
"CREATE_COUNTRY" : "Tara",
|
||||
"CREATE_NAME" : "Nume pachet",
|
||||
"CREATE_DESCRIPTION" : "Descriere",
|
||||
"CREATE_QUANTITY" : "Cantitate",
|
||||
"buttons" : {
|
||||
"CREATE_PACKAGE" : "Creaza pachet"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user