Skip to content

Commit

Permalink
feat(localizations): Update cs-CZ translations (#3978)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Švestka <[email protected]>
  • Loading branch information
JakubSvestka and Jakub Švestka authored Aug 19, 2024
1 parent 77cdf76 commit 3de0a1b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-toys-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Update Czech translations
28 changes: 14 additions & 14 deletions packages/localizations/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export const csCZ: LocalizationResource = {
formFieldAction__forgotPassword: 'Zapomněli jste heslo?',
formFieldError__matchingPasswords: 'Hesla se shodují.',
formFieldError__notMatchingPasswords: 'Hesla se neshodují.',
formFieldError__verificationLinkExpired: 'The verification link expired. Please request a new link.',
formFieldError__verificationLinkExpired: 'Odkaz pro ověření již expiroval. Prosím, požádejte o nový.',
formFieldHintText__optional: 'Volitelné',
formFieldHintText__slug: 'A slug is a human-readable ID that must be unique. It’s often used in URLs.',
formFieldHintText__slug: 'Slug je člověkem čitelný identifikátor, který musí být unikátní. Často použit v URL adresách.',
formFieldInputPlaceholder__backupCode: '',
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Delete account',
formFieldInputPlaceholder__confirmDeletionUserAccount: 'Smazat účet',
formFieldInputPlaceholder__emailAddress: '',
formFieldInputPlaceholder__emailAddress_username: '',
formFieldInputPlaceholder__emailAddresses:
Expand All @@ -68,7 +68,7 @@ export const csCZ: LocalizationResource = {
formFieldInputPlaceholder__username: '',
formFieldLabel__automaticInvitations: 'Enable automatic invitations for this domain',
formFieldLabel__backupCode: 'Záložní kód',
formFieldLabel__confirmDeletion: 'Confirmation',
formFieldLabel__confirmDeletion: 'Potvrzení',
formFieldLabel__confirmPassword: 'Potvrdit heslo',
formFieldLabel__currentPassword: 'Stávající heslo',
formFieldLabel__emailAddress: 'Emailová adresa',
Expand Down Expand Up @@ -615,11 +615,11 @@ export const csCZ: LocalizationResource = {
title: 'Přidat e-mailovou adresu',
verifyTitle: 'Verify email address',
},
formButtonPrimary__add: 'Add',
formButtonPrimary__add: 'Přidat',
formButtonPrimary__continue: 'Pokračovat',
formButtonPrimary__finish: 'Dokončit',
formButtonPrimary__remove: 'Remove',
formButtonPrimary__save: 'Save',
formButtonPrimary__remove: 'Odstranit',
formButtonPrimary__save: 'Uložit',
formButtonReset: 'Zrušit',
mfaPage: {
formHint: 'Vyberte způsob přidání.',
Expand Down Expand Up @@ -672,10 +672,10 @@ export const csCZ: LocalizationResource = {
},
mobileButton__menu: 'Menu',
navbar: {
account: 'Profile',
description: 'Manage your account info.',
security: 'Security',
title: 'Account',
account: 'Profil',
description: 'Spravujte své údaje.',
security: 'Zabezpečení',
title: 'Účet',
},
passkeyScreen: {
removeResource: {
Expand All @@ -687,7 +687,7 @@ export const csCZ: LocalizationResource = {
},
passwordPage: {
checkboxInfoText__signOutOfOtherSessions:
'It is recommended to sign out of all other devices which may have used your old password.',
'Je doporučeno se odhlásit ze všech ostatních zařízeních, která mohla použít vaše staré heslo.',
readonly: 'Your password can currently not be edited because you can sign in only via the enterprise connection.',
successMessage__set: 'Vaše heslo bylo nastaveno.',
successMessage__signOutOfOtherSessions: 'Všechna ostatní zařízení byla odhlášena.',
Expand Down Expand Up @@ -733,8 +733,8 @@ export const csCZ: LocalizationResource = {
title: 'Připojené účty',
},
dangerSection: {
deleteAccountButton: 'Delete Account',
title: 'Account termination',
deleteAccountButton: 'Smazat účet',
title: 'Zrušení účtu',
},
emailAddressesSection: {
destructiveAction: 'Odstranit emailovou adresu',
Expand Down

0 comments on commit 3de0a1b

Please sign in to comment.