@sanity/locale-is-is 1.2.26 → 1.2.28

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.
Files changed (50) hide show
  1. package/dist/_chunks-cjs/copy-paste.cjs +2 -0
  2. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
  3. package/dist/_chunks-cjs/feedback.cjs +47 -0
  4. package/dist/_chunks-cjs/feedback.cjs.map +1 -0
  5. package/dist/_chunks-cjs/presentation.cjs +131 -0
  6. package/dist/_chunks-cjs/presentation.cjs.map +1 -0
  7. package/dist/_chunks-cjs/releases.cjs +460 -0
  8. package/dist/_chunks-cjs/releases.cjs.map +1 -0
  9. package/dist/_chunks-cjs/singleDocRelease.cjs +23 -0
  10. package/dist/_chunks-cjs/singleDocRelease.cjs.map +1 -0
  11. package/dist/_chunks-cjs/structure.cjs +8 -0
  12. package/dist/_chunks-cjs/structure.cjs.map +1 -1
  13. package/dist/_chunks-cjs/studio.cjs +11 -26
  14. package/dist/_chunks-cjs/studio.cjs.map +1 -1
  15. package/dist/_chunks-cjs/vision.cjs +22 -0
  16. package/dist/_chunks-cjs/vision.cjs.map +1 -1
  17. package/dist/_chunks-es/copy-paste.js +2 -0
  18. package/dist/_chunks-es/copy-paste.js.map +1 -1
  19. package/dist/_chunks-es/feedback.js +49 -0
  20. package/dist/_chunks-es/feedback.js.map +1 -0
  21. package/dist/_chunks-es/presentation.js +133 -0
  22. package/dist/_chunks-es/presentation.js.map +1 -0
  23. package/dist/_chunks-es/releases.js +462 -0
  24. package/dist/_chunks-es/releases.js.map +1 -0
  25. package/dist/_chunks-es/singleDocRelease.js +25 -0
  26. package/dist/_chunks-es/singleDocRelease.js.map +1 -0
  27. package/dist/_chunks-es/structure.js +8 -0
  28. package/dist/_chunks-es/structure.js.map +1 -1
  29. package/dist/_chunks-es/studio.js +11 -26
  30. package/dist/_chunks-es/studio.js.map +1 -1
  31. package/dist/_chunks-es/vision.js +22 -0
  32. package/dist/_chunks-es/vision.js.map +1 -1
  33. package/dist/index.cjs +20 -2
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.js +14 -2
  36. package/dist/index.js.map +1 -1
  37. package/package.json +2 -2
  38. package/src/copy-paste.ts +3 -0
  39. package/src/feedback.ts +47 -0
  40. package/src/index.ts +17 -2
  41. package/src/presentation.ts +150 -0
  42. package/src/releases.ts +551 -0
  43. package/src/singleDocRelease.ts +26 -0
  44. package/src/structure.ts +9 -0
  45. package/src/studio.ts +13 -18
  46. package/src/vision.ts +23 -0
  47. package/dist/_chunks-cjs/create.cjs +0 -35
  48. package/dist/_chunks-cjs/create.cjs.map +0 -1
  49. package/dist/_chunks-es/create.js +0 -37
  50. package/dist/_chunks-es/create.js.map +0 -1
