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

[SDK-1300] Added missing translation keys for 6 EU languages #1791

Merged
merged 2 commits into from
Feb 3, 2020

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Jan 31, 2020

Changes

This PR adds missing translations for:

  • Dutch
  • Italian
  • Norweigen
  • German
  • Swedish
  • Danish

All of these except for one German translation has been provided by Google Translate.

Checklist

src/i18n/de.js Outdated Show resolved Hide resolved
src/i18n/de.js Outdated Show resolved Hide resolved
src/i18n/de.js Outdated Show resolved Hide resolved
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.'
Copy link
Contributor Author

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',
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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',
Copy link
Contributor Author

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.'
Copy link
Contributor Author

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.'
Copy link
Contributor Author

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.'
Copy link
Contributor Author

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.'
Copy link
Contributor Author

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.'
Copy link
Contributor Author

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."

davidpatrick
davidpatrick previously approved these changes Jan 31, 2020
src/i18n/it.js Show resolved Hide resolved
@stevehobbsdev stevehobbsdev merged commit f91ac55 into master Feb 3, 2020
@stevehobbsdev stevehobbsdev deleted the fix/lang-files branch February 3, 2020 15:47
jfromaniello pushed a commit to jfromaniello/auth0-lock that referenced this pull request Mar 5, 2020
)

* Corrected translation for some language files using Google Translate

* Updated German translation keys
davidpatrick pushed a commit to davidpatrick/lock that referenced this pull request Jun 12, 2020
)

* Corrected translation for some language files using Google Translate

* Updated German translation keys
jfromaniello pushed a commit to jfromaniello/auth0-lock that referenced this pull request Jul 23, 2020
)

* Corrected translation for some language files using Google Translate

* Updated German translation keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants