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

Fixed Czech translation #902

Merged
merged 2 commits into from
Mar 7, 2017
Merged
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
10 changes: 5 additions & 5 deletions src/i18n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
"loginAtLabel": "Přihlásit k %s",
"loginLabel": "Přihlášení",
"loginSubmitLabel": "Přihlásit",
"loginWithLabel": "Přihlásit s %s",
"loginWithLabel": "Přihlásit se s %s",
"notYourAccountAction": "Není to váš účet?",
"passwordInputPlaceholder": "vaše heslo",
"passwordStrength": {
Expand All @@ -90,10 +90,10 @@ export default {
"resendingLabel": "Posíláme znovu...",
"retryLabel": "Znovu",
"sentLabel": "Posláno!",
"signUpLabel": "Přihlášení",
"signUpSubmitLabel": "Přihlásit se",
"signUpLabel": "Registrace",
"signUpSubmitLabel": "Registrovat",
"signUpTerms": "",
"signUpWithLabel": "Přihlásit se s %s",
"signUpWithLabel": "Registrovat se s %s",
"socialLoginInstructions": "",
"socialSignUpInstructions": "",
"ssoEnabled": "Single Sign-On aktivován",
Expand All @@ -112,5 +112,5 @@ export default {
"mfaSubmitLabel": "Přihlásit",
"mfaCodeErrorHint": "Použijte %d čísel",
"forgotPasswordTitle": "Obnovit heslo",
"signupTitle": "Přihlásit se"
"signupTitle": "Registrovat se"
};