@@ -0,0 +1,551 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** Action text for adding a document to release */
5
+ 'action.add-document': 'Bæta við skjali',
6
+ /** Action text for archiving a release */
7
+ 'action.archive': 'Geymsla útgáfu',
8
+ /** Tooltip for when the archive release action is disabled due to release being scheduled */
9
+ 'action.archive.tooltip': 'Afskráðu þessa útgáfu til að geyma hana',
10
+ /** Action text for showing the archived releases */
11
+ 'action.archived': 'Geymt',
12
+ /** Menu item label for copying release ID */
13
+ 'action.copy-release-id.label': 'Afrita útgáfuauðkenni',
14
+ /** Menu item label for copying release URL */
15
+ 'action.copy-release-link.label': 'Afrita útgáfuslóð',
16
+ /** Menu item label for copying release title */
17
+ 'action.copy-release-title.label': 'Afrita útgáfuheiti',
18
+ /** Tooltip for copy release actions button */
19
+ 'action.copy-release.label': 'Afrita',
20
+ /** Action text for staging a new revert release */
21
+ 'action.create-revert-release': 'Búa til nýja útgáfu',
22
+ /** Action text for deleting a release */
23
+ 'action.delete-release': 'Eyða útgáfu',
24
+ /** Menu item label for showing scheduled drafts */
25
+ 'action.drafts': 'Áætlaðar drög',
26
+ /** Action text for duplicating a release */
27
+ 'action.duplicate-release': 'Tvítaka útgáfu',
28
+ /** Action text for editing a release */
29
+ 'action.edit': 'Breyta útgáfu',
30
+ /** Action text for reverting a release immediately without staging changes */
31
+ 'action.immediate-revert-release': 'Snúa við núna',
32
+ /** Action text for opening a release */
33
+ 'action.open': 'Virkt',
34
+ /** Action text for showing the paused scheduled drafts */
35
+ 'action.paused': 'Í bið',
36
+ /** Action text for publishing all documents in a release (and the release itself) */
37
+ 'action.publish-all-documents': 'Keyra útgáfu',
38
+ /** Menu item label for showing releases (multi-document releases) */
39
+ 'action.releases': 'Útgáfur',
40
+ /** Action text for reverting a release */
41
+ 'action.revert': 'Snúa við útgáfu',
42
+ /** Action message for when document is scheduled for unpublishing a document and you want to no longer unpublish it */
43
+ 'action.revert-unpublish-actions': 'Snúa við afbirtingu við útgáfu',
44
+ /** Text for the review changes button in release tool */
45
+ 'action.review': 'Yfirfara breytingar',
46
+ /** Action text for scheduling a release */
47
+ 'action.schedule': 'Áætla útgáfu...',
48
+ /** Action text for scheduling unpublish of a draft document */
49
+ 'action.schedule-unpublish': 'Áætla afbirtingu',
50
+ /** Tooltip text for when schedule unpublish is disabled because document is not published */
51
+ 'action.schedule-unpublish.disabled.not-published':
52
+ 'Skjalið verður að vera birt til að áætla afbirtingu',
53
+ /** Label for unarchiving a release */
54
+ 'action.unarchive': 'Taka útgáfu úr geymslu',
55
+ /** Action text for unpublishing a document in a release in the context menu */
56
+ 'action.unpublish': 'Taka úr birtingu',
57
+ /** Action message for scheduling an unpublished of a document */
58
+ 'action.unpublish-doc-actions': 'Taka úr birtingu við útgáfu',
59
+ /** Action text for unscheduling a release */
60
+ 'action.unschedule': 'Hætta við tímasetningu útgáfu',
61
+
62
+ /** Text for the summary button in release tool */
63
+ 'actions.summary': 'Samantekt',
64
+
65
+ /* The text for the activity event when a document is added to a release */
66
+ 'activity.event.add-document': 'Bætti við skjalaútgáfu',
67
+ /* The text for the activity event when the release is archived */
68
+ 'activity.event.archive': 'Safnvistað útgáfuna <strong>{{releaseTitle}}</strong>',
69
+ /* The text for the activity event when the release is created */
70
+ 'activity.event.create':
71
+ 'Bjó til útgáfuna <strong>{{releaseTitle}}</strong> <ScheduleTarget>með markmiðstíma </ScheduleTarget>',
72
+ /* The text for the activity event when a document is removed from a release */
73
+ 'activity.event.discard-document': 'Fleygði skjalaútgáfu',
74
+ 'activity.event.edit': 'Stillti útgáfutíma á <ScheduleTarget></ScheduleTarget>',
75
+ /**The text to display in the changes when the release type changes to asap */
76
+ 'activity.event.edit-time-asap': 'Eins fljótt og mögulegt er',
77
+ /**The text to display in the changes when the release type changes to undecided */
78
+ 'activity.event.edit-time-undecided': 'Óákveðið',
79
+ /* The text for the activity event when the release is published */
80
+ 'activity.event.publish': 'Birti útgáfuna <strong>{{releaseTitle}}</strong>',
81
+ /* The text for the activity event when the release is scheduled */
82
+ 'activity.event.schedule': 'Merkt sem tímasett',
83
+ /** The text for the activity event when the release is unarchived */
84
+ 'activity.event.unarchive': 'Tók útgáfuna <strong>{{releaseTitle}}</strong> úr safnvistun',
85
+ /** The text for the activity event when the release is unscheduled */
86
+ 'activity.event.unschedule': 'Merkt sem ótímasett',
87
+ /** The loading text for when releases are loading */
88
+ 'activity.panel.error': 'Villa kom upp við að sækja virkni útgáfunnar',
89
+ /** The loading text for when releases are loading */
90
+ 'activity.panel.loading': 'Hleður virkni útgáfunnar',
91
+ /** The title for the activity panel shown in the releases detail screen */
92
+ 'activity.panel.title': 'Virkni',
93
+
94
+ /** Label for the button to proceed with archiving a release */
95
+ 'archive-dialog.confirm-archive-button': 'Já, safnvista útgáfu',
96
+ /** Description for the dialog confirming the archive of a release with one document */
97
+ 'archive-dialog.confirm-archive-description_one': 'Þetta mun safnvista 1 skjalaútgáfu.',
98
+ /** Description for the dialog confirming the archive of a release with more than one document */
99
+ 'archive-dialog.confirm-archive-description_other':
100
+ 'Þetta mun safnvista {{count}} skjalaútgáfur.',
101
+ /** Header for the dialog confirming the archive of a release */
102
+ 'archive-dialog.confirm-archive-header': 'Ertu viss um að þú viljir safnvista þessa útgáfu?',
103
+ /** Title for the dialog confirming the archive of a release */
104
+ 'archive-dialog.confirm-archive-title':
105
+ "Ertu viss um að þú viljir safnvista útgáfuna <strong>'{{title}}'</strong>?",
106
+
107
+ /** Description for information card on a published or archived release to description retention effects */
108
+ 'archive-info.description':
109
+ 'Hún verður tiltæk í {{retentionDays}} daga og verður síðan sjálfkrafa fjarlægð þann {{removalDate}}. <Link>Lærðu um varðveislutíma</Link>.',
110
+ /** Title for information card on a archived release */
111
+ 'archive-info.title': 'Þessi útgáfa er safnvistuð',
112
+
113
+ /** Banner text showing count of active scheduled drafts requiring confirmation with one draft */
114
+ 'banner.confirm-active-scheduled-drafts_one':
115
+ 'Það er {{count}} Scheduled Draft sem þarfnast staðfestingar á tímaáætlun',
116
+ /** Banner text showing count of active scheduled drafts requiring confirmation with multiple drafts */
117
+ 'banner.confirm-active-scheduled-drafts_other':
118
+ 'Það eru {{count}} Scheduled Drafts sem þarfnast staðfestingar á tímaáætlun',
119
+ /** Button text for confirming scheduling of active drafts */
120
+ 'banner.confirm-active-scheduled-drafts.button': 'Halda áfram tímaáætlun',
121
+ /** Button text when confirming schedules from paused mode */
122
+ 'banner.confirm-active-scheduled-drafts.button-paused': 'Halda áfram öllum tímaáætlunum',
123
+ /** Banner text shown when drafts mode is disabled but there are still scheduled drafts */
124
+ 'banner.drafts-mode-disabled':
125
+ 'Drafts-stilling hefur verið óvirk en það eru enn Scheduled Drafts sem bíða birtingar.',
126
+ /** Banner text shown when navigating to a release that does not exist */
127
+ 'banner.release-not-found': 'Þessa útgáfu var ekki hægt að finna',
128
+ /** Tooltip for the dismiss button in the release not found banner */
129
+ 'banner.release-not-found.dismiss': 'Hunsa',
130
+ /** Banner text shown when scheduled drafts feature is disabled but there are still scheduled drafts */
131
+ 'banner.scheduled-drafts-disabled':
132
+ 'Scheduled drafts hefur verið gert óvirkt en það eru enn Scheduled Drafts sem bíða birtingar.',
133
+
134
+ /** Title for changes to published documents */
135
+ 'changes-published-docs.title': 'Breytingar á birtum skjölum',
136
+
137
+ /** Dialog confirm button text for confirming all scheduled drafts */
138
+ 'confirm-active-scheduled-drafts-dialog.confirm-button': 'Staðfesta tímaáætlanir',
139
+ /** Dialog description for confirming active scheduled drafts */
140
+ 'confirm-active-scheduled-drafts-dialog.description':
141
+ 'Setja allar hlédregnar Scheduled Drafts í tímaáætlun fyrir fyrirhugaðar birtingardagsetningar',
142
+ /** Dialog warning when some scheduled drafts have past dates */
143
+ 'confirm-active-scheduled-drafts-dialog.past-dates-warning':
144
+ 'Sumar þessara Scheduled Drafts eru tímasettar fyrir liðnar dagsetningar. Staðfesting tímaáætlana mun birta þær útgáfur skjala strax.',
145
+ /** Dialog title for confirming active scheduled drafts */
146
+ 'confirm-active-scheduled-drafts-dialog.title': 'Halda áfram Scheduled Drafts',
147
+
148
+ /** Suffix for when a release is a copy of another release */
149
+ 'copy-suffix': 'Afrit',
150
+
151
+ /** Confirm button text for overriding existing draft */
152
+ 'copy-to-draft-dialog.confirm-button': 'Já, skrifa yfir Draft',
153
+ /** Description for dialog when copying version to draft that already exists */
154
+ 'copy-to-draft-dialog.description':
155
+ 'Draft-útgáfa af þessu skjali er þegar til. Afritaðu núverandi útgáfu yfir í draft og skrifaðu yfir núverandi draft-útgáfu.',
156
+ /** Title for dialog when copying version to draft that already exists */
157
+ 'copy-to-draft-dialog.title': 'Draft-útgáfa er þegar til',
158
+
159
+ /** Text for when a release / document was created */
160
+ created: 'Búið til <RelativeTime/>',
161
+
162
+ /** Activity inspector button text */
163
+ 'dashboard.details.activity': 'Virkni',
164
+ /** Text for the releases detail screen in the pin release button. */
165
+ 'dashboard.details.pin-release': 'Festa útgáfu við studio',
166
+ /** Text for the releases detail screen when a release was published ASAP */
167
+ 'dashboard.details.published-asap': 'Birt',
168
+ /** Text for the releases detail screen when a release was published from scheduling */
169
+ 'dashboard.details.published-on': 'Birt þann {{date}}',
170
+ /** Text for the releases detail screen in the unpin release button. */
171
+ 'dashboard.details.unpin-release': 'Losa útgáfu frá studio',
172
+
173
+ /** Label for the button to proceed deleting a release */
174
+ 'delete-dialog.confirm-delete-button': 'Já, eyða útgáfu',
175
+ /** Description for the dialog confirming the deleting of a release with one document */
176
+ 'delete-dialog.confirm-delete-description_one': 'Þetta mun eyða 1 skjalaútgáfu.',
177
+ /** Description for the dialog confirming the deleting of a release with more than one document */
178
+ 'delete-dialog.confirm-delete-description_other': 'Þetta mun eyða {{count}} skjalaútgáfum.',
179
+ /** Header for deleting a release dialog */
180
+ 'delete-dialog.confirm-delete.header': 'Ertu viss um að þú viljir eyða þessari útgáfu?',
181
+
182
+ /** Label when a release has been deleted by a different user */
183
+ 'deleted-release': "Útgáfan '<strong>{{title}}</strong>' hefur verið eytt",
184
+
185
+ /** Text for when there's no changes in a release diff */
186
+ 'diff.list-empty': 'Breytingalisti er tómur, sjá skjal',
187
+ /** Text for when there's no changes in a release diff */
188
+ 'diff.no-changes': 'Engar breytingar',
189
+
190
+ /** Description for discarding a draft of a document dialog */
191
+ 'discard-version-dialog.description-draft':
192
+ 'Þetta mun fjarlægja varanlega allar breytingar sem gerðar voru á þessu skjali. Ekki er hægt að afturkalla þessa aðgerð.',
193
+ /** Description for discarding a version of a document dialog */
194
+ 'discard-version-dialog.description-release':
195
+ "Þetta mun fjarlægja varanlega allar breytingar sem gerðar voru á þessu skjali innan '<strong>{{releaseTitle}}</strong>' útgáfunnar. Ekki er hægt að afturkalla þessa aðgerð.",
196
+ /** Title for dialog for discarding a draft of a document */
197
+ 'discard-version-dialog.header-draft': 'Fleygja drögum?',
198
+ /** Header for discarding a version from a release of a document dialog */
199
+ 'discard-version-dialog.header-release':
200
+ "Fjarlægja skjal úr '<strong>{{releaseTitle}}</strong>' útgáfunni?",
201
+ /** Title for dialog for discarding a draft of a document */
202
+ 'discard-version-dialog.title-draft': 'Fleygja drögum',
203
+ /** Title for dialog for discarding a version of a document */
204
+ 'discard-version-dialog.title-release': 'Fjarlægja úr útgáfu',
205
+
206
+ /** Label for when a document in a release has a single validation warning */
207
+ 'document-validation.error_one': '{{count}} villulegt gildi',
208
+ /** Label for when a document in a release has multiple validation warnings */
209
+ 'document-validation.error_other': '{{count}} villulegar gildi',
210
+
211
+ /** Label for the button to proceed with duplicating a release */
212
+ 'duplicate-dialog.confirm-duplicate-button': 'Já, tvítaka útgáfu',
213
+ /** Description for the dialog confirming the duplicate of a release with one document */
214
+ 'duplicate-dialog.confirm-duplicate-description_one':
215
+ 'Þetta mun tvítaka útgáfuna og 1 skjalaútgáfuna.',
216
+ /** Description for the dialog confirming the duplicate of a release with more than one document */
217
+ 'duplicate-dialog.confirm-duplicate-description_other':
218
+ 'Þetta mun tvítaka útgáfuna og {{count}} skjalaútgáfurnar.',
219
+ /** Header for the dialog confirming the duplicate of a release */
220
+ 'duplicate-dialog.confirm-duplicate-header': 'Ertu viss um að þú viljir tvítaka þessa útgáfu?',
221
+
222
+ /** Title text displayed for technical error details */
223
+ 'error-details-title': 'Villulegar upplýsingar',
224
+
225
+ /** Title text when error during release update */
226
+ 'failed-edit-title': 'Mistókst að vista breytingar',
227
+
228
+ /** Title text displayed for releases that failed to publish */
229
+ 'failed-publish-title': 'Mistókst að birta',
230
+
231
+ /** Title text displayed for releases that failed to schedule */
232
+ 'failed-schedule-title': 'Mistókst að tímasetja',
233
+
234
+ /** Filter tab label for all documents */
235
+ 'filter-tab.all': 'Allt',
236
+ /** Filter tab label for documents with validation errors */
237
+ 'filter-tab.errors': 'Villur',
238
+
239
+ /**The text that will be shown in the footer to indicate the time the release was archived */
240
+ 'footer.status.archived': 'Safnvistað',
241
+ /**The text that will be shown in the footer to indicate the time the release was created */
242
+ 'footer.status.created': 'Búið til',
243
+ /**The text that will be shown in the footer to indicate the time the release was created */
244
+ 'footer.status.edited': 'Breytt',
245
+ /**The text that will be shown in the footer to indicate the time the release was published */
246
+ 'footer.status.published': 'Birt',
247
+ /**The text that will be shown in the footer to indicate the time the release was unarchived */
248
+ 'footer.status.unarchived': 'Tekið úr safni',
249
+
250
+ /** Label text for the loading state whilst release is being loaded */
251
+ 'loading-release': 'Hleður útgáfu',
252
+
253
+ /** Text for when documents of a release are loading */
254
+ 'loading-release-documents': 'Hleður skjölum',
255
+ /** Description text for when loading documents on a release failed */
256
+ 'loading-release-documents.error.description':
257
+ 'Við getum ekki hlaðið skjölunum fyrir þessa útgáfu. Vinsamlegast reyndu aftur síðar.',
258
+ /** Title text for when loading documents on a release failed */
259
+ 'loading-release-documents.error.title': 'Eitthvað fór úrskeiðis',
260
+
261
+ /** Label for title of actions for "when releasing" */
262
+ 'menu.group.when-releasing': 'Við útgáfu',
263
+ /** Label for the release menu */
264
+ 'menu.label': 'Útgáfuvalmynd',
265
+ /** Tooltip for the release menu */
266
+ 'menu.tooltip': 'Aðgerðir',
267
+
268
+ /** Text for when no archived releases are found */
269
+ 'no-archived-release': 'Engar útgáfur í safni',
270
+
271
+ /** Tooltip text when there are no paused scheduled drafts */
272
+ 'no-paused-release': 'Engar hlédregin tímasett drög',
273
+
274
+ /** Text for when no releases are found */
275
+ 'no-releases': 'Engar útgáfur',
276
+
277
+ /** Text for when no scheduled drafts are found */
278
+ 'no-scheduled-drafts': 'Engin tímasett drög',
279
+
280
+ /** Text for the button name for the release tool */
281
+ 'overview.action.documentation': 'Skjölun',
282
+ /** Tooltip for the calendar button in the release overview */
283
+ 'overview.calendar.tooltip': 'Skoða dagatal',
284
+ /** Description for the release tool */
285
+ 'overview.description':
286
+ 'Útgáfur eru safn skjalabreytinga sem hægt er að stjórna, tímasetja og afturkalla saman.',
287
+ /** Text for the placeholder in the search release input */
288
+ 'overview.search-releases-placeholder': 'Leita að útgáfum',
289
+ /** Title for the release tool */
290
+ 'overview.title': 'Útgáfur',
291
+
292
+ /** Tooltip text for releases that have passed their intended publish date */
293
+ 'passed-intended-publish-date': 'Þessi útgáfa hefur farið fram yfir fyrirhugaðan birtingardag',
294
+
295
+ /** Tooltip text for scheduled drafts that have passed their intended publish date */
296
+ 'passed-intended-publish-date-draft': 'Þessi drög hafa farið fram yfir fyrirhugaðan birtingardag',
297
+
298
+ /** Description for when a user doesn't have publish or schedule releases */
299
+ 'permission-missing-description':
300
+ 'Hlutverkið þitt takmarkar hvað þú getur séð í þessari útgáfu. Þú getur hvorki birt né tímasett þessa útgáfu.',
301
+
302
+ /** Text for when a user doesn't have publish or schedule releases */
303
+ 'permission-missing-title': 'Takmarkaður aðgangur',
304
+
305
+ /** Tooltip label when the user doesn't have permission to archive release */
306
+ 'permissions.error.archive': 'Þú hefur ekki leyfi til að setja þessa útgáfu í safn',
307
+ /** Tooltip label when the user doesn't have permission to delete release */
308
+ 'permissions.error.delete': 'Þú hefur ekki leyfi til að eyða þessari útgáfu',
309
+ /** Tooltip label when the user doesn't have permission for discarding a version */
310
+ 'permissions.error.discard-version': 'Þú hefur ekki leyfi til að fleygja þessari útgáfu',
311
+ /** Tooltip label when the user doesn't have permission to duplicate release */
312
+ 'permissions.error.duplicate': 'Þú hefur ekki leyfi til að afrita þessa útgáfu',
313
+ /** Tooltip label when the user doesn't have permission to unarchive release */
314
+ 'permissions.error.unarchive': 'Þú hefur ekki leyfi til að taka þessa útgáfu úr safni',
315
+ /** Tooltip label when the user doesn't have permission for unpublishing a document */
316
+ 'permissions.error.unpublish': 'Þú hefur ekki leyfi til að taka þetta skjal úr birtingu',
317
+
318
+ /** Tooltip text for when one user is editing a document in a release */
319
+ 'presence.tooltip.one':
320
+ '{{displayName}} er að breyta þessu skjali í „{{releaseTitle}}" útgáfunni núna',
321
+
322
+ /** Tooltip text for publish release action when there are no documents */
323
+ 'publish-action.validation.no-documents': 'Engin skjöl eru til birtingar',
324
+
325
+ /** Description for the dialog confirming the publish of a release with one document */
326
+ 'publish-dialog.confirm-publish-description_one':
327
+ '„<strong>{{title}}</strong>" útgáfan og skjalið hennar verða birt.',
328
+ /** Description for the dialog confirming the publish of a release with multiple documents */
329
+ 'publish-dialog.confirm-publish-description_other':
330
+ '„<strong>{{title}}</strong>" útgáfan og {{releaseDocumentsLength}} skjöl hennar verða birt.',
331
+ /** Title for the dialog confirming the publish of a release */
332
+ 'publish-dialog.confirm-publish.title':
333
+ 'Ertu viss um að þú viljir birta útgáfuna og allar skjalaútgáfur?',
334
+ /** Label for when documents in release have validation errors */
335
+ 'publish-dialog.validation.error': 'Sum skjöl hafa villur í staðfestingu',
336
+ /** Label for when documents are being validated */
337
+ 'publish-dialog.validation.loading': 'Staðfesti skjöl...',
338
+ /** Label for the button when the user doesn't have permissions to publish a release */
339
+ 'publish-dialog.validation.no-permission': 'Þú hefur ekki leyfi til að birta',
340
+
341
+ /** Title for information card on a published release */
342
+ 'publish-info.title': 'Þessi útgáfa hefur verið birt.',
343
+
344
+ /** Placeholder title for a release with no title */
345
+ 'release-placeholder.title': 'Án titils',
346
+
347
+ /** Description for the dialog confirming the revert of a release with multiple documents */
348
+ 'revert-dialog.confirm-revert-description_one':
349
+ 'Þetta mun snúa við {{releaseDocumentsLength}} skjalaútgáfu.',
350
+ /** Description for the dialog confirming the revert of a release with multiple documents */
351
+ 'revert-dialog.confirm-revert-description_other':
352
+ 'Þetta mun snúa við {{releaseDocumentsLength}} skjalaútgáfum.',
353
+ /** Checkbox label to confirm whether to create a staged release for revert or immediately revert */
354
+ 'revert-dialog.confirm-revert.stage-revert-checkbox-label': 'Snúa við útgáfunni strax',
355
+ /** Title for the dialog confirming the revert of a release */
356
+ 'revert-dialog.confirm-revert.title': 'Ertu viss um að þú viljir snúa við „{{title}}" útgáfunni?',
357
+ /** Warning card text for when immediately revert a release with history */
358
+ 'revert-dialog.confirm-revert.warning-card':
359
+ 'Breytingar voru gerðar á skjölum í þessari útgáfu eftir að þau voru birt. Ef snúið er við mun það skrifa yfir þessar breytingar.',
360
+
361
+ /** Description of a reverted release */
362
+ 'revert-release.description': 'Snúa við breytingum á skjalaútgáfum í „{{title}}".',
363
+ /** Title of a reverted release */
364
+ 'revert-release.title': 'Snýr við „{{title}}"',
365
+
366
+ /** Description for the review changes button in release tool */
367
+ 'review.description': 'Bættu skjölum við þessa útgáfu til að fara yfir breytingar',
368
+ /** Text for when a document is edited */
369
+ 'review.edited': 'Breytt <RelativeTime/>',
370
+
371
+ /** Schedule release button tooltip when there are no documents to schedule */
372
+ 'schedule-action.validation.no-documents': 'Engin skjöl eru til að tímasetja',
373
+
374
+ /** Schedule release button tooltip when the release is already scheduled */
375
+ 'schedule-button-tooltip.already-scheduled': 'Þessi útgáfa er þegar tímasett',
376
+ /** Schedule release button tooltip when there are validation errors */
377
+ 'schedule-button-tooltip.validation.error': 'Sum skjöl hafa villur við villuleit',
378
+ /** Schedule release button tooltip when validation is loading */
379
+ 'schedule-button-tooltip.validation.loading': 'Villuleitar skjöl...',
380
+ /** Schedule release button tooltip when user has no permissions to schedule */
381
+ 'schedule-button-tooltip.validation.no-permission': 'Þú hefur ekki leyfi til að tímasetja',
382
+
383
+ /** Title of unschedule release dialog */
384
+ 'schedule-button.tooltip': 'Ertu viss um að þú viljir hætta við tímasetningu útgáfunnar?',
385
+
386
+ /** Description for the confirm button for scheduling a release */
387
+ 'schedule-dialog.confirm-button': 'Já, tímasetja',
388
+ /** Description shown in unschedule relaease dialog */
389
+ 'schedule-dialog.confirm-description_one':
390
+ "Útgáfan '<strong>{{title}}</strong>' og skjalið hennar verður birt á völdum degi.",
391
+ /** Description for the dialog confirming the publish of a release with multiple documents */
392
+ 'schedule-dialog.confirm-description_other':
393
+ 'Útgáfan <strong>{{title}}</strong> og {{count}} skjalaútgáfur hennar verða tímasettar.',
394
+ /** Title for unschedule release dialog */
395
+ 'schedule-dialog.confirm-title': 'Tímasetja útgáfuna',
396
+ /** Description for warning that the published schedule time is in the past */
397
+ 'schedule-dialog.publish-date-in-past-warning': 'Tímasettu fyrir framtíðartíma og dagsetningu.',
398
+ /** Label for date picker when scheduling a release */
399
+ 'schedule-dialog.select-publish-date-label': 'Tímasetja þann',
400
+
401
+ /** Confirm button text for the schedule unpublish dialog */
402
+ 'schedule-unpublish-dialog.confirm': 'Tímasetja birtingarbrottfall',
403
+ /** Description for the schedule unpublish dialog */
404
+ 'schedule-unpublish-dialog.description': 'Veldu hvenær þetta skjal á að fara úr birtingu.',
405
+ /** Header for the schedule unpublish dialog */
406
+ 'schedule-unpublish-dialog.header': 'Tímasetja drög fyrir birtingarbrottfall',
407
+
408
+ /** Placeholder for search of documents in a release */
409
+ 'search-documents-placeholder': 'Leita í skjölum',
410
+
411
+ /** Text for when the release has no errors found */
412
+ 'summary.all-documents-errors-found': 'Öll skjöl villuleit, vandamál fundust',
413
+ /** Text for when the release has validated all documents */
414
+ 'summary.all-documents-validated': 'Öll skjöl villuleit, engin vandamál fundust',
415
+ /** Text for when the release was created */
416
+ 'summary.created': 'Búið til <RelativeTime/>',
417
+ /** Text for when the release is composed of one document */
418
+ 'summary.document-count_one': '{{count}} skjal',
419
+ /** Text for when the release is composed of multiple documents */
420
+ 'summary.document-count_other': '{{count}} skjöl',
421
+ /** Text for when the release has some errors found */
422
+ 'summary.errors-found':
423
+ 'Til að birta eða tímasetja útgáfuna, vinsamlegast leysið vandamálin sem fundust í skjölunum',
424
+ /** Text for when the release has no documents */
425
+ 'summary.no-documents': 'Engin skjöl',
426
+ /** Description for the empty state when a cardinality-one release has no documents */
427
+ 'summary.no-documents-cardinality-one.description':
428
+ 'Þessi tímasetta drög innihalda ekki skjal. Það kann að hafa verið fjarlægt.',
429
+ /** Title for the empty state when a cardinality-one release has no documents */
430
+ 'summary.no-documents-cardinality-one.title': 'Ekkert skjal í þessari útgáfu',
431
+ /** Text for when the release has not published */
432
+ 'summary.not-published': 'Ekki birt',
433
+ /** Text for when the release was published */
434
+ 'summary.published': 'Birt <RelativeTime/>',
435
+ /** Text for when the release has validated documents */
436
+ 'summary.validated-documents': '{{validatedCount}} af {{totalCount}} skjölum staðfest',
437
+ /** Text for validation loading indicator */
438
+ 'summary.validating-documents': 'Staðfesti skjöl: {{validatedCount}} af {{totalCount}}',
439
+
440
+ /** add action type that will be shown in the table*/
441
+ 'table-body.action.add': 'Bæta við',
442
+ /** Change action type that will be shown in the table*/
443
+ 'table-body.action.change': 'Breyta',
444
+ /** Change action type that will be shown in the table*/
445
+ 'table-body.action.unpublish': 'Taka úr birtingu',
446
+
447
+ /** Header for the document table in the release tool - action */
448
+ 'table-header.action': 'Aðgerð',
449
+ /** Header for the document table in the release tool - Archived */
450
+ 'table-header.archivedAt': 'Safnvistað',
451
+ /** Header for the document table in the release tool - contributors */
452
+ 'table-header.contributors': 'Þátttakendur',
453
+ /** Header for the document table in the release tool - created by */
454
+ 'table-header.created-by': 'Búið til af',
455
+ /** Header for the document table in the release tool - document preview */
456
+ 'table-header.document': 'Skjal',
457
+ /** Header for the document table in the release tool - title */
458
+ 'table-header.documents': 'Skjöl',
459
+ /** Header for the document table in the release tool - edited */
460
+ 'table-header.edited': 'Breytt',
461
+ /** Header for the paused scheduled drafts table - intended for */
462
+ 'table-header.intended-for': 'Ætlað fyrir',
463
+ /** Header for the document table in the release tool - Published */
464
+ 'table-header.published-at': 'Birt',
465
+ /** Header for the document table in the release tool - Published */
466
+ 'table-header.publishedAt': 'Birt',
467
+ /** Header for the scheduled drafts document table in the release tool - published at */
468
+ 'table-header.scheduled-draft.published-at': 'Birt þann',
469
+ /** Header for the scheduled drafts document table in the release tool - scheduled for */
470
+ 'table-header.scheduled-for': 'Áætlað fyrir',
471
+ /** Header for the document table in the release tool - time */
472
+ 'table-header.time': 'Tími',
473
+ /** Header for the document table in the release tool - release title */
474
+ 'table-header.title': 'Release',
475
+ /** Header for the document table in the release tool - type */
476
+ 'table-header.type': 'Tegund',
477
+ /** Header for the document table in the release tool - when */
478
+ 'table-header.when': 'Hvenær',
479
+
480
+ /** Text for the release time label for scheduled releases which has not been scheduled yet*/
481
+ 'time.estimated': 'Áætlað',
482
+ /** Text for the release time label for scheduled releases which has been scheduled*/
483
+ 'time.scheduled': 'Áætlað',
484
+
485
+ /** Text for toast when release failed to archive */
486
+ 'toast.archive.error': "Tókst ekki að safnvista '<strong>{{title}}</strong>': {{error}}",
487
+ /** Toast error message when bulk scheduling of active drafts fails */
488
+ 'toast.confirm-active-scheduled-drafts.error': 'Tókst ekki að áætla drög: {{error}}',
489
+ /** Toast message after copying release ID */
490
+ 'toast.copy-release-id.success': 'Auðkenni útgáfu afritað á klippiborð',
491
+ /** Toast message after copying release link */
492
+ 'toast.copy-release-link.success': 'Tengill útgáfu afritaður á klippiborð',
493
+ /** Toast message after copying release title */
494
+ 'toast.copy-release-title.success': 'Titill útgáfu afritaður á klippiborð',
495
+ /** Description for toast when creating new version of document in release failed */
496
+ 'toast.create-version.error': 'Mistókst að bæta skjali við útgáfu: {{error}}',
497
+ /** Description for toast when release deletion failed */
498
+ 'toast.delete.error': "Mistókst að eyða '<strong>{{title}}</strong>': {{error}}",
499
+ /** Description for toast when release is successfully deleted */
500
+ 'toast.delete.success': "Útgáfan '<strong>{{title}}</strong>' var eytt",
501
+ /** Description for toast when release duplication failed */
502
+ 'toast.duplicate.error': "Mistókst að tvítaka '<strong>{{title}}</strong>': {{error}}",
503
+ /** Description for toast when release is successfully duplicated */
504
+ 'toast.duplicate.success': "Útgáfan '<strong>{{title}}</strong>' var tvítekin. <Link/>",
505
+ /** Link text for toast link to the duplicated release */
506
+ 'toast.duplicate.success-link': 'Skoða tvítekna útgáfu',
507
+ /** Text for toast when release has been reverted immediately */
508
+ 'toast.immediate-revert.success': "Útgáfan '{{title}}' var endurreist",
509
+ /** Text for toast when release failed to publish */
510
+ 'toast.publish.error': "Mistókst að birta '<strong>{{title}}</strong>': {{error}}",
511
+ /** Text for toast when release has reverted release successfully staged */
512
+ 'toast.revert-stage.success': "Endurreisnarútgáfa fyrir '{{title}}' var búin til. <Link/>",
513
+ /** Link text for toast link to the generated revert release */
514
+ 'toast.revert-stage.success-link': 'Skoða endurreisnarútgáfu',
515
+ /** Text for toast when release failed to revert */
516
+ 'toast.revert.error': 'Mistókst að endurreisa útgáfu: {{error}}',
517
+ /** Text for toast when release failed to schedule */
518
+ 'toast.schedule.error': "Mistókst að tímasetja '<strong>{{title}}</strong>': {{error}}",
519
+ /** Text for toast when release has been scheduled */
520
+ 'toast.schedule.success': "Útgáfan '<strong>{{title}}</strong>' var tímasett.",
521
+ /** Text for toast when release failed to unarchive */
522
+ 'toast.unarchive.error': "Mistókst að taka '<strong>{{title}}</strong>' úr safni: {{error}}",
523
+ /** Text for toast when release failed to unschedule */
524
+ 'toast.unschedule.error': "Mistókst að afbóka '<strong>{{title}}</strong>': {{error}}",
525
+
526
+ /** Text for tooltip when a release has been scheduled */
527
+ 'type-picker.tooltip.scheduled': 'Útgáfan er tímasett, afbókaðu hana til að breyta tegund',
528
+
529
+ /** Text action in unpublish dialog to cancel */
530
+ 'unpublish-dialog.action.cancel': 'Hætta við',
531
+ /** Text action in unpublish dialog to unpublish */
532
+ 'unpublish-dialog.action.unpublish': 'Já, taka úr birtingu við útgáfu',
533
+ /** Description for unpublish dialog, explaining that all changes made to this document will be lost */
534
+ 'unpublish-dialog.description.lost-changes':
535
+ 'Allar breytingar sem gerðar voru á þessari útgáfu skjalsins munu glatast.',
536
+ /** Description for the unpublish dialog, explaining that it will create a draft if no draft exists at time of release */
537
+ 'unpublish-dialog.description.to-draft':
538
+ 'Þetta mun taka skjalið úr birtingu sem hluta af <Label>{{title}}</Label> útgáfunni, og búa til drög ef engin drög eru til við útgáfutímann.',
539
+ /** Title for the dialog confirming the unpublish of a release */
540
+ 'unpublish-dialog.header': 'Ertu viss um að þú viljir taka þetta skjal úr birtingu við útgáfu?',
541
+
542
+ /** Text for when a document is unpublished */
543
+ 'unpublish.already-unpublished': 'Þetta skjal er þegar tekið úr birtingu.',
544
+ /** Tooltip label for when a document is unpublished */
545
+ 'unpublish.no-published-version': 'Það er engin birt útgáfa af þessu skjali.',
546
+
547
+ /** Description shown in unschedule relaease dialog */
548
+ 'unschedule-dialog.confirm-description': 'Útgáfan verður ekki lengur birt á áætluðum degi',
549
+ /** Title for unschedule release dialog */
550
+ 'unschedule-dialog.confirm-title': 'Ertu viss um að þú viljir afbóka útgáfuna?',
551
+ })
@@ -0,0 +1,26 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** Action text for scheduling publish of a draft document */
5
+ 'action.schedule-publish': 'Tímasetja útgáfu',
6
+ /** Tooltip text for when schedule publish fails */
7
+ 'action.schedule-publish-error': 'Mistókst að tímasetja útgáfu',
8
+ /** Tooltip text for when a document is scheduled for publishing */
9
+ 'action.schedule-publish-success': 'Skjal tímasett til útgáfu',
10
+ /** Tooltip description for when a document is scheduled for publishing */
11
+ 'action.schedule-publish-success-description': 'Útgáfa tímasett fyrir {{publishAt}}',
12
+ /** Tooltip text for when schedule publish is disabled due to cardinality one releases */
13
+ 'action.schedule-publish.disabled.cardinality-one':
14
+ 'Tímasett drög fyrir þetta skjal eru þegar til.',
15
+ /** Tooltip text for when schedule publish is disabled due to validation errors */
16
+ 'action.schedule-publish.disabled.validation-issues':
17
+ 'Ekki er hægt að tímasetja drög vegna villna í villuleit í núverandi drögum.',
18
+
19
+ /** Empty state action documentation for scheduled drafts */
20
+ 'empty-state.action.documentation': 'Lærðu um tímasetningu',
21
+ /** Empty state description for scheduled drafts */
22
+ 'empty-state.description':
23
+ 'Tímasettu og læstu drögum að skjölum til útgáfu á tiltekinni dagsetningu og tíma í framtíðinni.',
24
+ /** Empty state title for scheduled drafts */
25
+ 'empty-state.title': 'Tímasett drög',
26
+ })
package/src/structure.ts CHANGED
@@ -171,6 +171,8 @@ export default removeUndefinedLocaleResources({
171
171
  /** The text for the reference change banner if the reason is that the reference has been deleted */
172
172
  'banners.reference-changed-banner.reason-removed.text':
173
173
  'Þessi tilvísun hefur verið fjarlægð síðan þú opnaðir hana.',
174
+ /** The text that appears for the action button to add the current document to the global bundle, this happens when user is viewing an anonymous bundle */
175
+ 'banners.release.action.add-to-bundle': 'Bæta við bundle',
174
176
  /** The text that appears for the action button to add the current document to the global release */
175
177
  'banners.release.action.add-to-release': 'Bæta við útgáfu',
176
178
  /** The text that appears for the action button to add the current document to the global release */
@@ -470,6 +472,8 @@ export default removeUndefinedLocaleResources({
470
472
  'incoming-references-input.types-not-defined':
471
473
  'Engar innkomandi vísanir skilgreindar fyrir þessa gerð, sjá skjöl fyrir frekari upplýsingar.',
472
474
 
475
+ /** The text shown if there are no incoming references in the inspector */
476
+ 'incoming-references-pane.no-references': 'Engar innkomnar tilvísanir fundust.',
473
477
  /** The text shown if there are no incoming references for a type */
474
478
  'incoming-references-pane.no-references-found': 'Engar vísanir af þessari gerð fundust.',
475
479
  /** The text shown if there is no schema type found for a document in the incoming references pane */
@@ -561,6 +565,9 @@ export default removeUndefinedLocaleResources({
561
565
  'panes.document-list-pane.search-input.aria-label': 'Leita í lista',
562
566
  /** The search input for the search input on the document list pane */
563
567
  'panes.document-list-pane.search-input.placeholder': 'Leita í lista',
568
+ /** The tooltip text shown when a sort menu item references fields not present in the current schema */
569
+ 'panes.document-list-pane.sort-order.disabled-reason':
570
+ 'Þessi röðunarvalkostur notar reiti sem eru ekki hluti af þessari skjalagerð',
564
571
  /** The summary title when displaying an error for a document operation result */
565
572
  'panes.document-operation-results.error.summary.title': 'Upplýsingar',
566
573
  /** The text when a generic operation failed (fallback, generally not shown) */
@@ -592,6 +599,8 @@ export default removeUndefinedLocaleResources({
592
599
  'Skjalið var afritað með góðum árangri',
593
600
  /** The text when a publish operation succeeded */
594
601
  'panes.document-operation-results.operation-success_publish': 'Skjalið var birt',
602
+ /** The text when a publish operation succeeded in an anonymous version */
603
+ 'panes.document-operation-results.operation-success_publishVersion': 'Útgáfan var birt',
595
604
  /** The text when a restore operation succeeded */
596
605
  'panes.document-operation-results.operation-success_restore':
597
606
  '<Strong>{{title}}</Strong> var endurheimt',