Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cs-CZ): automated translation updates #310

Merged
merged 1 commit into from
Jan 24, 2024
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
9 changes: 9 additions & 0 deletions locales/cs-CZ/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Roles/> nemá oprávnění vytvořit tento dokument.',
Expand All @@ -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 */
Expand Down Expand Up @@ -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 <DocumentTitle/>',
/** The title shown in the dialog header, when the document being inspected is not created yet/has no value */
Expand Down
2 changes: 2 additions & 0 deletions locales/cs-CZ/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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ě <code>{{path}}</code> nebyla nalezena žádná položka pole s `_key` <code>"{{key}}"</code>',
/** 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 */
Expand Down