Browse Source

New translations en.json (Czech)

pull/7697/head
navi 7 months ago
parent
commit
744651ef8e
  1. 29
      packages/nc-gui/lang/cs.json

29
packages/nc-gui/lang/cs.json

@ -212,7 +212,7 @@
"page": "Stránka",
"pages": "Stránky",
"record": "záznam",
"records": "záznamy",
"records": "records",
"webhook": "Webhook",
"webhooks": "Webhooky",
"view": "Pohled",
@ -421,7 +421,8 @@
"restrict": "Restrict",
"setNull": "Set NULL",
"setDefault": "Set Default"
}
},
"selectFieldsFromRightPannelToAddHere": "Select fields from right panel to add here"
},
"labels": {
"selectYear": "Select Year",
@ -683,7 +684,12 @@
"incompleteConfiguration": "Incomplete configuration",
"selectField": "Select a field",
"selectFieldLabel": "Begin by selecting a field to customise its properties and structure."
}
},
"appearanceSettings": "Appearance Settings",
"backgroundColor": "Background Color",
"hideNocodbBranding": "Hide NocoDB Branding",
"showOnConditions": "Show on condtions",
"showFieldOnConditionsMet": "Shows field only when conditions are met"
},
"activity": {
"goToToday": "Go to Today",
@ -907,7 +913,10 @@
"openInOpenStreetMap": "OSM"
},
"toggleMobileMode": "Přepnout Mobilní režim",
"startCommenting": "Start commenting!"
"startCommenting": "Start commenting!",
"clearForm": "Clear Form",
"addFieldFromFormView": "Add Field",
"selectAllFields": "Select all fields"
},
"tooltip": {
"reachedSourceLimit": "Limited to only one data source for the moment",
@ -1166,14 +1175,14 @@
"afterEnablePwd": "Přístup je omezen heslem",
"privateLink": "Tento pohled je sdílen prostřednictvím soukromého odkazu",
"privateLinkAdditionalInfo": "Lidé se soukromým odkazem mohou vidět pouze buňky viditelné v tomto zobrazení.",
"afterFormSubmitted": "Po odeslání formuláře",
"postFormSubmissionSettings": "Post Form Submission Settings",
"apiOptions": "Přístup k projektu přes",
"submitAnotherForm": "Zobrazit tlačítko \"Odeslat další formulář",
"showBlankForm": "Zobrazení prázdného formuláře po 5 sekundách",
"emailForm": "Pošlete mi e-mail na adresu",
"showSysFields": "Zobrazit systémová pole",
"filterAutoApply": "Automatické použití",
"showMessage": "Zobrazit tuto zprávu",
"formDisplayMessage": "Display Message",
"viewNotShared": "Současný pohled není sdílený!",
"showAllViews": "Zobrazit všechna sdílená zobrazení této tabulky",
"collabView": "Spolupracovníci s oprávněním k úpravám nebo vyšším mohou měnit konfiguraci zobrazení.",
@ -1283,7 +1292,8 @@
"editingSystemKeyNotSupported": "Editing system key not supported",
"notAvailableAtTheMoment": "Not available at the moment",
"groupPasteIsNotSupportedOnLinksColumn": "Group paste operation is not supported on Links/LinkToAnotherRecord column",
"groupClearIsNotSupportedOnLinksColumn": "Group clear operation is not supported on Links/LinkToAnotherRecord column"
"groupClearIsNotSupportedOnLinksColumn": "Group clear operation is not supported on Links/LinkToAnotherRecord column",
"upgradeToEnterpriseEdition": "Upgrade to Enterprise Edition {extraInfo}"
},
"error": {
"scopesRequired": "Scopes required",
@ -1369,14 +1379,15 @@
"theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "Akceptované typy souborů jsou .xls, .xlsx, .xlsm, .ods, .ots.",
"parameterKeyCannotBeEmpty": "Klíč parametru nesmí být prázdný",
"duplicateParameterKeysAreNotAllowed": "Duplicitní klíče parametrů nejsou povoleny",
"fieldRequired": "{value} nemůže být prázdný.",
"fieldRequired": "{value} cannot be empty",
"projectNotAccessible": "Projekt není přístupný",
"copyToClipboardError": "Nepodařilo se zkopírovat do schránky",
"pasteFromClipboardError": "Failed to paste from clipboard",
"multiFieldSaveValidation": "Please complete the configuration of all fields before saving",
"somethingWentWrong": "Something went wrong",
"draggedContentIsNotTypeOfImage": "Dragged content is not type of image",
"fieldToParseImageData": "Field to parse image data"
"fieldToParseImageData": "Field to parse image data",
"someOfTheRequiredFieldsAreEmpty": "Some of the required fields are empty"
},
"toast": {
"exportMetadata": "Úspěšný export metadat projektu",

Loading…
Cancel
Save