Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Update translations #470

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions client/lang/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// This file was generated by silverstripe/cow from client/lang/src/de.json.
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('de', {
"MultiFactorAuthentication.HOW_MFA_WORKS": "So funktioniert die Multi-Faktor-Authentifizierung",
"MultiFactorAuthentication.TITLE": "Erhöhen Sie die Sicherheit Ihres Kontos",
"MultiFactorAuthentication.HOW_IT_WORKS": "Wie es funktioniert",
"MultiFactorAuthentication.EXTRA_LAYER_IMAGE_ALT": "Schilder, die zusätzlichen Schutz signalisieren.",
"MultiFactorAuthentication.EXTRA_LAYER_TITLE": "Zusätzliche Schutzschicht",
"MultiFactorAuthentication.EXTRA_LAYER_DESCRIPTION": "Jedes Mal, wenn Sie sich bei Ihrem Konto anmelden, benötigen Sie Ihr Passwort und eine zusätzliche Form der Verifizierung.",
"MultiFactorAuthentication.UNIQUE_IMAGE_ALT": "Person mit Häkchen zur Kennzeichnung der Eindeutigkeit.",
"MultiFactorAuthentication.UNIQUE_TITLE": "Einzigartig für Sie",
"MultiFactorAuthentication.UNIQUE_DESCRIPTION": "Diese Verifizierung ist nur für Sie verfügbar. Selbst wenn jemand Ihr Passwort erhält, kann er nicht auf Ihr Konto zugreifen.",
"MultiFactorAuthentication.GET_STARTED": "Los geht's",
"MultiFactorAuthentication.SETUP_LATER": "Später einrichten",
"MultiFactorAuthentication.ADD_ANOTHER_METHOD": "Eine weitere MFA-Methode hinzufügen",
"MultiFactorAuthentication.ADD_FIRST_METHOD": "Eine MFA-Methode hinzufügen",
"MultiFactorAuthentication.REGISTERED": "{method}: Registriert",
"MultiFactorAuthentication.DEFAULT_REGISTERED": "{method} (Standard): Registriert",
"MultiFactorAuthentication.BACKUP_REGISTERED": "{method}: Erstellt am {date}",
"MultiFactorAuthentication.RESET_METHOD": "Zurücksetzen",
"MultiFactorAuthentication.REMOVE_METHOD": "Entfernen",
"MultiFactorAuthentication.SET_AS_DEFAULT": "Als Standardmethode festlegen",
"MultiFactorAuthentication.NO_METHODS_REGISTERED": "Es wurden noch keine MFA-Methoden registriert. Fügen Sie Eine über die Schaltfläche unten hinzu",
"MultiFactorAuthentication.NO_METHODS_REGISTERED_READONLY": "Dieses Mitglied hat noch keine MFA-Methoden registriert",
"MultiFactorAuthentication.SELECT_METHOD": "Wählen Sie eine Prüfmethode",
"MultiFactorAuthentication.SETUP_COMPLETE_TITLE": "Die Multi-Faktor-Authentifizierung ist jetzt eingerichtet",
"MultiFactorAuthentication.ACCOUNT_RESET_TITLE": "Hilfe zum Zurücksetzen des Benutzerkontos",
"MultiFactorAuthentication.ACCOUNT_RESET_DESCRIPTION": "Vergewissern Sie sich, dass die Person, die eine Rücksetzung beantragt, die richtige Person ist, die mit diesem Konto verbunden ist, bevor Sie fortfahren. Eine E-Mail mit einem Link zum Zurücksetzen des Passworts und der Multi-Faktor-Authentifizierungsmethoden wird an die Adresse des Mitglieds gesendet.",
"MultiFactorAuthentication.ACCOUNT_RESET_ACTION": "E-Mail zum Zurücksetzen des Kontos senden",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING": "Senden...",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS": "Eine E-Mail wurde verschickt.",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_FAILURE": "Wir konnten keine E-Mail versenden, bitte versuchen Sie es später noch einmal.",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION": "Sie sind dabei, dieses Konto zurückzusetzen. Ihr Passwort und die Multi-Faktor-Authentifizierung werden zurückgesetzt. Fortfahren?",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION_BUTTON": "Ja, E-Mail zum Zurücksetzen senden",
"MultiFactorAuthentication.DEFAULT_CONFIRM_BUTTON": "Bestätigen",
"MultiFactorAuthentication.DEFAULT_CONFIRM_DISMISS_BUTTON": "Abbrechen",
"MultiFactorAuthentication.DELETE_CONFIRMATION": "Sind Sie sicher, dass Sie diese Methode entfernen möchten?",
"MultiFactorAuthentication.CONFIRMATION_TITLE": "Sind Sie sicher?",
"MultiFactorAuthentication.DELETE_CONFIRMATION_BUTTON": "Methode entfernen",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION": "Alle bestehenden Codes werden ungültig und es werden neue Codes geschaffen.",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION_BUTTON": "Codes zurücksetzen",
"MultiFactorAuthentication.ADMIN_SETUP_COMPLETE_CONTINUE": "Ihre Einstellungen wurden aktualisiert",
"MultiFactorAuthentication.TRY_AGAIN_ERROR": "Etwas ist schief gelaufen. Bitte versuchen Sie es erneut.",
"MultiFactorAuthentication.UNKNOWN_ERROR": "Ein unbekannter Fehler ist aufgetreten."
});
}
2 changes: 1 addition & 1 deletion client/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/en.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
2 changes: 1 addition & 1 deletion client/lang/eo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/eo.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
51 changes: 51 additions & 0 deletions client/lang/fi_FI.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// This file was generated by silverstripe/cow from client/lang/src/fi_FI.json.
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fi_FI', {
"MultiFactorAuthentication.HOW_MFA_WORKS": "Miten monivaiheinen tunnistautuminen toimii",
"MultiFactorAuthentication.TITLE": "Lisää käyttäjätilillesi enemmän turvallisuutta",
"MultiFactorAuthentication.HOW_IT_WORKS": "Miten monivaiheinen tunnistatuminen toimii",
"MultiFactorAuthentication.EXTRA_LAYER_IMAGE_ALT": "Kilpi joka osoittaa lisäturvallisuutta",
"MultiFactorAuthentication.EXTRA_LAYER_TITLE": "Lisäkerros turvallisuutta",
"MultiFactorAuthentication.EXTRA_LAYER_DESCRIPTION": "Käyttäjätilille kirjautuessa sinulta vaaditaan salasana sekä toinen tunnistautumistapa.",
"MultiFactorAuthentication.UNIQUE_IMAGE_ALT": "Henkilö ruksilla osoittaa yksilöllisyyttä",
"MultiFactorAuthentication.UNIQUE_TITLE": "Sinulle yksilöllinen",
"MultiFactorAuthentication.UNIQUE_DESCRIPTION": "Tämä varmennus on ainoastaan sinun käytettävissä. Jopa tapauksissa jossa joku muu käyttää salasanaasi niin he eivät pysty kirjautumaan käyttäjätilillesi.",
"MultiFactorAuthentication.GET_STARTED": "Aloita",
"MultiFactorAuthentication.SETUP_LATER": "Asenna myöhemmin",
"MultiFactorAuthentication.ADD_ANOTHER_METHOD": "Lisää toinen monivaiheinen tunnistautumistapa",
"MultiFactorAuthentication.ADD_FIRST_METHOD": "Lisää monivaiheinen tunnistautumistapa",
"MultiFactorAuthentication.REGISTERED": "{method}: Rekisteröity",
"MultiFactorAuthentication.DEFAULT_REGISTERED": "{method} (oletusarvo): Rekisteröity",
"MultiFactorAuthentication.BACKUP_REGISTERED": "{method}: Luotu {date}",
"MultiFactorAuthentication.RESET_METHOD": "Tyhjää",
"MultiFactorAuthentication.REMOVE_METHOD": "Poista",
"MultiFactorAuthentication.SET_AS_DEFAULT": "Aseta oletus toiminnoksi",
"MultiFactorAuthentication.NO_METHODS_REGISTERED": "Monivaiheista tunnistautumista ei ole rekisteröity. Lisää alla olevasta napista",
"MultiFactorAuthentication.NO_METHODS_REGISTERED_READONLY": "Tämä käyttäjä ei ole vielä rekisteröinyt monivaiheista tunnistautumista vielä",
"MultiFactorAuthentication.SELECT_METHOD": "Valitse varmennustapa",
"MultiFactorAuthentication.SETUP_COMPLETE_TITLE": "Monivaiheinen tunnistautuminen on nyt asetettu",
"MultiFactorAuthentication.ACCOUNT_RESET_TITLE": "Auta käyttäjää asettamaan käyttäjätilin uudelleen.",
"MultiFactorAuthentication.ACCOUNT_RESET_DESCRIPTION": "Varmista että henkilö joka pyytää käyttäjätilin nollausta on käyttäjätilin omistava henkilö. Käyttäjän sähköpostiosoitteeseen lähetetään sähköpostiviesti josta löytyy linkki millä saa asetettua salasanan sekä monivaiheisen tunnistautumisen tavat.",
"MultiFactorAuthentication.ACCOUNT_RESET_ACTION": "Lähetä käyttäjätilin nollaus sähköpostiviesti",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING": "Lähettää...",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS": "Sähköpostiviesti on lähetetty.",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_FAILURE": "Sähköpostiviestiä ei pystytty lähettämään, kokeille uudelleen myöhemmin.",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION": "Olet nollaamassa tätä käyttäjätiliä. Käyttäjän salasana ja monivaiheinen tunnistautuminen tulee nollautumaan. Jatka?",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION_BUTTON": "Kyllä, lähetä nollaus sähköpostiviesti",
"MultiFactorAuthentication.DEFAULT_CONFIRM_BUTTON": "Varmista",
"MultiFactorAuthentication.DEFAULT_CONFIRM_DISMISS_BUTTON": "Peruuta",
"MultiFactorAuthentication.DELETE_CONFIRMATION": "Oletko varma että haluat poistaa tämän tunnistautumistavan",
"MultiFactorAuthentication.CONFIRMATION_TITLE": "Oletko varma?",
"MultiFactorAuthentication.DELETE_CONFIRMATION_BUTTON": "Poista tunnistautumistapa",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION": "Kaikki olemassa olevat koodit mitätöidään ja tilalle luodaan uudet koodit",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION_BUTTON": "Nollaa koodit",
"MultiFactorAuthentication.ADMIN_SETUP_COMPLETE_CONTINUE": "Asetuksesi on päivitetty",
"MultiFactorAuthentication.TRY_AGAIN_ERROR": "Joku meni pieleen. Kokeile uudelleen.",
"MultiFactorAuthentication.UNKNOWN_ERROR": "Tuntematon virhe esiintyi."
});
}
51 changes: 51 additions & 0 deletions client/lang/fr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// This file was generated by silverstripe/cow from client/lang/src/fr.json.
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('fr', {
"MultiFactorAuthentication.HOW_MFA_WORKS": "Comment fonctionne l'authentification multifactorielle",
"MultiFactorAuthentication.TITLE": "Ajouter une sécurité supplémentaire à votre compte",
"MultiFactorAuthentication.HOW_IT_WORKS": "Comment cela fonctionne-t-il ?",
"MultiFactorAuthentication.EXTRA_LAYER_IMAGE_ALT": "Boucliers indiquant une protection supplémentaire",
"MultiFactorAuthentication.EXTRA_LAYER_TITLE": "Couche supplémentaire de protection",
"MultiFactorAuthentication.EXTRA_LAYER_DESCRIPTION": "Chaque fois que vous vous connecterez à votre compte, vous aurez besoin de votre mot de passe et d'un formulaire supplémentaire de vérification.",
"MultiFactorAuthentication.UNIQUE_IMAGE_ALT": "Personne avec une coche indiquant l'unicité",
"MultiFactorAuthentication.UNIQUE_TITLE": "Unique pour vous",
"MultiFactorAuthentication.UNIQUE_DESCRIPTION": "Cette vérification est uniquement disponible pour vous. Même si quelqu'un obtient votre mot de passe, il ne pourra pas accéder à votre compte.",
"MultiFactorAuthentication.GET_STARTED": "Commencer",
"MultiFactorAuthentication.SETUP_LATER": "Configuration ultérieure",
"MultiFactorAuthentication.ADD_ANOTHER_METHOD": "Ajouter une autre méthode MFA",
"MultiFactorAuthentication.ADD_FIRST_METHOD": "Ajouter une méthode MFA",
"MultiFactorAuthentication.REGISTERED": "{method} : Enregistré",
"MultiFactorAuthentication.DEFAULT_REGISTERED": "{method} (par défaut) : Enregistré",
"MultiFactorAuthentication.BACKUP_REGISTERED": "{method} : Créé {date}",
"MultiFactorAuthentication.RESET_METHOD": "Réinitialiser",
"MultiFactorAuthentication.REMOVE_METHOD": "Supprimer",
"MultiFactorAuthentication.SET_AS_DEFAULT": "Définir comme méthode par défaut",
"MultiFactorAuthentication.NO_METHODS_REGISTERED": "Aucune méthode MFA n'a été enregistrée. Ajoutez-en une en utilisant le bouton ci-dessous",
"MultiFactorAuthentication.NO_METHODS_REGISTERED_READONLY": "Ce membre n'a pas encore enregistré de méthode MFA.",
"MultiFactorAuthentication.SELECT_METHOD": "Sélectionnez une méthode de vérification",
"MultiFactorAuthentication.SETUP_COMPLETE_TITLE": "L'authentification multifactorielle est maintenant configurée.",
"MultiFactorAuthentication.ACCOUNT_RESET_TITLE": "Aidez l'utilisateur à réinitialiser son compte",
"MultiFactorAuthentication.ACCOUNT_RESET_DESCRIPTION": "Assurez-vous que la personne qui demande la réinitialisation est bien la personne associée à ce compte avant de procéder. Un courriel sera envoyé à l'adresse du membre avec un lien pour réinitialiser à la fois son mot de passe et les méthodes d'authentification multifactorielle.",
"MultiFactorAuthentication.ACCOUNT_RESET_ACTION": "Envoyer l'e-mail de réinitialisation du compte",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING": "Envoi...",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS": "Un email a été envoyé.",
"MultiFactorAuthentication.ACCOUNT_RESET_SENDING_FAILURE": "Nous n'avons pas pu envoyer d'email, veuillez réessayer plus tard.",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION": "Vous êtes sur le point de réinitialiser ce compte. Son mot de passe et son authentification multifactorielle seront réinitialisés. Continuer ?",
"MultiFactorAuthentication.ACCOUNT_RESET_CONFIRMATION_BUTTON": "Oui, envoyer l'email de réinitialisation",
"MultiFactorAuthentication.DEFAULT_CONFIRM_BUTTON": "Confirmer",
"MultiFactorAuthentication.DEFAULT_CONFIRM_DISMISS_BUTTON": "Annuler",
"MultiFactorAuthentication.DELETE_CONFIRMATION": "Êtes-vous sûr de vouloir supprimer cette méthode",
"MultiFactorAuthentication.CONFIRMATION_TITLE": "Vous êtes sûr ?",
"MultiFactorAuthentication.DELETE_CONFIRMATION_BUTTON": "Supprimer la méthode",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION": "Tous les codes existants seront invalidés et de nouveaux codes seront créés.",
"MultiFactorAuthentication.RESET_BACKUP_CONFIRMATION_BUTTON": "Réinitialisation des codes",
"MultiFactorAuthentication.ADMIN_SETUP_COMPLETE_CONTINUE": "Vos paramètres ont été mis à jour",
"MultiFactorAuthentication.TRY_AGAIN_ERROR": "Un problème est survenu. Veuillez réessayer.",
"MultiFactorAuthentication.UNKNOWN_ERROR": "Un problème est survenu. Veuillez réessayer."
});
}
6 changes: 3 additions & 3 deletions client/lang/nl.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// This file was generated by silverstripe/cow from client/lang/src/nl.json.
// See https://github.com/tractorcow/cow for details
// See https://github.com/silverstripe/cow for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('nl', {
"MultiFactorAuthentication.HOW_MFA_WORKS": "Hoe inloggen met tweestapsverificatie werkt",
"MultiFactorAuthentication.HOW_MFA_WORKS": "Lees meer over hoe inloggen met tweestapsverificatie werkt.",
"MultiFactorAuthentication.TITLE": "Voeg extra inlog-beveiliging toe",
"MultiFactorAuthentication.HOW_IT_WORKS": "Hoe het werkt",
"MultiFactorAuthentication.EXTRA_LAYER_IMAGE_ALT": "Iconen geven extra beveiliging aan",
"MultiFactorAuthentication.EXTRA_LAYER_TITLE": "Extra beveiligingslaag",
"MultiFactorAuthentication.EXTRA_LAYER_DESCRIPTION": "Bij het inloggen is er een wachtwoord en een andere verificatie-methode nodig",
"MultiFactorAuthentication.EXTRA_LAYER_DESCRIPTION": "Bij het inloggen is er een wachtwoord en een andere verificatie-methode nodig.",
"MultiFactorAuthentication.UNIQUE_IMAGE_ALT": "Aangevinkte personen indiceren uniek kenmerk",
"MultiFactorAuthentication.UNIQUE_TITLE": "Uniek voor jou",
"MultiFactorAuthentication.UNIQUE_DESCRIPTION": "Deze verificatie is alleen beschikbaar voor jou. Zelfs als iemand je wachtwoord zou hebben, kunnen ze niet inloggen.",
Expand Down
Loading