@sanity/locale-is-is 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-is-is",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -82,6 +82,13 @@ export default removeUndefinedLocaleResources({
82
82
  'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',
83
83
  /** The text content for the deprecated document type banner */
84
84
  'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',
85
+ /** The text for publish action for discarding the version */
86
+ 'banners.live-edit-draft-banner.discard.tooltip': 'Henda drögunum',
87
+ /** The text for publish action for the draft banner */
88
+ 'banners.live-edit-draft-banner.publish.tooltip': 'Birta til að halda áfram að breyta',
89
+ /** The text content for the live edit document when it's a draft */
90
+ 'banners.live-edit-draft-banner.text':
91
+ 'Tegundin <strong>{{schemaType}}</strong> hefur <code>liveEdit</code> virkt, en drög að þessu skjali eru til. Birta eða henda drögunum til að halda áfram að breyta því í rauntíma.',
85
92
  /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
86
93
  'banners.permission-check-banner.missing-permission_create_one':
87
94
  'Hlutverk þitt <Roles/> hefur ekki heimildir til að búa til þetta skjal.',
@@ -308,8 +315,6 @@ export default removeUndefinedLocaleResources({
308
315
  'panes.document-header-title.new.text': 'Nýtt {{schemaType}}',
309
316
  /** The text used in the document header title if no other title can be determined */
310
317
  'panes.document-header-title.untitled.text': 'Ótitlað',
311
- /** The text for the retry button on the document list pane */
312
- 'panes.document-list-pane.error.retry-button.text': 'Reyna aftur',
313
318
  /** The error text on the document list pane */
314
319
  'panes.document-list-pane.error.text': 'Villa: <Code>{{error}}</Code>',
315
320
  /** The error title on the document list pane */
package/src/studio.ts CHANGED
@@ -1,6 +1,17 @@
1
1
  import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
+ /** The text used in the tooltip shown in the dialog close button */
5
+ 'announcement.dialog.close': 'Loka',
6
+ /** Aria label to be used in the dialog close button */
7
+ 'announcement.dialog.close-label': 'Loka glugga',
8
+ /**Text to be used in the tooltip in the button in the studio announcement card */
9
+ 'announcement.floating-button.dismiss': 'Loka',
10
+ /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
11
+ 'announcement.floating-button.dismiss-label': 'Hafna tilkynningum',
12
+ /**Aria label to be used in the floating button in the studio announcement card */
13
+ 'announcement.floating-button.open-label': 'Opna tilkynningar',
14
+
4
15
  /** Menu item for deleting the asset */
5
16
  'asset-source.asset-list.menu.delete': 'Eyða',
6
17
  /** Menu item for showing where a particular asset is used */