-
Notifications
You must be signed in to change notification settings - Fork 556
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
[SDK-1300] Added missing translation keys for 6 EU languages #1791
Conversation
9f3476b
to
b89e870
Compare
username_exists: 'Dette brugernavn eksisterer allerede.' | ||
username_exists: 'Dette brugernavn eksisterer allerede.', | ||
social_signup_needs_terms_acception: | ||
'Du accepterer servicevilkårene nedenfor for at fortsætte.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
@@ -128,5 +130,7 @@ export default { | |||
mfaSubmitLabel: 'Log på', | |||
mfaCodeErrorHint: 'Brug %d tal', | |||
showPassword: 'Vis adgangskode', | |||
signUpTerms: 'Ved at tilmelde dig accepterer du vores servicevilkår og privatlivspolitik.' | |||
signUpTerms: 'Ved at tilmelde dig accepterer du vores servicevilkår og privatlivspolitik.', | |||
captchaCodeInputPlaceholder: 'Indtast koden vist ovenfor', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
signUpTerms: 'Ved at tilmelde dig accepterer du vores servicevilkår og privatlivspolitik.' | ||
signUpTerms: 'Ved at tilmelde dig accepterer du vores servicevilkår og privatlivspolitik.', | ||
captchaCodeInputPlaceholder: 'Indtast koden vist ovenfor', | ||
captchaMathInputPlaceholder: 'Løs formlen vist ovenfor' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | ||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | ||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', | ||
captchaMathInputPlaceholder: 'Løs formelen vist ovenfor' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
'Door u aan te melden gaat u akkoord met onze servicevoorwaarden en ons privacybeleid.' | ||
'Door u aan te melden gaat u akkoord met onze servicevoorwaarden en ons privacybeleid.', | ||
captchaCodeInputPlaceholder: 'Voer de hierboven getoonde code in', | ||
captchaMathInputPlaceholder: 'Los de bovenstaande formule op' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | ||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | ||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', | ||
captchaMathInputPlaceholder: 'Løs formelen vist ovenfor' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | ||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | ||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', | ||
captchaMathInputPlaceholder: 'Løs formelen vist ovenfor' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
signUpTerms: 'Genom att anmäla dig godkänner du våra användarvillkor och integritetspolicy.' | ||
signUpTerms: 'Genom att anmäla dig godkänner du våra användarvillkor och integritetspolicy.', | ||
captchaCodeInputPlaceholder: 'Ange koden som visas ovan', | ||
captchaMathInputPlaceholder: 'Lös formeln som visas ovan' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Solve the formula shown above"
@@ -127,5 +128,7 @@ export default { | |||
forgotPasswordTitle: 'Tilbakestille passordet ditt', | |||
signUpTitle: 'Logg inn', | |||
showPassword: 'Vis passord', | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | |||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
@@ -132,5 +134,7 @@ export default { | |||
mfaCodeErrorHint: 'Gebruik %d nummers', | |||
showPassword: 'Laat wachtwoord zien', | |||
signUpTerms: | |||
'Door u aan te melden gaat u akkoord met onze servicevoorwaarden en ons privacybeleid.' | |||
'Door u aan te melden gaat u akkoord met onze servicevoorwaarden en ons privacybeleid.', | |||
captchaCodeInputPlaceholder: 'Voer de hierboven getoonde code in', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
@@ -132,5 +133,7 @@ export default { | |||
mfaLoginInstructions: 'Ver venleg og tast inn verifiseringskoden som er generert på din mobil', | |||
mfaSubmitLabel: 'Logg inn', | |||
mfaCodeErrorHint: 'Bruk %d tall', | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | |||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
@@ -132,5 +133,7 @@ export default { | |||
mfaLoginInstructions: 'Vennligst tast inn verifiseringskoden som er generert på din mobilenhet', | |||
mfaSubmitLabel: 'Logg inn', | |||
mfaCodeErrorHint: 'Bruk %d tall', | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.' | |||
signUpTerms: 'Ved å registrere deg, godtar du våre vilkår for bruk og personvern.', | |||
captchaCodeInputPlaceholder: 'Tast inn koden vist over', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
@@ -126,5 +127,7 @@ export default { | |||
mfaSubmitLabel: 'Logga in', | |||
mfaCodeErrorHint: 'Använd %d', | |||
showPassword: 'Visa lösenord', | |||
signUpTerms: 'Genom att anmäla dig godkänner du våra användarvillkor och integritetspolicy.' | |||
signUpTerms: 'Genom att anmäla dig godkänner du våra användarvillkor och integritetspolicy.', | |||
captchaCodeInputPlaceholder: 'Ange koden som visas ovan', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Enter the code shown above"
@@ -46,7 +46,8 @@ export default { | |||
password_no_user_info_error: 'Passordet er basert på kjent bruksdata.', | |||
password_strength_error: 'Passordet er for svakt.', | |||
user_exists: 'Brukeren finnes fra før.', | |||
username_exists: 'Brukernavnet finnes fra før.' | |||
username_exists: 'Brukernavnet finnes fra før.', | |||
social_signup_needs_terms_acception: 'Vennligst godta vilkårene nedenfor for å fortsette.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
username_exists: 'Gebruikersnaam bestaat al.' | ||
username_exists: 'Gebruikersnaam bestaat al.', | ||
social_signup_needs_terms_acception: | ||
'Ga akkoord met de onderstaande Servicevoorwaarden om door te gaan.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
@@ -50,7 +50,8 @@ export default { | |||
password_no_user_info_error: 'Passordet er basert på kjende bruksdata.', | |||
password_strength_error: 'Passordet er for svakt.', | |||
user_exists: 'Denne brukaren eksisterer allereie.', | |||
username_exists: 'Dette brukernamnet eksisterer allereie.' | |||
username_exists: 'Dette brukernamnet eksisterer allereie.', | |||
social_signup_needs_terms_acception: 'Vennligst godta vilkårene nedenfor for å fortsette.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
@@ -50,7 +50,8 @@ export default { | |||
password_no_user_info_error: 'Passordet er basert på kjente bruksdata.', | |||
password_strength_error: 'Passordet er for svakt.', | |||
user_exists: 'Denne brukeren eksisterer allerede.', | |||
username_exists: 'Dette brukernavnet eksisterer allerede.' | |||
username_exists: 'Dette brukernavnet eksisterer allerede.', | |||
social_signup_needs_terms_acception: 'Vennligst godta vilkårene nedenfor for å fortsette.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
@@ -46,7 +46,8 @@ export default { | |||
password_no_user_info_error: 'Lösenordet baseras på personuppgifter.', | |||
password_strength_error: 'Lösenordet är för svagt.', | |||
user_exists: 'Användaren finns redan.', | |||
username_exists: 'Användarnamnet finns redan.' | |||
username_exists: 'Användarnamnet finns redan.', | |||
social_signup_needs_terms_acception: 'Godkänn användarvillkoren nedan för att fortsätta.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English: "Please agree to the Terms of Service below to continue."
6571011
to
b053f39
Compare
Changes
This PR adds missing translations for:
All of these except for one German translation has been provided by Google Translate.
Checklist