Skip to content

Commit

Permalink
fix(ru-KZ): automated translation updates (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
github-actions[bot] and AutoTranslator authored Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c55d03f commit 533f3d5
Showing 2 changed files with 32 additions and 30 deletions.
18 changes: 9 additions & 9 deletions locales/ru-KZ/src/structure.ts
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ export default removeUndefinedLocaleResources({
/** The action menu button aria-label */
'buttons.action-menu-button.aria-label': 'Открыть действия документа',
/** The action menu button tooltip */
'buttons.action-menu-button.tooltip': undefined, // 'Document actions'
'buttons.action-menu-button.tooltip': 'Действия с документом',
/** The aria-label for the split pane button on the document panel header */
'buttons.split-pane-button.aria-label': 'Разделить панель справа',
/** The tool tip for the split pane button on the document panel header */
@@ -189,7 +189,7 @@ export default removeUndefinedLocaleResources({
'confirm-dialog.confirm-button.fallback-text': 'Подтвердить',

/** For the default structure definition, the title for the "Content" pane */
'default-definition.content-title': undefined, // 'Content'
'default-definition.content-title': 'Контент',

/** The text shown if there was an error while getting the document's title via a preview value */
'doc-title.error.text': 'Ошибка: {{errorMessage}}',
@@ -226,11 +226,11 @@ export default removeUndefinedLocaleResources({

/** --- Menu items --- */
/** The menu item group title to use for the Action menu items */
'menu-item-groups.actions-group': undefined, // 'Actions'
'menu-item-groups.actions-group': 'Действия',
/** The menu item group title to use for the Layout menu items */
'menu-item-groups.layout-group': undefined, // 'Layout'
'menu-item-groups.layout-group': 'Макет',
/** The menu item group title to use for the Sort menu items */
'menu-item-groups.sorting-group': undefined, // 'Sort'
'menu-item-groups.sorting-group': 'Сортировка',

/** The menu item title to use the compact view */
'menu-items.layout.compact-view': 'Компактный вид',
@@ -250,13 +250,13 @@ export default removeUndefinedLocaleResources({
'no-document-types-screen.title': 'Нет типов документов',

/** Text shown on back button visible on smaller breakpoints */
'pane-header.back-button.text': undefined, // 'Back'
'pane-header.back-button.text': 'Назад',
/** tooltip text (via `title` attribute) for the menu button */
'pane-header.context-menu-button.tooltip': 'Показать меню',
/** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */
'pane-header.create-menu.label': 'Создать',
/** Tooltip displayed on the create new button in document lists */
'pane-header.create-new-button.tooltip': undefined, // 'Create new document'
'pane-header.create-new-button.tooltip': 'Создать новый документ',
/** The `aria-label` for the disabled button in the pane header if create permissions are granted */
'pane-header.disabled-created-button.aria-label': 'Недостаточно прав',

@@ -339,9 +339,9 @@ export default removeUndefinedLocaleResources({
'panes.document-pane.document-unknown-type.without-schema.text':
'Этот документ не существует, и для него не был указан тип схемы.',
/** Default message shown while resolving the structure definition for an asynchronous node */
'panes.resolving.default-message': undefined, // 'Loading…'
'panes.resolving.default-message': 'Загрузка…',
/** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */
'panes.resolving.slow-resolve-message': undefined, // 'Still loading…'
'panes.resolving.slow-resolve-message': 'Всё ещё загружается…',
/** The text to display when type is missing */
'panes.unknown-pane-type.missing-type.text':
'Элемент структуры не содержит необходимое свойство <Code>type</Code>.',
44 changes: 23 additions & 21 deletions locales/ru-KZ/src/studio.ts
Original file line number Diff line number Diff line change
@@ -285,20 +285,20 @@ export default removeUndefinedLocaleResources({

/** --- Common components --- */
/** Tooltip text for context menu buttons */
'common.context-menu-button.tooltip': undefined, // 'Show more'
'common.context-menu-button.tooltip': 'Показать больше',
/** Default text for dialog cancel button */
'common.dialog.cancel-button.text': undefined, // 'Cancel'
'common.dialog.cancel-button.text': 'Отмена',
/** Default text for dialog confirm button */
'common.dialog.confirm-button.text': undefined, // 'Confirm'
'common.dialog.confirm-button.text': 'Подтвердить',
/** Default text in shared loader text / spinner lockup */
'common.loading': undefined, // 'Loading'
'common.loading': 'Загрузка',

/** --- Configuration issues --- */
/** Tooltip displayed on configuration issues button */
'configuration-issues.button.tooltip': undefined, // 'Found configuration issues'
'configuration-issues.button.tooltip': 'Обнаружены проблемы конфигурации',

/** The fallback title for an ordering menu item if no localized titles are provided. */
'default-menu-item.fallback-title': undefined, // 'Sort by {{title}}'
'default-menu-item.fallback-title': 'Сортировать по {{title}}',

/** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */
'default-orderings.caption': 'Сортировать по подписи',
@@ -316,11 +316,11 @@ export default removeUndefinedLocaleResources({
'default-orderings.title': 'Сортировать по названию',

/** Label to show in the document footer indicating the last edited date of the document */
'document-status.edited': undefined, // 'Edited {{date}}'
'document-status.edited': 'Отредактировано {{date}}',
/** Label to show in the document footer indicating the document is not published*/
'document-status.not-published': undefined, // 'Not published'
'document-status.not-published': 'Не опубликовано',
/** Label to show in the document footer indicating the published date of the document */
'document-status.published': undefined, // 'Published {{date}}'
'document-status.published': 'Опубликовано {{date}}',

/** The value of the <code>_key</code> property must be a unique string. */
'form.error.duplicate-keys-alert.details.additional-description':
@@ -411,7 +411,7 @@ export default removeUndefinedLocaleResources({
'help-resources.title': 'Помощь и ресурсы',

/** Text for button to cancel an ongoing upload */
'input.files.common.cancel-upload': undefined, // 'Cancel'
'input.files.common.cancel-upload': 'Отменить загрузку',
/** Text for file input button in upload placeholder */
'input.files.common.upload-placeholder.file-input-button.text': 'Загрузить',
/** Uploading <FileName/> */
@@ -432,7 +432,7 @@ export default removeUndefinedLocaleResources({
*/
'inputs.array.action.add-item-select-type': 'Добавить элемент...',
/** Array drag handle button tooltip */
'inputs.array.action.drag.tooltip': undefined, // 'Drag to re-order'
'inputs.array.action.drag.tooltip': 'Перетащите для изменения порядка',
/** Label for duplicating an array item */
'inputs.array.action.duplicate': 'Дублировать',
/** Label for editing the item of a specific type, eg "Edit Person" */
@@ -915,9 +915,9 @@ export default removeUndefinedLocaleResources({
'inputs.slug.error.missing-source':
'Источник отсутствует. Проверьте источник для типа {{schemaType}} в схеме',
/** Placeholder for an empty tag input */
'inputs.tags.placeholder': undefined, // 'Enter tag and press ENTER…'
'inputs.tags.placeholder': 'Введите тег и нажмите ENTER…',
/** Placeholder for an empty tag input on touch devices */
'inputs.tags.placeholder_touch': undefined, // 'Enter tag…'
'inputs.tags.placeholder_touch': 'Введите тег…',
/** Convert to `{{targetType}}` */
'inputs.untyped-value.convert-button.text': 'Преобразовать в <code>{{targetType}}</code>',
/** Encountered an object value without a <code>_type</code> property. */
@@ -977,7 +977,7 @@ export default removeUndefinedLocaleResources({
'member-field-error.unexpected-error': 'Неожиданная ошибка: {{error}}',

/** Button label for "Create new document" button */
'new-document.button': undefined, // 'Create'
'new-document.button': 'Создать',
/**
* Tooltip message displayed when hovering/activating the "Create new document" action,
* when there are templates/types available for creation
@@ -1063,11 +1063,11 @@ export default removeUndefinedLocaleResources({
/** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */
'search.action.toggle-filters-aria-label_show': 'Показать фильтры',
/** Label for when the search is full screen (on narrow screens) and you want to hide filters */
'search.action.toggle-filters-label_hide': undefined, // 'Hide filters'
'search.action.toggle-filters-label_hide': 'Скрыть фильтры',
/** Label for when the search is full screen (on narrow screens) and you want to show filters */
'search.action.toggle-filters-label_show': undefined, // 'Show filters'
'search.action.toggle-filters-label_show': 'Показать фильтры',
/** Tooltip text for the global search button */
'search.button.tooltip': undefined, // 'Search'
'search.button.tooltip': 'Поиск',
/**
* A list of provided types (use `list` formatter preferably).
*/
@@ -1513,9 +1513,9 @@ export default removeUndefinedLocaleResources({
'timeline.since-version-missing': 'С: неизвестная версия',

/** Label for button showing the free trial days left */
'user-menu.action.free-trial_one': undefined, // '{{count}} day left in trial'
'user-menu.action.free-trial_one': 'Остался {{count}} день пробного периода',
/** Label for the button showed after trial ended */
'user-menu.action.free-trial-finished': undefined, // 'Upgrade from free'
'user-menu.action.free-trial-finished': 'Перейти с бесплатной версии',
/** Label for action to invite members to the current sanity project */
'user-menu.action.invite-members': 'Пригласить участников',
/** Accessibility label for action to invite members to the current sanity project */
@@ -1525,9 +1525,11 @@ export default removeUndefinedLocaleResources({
/** Accessibility label for the action to manage the current project */
'user-menu.action.manage-project-aria-label': 'Управление проектом',
/** Tooltip helper text when portable text annotation is disabled for empty block*/
'user-menu.action.portable-text.annotation-disabled_empty-block': undefined, // 'Cannot apply {{name}} to empty block'
'user-menu.action.portable-text.annotation-disabled_empty-block':
'Невозможно применить {{name}} к пустому блоку',
/** Tooltip helper text when portable text annotation is disabled for multiple blocks */
'user-menu.action.portable-text.annotation-disabled_multiple-blocks': undefined, // 'Cannot apply {{name}} to multiple blocks'
'user-menu.action.portable-text.annotation-disabled_multiple-blocks':
'Невозможно применить {{name}} к нескольким блокам',
/** Label for action to sign out of the current sanity project */
'user-menu.action.sign-out': 'Выйти',
/** Title for appearance section for the current studio (dark / light / system scheme) */

0 comments on commit 533f3d5

Please sign in to comment.