@sanity/locale-is-is 1.2.21 → 1.2.23

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.21",
3
+ "version": "1.2.23",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "browserslist": "extends @sanity/browserslist-config",
48
48
  "peerDependencies": {
49
- "sanity": "^3.22.0 || ^4.0.0-0"
49
+ "sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
package/src/comments.ts CHANGED
@@ -79,6 +79,9 @@ export default removeUndefinedLocaleResources({
79
79
  /** The text shown in the inline comment button */
80
80
  'inline-add-comment-button.title': 'Bæta við athugasemd',
81
81
 
82
+ /** The title of the error card shown in the comments inspector */
83
+ 'inspector-error.title': 'Eitthvað fór úrskeiðis við að hlaða inn athugasemdum',
84
+
82
85
  /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
83
86
  'list-item.breadcrumb-button-go-to-field-aria-label': 'Farðu í {{field}} reit',
84
87
  /** The button tooltip content for the add reaction button */
package/src/structure.ts CHANGED
@@ -17,6 +17,11 @@ export default removeUndefinedLocaleResources({
17
17
  /** Message prompting the user to confirm discarding changes */
18
18
  'action.discard-changes.confirm-dialog.confirm-discard-changes':
19
19
  'Ertu viss um að þú viljir henda öllum breytingum síðan síðast var birt?',
20
+ /** Message prompting the user to confirm discarding changes */
21
+ 'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
22
+ 'Ertu viss um að þú viljir henda öllum breytingum og eyða þessu drögskjali?',
23
+ /**Header for the confirm discard dialog */
24
+ 'action.discard-changes.confirm-dialog.header.text': 'Henda breytingum?',
20
25
  /** Tooltip when action is disabled because the document has no unpublished changes */
21
26
  'action.discard-changes.disabled.no-change': 'Þetta skjal hefur engar óbirtar breytingar',
22
27
  /** Tooltip when action is disabled because the document is not published */
@@ -169,6 +174,10 @@ export default removeUndefinedLocaleResources({
169
174
  /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
170
175
  'banners.release.navigate-to-edit-description-multiple_other':
171
176
  'Þetta skjal er hluti af <VersionBadge/> útgáfunni og {{count}} öðrum útgáfum',
177
+ /** The text for the banner that appears when a document is not part of any release
178
+ * @deprecated – no longer in use
179
+ * */
180
+ 'banners.release.navigate-to-edit-description-none': 'Þetta skjal er ekki hluti af neinni útgáfu',
172
181
  /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
173
182
  'banners.release.navigate-to-edit-description-single':
174
183
  'Þetta skjal er hluti af <VersionBadge/> útgáfunni',
@@ -201,6 +210,14 @@ export default removeUndefinedLocaleResources({
201
210
  'buttons.action-menu-button.aria-label': 'Opna skjalaðgerðir',
202
211
  /** The action menu button tooltip */
203
212
  'buttons.action-menu-button.tooltip': 'Aðgerðir skjals',
213
+ /** The aria-label for the collapse pane button on the document panel header */
214
+ 'buttons.focus-pane-button.aria-label.collapse': 'Hætta í einbeitingarham (sýna leiðsögn)',
215
+ /** The aria-label for the focus pane button on the document panel header */
216
+ 'buttons.focus-pane-button.aria-label.focus': 'Fara í einbeitingarham (fela leiðsögn)',
217
+ /** The tooltip for the collapse pane button on the document panel header */
218
+ 'buttons.focus-pane-button.tooltip.collapse': 'Hætta í einbeitingarham',
219
+ /** The tooltip for the focus pane button on the document panel header */
220
+ 'buttons.focus-pane-button.tooltip.focus': 'Fara í einbeitingarham',
204
221
  /** The aria-label for the split pane button on the document panel header */
205
222
  'buttons.split-pane-button.aria-label': 'Kljúfa glugga til hægri',
206
223
  /** The tool tip for the split pane button on the document panel header */
@@ -212,6 +229,13 @@ export default removeUndefinedLocaleResources({
212
229
 
213
230
  /** The text for the canvas linked banner action button */
214
231
  'canvas.banner.edit-in-canvas-action': 'Breyta í Canvas',
232
+ /** The text for the canvas linked banner when the document in editable mode*/
233
+ 'canvas.banner.editable.linked-text': 'Þetta skjal er hægt að breyta í Canvas.',
234
+ /** The description for the canvas linked banner popover in editable mode*/
235
+ 'canvas.banner.editable.popover-description':
236
+ 'Canvas leyfir þér að skrifa frjálslega og síðan uppfæra efni í Studio án þess að þurfa að afrita handvirkt milli reita.',
237
+ /** The heading for the canvas linked banner popover in editable mode*/
238
+ 'canvas.banner.editable.popover-heading': 'Frjálsleg ritun',
215
239
  /** The text for the canvas linked banner when the document is a draft */
216
240
  'canvas.banner.linked-text.draft': 'Þetta drög skjalsins er tengt við Canvas',
217
241
  /** The text for the canvas linked banner when the document is a live document */
package/src/studio.ts CHANGED
@@ -20,13 +20,13 @@ export default removeUndefinedLocaleResources({
20
20
  'about-dialog.version-info.auto-updates.manage-version': 'Stjórna útgáfu',
21
21
  /** Text displayed on the "Copy to clipboard"-button after clicked */
22
22
  'about-dialog.version-info.copy-to-clipboard-button.copied-text':
23
- 'Afritað á klippiborð. Gleðilegt líming!',
23
+ 'Afritað á klippiborð. Gleðilega límingu!',
24
24
  /** "Copy to Clipboard" button text for copying version details from About-dialog */
25
25
  'about-dialog.version-info.copy-to-clipboard-button.text': 'Afrita á klippiborð',
26
26
  /** "Current version" header in version info dialog */
27
27
  'about-dialog.version-info.current-version.header': 'Núverandi útgáfa',
28
28
  /** @deprecated "How to upgrade" link text */
29
- 'about-dialog.version-info.how-to-upgrade': 'Hvernig á að uppfæra',
29
+ 'about-dialog.version-info.how-to-upgrade': 'Hvernig á að uppfæra?',
30
30
  /** "Latest version" header in version info dialog */
31
31
  'about-dialog.version-info.latest-version.header': 'Nýjasta útgáfa',
32
32
  /** Info text when auto updates is enabled and a new version is available */
@@ -149,7 +149,7 @@ export default removeUndefinedLocaleResources({
149
149
  'asset-source.file.asset-list.action.show-usage.title': 'Sýna notkun',
150
150
  'asset-source.file.asset-list.delete-failed': 'Ekki tókst að eyða skránni',
151
151
  'asset-source.file.asset-list.delete-successful': 'Skrá var eytt',
152
- 'asset-source.file.asset-list.header.date-added': 'Dagsetning bætt við',
152
+ 'asset-source.file.asset-list.header.date-added': 'Dagsetningu bætt við',
153
153
  /** File asset source */
154
154
  'asset-source.file.asset-list.header.filename': 'Skráarnafn',
155
155
  'asset-source.file.asset-list.header.size': 'Stærð',
@@ -464,6 +464,8 @@ export default removeUndefinedLocaleResources({
464
464
  'document-status.date': '{{date}}',
465
465
  /** Label to show in the document footer indicating the last edited date of the document */
466
466
  'document-status.edited': 'Breytt {{date}}',
467
+ /** Label to show in the document footer status line when a document was last published */
468
+ 'document-status.last-published': 'Síðast birt',
467
469
  /** Label to show in the document footer indicating the document is not published*/
468
470
  'document-status.not-published': 'Óbirt',
469
471
  /** Label to show in the document footer indicating the published date of the document */
@@ -1370,11 +1372,22 @@ export default removeUndefinedLocaleResources({
1370
1372
  'release.dialog.create.confirm': 'Búa til útgáfu',
1371
1373
  /** Title for creating releases dialog */
1372
1374
  'release.dialog.create.title': 'Ný útgáfa',
1373
- /** Body text for the dialog confirming deletion of a scheduled draft */
1374
- 'release.dialog.delete-schedule-draft.body':
1375
- 'Ertu viss um að þú viljir eyða þessum tímasetta drögum? Þessi aðgerð er óafturkræf.',
1375
+ /** Body text when deleting scheduled draft and draft is already up to date */
1376
+ 'release.dialog.delete-schedule-draft.body-already-current':
1377
+ 'Eyða þessum áætluðu drögum? Drögin þín eru þegar uppfærð.',
1378
+ /** Body text when deleting scheduled draft and changes will be saved to draft */
1379
+ 'release.dialog.delete-schedule-draft.body-will-save-to-draft':
1380
+ 'Eyða þessum áætluðu drögum? Breytingarnar þínar verða vistaðar í drögum.',
1381
+ /** Body text when deleting scheduled draft with checkbox shown for user choice */
1382
+ 'release.dialog.delete-schedule-draft.body-with-choice': 'Eyða þessum áætluðu drögum?',
1376
1383
  /** Confirm button text for deleting a scheduled draft */
1377
1384
  'release.dialog.delete-schedule-draft.confirm': 'Já, eyða tímasetningu',
1385
+ /** Checkbox label for copying scheduled draft to draft before deletion */
1386
+ 'release.dialog.delete-schedule-draft.copy-checkbox':
1387
+ 'Halda í áætlaðar breytingar mínar með því að afrita þær í drög (mælt með því)',
1388
+ /** Explanation text shown when scheduled draft has different changes than current draft */
1389
+ 'release.dialog.delete-schedule-draft.different-changes-explanation':
1390
+ 'Áætluð drög þín hafa aðrar breytingar en núverandi drög þín.',
1378
1391
  /** Header for the dialog confirming deletion of a scheduled draft */
1379
1392
  'release.dialog.delete-schedule-draft.header': 'Eyða tímasettum drögum',
1380
1393
  /** Body text for change schedule dialog */
@@ -1418,9 +1431,13 @@ export default removeUndefinedLocaleResources({
1418
1431
  'Tímasettu fyrir framtíðar dagsetningu og tíma.',
1419
1432
  /** Label for date picker when scheduling a release */
1420
1433
  'release.schedule-dialog.select-publish-date-label': 'Birta á',
1421
- /** The toast description that will be shown when the user has a release perspective which is now archived */
1434
+ /** The toast description that will be shown when the user has a release perspective which is now archived
1435
+ * @deprecated – no longer needed
1436
+ * */
1422
1437
  'release.toast.archived-release.description': 'Þessi útgáfa hefur verið afnæld',
1423
- /** The toast title that will be shown when the user has a release perspective which is now archived */
1438
+ /** The toast title that will be shown when the user has a release perspective which is now archived
1439
+ * @deprecated – no longer needed
1440
+ * */
1424
1441
  'release.toast.archived-release.title': "Útgáfunni '{{title}}' hefur verið safnað",
1425
1442
  /** The toast title that will be shown the creating a release fails */
1426
1443
  'release.toast.create-release-error.title': 'Mistókst að búa til útgáfu',
@@ -1430,7 +1447,9 @@ export default removeUndefinedLocaleResources({
1430
1447
  /** Success toast for deleting a scheduled draft */
1431
1448
  'release.toast.delete-schedule-draft.success':
1432
1449
  'Tímasettu drögunum <strong>{{title}}</strong> hefur verið eytt.',
1433
- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1450
+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1451
+ * @deprecated – no longer needed
1452
+ * */
1434
1453
  'release.toast.not-found-release.title': "Ekki tókst að finna '{{title}}' útgáfuna",
1435
1454
  /** Error toast for running a scheduled publish immediately */
1436
1455
  'release.toast.publish-scheduled-draft.error':
@@ -1438,9 +1457,13 @@ export default removeUndefinedLocaleResources({
1438
1457
  /** Success toast for running a scheduled publish immediately */
1439
1458
  'release.toast.publish-scheduled-draft.success':
1440
1459
  'Tímasettu drögin <strong>{{title}}</strong> hafa verið birt.',
1441
- /** The toast description that will be shown when the user has a release perspective which is now published */
1460
+ /** The toast description that will be shown when the user has a release perspective which is now published
1461
+ * @deprecated – no longer needed
1462
+ **/
1442
1463
  'release.toast.published-release.description': 'Þessi útgáfa hefur verið afnæld',
1443
- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1464
+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1465
+ * @deprecated – no longer needed
1466
+ **/
1444
1467
  'release.toast.published-release.title': "Útgáfan '{{title}}' var birt",
1445
1468
  /** Error toast for rescheduling a draft */
1446
1469
  'release.toast.reschedule-scheduled-draft.error':
@@ -1448,6 +1471,10 @@ export default removeUndefinedLocaleResources({
1448
1471
  /** Success toast for rescheduling a draft */
1449
1472
  'release.toast.reschedule-scheduled-draft.success':
1450
1473
  'Tímasettu drögin <strong>{{title}}</strong> hafa verið endurtímasett.',
1474
+ /** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1475
+ * @deprecated – no longer needed
1476
+ * */
1477
+ 'release.toast.scheduled-draft-published.title': 'Áætluðu drögin voru birt',
1451
1478
  /** Label for when a version of a document has already been added to the release */
1452
1479
  'release.tooltip.already-added': 'Útgáfa af þessu skjali hefur þegar verið bætt við',
1453
1480
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
@@ -1462,6 +1489,14 @@ export default removeUndefinedLocaleResources({
1462
1489
  /** Tooltip for the dropdown to show all versions of document */
1463
1490
  'release.version-list.tooltip': 'Sjá allar útgáfur skjalsins',
1464
1491
 
1492
+ /** Button text for contacting support in the releases misconfiguration dialog */
1493
+ 'releases.upsell.misconfiguration.contact-support': 'Hafðu samband við þjónustuver',
1494
+ /** Header for the releases misconfiguration dialog */
1495
+ 'releases.upsell.misconfiguration.header': 'Vandamál við stillingar innihaldsútgáfna',
1496
+ /** Message shown in the releases misconfiguration dialog */
1497
+ 'releases.upsell.misconfiguration.message':
1498
+ 'Innihaldsútgáfur eru virkjaðar fyrir verkefnið þitt, en það virðist vera stillingarvandamál með útgáfumörk þín. Vinsamlegast hafðu samband við þjónustuver til að fá innihaldsútgáfur þínar rétt stilltar.',
1499
+
1465
1500
  /** Confirm button text for the schedule publish dialog */
1466
1501
  'schedule-publish-dialog.confirm': 'Tímasetja',
1467
1502
  /** Description for the schedule publish dialog */