@@ -125,7 +125,6 @@ export const csCZ: LocalizationResource = {
125125 monthly : 'Měsíčně' ,
126126 pastDue : 'Po splatnosti' ,
127127 pay : 'Zaplatit {{amount}}' ,
128- paymentMethods__label : 'Platební metody' ,
129128 paymentMethod : {
130129 applePayDescription : {
131130 annual : 'Roční platba' ,
@@ -140,6 +139,7 @@ export const csCZ: LocalizationResource = {
140139 testCardInfo : 'Informace o testovací kartě' ,
141140 } ,
142141 } ,
142+ paymentMethods__label : 'Platební metody' ,
143143 popular : 'Populární' ,
144144 pricingTable : {
145145 billingCycle : 'Fakturační cyklus' ,
@@ -224,6 +224,7 @@ export const csCZ: LocalizationResource = {
224224 formFieldInputPlaceholder__password : 'Zadejte své heslo' ,
225225 formFieldInputPlaceholder__phoneNumber : 'Zadejte své telefonní číslo' ,
226226 formFieldInputPlaceholder__username : 'Zadejte své uživatelské jméno' ,
227+ formFieldInput__emailAddress_format : undefined ,
227228 formFieldLabel__apiKeyDescription : 'Popis' ,
228229 formFieldLabel__apiKeyExpiration : 'Platnost' ,
229230 formFieldLabel__apiKeyName : 'Název tajného klíče' ,
@@ -646,6 +647,10 @@ export const csCZ: LocalizationResource = {
646647 titleNewTab : 'Přihlášeno na jiné kartě' ,
647648 } ,
648649 } ,
650+ enterpriseConnections : {
651+ subtitle : undefined ,
652+ title : undefined ,
653+ } ,
649654 forgotPassword : {
650655 formTitle : 'Kód pro resetování hesla' ,
651656 resendButton : 'Neobdrželi jste kód? Znovu poslat' ,
@@ -768,6 +773,10 @@ export const csCZ: LocalizationResource = {
768773 title : 'E-mail úspěšně ověřen' ,
769774 } ,
770775 } ,
776+ enterpriseConnections : {
777+ subtitle : undefined ,
778+ title : undefined ,
779+ } ,
771780 legalConsent : {
772781 checkbox : {
773782 label__onlyPrivacyPolicy : 'Souhlasím s {{ privacyPolicyLink || link("Zásadami ochrany osobních údajů") }}' ,
0 commit comments