Skip to content
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
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Update Czech translations
Update some `cs-CZ` localization values.

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