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

Preprocess translations #813

Merged
merged 2 commits into from
Jan 16, 2017
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
143 changes: 73 additions & 70 deletions src/i18n/ca.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// This file was automatically translated.
// Feel free to submit a PR if you find a more accurate translation.

export default {
error: {
forgotPassword: {
"error": {
"forgotPassword": {
"too_many_requests": "Has exhaurit el límit d'intents per restablir la teva contrassenya. Si us plau, intenta-ho d'aquí a uns minuts.",
"lock.fallback": "Hi ha hagut un error al restablir la teva contrassenya."
},
login: {
"login": {
"blocked_user": "L'usuari està bloquejat.",
"invalid_user_password": "Credencials incorrectes.",
"lock.fallback": "Hi ha hagut un error a l'inciar la sessió.",
Expand All @@ -18,12 +21,12 @@ export default {
"password_leaked": "S'ha bloquejat l'intent d'accés ja que has emprat la mateixa contrassenya per a registrarte en una aplicació que ha tingut filtració de seguretat recent. T'acabem d'enviar un email amb instruccions.",
"too_many_attempts": "El teu compte ha estat bloquejat ja que hi ha hagut massa intents d'inici de sessió consecutius."
},
passwordless: {
"passwordless": {
"bad.email": "Email no vàlid",
"bad.phone_number": "Telèfon no vàlid",
"lock.fallback": "Hi ha hagut un error en el moment de fer la petició"
},
signUp: {
"signUp": {
"invalid_password": "Contrassenya no vàlida.",
"lock.fallback": "Hi ha hagut un error durant el registre.",
"password_dictionary_error": "La constrassenya és massa comú.",
Expand All @@ -33,70 +36,70 @@ export default {
"username_exists": "Aquest nom d'usuari ja existeix."
}
},
success: {
logIn: "Sesió iniciada amb èxit.",
forgotPassword: "T'acabem d'enviar un email per a completar la recuperació de la teva contrassenya.",
magicLink: "T'acabem d'enviar un email perquè puguis iniciar sessió a<br />to %s.",
signUp: "Registre completat amb èxit."
"success": {
"logIn": "Sesió iniciada amb èxit.",
"forgotPassword": "T'acabem d'enviar un email per a completar la recuperació de la teva contrassenya.",
"magicLink": "T'acabem d'enviar un email perquè puguis iniciar sessió a<br />to %s.",
"signUp": "Registre completat amb èxit."
},
blankErrorHint: "Requerit",
codeInputPlaceholder: "còdi",
databaseEnterpriseLoginInstructions: "",
databaseEnterpriseAlternativeLoginInstructions: "o",
databaseSignUpInstructions: "",
databaseAlternativeSignUpInstructions: "o",
emailInputPlaceholder: "email@exemple.com",
enterpriseLoginIntructions: "Inicia sessió amb les teves credencials corporatives.",
enterpriseActiveLoginInstructions: "Entra les credencials corporatives de %s.",
failedLabel: "Error!",
forgotPasswordAction: "¿Has oblidat la teva contrassenya?",
forgotPasswordInstructions: "Si us plau, entra el teu email. T'enviarem les instruccions per a restablir-la.",
forgotPasswordSubmitLabel: "Enviar email",
invalidErrorHint: "Invàlido",
lastLoginInstructions: "L´ultima vegada vas iniciar sessió amb",
loginAtLabel: "Iniciar a %s",
loginLabel: "Iniciar sessió",
loginSubmitLabel: "Iniciar sessió",
loginWithLabel: "Iniciar ambb %s",
notYourAccountAction: "¿No es el teu compte?",
passwordInputPlaceholder: "la teva contrassenya",
passwordStrength: {
containsAtLeast: "Conté almenys %d dels següents %d tipus de caràcters:",
identicalChars: "No més de %d caràcters idèntics junts (ej., \"%s\" no està permès)",
nonEmpty: "La contrassenya no pot estar buida",
numbers: "Números (ex. 0-9)",
lengthAtLeast: "Como a mínim de %d caràcters de longitud",
lowerCase: "Lletres minúscules (a-z)",
shouldContain: "Ha de contenir:",
specialCharacters: "Caràcters especials (ex. !@#$%^&*)",
upperCase: "Lletres majúscules (A-Z)"
"blankErrorHint": "Requerit",
"codeInputPlaceholder": "còdi",
"databaseEnterpriseLoginInstructions": "",
"databaseEnterpriseAlternativeLoginInstructions": "o",
"databaseSignUpInstructions": "",
"databaseAlternativeSignUpInstructions": "o",
"emailInputPlaceholder": "email@exemple.com",
"enterpriseLoginIntructions": "Inicia sessió amb les teves credencials corporatives.",
"enterpriseActiveLoginInstructions": "Entra les credencials corporatives de %s.",
"failedLabel": "Error!",
"forgotPasswordAction": "¿Has oblidat la teva contrassenya?",
"forgotPasswordInstructions": "Si us plau, entra el teu email. T'enviarem les instruccions per a restablir-la.",
"forgotPasswordSubmitLabel": "Enviar email",
"invalidErrorHint": "Invàlido",
"lastLoginInstructions": "L´ultima vegada vas iniciar sessió amb",
"loginAtLabel": "Iniciar a %s",
"loginLabel": "Iniciar sessió",
"loginSubmitLabel": "Iniciar sessió",
"loginWithLabel": "Iniciar ambb %s",
"notYourAccountAction": "¿No es el teu compte?",
"passwordInputPlaceholder": "la teva contrassenya",
"passwordStrength": {
"containsAtLeast": "Conté almenys %d dels següents %d tipus de caràcters:",
"identicalChars": "No més de %d caràcters idèntics junts (ej., \"%s\" no està permès)",
"nonEmpty": "La contrassenya no pot estar buida",
"numbers": "Números (ex. 0-9)",
"lengthAtLeast": "Como a mínim de %d caràcters de longitud",
"lowerCase": "Lletres minúscules (a-z)",
"shouldContain": "Ha de contenir:",
"specialCharacters": "Caràcters especials (ex. !@#$%^&*)",
"upperCase": "Lletres majúscules (A-Z)"
},
passwordlessEmailAlternativeInstructions: "Tambié pots el teu email<br/>per a iniciar sessió o registrar-te",
passwordlessEmailCodeInstructions: "Hem enviat un email amb con el codi a %s.",
passwordlessEmailInstructions: "Entra el teu email per a iniciar sessió<br/>o registrar-te",
passwordlessSMSAlternativeInstructions: "Tambié pots introduïr el teu telèfon<br/>per a iniciar sessió o registrar-te",
passwordlessSMSCodeInstructions: "S'ha enviat un SMS amb el codi<br/>a %s.",
passwordlessSMSInstructions: "Introdueix el teu telèfon per a iniciar sessió<br/>o registrar-te",
phoneNumberInputPlaceholder: "número de telèfon",
resendCodeAction: "¿No has rebut el codi?",
resendLabel: "Reenviar",
resendingLabel: "Reenviant...",
retryLabel: "Reintentar",
sentLabel: "Enviat!",
signUpLabel: "Registrar-se",
signUpSubmitLabel: "Registrar-se",
signUpTerms: "",
signUpWithLabel: "Registrar-se amb %s",
socialLoginInstructions: "",
socialSignUpInstructions: "",
ssoEnabled: "Inici de sessió únic activat",
submitLabel: "Enviar",
unrecoverableError: "Hi ha hagut error.<br />Si us plau, contacta amb suport tècnic.",
usernameFormatErrorHint: "%d-%d lletres, números i \"_\"",
usernameInputPlaceholder: "el teu usuari",
usernameOrEmailInputPlaceholder: "usuari/email",
title: "Auth0",
welcome: "Benvingut/da %s!",
windowsAuthInstructions: "Estàs connectat/da des de la teva xarxa o entorn corporatiu&hellip;",
windowsAuthLabel: "Autenticació de Windows"
};
"passwordlessEmailAlternativeInstructions": "Tambié pots el teu email<br/>per a iniciar sessió o registrar-te",
"passwordlessEmailCodeInstructions": "Hem enviat un email amb con el codi a %s.",
"passwordlessEmailInstructions": "Entra el teu email per a iniciar sessió<br/>o registrar-te",
"passwordlessSMSAlternativeInstructions": "Tambié pots introduïr el teu telèfon<br/>per a iniciar sessió o registrar-te",
"passwordlessSMSCodeInstructions": "S'ha enviat un SMS amb el codi<br/>a %s.",
"passwordlessSMSInstructions": "Introdueix el teu telèfon per a iniciar sessió<br/>o registrar-te",
"phoneNumberInputPlaceholder": "número de telèfon",
"resendCodeAction": "¿No has rebut el codi?",
"resendLabel": "Reenviar",
"resendingLabel": "Reenviant...",
"retryLabel": "Reintentar",
"sentLabel": "Enviat!",
"signUpLabel": "Registrar-se",
"signUpSubmitLabel": "Registrar-se",
"signUpTerms": "",
"signUpWithLabel": "Registrar-se amb %s",
"socialLoginInstructions": "",
"socialSignUpInstructions": "",
"ssoEnabled": "Inici de sessió únic activat",
"submitLabel": "Enviar",
"unrecoverableError": "Hi ha hagut error.<br />Si us plau, contacta amb suport tècnic.",
"usernameFormatErrorHint": "%d-%d lletres, números i \"_\"",
"usernameInputPlaceholder": "el teu usuari",
"usernameOrEmailInputPlaceholder": "usuari/email",
"title": "Auth0",
"welcome": "Benvingut/da %s!",
"windowsAuthInstructions": "Estàs connectat/da des de la teva xarxa o entorn corporatiu&hellip;",
"windowsAuthLabel": "Autenticació de Windows"
}
155 changes: 79 additions & 76 deletions src/i18n/cs.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// This file was automatically translated.
// Feel free to submit a PR if you find a more accurate translation.

export default {
error: {
forgotPassword: {
"error": {
"forgotPassword": {
"too_many_requests": "Dosáhli jste limitu v počtu pokusů o změnu hesla. Prosím počkejte před dalším pokusem.",
"lock.fallback": "Je nám líto, něco se pokazilo při pokusu o změnu hesla."
},
login: {
"login": {
"blocked_user": "Uživatel je blokován.",
"invalid_user_password": "Chybné heslo.",
"lock.fallback": "Je nám líto, něco se pokazilo při pokusu o přihlášení.",
Expand All @@ -16,16 +19,16 @@ export default {
"lock.unauthorized": "Povolení nebylo uděleno. Zkuste to znovu.",
"lock.mfa_registration_required": "Je vyžadována vícefaktorová autentizace, ale vaše zařízení není registrováno. Prosím registrujte ho, než budete pokračovat.",
"lock.mfa_invalid_code": "Chybný kód. Posíme zkuste to znovu.",
"password_change_required": "Je třeba aktualizovat heslo, neboť jde o první přihlášení nebo platnost hesla vypršela.", // TODO: verify error code
"password_change_required": "Je třeba aktualizovat heslo, neboť jde o první přihlášení nebo platnost hesla vypršela.",
"password_leaked": "Toto uživatelské jméno bylo zablokováno, protože došlo k úniku hesla na jiné webové stránce. Poslali jsme vám instrukce k odblokování na email.",
"too_many_attempts": "Váš účet byl zablokován z důvodu příliš velkého počtu pokusů o přihlášení."
},
passwordless: {
"passwordless": {
"bad.email": "Email je neplatný",
"bad.phone_number": "Telefonní číslo je neplatné",
"lock.fallback": "Je nám líto, něco se pokazilo"
},
signUp: {
"signUp": {
"invalid_password": "Heslo je neplatné.",
"lock.fallback": "Je nám líto, něco se pokazilo při pokusu o registraci.",
"password_dictionary_error": "Heslo je příliš obyčejné.",
Expand All @@ -35,75 +38,75 @@ export default {
"username_exists": "Uživatelské jméno už existuje."
}
},
success: { // success messages show above the form or in a confirmation pane
logIn: "Děkujeme za přihlášení.",
forgotPassword: "Právě jsme vám poslali email s instrukcemi ke změně hesla.",
magicLink: "Poslali jsme vám link k přihlášení<br />k %s.",
signUp: "Děkujeme za registraci."
"success": {
"logIn": "Děkujeme za přihlášení.",
"forgotPassword": "Právě jsme vám poslali email s instrukcemi ke změně hesla.",
"magicLink": "Poslali jsme vám link k přihlášení<br />k %s.",
"signUp": "Děkujeme za registraci."
},
blankErrorHint: "Nemůže zůstat prázdné",
codeInputPlaceholder: "váš kód",
databaseEnterpriseLoginInstructions: "",
databaseEnterpriseAlternativeLoginInstructions: "nebo",
databaseSignUpInstructions: "",
databaseAlternativeSignUpInstructions: "nebo",
emailInputPlaceholder: "vas@prikad.cz",
enterpriseLoginIntructions: "Přihlaste se svým firemním účtem.",
enterpriseActiveLoginInstructions: "Prosím zadejte údaje ke svému firemnímu účtu %s.",
failedLabel: "Chyba!",
forgotPasswordAction: "Zapoměli jste heslo?",
forgotPasswordInstructions: "Prosím zadejte svou emailovou adresu. Pošleme vám email, díky němuž budete moci změnit heslo.",
forgotPasswordSubmitLabel: "Poslat email",
invalidErrorHint: "Nesprávný",
lastLoginInstructions: "Naposled jste se přihlásili s",
loginAtLabel: "Přihlásit k %s",
loginLabel: "Přihlášení",
loginSubmitLabel: "Přihlásit",
loginWithLabel: "Přihlásit s %s",
notYourAccountAction: "Není to váš účet?",
passwordInputPlaceholder: "vaše heslo",
passwordStrength: {
containsAtLeast: "Musí obsahovat nejméně %d z následujících %d druhů znaků:",
identicalChars: "Ne více než %d stejný znaků za sebou (např. \"%s\" není dovoleno)",
nonEmpty: "Heslo nesmí být prázdné",
numbers: "Čísla (např. 0-9)",
lengthAtLeast: "Délka nejméně %d znaků",
lowerCase: "Malá písmena (a-z)",
shouldContain: "Mělo by obsahovat:",
specialCharacters: "Zvláštní znaky (např. !@#$%^&*)",
upperCase: "Velká písmena (A-Z)"
"blankErrorHint": "Nemůže zůstat prázdné",
"codeInputPlaceholder": "váš kód",
"databaseEnterpriseLoginInstructions": "",
"databaseEnterpriseAlternativeLoginInstructions": "nebo",
"databaseSignUpInstructions": "",
"databaseAlternativeSignUpInstructions": "nebo",
"emailInputPlaceholder": "vas@prikad.cz",
"enterpriseLoginIntructions": "Přihlaste se svým firemním účtem.",
"enterpriseActiveLoginInstructions": "Prosím zadejte údaje ke svému firemnímu účtu %s.",
"failedLabel": "Chyba!",
"forgotPasswordAction": "Zapoměli jste heslo?",
"forgotPasswordInstructions": "Prosím zadejte svou emailovou adresu. Pošleme vám email, díky němuž budete moci změnit heslo.",
"forgotPasswordSubmitLabel": "Poslat email",
"invalidErrorHint": "Nesprávný",
"lastLoginInstructions": "Naposled jste se přihlásili s",
"loginAtLabel": "Přihlásit k %s",
"loginLabel": "Přihlášení",
"loginSubmitLabel": "Přihlásit",
"loginWithLabel": "Přihlásit s %s",
"notYourAccountAction": "Není to váš účet?",
"passwordInputPlaceholder": "vaše heslo",
"passwordStrength": {
"containsAtLeast": "Musí obsahovat nejméně %d z následujících %d druhů znaků:",
"identicalChars": "Ne více než %d stejný znaků za sebou (např. \"%s\" není dovoleno)",
"nonEmpty": "Heslo nesmí být prázdné",
"numbers": "Čísla (např. 0-9)",
"lengthAtLeast": "Délka nejméně %d znaků",
"lowerCase": "Malá písmena (a-z)",
"shouldContain": "Mělo by obsahovat:",
"specialCharacters": "Zvláštní znaky (např. !@#$%^&*)",
"upperCase": "Velká písmena (A-Z)"
},
passwordlessEmailAlternativeInstructions: "Případně zadejte svůj email pro přihlášení <br/>nebo vytvoření účtu",
passwordlessEmailCodeInstructions: "Email s kódem byl odeslán na %s.",
passwordlessEmailInstructions: "Zadejte svůj email pro přihlášení<br/>nebo vytvoření účtu",
passwordlessSMSAlternativeInstructions: "Případně zadejte svůj telefon pro přihlášení<br/>nebo vytvoření účtu",
passwordlessSMSCodeInstructions: "SMS s kódem byla odeslána <br/>na %s.",
passwordlessSMSInstructions: "Zadejte svůj email pro přihlášení<br/>nebo vytvoření účtu",
phoneNumberInputPlaceholder: "vaše telefonní číslo",
resendCodeAction: "Nedostali jste kód?",
resendLabel: "Poslat znovu",
resendingLabel: "Posíláme znovu...",
retryLabel: "Znovu",
sentLabel: "Posláno!",
signUpLabel: "Přihlášení",
signUpSubmitLabel: "Přihlásit se",
signUpTerms: "",
signUpWithLabel: "Přihlásit se s %s",
socialLoginInstructions: "",
socialSignUpInstructions: "",
ssoEnabled: "Single Sign-On aktivován",
submitLabel: "Odeslat",
unrecoverableError: "Něco se pokazilo.<br />Prosíme spojte se s technickou podporou.",
usernameFormatErrorHint: "Použijte %d-%d písmen, číslic a \"_\"",
usernameInputPlaceholder: "vaše uživatelské jméno",
usernameOrEmailInputPlaceholder: "uživatelské jméno/email",
title: "Auth0",
welcome: "Vítejte %s!",
windowsAuthInstructions: "Jste připojeni ze své firemní sítě&hellip;",
windowsAuthLabel: "Windows Autentizace",
mfaInputPlaceholder: "Kód",
mfaLoginTitle: "Dvoufázové ověření",
mfaLoginInstructions: "Prosím zadejte ověřovací kód vygenerovaný vaší mobilní aplikací.",
mfaSubmitLabel: "Přihlásit",
mfaCodeErrorHint: "Použijte %d čísel"
};
"passwordlessEmailAlternativeInstructions": "Případně zadejte svůj email pro přihlášení <br/>nebo vytvoření účtu",
"passwordlessEmailCodeInstructions": "Email s kódem byl odeslán na %s.",
"passwordlessEmailInstructions": "Zadejte svůj email pro přihlášení<br/>nebo vytvoření účtu",
"passwordlessSMSAlternativeInstructions": "Případně zadejte svůj telefon pro přihlášení<br/>nebo vytvoření účtu",
"passwordlessSMSCodeInstructions": "SMS s kódem byla odeslána <br/>na %s.",
"passwordlessSMSInstructions": "Zadejte svůj email pro přihlášení<br/>nebo vytvoření účtu",
"phoneNumberInputPlaceholder": "vaše telefonní číslo",
"resendCodeAction": "Nedostali jste kód?",
"resendLabel": "Poslat znovu",
"resendingLabel": "Posíláme znovu...",
"retryLabel": "Znovu",
"sentLabel": "Posláno!",
"signUpLabel": "Přihlášení",
"signUpSubmitLabel": "Přihlásit se",
"signUpTerms": "",
"signUpWithLabel": "Přihlásit se s %s",
"socialLoginInstructions": "",
"socialSignUpInstructions": "",
"ssoEnabled": "Single Sign-On aktivován",
"submitLabel": "Odeslat",
"unrecoverableError": "Něco se pokazilo.<br />Prosíme spojte se s technickou podporou.",
"usernameFormatErrorHint": "Použijte %d-%d písmen, číslic a \"_\"",
"usernameInputPlaceholder": "vaše uživatelské jméno",
"usernameOrEmailInputPlaceholder": "uživatelské jméno/email",
"title": "Auth0",
"welcome": "Vítejte %s!",
"windowsAuthInstructions": "Jste připojeni ze své firemní sítě&hellip;",
"windowsAuthLabel": "Windows Autentizace",
"mfaInputPlaceholder": "Kód",
"mfaLoginTitle": "Dvoufázové ověření",
"mfaLoginInstructions": "Prosím zadejte ověřovací kód vygenerovaný vaší mobilní aplikací.",
"mfaSubmitLabel": "Přihlásit",
"mfaCodeErrorHint": "Použijte %d čísel"
}
Loading