added german and italian translateions for user and core views

This commit is contained in:
David Baldwynn 2017-10-27 12:13:47 -07:00
parent fe692d2a7d
commit e6685154dd
11 changed files with 198 additions and 626 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,15 @@
'use strict';
angular.module('core').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('de', {
MENU: 'MENÜ',
SIGNUP_TAB: 'Anmelden',
SIGNIN_TAB: 'Anmeldung',
SIGNOUT_TAB: 'Abmelden',
EDIT_PROFILE: 'Profil bearbeiten',
MY_FORMS: 'Meine Formulare',
MY_SETTINGS: 'Meine Einstellungen',
CHANGE_PASSWORD: 'Passwort ändern'
});
}]);

View file

@ -0,0 +1,15 @@
'use strict';
angular.module('core').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('de', {
MENU: 'MENÜ',
SIGNUP_TAB: 'Vi Phrasal',
SIGNIN_TAB: 'Accedi',
SIGNOUT_TAB: 'Esci',
EDIT_PROFILE: 'Modifica Profilo',
MY_FORMS: 'Mie Forme',
MY_SETTINGS: 'Mie Impostazioni',
CHANGE_PASSWORD: 'Cambia la password'
});
}]);

View file

@ -2,7 +2,7 @@
angular.module('forms').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('french', {
$translateProvider.translations('fr', {
FORM_SUCCESS: 'Votre formulaire a été enregistré!',
REVIEW: 'Incomplet',
BACK_TO_FORM: 'Retourner au formulaire',

View file

@ -2,7 +2,7 @@
angular.module('forms').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('german', {
$translateProvider.translations('de', {
FORM_SUCCESS: 'Ihre Angaben wurden gespeichert.',
REVIEW: 'Unvollständig',
BACK_TO_FORM: 'Zurück zum Formular',

View file

@ -2,7 +2,7 @@
angular.module('forms').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('italian', {
$translateProvider.translations('it', {
FORM_SUCCESS: 'Il formulario è stato inviato con successo!',
REVIEW: 'Incompleto',
BACK_TO_FORM: 'Ritorna al formulario',

View file

@ -0,0 +1,69 @@
'use strict';
angular.module('users').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('de', {
ACCESS_DENIED_TEXT: 'Sie müssen eingeloggt sein, um auf diese Seite zugreifen zu können',
USERNAME_OR_EMAIL_LABEL: 'Benutzername oder E-Mail',
USERNAME_LABEL: 'Benutzername',
PASSWORD_LABEL: 'Passwort',
CURRENT_PASSWORD_LABEL: 'Aktuelles Passwort',
NEW_PASSWORD_LABEL: 'Neues Passwort',
VERIFY_PASSWORD_LABEL: 'Passwort bestätigen',
UPDATE_PASSWORD_LABEL: 'Passwort aktualisieren',
FIRST_NAME_LABEL: 'Vorname',
LAST_NAME_LABEL: 'Nachname',
LANGUAGE_LABEL: 'Sprache',
EMAIL_LABEL: 'Email',
SIGNUP_ACCOUNT_LINK: 'Haben Sie kein Konto? Hier anmelden',
SIGN_IN_ACCOUNT_LINK: 'Haben Sie bereits ein Konto? Hier anmelden',
SIGNUP_HEADER_TEXT: 'Anmelden',
SIGNIN_HEADER_TEXT: 'Anmelden',
SIGNUP_ERROR_TEXT: 'Konnte die Registrierung aufgrund von Fehlern nicht abschließen',
ENTER_ACCOUNT_EMAIL: 'Geben Sie Ihre Konto-E-Mail ein.',
RESEND_VERIFICATION_EMAIL: Bestätigungs-E-Mail erneut senden
SAVE_CHANGES: 'Änderungen speichern',
CANCEL_BTN: 'Abbrechen',
EDIT_PROFILE: 'Bearbeiten Sie Ihr Profil',
UPDATE_PROFILE_BTN: 'Profil aktualisieren',
PROFILE_SAVE_SUCCESS: 'Profil wurde erfolgreich gespeichert',
PROFILE_SAVE_ERROR: 'Könnte Ihr Profil nicht speichern.',
CONNECTED_SOCIAL_ACCOUNTS: 'Verbundene Sozialkonten',
CONNECT_OTHER_SOCIAL_ACCOUNTS: 'Andere soziale Konten verbinden',
FORGOT_PASSWORD_LINK: 'Passwort vergessen?',
REVERIFY_ACCOUNT_LINK: 'Bestätige deine Bestätigungs-E-Mail erneut',
SIGNIN_BTN: "Anmelden",
SIGNUP_BTN: 'Registrieren',
SAVE_PASSWORD_BTN: 'Passwort speichern',
SUCCESS_HEADER: 'Anmeldung erfolgreich',
SUCCESS_TEXT: 'Sie haben ein Konto erfolgreich bei TellForm registriert.',
VERIFICATION_EMAIL_SENT: 'Bestätigungs-E-Mail wurde gesendet',
VERIFICATION_EMAIL_SENT_TO: 'Es wurde eine Bestätigungs-E-Mail gesendet.',
NOT_ACTIVATED_YET: 'Dein Account ist noch nicht aktiviert',
BEFORE_YOU_CONTINUE: 'Bevor Sie fortfahren, überprüfen Sie bitte Ihre E-Mail-Adresse auf Überprüfung. Wenn Sie nicht innerhalb von 24 Stunden erhalten Sie uns eine Zeile bei ',
CHECK_YOUR_EMAIL: 'Überprüfe deine E-Mail und klicke auf den Aktivierungslink, um deinen Account zu aktivieren. Wenn Sie irgendwelche Fragen haben, lassen Sie uns eine Zeile bei '
WEITER: 'Weiter',
PASSWORD_RESTORE_HEADER: 'Wiederherstellen Ihres Passworts',
ENTER_YOUR_EMAIL: 'Geben Sie Ihre E-Mail-Adresse ein.',
SUBMIT_BTN: 'Senden',
ASK_FOR_NEW_PASSWORD: 'Neues Passwort zurücksetzen',
PASSWORD_RESET_INVALID: 'Passwort-Reset ist ungültig',
PASSWORD_RESET_SUCCESS: 'Passport erfolgreich zurückgesetzt',
PASSWORD_CHANGE_SUCCESS: 'Pass wurde erfolgreich geändert',
RESET_PASSWORD: 'Passwort zurücksetzen',
CHANGE_PASSWORD: 'Ändern Sie Ihr Passwort',
CONTINUE_TO_LOGIN: 'Weiter zur Anmeldeseite',
VERIFY_SUCCESS: 'Konto erfolgreich aktiviert',
VERIFY_ERROR: 'Überprüfungslink ist ungültig oder abgelaufen'
});
}]);

View file

@ -0,0 +1,69 @@
'use strict';
angular.module('users').config(['$translateProvider', function ($translateProvider) {
$translateProvider.translations('it', {
ACCESS_DENIED_TEXT: 'Devi aver effettuato l\'accesso per accedere a questa pagina',
USERNAME_OR_EMAIL_LABEL: 'Nome utente o posta elettronica',
USERNAME_LABEL: 'Nome utente',
PASSWORD_LABEL: 'Password',
CURRENT_PASSWORD_LABEL: 'Current Password',
NEW_PASSWORD_LABEL: 'Nuova password',
VERIFY_PASSWORD_LABEL: 'Verifica password',
UPDATE_PASSWORD_LABEL: 'Aggiorna password',
FIRST_NAME_LABEL: 'Nome',
LAST_NAME_LABEL: 'Cognome',
LANGUAGE_LABEL: 'Lingua',
EMAIL_LABEL: 'Email',
SIGNUP_ACCOUNT_LINK: 'Non hai un account? Iscriviti qui ',
SIGN_IN_ACCOUNT_LINK: 'Hai già un account? Accedi qui ',
SIGNUP_HEADER_TEXT: 'Iscriviti',
SIGNIN_HEADER_TEXT: 'Accedi',
SIGNUP_ERROR_TEXT: 'Impossibile completare la registrazione a causa di errori',
ENTER_ACCOUNT_EMAIL: "Inserisci l'email del tuo account.",
RESEND_VERIFICATION_EMAIL: 'Ripeti l\'email di verifica',
SAVE_CHANGES: 'Salva modifiche',
CANCEL_BTN: 'Annulla',
EDIT_PROFILE: 'Modifica il tuo profilo',
UPDATE_PROFILE_BTN: 'Aggiorna profilo',
PROFILE_SAVE_SUCCESS: 'Profilo salvato con successo',
PROFILE_SAVE_ERROR: 'Impossibile salvare il tuo profilo.',
CONNECTED_SOCIAL_ACCOUNTS: 'Conti sociali connessi',
CONNECT_OTHER_SOCIAL_ACCOUNTS: 'Connetti altri account sociali',
FORGOT_PASSWORD_LINK: 'Hai dimenticato la password?',
REVERIFY_ACCOUNT_LINK: 'Ripeti la tua email di verifica',
SIGNIN_BTN: 'Accedi',
SIGNUP_BTN: 'Iscriviti',
SAVE_PASSWORD_BTN: 'Salva password',
SUCCESS_HEADER: 'Registra il successo',
SUCCESS_TEXT: 'Hai registrato un account con TellForm.',
VERIFICATION_EMAIL_SENT: 'L\'email di verifica è stata inviata',
VERIFICATION_EMAIL_SENT_TO: 'E\' stata inviata un\'email di verifica a ',
NOT_ACTIVATED_YET: 'Ma il tuo account non è ancora attivato',
BEFORE_YOU_CONTINUE: 'Prima di continuare, assicurati di controllare la tua email per la nostra verifica. Se non lo ricevi entro 24 ore ci cali una linea a ',
CHECK_YOUR_EMAIL: 'Controlla la tua email e fai clic sul link di attivazione per attivare il tuo account. Se hai domande, fai una linea a ',
CONTINUA: 'Continua',
PASSWORD_RESTORE_HEADER: 'Ripristina password',
ENTER_YOUR_EMAIL: 'Inserisci l\'email del tuo account'.
SUBMIT_BTN: 'Invia',
ASK_FOR_NEW_PASSWORD: 'Richiedi nuova password reimpostata',
PASSWORD_RESET_INVALID: 'Il reset della password non è valido',
PASSWORD_RESET_SUCCESS: 'Passaporto resettato con successo',
PASSWORD_CHANGE_SUCCESS: 'Passaporto modificato con successo',
RESET_PASSWORD: 'Ripristina la tua password',
CHANGE_PASSWORD: 'Modifica password',
CONTINUE_TO_LOGIN: 'Continua alla pagina di login',
VERIFY_SUCCESS: 'Account attivato correttamente',
VERIFY_ERROR: 'Il collegamento di verifica non è valido o è scaduto'
});
}]);