Skip to content

Commit

Permalink
fix: upgrade @sanity/pkg-utils to ^6, reconcile packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Jul 9, 2024
1 parent 61d8642 commit fa2c42a
Show file tree
Hide file tree
Showing 148 changed files with 3,760 additions and 497 deletions.
2 changes: 0 additions & 2 deletions locales/be-BY/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
Expand All @@ -44,7 +43,6 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist",
Expand Down
2 changes: 2 additions & 0 deletions locales/be-BY/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ export default removeUndefinedLocaleResources({
/** The text when a discard changes operation succeeded */
'panes.document-operation-results.operation-success_discardChanges':
'Усе змены з моманту апошняй публікацыі былі адменены. Адхілены чарнавік яшчэ можна аднавіць з гісторыі',
/** The text when a duplicate operation succeeded */
'panes.document-operation-results.operation-success_duplicate': undefined, // 'The document was successfully duplicated'
/** The text when a publish operation succeeded */
'panes.document-operation-results.operation-success_publish': 'Дакумент быў апублікаваны',
/** The text when a restore operation succeeded */
Expand Down
72 changes: 69 additions & 3 deletions locales/be-BY/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ export default removeUndefinedLocaleResources({
'common.loading': 'Загрузка',

/** --- Configuration issues --- */
/** Default label text on configuration issues button */
'configuration-issues.button.label': undefined, // 'Configuration issues'
/** Tooltip displayed on configuration issues button */
'configuration-issues.button.tooltip': 'Знойдзены праблемы канфігурацыі',

Expand Down Expand Up @@ -374,12 +376,18 @@ 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':
'Элемент масіва з `_key` <code>"{{key}}"</code> не знойдзены па шляху <code>{{path}}</code>',
/** The title above the error call stack output related to the crash */
'form.error.unhandled-runtime-error.call-stack.title': undefined, // 'Call Stack:'
/** The title above the error component stack provided by React's underlying ErrorBoundary component */
'form.error.unhandled-runtime-error.component-stack.title': undefined, // 'Component Stack:'
/** The error message for the unhandled error that crashed the Input component during render */
'form.error.unhandled-runtime-error.error-message': undefined, // 'Error: {{message}}'
/** The title for the error card rendered inside a field in place of a crashing input */
'form.error.unhandled-runtime-error.title': undefined, // 'Unhandled Runtime Error'
/** Form field deprecated label */
'form.field.deprecated-label': 'састарэлы',
/** Fallback title shown above field if it has no defined title */
'form.field.untitled-field-label': 'Без назвы',
/** Fallback title shown above fieldset if it has no defined title */
'form.field.untitled-fieldset-label': 'Без назвы',
/** Accessibility label for the icon that indicates the field has a validation error */
'form.validation.has-error-aria-label': 'Ёсць памылка',
/** Accessibility label for the icon that indicates the field has validation information */
Expand Down Expand Up @@ -472,12 +480,24 @@ export default removeUndefinedLocaleResources({
'inputs.array.error.type-is-incompatible-title': 'Чаму гэта адбываецца?',
/** Error label for unexpected errors in the Array Input */
'inputs.array.error.unexpected-error': 'Нечаканая памылка: {{error}}',
/** Label for the array insert menu all items filter */
'inputs.array.insert-menu.filter.all-items': undefined, // 'All'
/** Label for when the array insert menu search shows no items */
'inputs.array.insert-menu.search.no-results': undefined, // 'No items found'
/** Placeholder for the array insert menu search field */
'inputs.array.insert-menu.search.placeholder': undefined, // 'Search'
/** Tooltip for the array insert menu grid view toggle */
'inputs.array.insert-menu.toggle-grid-view.tooltip': undefined, // 'Toggle grid view'
/** Tooltip for the array insert menu list view toggle */
'inputs.array.insert-menu.toggle-list-view.tooltip': undefined, // 'Toggle list view'
/** Label for when the array input doesn't have any items */
'inputs.array.no-items-label': 'Няма элементаў',
/** Label for read only array fields */
'inputs.array.read-only-label': 'Гэта поле толькі для чытання',
/** Label for when the array input is resolving the initial value for the item */
'inputs.array.resolving-initial-value': 'Вызначэнне пачатковага значэння…',
/** Tooltip content when boolean input is disabled */
'inputs.boolean.disabled': undefined, // 'Disabled'
/** Placeholder value for datetime input */
'inputs.datetime.placeholder': 'напр. {{example}}',
/** Acessibility label for button to open file options menu */
Expand Down Expand Up @@ -971,12 +991,18 @@ export default removeUndefinedLocaleResources({
/** The explanation when unable to delete a particular document */
'insufficient-permissions-message.not-authorized-explanation_delete-document':
'У вас няма дазволу на выдаленне гэтага дакумента.',
/** The explanation when unable to delete a schedule on scheduled publishing */
'insufficient-permissions-message.not-authorized-explanation_delete-schedules': undefined, // 'You do not have permission to delete schedules.'
/** The explanation when unable to discard changes in a particular document */
'insufficient-permissions-message.not-authorized-explanation_discard-changes':
'У вас няма дазволу на адхіленне змен у гэтым дакуменце.',
/** The explanation when unable to duplicate a particular document */
'insufficient-permissions-message.not-authorized-explanation_duplicate-document':
'У вас няма дазволу на дубляванне гэтага дакумента.',
/** The explanation when unable to edit a schedule on scheduled publishing */
'insufficient-permissions-message.not-authorized-explanation_edit-schedules': undefined, // 'You do not have permission to edit schedules.'
/** The explanation when unable to execute a schedule on scheduled publishing */
'insufficient-permissions-message.not-authorized-explanation_execute-schedules': undefined, // 'You do not have permission to execute schedules.'
/** The explanation when unable to publish a particular document */
'insufficient-permissions-message.not-authorized-explanation_publish-document':
'У вас няма дазволу на публікацыю гэтага дакумента.',
Expand Down Expand Up @@ -1018,6 +1044,13 @@ export default removeUndefinedLocaleResources({
/** Title for "Create new document" dialog */
'new-document.title': 'Стварыць новы дакумент',

/** More detailed alert text letting user know they have an out-of-date version and should reload */
'package-version.new-package-available.description': undefined, // 'Simply reload to use the new version.'
/** Label for button that will make the browser reload when users' studio version is out-of-date */
'package-version.new-package-available.reload-button': undefined, // 'Reload'
/** Title of the alert for studio users when packages in their studio are out-of-date */
'package-version.new-package-available.title': undefined, // 'Sanity Studio was updated'

/** Label for action to manage members of the current studio project */
'presence.action.manage-members': 'Кіраванне ўдзельнікамі',
/** Accessibility label for presence menu button */
Expand Down Expand Up @@ -1466,6 +1499,15 @@ export default removeUndefinedLocaleResources({
/** Accessibility label for the search results section, shown when the user has typed valid terms */
'search.search-results-aria-label': 'Вынікі пошуку',

/** Label for the edit columns button to change field visibility in sheet list */
'sheet-list.edit-columns': undefined, // 'Edit columns'
/** Label for the header menu option to hide a field from the sheet list */
'sheet-list.hide-field': undefined, // 'Remove from table'
/** Label for reset column visibilities button */
'sheet-list.reset-columns': undefined, // 'Reset columns'
/** Title for the edit columns menu */
'sheet-list.select-fields': undefined, // 'Select up to 5 field types'

/** Accessibility label for the navbar status button */
'status-button.aria-label': 'Статус канфігурацыі',

Expand All @@ -1483,7 +1525,12 @@ export default removeUndefinedLocaleResources({
'timeline.error.unable-to-load-revision': 'Немагчыма загрузіць рэвізію',
/** Label for when the timeline item is the latest in the history */
'timeline.latest': 'Апошняя',
/** Label for latest version for timeline menu dropdown */
/** Label for latest revision for timeline menu dropdown */
'timeline.latest-revision': undefined, // 'Latest revision'
/**
* Label for latest revision for timeline menu dropdown
* @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_
* */
'timeline.latest-version': 'Апошняя версія',
/** The aria-label for the list of revisions in the timeline */
'timeline.list.aria-label': 'Рэвізіі дакумента',
Expand Down Expand Up @@ -1533,6 +1580,25 @@ export default removeUndefinedLocaleResources({
/**Aria label for the action buttons in the PTE toolbar */
'toolbar.portable-text.action-button-aria-label': '{{action}}',

/** Accesibility label for the breadcrumb menu */
'tree-editing-dialog.breadcrumbs.menu': undefined, // 'Breadcrumb menu'
/** Title placeholder for search input in array of objects */
'tree-editing-dialog.search-placeholder': undefined, // 'Search'
/** Menu aria label for the search menu */
'tree-editing-dialog.search.menu-label': undefined, // 'Search menu'
/** Title label for when no search results are found on the tree of objects */
'tree-editing-dialog.search.no-results-title': undefined, // 'No results found'
/** Label to close the sidebar */
'tree-editing-dialog.sidebar.action.close': undefined, // 'Close sidebar'
/** Collapse label the menu item in the sidebar */
'tree-editing-dialog.sidebar.action.collapse': undefined, // 'Collapse'
/** Label to close the dialog */
'tree-editing-dialog.sidebar.action.done': undefined, // 'Done'
/** Exapnd label the menu item in the sidebar */
'tree-editing-dialog.sidebar.action.expand': undefined, // 'Expand'
/** Label to open the sidebar */
'tree-editing-dialog.sidebar.action.open': undefined, // 'Open sidebar'

/** Label for button showing the free trial days left */
'user-menu.action.free-trial_one': '{{count}} дзень засталося ў пробным перыядзе',
/** Label for the button showed after trial ended */
Expand Down
Loading

0 comments on commit fa2c42a

Please sign in to comment.