Translations updates
This commit is contained in:
committed by
Quentin Gliech
parent
10bbcb0657
commit
044ab632b0
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"action": {
|
||||
"back": "Back",
|
||||
"back": "Terug",
|
||||
"cancel": "Annuleren",
|
||||
"continue": "Doorgaan",
|
||||
"create_account": "Registreren",
|
||||
"sign_in": "Inloggen",
|
||||
"sign_out": "Uitloggen",
|
||||
"start_over": "Start over",
|
||||
"start_over": "Opnieuw beginnen",
|
||||
"submit": "Bevestigen"
|
||||
},
|
||||
"app": {
|
||||
@@ -16,24 +16,25 @@
|
||||
},
|
||||
"branding": {
|
||||
"privacy_policy": {
|
||||
"alt": "Link to the service privacy policy",
|
||||
"link": "Privacy Policy"
|
||||
"alt": "Link naar het privacybeleid van de service",
|
||||
"link": "Privacybeleid"
|
||||
},
|
||||
"terms_and_conditions": {
|
||||
"alt": "Link to the service terms and conditions",
|
||||
"link": "Terms & Conditions"
|
||||
"alt": "Link naar de servicevoorwaarden",
|
||||
"link": "Algemene voorwaarden"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"display_name": "Weergavenaam",
|
||||
"email_address": "E-mailadres",
|
||||
"loading": "Loading…",
|
||||
"mxid": "Matrix ID",
|
||||
"password": "Wachtwoord",
|
||||
"password_confirm": "Bevestig wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"error": {
|
||||
"unexpected": "Unexpected error"
|
||||
"unexpected": "Onverwachte fout"
|
||||
},
|
||||
"mas": {
|
||||
"add_email": {
|
||||
@@ -99,11 +100,17 @@
|
||||
"errors": {
|
||||
"captcha": "CAPTCHA verification failed, please try again",
|
||||
"denied_policy": "Denied by policy: %(policy)s",
|
||||
"email_domain_banned": "Email domain is banned by the server policy",
|
||||
"email_domain_not_allowed": "Email domain is not allowed by the server policy",
|
||||
"field_required": "This field is required",
|
||||
"invalid_credentials": "Ongeldige gegevens",
|
||||
"password_mismatch": "Password fields don't match",
|
||||
"rate_limit_exceeded": "You've made too many requests in a short period. Please wait a few minutes and try again.",
|
||||
"username_taken": "This username is already taken"
|
||||
"username_all_numeric": "Username cannot consist solely of numbers",
|
||||
"username_invalid_chars": "Username contains invalid characters. Use lowercase letters, numbers, dashes and underscores only.",
|
||||
"username_taken": "This username is already taken",
|
||||
"username_too_long": "Username is too long",
|
||||
"username_too_short": "Username is too short"
|
||||
},
|
||||
"login": {
|
||||
"call_to_register": "Don't have an account yet?",
|
||||
@@ -168,8 +175,9 @@
|
||||
},
|
||||
"register": {
|
||||
"call_to_login": "Already have an account?",
|
||||
"continue_with_email": "Continue with email address",
|
||||
"create_account": {
|
||||
"description": "Please create an account to get started:",
|
||||
"description": "Choose a username to continue.",
|
||||
"heading": "Create an account"
|
||||
},
|
||||
"sign_in_instead": "Sign in instead",
|
||||
@@ -203,7 +211,12 @@
|
||||
"heading": "Importeer uw data"
|
||||
},
|
||||
"imported_from_upstream": "Imported from your upstream account",
|
||||
"imported_from_upstream_with_name": "Imported from your %(human_name)s account",
|
||||
"link_existing": "Link to an existing account",
|
||||
"provider_name": "%(human_name)s account",
|
||||
"signup_with_upstream": {
|
||||
"heading": "Continue signing up with your %(human_name)s account"
|
||||
},
|
||||
"suggested_display_name": "Weergavenaam importeren",
|
||||
"suggested_email": "E-mailadres importeren",
|
||||
"use": "Gebruiken"
|
||||
|
||||
Reference in New Issue
Block a user