From dfe8defada0b0212b1e1bdf7602d868bd72d6e05 Mon Sep 17 00:00:00 2001 From: AutoTranslator Date: Tue, 23 Jan 2024 18:39:55 +0000 Subject: [PATCH] fix(cs-CZ): automated translation updates --- locales/cs-CZ/src/structure.ts | 9 +++++++++ locales/cs-CZ/src/studio.ts | 2 ++ 2 files changed, 11 insertions(+) diff --git a/locales/cs-CZ/src/structure.ts b/locales/cs-CZ/src/structure.ts index 158fcc152..c8278ae85 100644 --- a/locales/cs-CZ/src/structure.ts +++ b/locales/cs-CZ/src/structure.ts @@ -78,6 +78,8 @@ export default removeUndefinedLocaleResources({ 'banners.deleted-document-banner.restore-button.text': 'Obnovit nejnovější verzi', /** The text content for the deleted document banner */ 'banners.deleted-document-banner.text': 'Tento dokument byl smazán.', + /** The text content for the deprecated document type banner */ + 'banners.deprecated-document-type-banner.text': 'Tento typ dokumentu byl zastaralý.', /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */ 'banners.permission-check-banner.missing-permission_create_one': 'Vaše role nemá oprávnění vytvořit tento dokument.', @@ -101,6 +103,11 @@ export default removeUndefinedLocaleResources({ 'banners.reference-changed-banner.reason-removed.text': 'Tato reference byla odstraněna od doby, co jste ji otevřeli.', + /** Browser/tab title when creating a new document of a given type */ + 'browser-document-title.new-document': 'Nový {{schemaType}}', + /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */ + 'browser-document-title.untitled-document': 'Bez názvu', + /** The action menu button aria-label */ 'buttons.action-menu-button.aria-label': 'Otevřít akce dokumentu', /** The action menu button tooltip */ @@ -214,6 +221,8 @@ export default removeUndefinedLocaleResources({ /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */ 'doc-title.unknown-schema-type.text': 'Neznámý typ schématu: {{schemaType}}', + /** Tooltip text shown for the close button of the document inspector */ + 'document-inspector.close-button.tooltip': 'Zavřít', /** The title shown in the dialog header, when inspecting a valid document */ 'document-inspector.dialog.title': 'Inspekce ', /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */ diff --git a/locales/cs-CZ/src/studio.ts b/locales/cs-CZ/src/studio.ts index 65acdb9d9..25817c605 100644 --- a/locales/cs-CZ/src/studio.ts +++ b/locales/cs-CZ/src/studio.ts @@ -383,6 +383,8 @@ export default removeUndefinedLocaleResources({ /** Error text shown when form is unable to find an array item at a given keyed path */ 'form.error.no-array-item-at-key': 'Na cestě {{path}} nebyla nalezena žádná položka pole s `_key` "{{key}}"', + /** Form field deprecated label */ + 'form.field.deprecated-label': 'zastaralé', /** Fallback title shown above field if it has no defined title */ 'form.field.untitled-field-label': 'Nepojmenované', /** Fallback title shown above fieldset if it has no defined title */