-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I`d like to add czech language translations to i18n component and assets
- Loading branch information
1 parent
eed3d96
commit fcfab00
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"ngxauthfirebaseui": { | ||
"signInTabText": "Přihlášení", | ||
"signInCardTitleText": "Přihlášení", | ||
"loginButtonText": "Přihlásit", | ||
"forgotPasswordButtonText": "Zapoměl jsi heslo ?", | ||
"nameText": "Jméno", | ||
"nameErrorRequiredText": "Jméno je povinné", | ||
"nameErrorMinLengthText": "Jméno je příliš krátké!", | ||
"nameErrorMaxLengthText": "Jméno je přiliš dlouhé!", | ||
"emailText": "E-mail", | ||
"emailErrorRequiredText": "E-mail je povinný", | ||
"emailErrorPatternText": "Zadejte existující E=mailovou adresu!", | ||
"passwordText": "Heslo", | ||
"passwordErrorRequiredText": "Heslo je povinné", | ||
"registerTabText": "Registrace", | ||
"registerCardTitleText": "Registrace", | ||
"registerButtonText": "Registrace", | ||
"guestButtonText": "pokračuj jako host", | ||
"resetPasswordTabText": "Resetovat heslo ", | ||
"resetPasswordInputText": "Resetovat heslo", | ||
"resetPasswordErrorRequiredText": "E-mail je povinný pro reset hesla!", | ||
"resetPasswordErrorPatternText": "Prosím zadejte správnou E=maiolovou adresu", | ||
"resetPasswordActionButtonText": "Reset", | ||
"resetPasswordInstructionsText": "Reset poslán, zkontrolujte si e-mail.", | ||
"emailConfirmationTitle": "Potvrď e-mailovou adresu!", | ||
"emailConfirmationText": "E-mail pro potvrzení Vám byl odeslán.\n Zkontolujte si doručenou poštu a klikněte na odkz \"Confirm my e-mail\" pro potvrzení Vaší e-mailove adresy." | ||
} | ||
} | ||
|