@sanity/locale-is-is 1.1.4 → 1.2.0

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/src/structure.ts CHANGED
@@ -4,7 +4,7 @@ export default removeUndefinedLocaleResources({
4
4
  /** Tooltip when action button is disabled because the operation is not ready */
5
5
  'action.delete.disabled.not-ready': 'Aðgerð ekki tilbúin',
6
6
  /** Tooltip when action button is disabled because the document does not exist */
7
- 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða þegar eytt',
7
+ 'action.delete.disabled.nothing-to-delete': 'Þetta skjal er ekki til eða þegar eytt',
8
8
  /** Label for the "Delete" document action button */
9
9
  'action.delete.label': 'Eyða',
10
10
  /** Label for the "Delete" document action while the document is being deleted */
@@ -55,7 +55,7 @@ export default removeUndefinedLocaleResources({
55
55
  'action.publish.validation-issues.tooltip':
56
56
  'Það eru staðfestingarvillur sem þarf að laga áður en hægt er að birta þetta skjal',
57
57
  /** Tooltip when publish button is waiting for validation and async tasks to complete.*/
58
- 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en birt er',
58
+ 'action.publish.waiting': 'Bíð eftir að verkefni klárist áður en er birt',
59
59
  /** Message prompting the user to confirm that they want to restore to an earlier version*/
60
60
  'action.restore.confirm.message': 'Ertu viss um að þú viljir endurheimta þetta skjal?',
61
61
  /** Fallback tooltip for when user is looking at the initial version */
@@ -77,7 +77,7 @@ export default removeUndefinedLocaleResources({
77
77
  /** The text for the restore button on the deleted document banner */
78
78
  'banners.deleted-document-banner.restore-button.text': 'Endurheimta nýjustu útgáfuna',
79
79
  /** The text content for the deleted document banner */
80
- 'banners.deleted-document-banner.text': 'Þetta skjal hefur verið eytt.',
80
+ 'banners.deleted-document-banner.text': 'Þessu skjali hefur verið eytt.',
81
81
  /** The text content for the deprecated document type banner */
82
82
  'banners.deprecated-document-type-banner.text': 'Þessi skjaltýpa er úrelt.',
83
83
  /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
@@ -128,27 +128,27 @@ export default removeUndefinedLocaleResources({
128
128
  /** Used in `confirm-delete-dialog.cdr-summary.title` */
129
129
  'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} skjöl',
130
130
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
131
- 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',
131
+ 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Gagnasafn: {{datasets}}',
132
132
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
133
- 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',
133
+ 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Gagnasöfn: {{datasets}}',
134
134
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
135
- 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Ófáanlegt dataset',
135
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Ófáanlegt gagnasafn',
136
136
  /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
137
- 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Ófáanleg datasets',
137
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Ófáanleg gagnasöfn',
138
138
  /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
139
- 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} í öðru dataset',
139
+ 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} í öðru gagnasafni',
140
140
  /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
141
- 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} í {{count}} datasets',
141
+ 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} í {{count}} gagnasöfnum',
142
142
  /** Appears when hovering over the copy button to copy */
143
143
  'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Afrita auðkenni á klippiborð',
144
144
  /** The header for the dataset column in the list of cross-dataset references found */
145
- 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',
145
+ 'confirm-delete-dialog.cdr-table.dataset.label': 'Gagnasanf',
146
146
  /** The header for the document ID column in the list of cross-dataset references found */
147
- 'confirm-delete-dialog.cdr-table.document-id.label': 'Skjal auðkenni',
147
+ 'confirm-delete-dialog.cdr-table.document-id.label': 'Auðkenni skjals',
148
148
  /** The toast title when the copy button has been clicked */
149
- 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað skjal auðkenni á klippiborð!',
149
+ 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Afritað aðkenni skjals á klippiborð!',
150
150
  /** The header for the project ID column in the list of cross-dataset references found */
151
- 'confirm-delete-dialog.cdr-table.project-id.label': 'Verkefni auðkenni',
151
+ 'confirm-delete-dialog.cdr-table.project-id.label': 'Auðkenni verkefnis',
152
152
  /** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
153
153
  'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Eyða samt',
154
154
  /** The text in the "Unpublish anyway" button in the confirm delete dialog that confirms the action */
@@ -182,7 +182,7 @@ export default removeUndefinedLocaleResources({
182
182
  '{{count}} aðrar tilvísanir ekki sýndar',
183
183
  /** Text in the tooltip of this component if hovering over the info icon */
184
184
  'confirm-delete-dialog.other-reference-count.tooltip':
185
- 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vantar aðgangstokens fyrir tengd gagnasett.',
185
+ 'Við getum ekki birt upplýsingar um þessar tilvísanir vegna vöntunar aðgangstokens fyrir tengd gagnasett.',
186
186
  /** Appears when unable to render a document preview in the referring document list */
187
187
  'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',
188
188
  /** Appears when unable to render a document preview in the referring document list */
@@ -200,10 +200,10 @@ export default removeUndefinedLocaleResources({
200
200
  '{{count}} skjöl vísa í “<DocumentTitle/>”',
201
201
  /** Describes the list of documents that refer to the one trying to be deleted (delete) */
202
202
  'confirm-delete-dialog.referring-documents-descriptor.text_delete':
203
- 'Þú gætir ekki getað eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
203
+ 'Þú getur ekki eytt “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
204
204
  /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */
205
205
  'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':
206
- 'Þú gætir ekki getað afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
206
+ 'Þú getur ekki afturkallað birtingu “<DocumentTitle/>” þar sem eftirfarandi skjöl vísa í það:',
207
207
 
208
208
  /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */
209
209
  'confirm-dialog.cancel-button.fallback-text': 'Hætta við',
@@ -236,7 +236,7 @@ export default removeUndefinedLocaleResources({
236
236
  'document-inspector.view-mode.raw-json': 'Hrátt JSON',
237
237
 
238
238
  /** The text for when a form is hidden */
239
- 'document-view.form-view.form-hidden': 'Þessi eyðublað er falið',
239
+ 'document-view.form-view.form-hidden': 'Þetta eyðublað er falið',
240
240
  /** Fallback title shown when a form title is not provided */
241
241
  'document-view.form-view.form-title-fallback': 'Titilllaus',
242
242
  /** The text for when the form view is loading a document */
@@ -271,9 +271,9 @@ export default removeUndefinedLocaleResources({
271
271
  'no-document-types-screen.link-text': 'Lærðu hvernig á að bæta við skjalategund →',
272
272
  /** The subtitle of the no document type screen that appears directly below the title */
273
273
  'no-document-types-screen.subtitle':
274
- 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgert í skemanu þínu.',
274
+ 'Vinsamlegast skilgreindu að minnsta kosti eina skjalgerð í skemanu þínu.',
275
275
  /** The title of the no document type screen */
276
- 'no-document-types-screen.title': 'Engar skjalgertir',
276
+ 'no-document-types-screen.title': 'Engar skjalgerðir',
277
277
 
278
278
  /** Text shown on back button visible on smaller breakpoints */
279
279
  'pane-header.back-button.text': 'Til baka',
@@ -330,17 +330,17 @@ export default removeUndefinedLocaleResources({
330
330
  'panes.document-operation-results.operation-error': 'Villa kom upp við {{context}}',
331
331
  /** The text when a delete operation failed */
332
332
  'panes.document-operation-results.operation-error_delete':
333
- 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að aðrar skjöl vísa til þess.',
333
+ 'Villa kom upp við tilraun til að eyða þessu skjali. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',
334
334
  /** The text when an unpublish operation failed */
335
335
  'panes.document-operation-results.operation-error_unpublish':
336
- 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að aðrar skjöl vísa til þess.',
336
+ 'Villa kom upp við tilraun til að afturkalla birtingu þessa skjals. Þetta þýðir yfirleitt að önnur skjöl vísa til þess.',
337
337
  /** The text when a generic operation succeeded (fallback, generally not shown) */
338
338
  'panes.document-operation-results.operation-success': 'Aðgerð {{context}} á skjali tókst',
339
339
  /** The text when a delete operation succeeded */
340
340
  'panes.document-operation-results.operation-success_delete': 'Skjalinu var eytt',
341
341
  /** The text when a discard changes operation succeeded */
342
342
  'panes.document-operation-results.operation-success_discardChanges':
343
- 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hent drögin úr sögunni',
343
+ 'Öllum breytingum síðan síðast var birt hefur nú verið hent. Hægt er að endurheimta hentum drögum úr sögunni',
344
344
  /** The text when a publish operation succeeded */
345
345
  'panes.document-operation-results.operation-success_publish': 'Skjalið var birt',
346
346
  /** The text when a restore operation succeeded */
@@ -362,13 +362,13 @@ export default removeUndefinedLocaleResources({
362
362
  'panes.document-pane.document-not-found.title': 'Skjalið fannst ekki',
363
363
  /** The text of the document not found pane if the schema is not found */
364
364
  'panes.document-pane.document-unknown-type.text':
365
- 'Þetta skjal hefur skjematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',
365
+ 'Þetta skjal hefur skematýpuna <Code>{{documentType}}</Code>, sem er ekki skilgreind sem týpa í staðbundnu efni stúdíó skemanu.',
366
366
  /** The title of the document not found pane if the schema is not found or unknown */
367
367
  'panes.document-pane.document-unknown-type.title':
368
368
  'Óþekkt skjalategund: <Code>{{documentType}}</Code>',
369
369
  /** The title of the document not found pane if the schema is unknown */
370
370
  'panes.document-pane.document-unknown-type.without-schema.text':
371
- 'Þetta skjal er ekki til, og engin skjematýpa var tilgreind fyrir það.',
371
+ 'Þetta skjal er ekki til, og engin skematýpa var tilgreind fyrir það.',
372
372
  /** Default message shown while resolving the structure definition for an asynchronous node */
373
373
  'panes.resolving.default-message': 'Hleður…',
374
374
  /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */
package/src/studio.ts CHANGED
@@ -37,16 +37,16 @@ export default removeUndefinedLocaleResources({
37
37
  'asset-source.delete-dialog.usage-list.image-preview-alt': 'Forskoðun myndar',
38
38
  /** Warning message showing when *named* file can't be deleted because it is in use */
39
39
  'asset-source.delete-dialog.usage-list.warning-file-is-in-use_named':
40
- '{{filename}} er ekki hægt að eyða því að hún er í notkun. Til að eyða þessari skrá verður þú fyrst að fjarlægja allar notkun hennar.',
40
+ '{{filename}} er ekki hægt að eyða því að hún er í notkun. Til að eyða þessari skrá verður þú fyrst að fjarlægja alla notkun hennar.',
41
41
  /** Warning message showing when *unnamed* file can't be deleted because it is in use */
42
42
  'asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed':
43
- 'Þessari skrá er ekki hægt að eyða því að hún er í notkun. Til að eyða henni verður þú fyrst að fjarlægja allar notkun hennar.',
43
+ 'Þessari skrá er ekki hægt að eyða því að hún er í notkun. Til að eyða henni verður þú fyrst að fjarlægja alla notkun hennar.',
44
44
  /** Warning message showing when *named* image can't be deleted because it is in use */
45
45
  'asset-source.delete-dialog.usage-list.warning-image-is-in-use_named':
46
- '{{filename}} er ekki hægt að eyða því að hún er í notkun. Til að eyða þessari mynd verður þú fyrst að fjarlægja allar notkun hennar.',
46
+ '{{filename}} er ekki hægt að eyða því að hún er í notkun. Til að eyða þessari mynd verður þú fyrst að fjarlægja alla notkun hennar.',
47
47
  /** Warning message showing when *unnamed* image can't be deleted because it is in use */
48
48
  'asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed':
49
- 'Þessari mynd er ekki hægt að eyða því að hún er í notkun. Til að eyða henni verður þú fyrst að fjarlægja allar notkun hennar.',
49
+ 'Þessari mynd er ekki hægt að eyða því að hún er í notkun. Til að eyða henni verður þú fyrst að fjarlægja alla notkun hennar.',
50
50
  /** Text shown when the list of assets only include a specific set of types */
51
51
  'asset-source.dialog.accept-message':
52
52
  'Aðeins sýndar eignir af samþykktum gerðum: <strong>{{acceptTypes}}</strong>',
@@ -228,7 +228,7 @@ export default removeUndefinedLocaleResources({
228
228
  /** Image diff: Text shown if the image failed to be loaded when previewing it */
229
229
  'changes.image.error-loading-image': 'Villa við að hlaða mynd',
230
230
  /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */
231
- 'changes.image.hotspot-changed': 'Brennidepill breytt',
231
+ 'changes.image.hotspot-changed': 'Brennidepli breytt',
232
232
  /** Image diff: Fallback title for the meta info section when there is no original filename to use */
233
233
  'changes.image.meta-info-fallback-title': 'Titilllaus',
234
234
  /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */
@@ -338,27 +338,27 @@ export default removeUndefinedLocaleResources({
338
338
  'Gildi <code>_key</code> eiginleikans verður að vera einstakt strengur.',
339
339
  /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
340
340
  'form.error.duplicate-keys-alert.details.description':
341
- 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavini, og <code>_key</code> eiginleiki hvers elements hefur verið búinn til ekki-einstaklega.',
341
+ 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavinar, og <code>_key</code> eiginleiki hvers elements hefur verið búið til ekki einstakt.',
342
342
  /** Developer info */
343
343
  'form.error.duplicate-keys-alert.details.title': 'Upplýsingar fyrir þróunaraðila',
344
344
  /** Generate unique keys */
345
345
  'form.error.duplicate-keys-alert.generate-button.text': 'Búa til einstaka lykla',
346
346
  /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */
347
347
  'form.error.duplicate-keys-alert.summary':
348
- 'Mörg atriði í þessum lista deila sama auðkenni (lykil). Hvert atriði verður að hafa einstakt auðkenni.',
348
+ 'Mörg atriði í þessum lista deila sama auðkenni (lykli). Hvert atriði verður að hafa einstakt auðkenni.',
349
349
  /** Non-unique keys */
350
- 'form.error.duplicate-keys-alert.title': 'Ekki-einstakir lyklar',
350
+ 'form.error.duplicate-keys-alert.title': 'Ekki einstakir lyklar',
351
351
  /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */
352
352
  'form.error.field-not-found':
353
353
  'Reitur "{{fieldName}}" fannst ekki meðal meðlima – staðfestu að hann sé skilgreindur í skemanu og að hann hafi ekki verið skilyrðisbundið falinn.',
354
354
  /** Add missing keys */
355
- 'form.error.missing-keys-alert.add-button.text': 'Bæta við vöntun lyklum',
355
+ 'form.error.missing-keys-alert.add-button.text': 'Bæta við lyklum sem vantar',
356
356
  /** The value of the <code>_key</code> property must be a unique string. */
357
357
  'form.error.missing-keys-alert.details.additional-description':
358
- 'Gildi <code>_key</code> eiginleikans verður að vera einstakt strengur.',
358
+ 'Gildi <code>_key</code> eiginleikans verður að vera einstakur strengur.',
359
359
  /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */
360
360
  'form.error.missing-keys-alert.details.description':
361
- 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavini, og <code>_key</code> eignin hefur ekki verið innifalin.',
361
+ 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavinar, og <code>_key</code> eigninleikinn hefur ekki verið innifalin.',
362
362
  /** Developer info */
363
363
  'form.error.missing-keys-alert.details.title': 'Upplýsingar fyrir þróunaraðila',
364
364
  /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */
@@ -368,7 +368,7 @@ export default removeUndefinedLocaleResources({
368
368
  'form.error.missing-keys-alert.title': 'Vantar lykla',
369
369
  /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */
370
370
  'form.error.mixed-array-alert.details.description':
371
- 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavini, eða þegar sérsniðinn inntaksþáttur hefur bætt ógildum gögnum við listann.',
371
+ 'Þetta gerist venjulega þegar atriði eru búin til með API viðskiptavinar, eða þegar sérsniðinn inntaksþáttur hefur bætt ógildum gögnum við listann.',
372
372
  /** Developer info */
373
373
  'form.error.mixed-array-alert.details.title': 'Upplýsingar fyrir þróunaraðila',
374
374
  /** Remove non-object values */
@@ -380,7 +380,7 @@ export default removeUndefinedLocaleResources({
380
380
  'form.error.mixed-array-alert.title': 'Ógild gildi í lista',
381
381
  /** Error text shown when form is unable to find an array item at a given indexed path */
382
382
  'form.error.no-array-item-at-index':
383
- 'Engin atriði í fylki fundust á vísitölu <code>{{index}}</code> á slóð <code>{{path}}</code>',
383
+ 'Engin atriði í fylki fundust á sæti <code>{{index}}</code> á slóð <code>{{path}}</code>',
384
384
  /** Error text shown when form is unable to find an array item at a given keyed path */
385
385
  'form.error.no-array-item-at-key':
386
386
  'Engin atriði í fylki með `_key` <code>"{{key}}"</code> fundust á slóð <code>{{path}}</code>',
@@ -439,7 +439,7 @@ export default removeUndefinedLocaleResources({
439
439
  'input.files.common.upload-progress': 'Hleður upp <FileName/>',
440
440
  /** The referenced document cannot be opened, because the URL failed to be resolved */
441
441
  'input.reference.document-cannot-be-opened.failed-to-resolve-url':
442
- 'Ekki er hægt að opna þetta skjal (ekki er hægt að leysa úr URL til Studio)',
442
+ 'Ekki er hægt að opna þetta skjal (ekki er hægt að leysa úr hlekk til Studio)',
443
443
 
444
444
  /** Label for adding item after a specific array item */
445
445
  'inputs.array.action.add-after': 'Bæta við atriði á eftir',
@@ -478,12 +478,12 @@ export default removeUndefinedLocaleResources({
478
478
  'Eftirfarandi atriði er ekki hægt að hlaða upp þar sem engin þekkt umbreyting er frá efni til atriða í fylki:',
479
479
  /** Error description for the array item tooltip that explains that the current type item is not valid for the list */
480
480
  'inputs.array.error.current-schema-not-declare-description':
481
- 'Núverandi skema lýsir ekki yfir atriðum af gerð <code>{{typeName}}</code> sem gild fyrir þennan lista. Þetta gæti þýtt að gerðin hefur verið fjarlægð sem gild atriði, eða að einhver annar hefur bætt henni við sitt eigið staðbundið skema sem er ekki enn útgefið.',
481
+ 'Núverandi skema lýsir ekki atriðum af gerð <code>{{typeName}}</code> sem eru gild fyrir þennan lista. Þetta gæti þýtt að gerðin hefur verið fjarlægð sem gilt atriði, eða að einhver annar hefur bætt henni við sitt eigið staðbundið skema sem er ekki enn útgefið.',
482
482
  /** Error description to show how the item is being represented in the json format */
483
483
  'inputs.array.error.json-representation-description': 'JSON framsetning á þessu atriði:',
484
484
  /** Error description for the array item tooltip that explains what the error means with more context */
485
485
  'inputs.array.error.type-is-incompatible-prompt':
486
- 'Atriði af gerð <code>{{typeName}}</code> er ekki gild fyrir þennan lista',
486
+ 'Atriði af gerð <code>{{typeName}}</code> eru ekki gild fyrir þennan lista',
487
487
  /** Error title for when an item type within an array input is incompatible, used in the tooltip */
488
488
  'inputs.array.error.type-is-incompatible-title': 'Af hverju er þetta að gerast?',
489
489
  /** Error label for unexpected errors in the Array Input */
@@ -569,7 +569,7 @@ export default removeUndefinedLocaleResources({
569
569
  'inputs.files.common.stale-upload-warning.clear': 'Hreinsa upphleðslu',
570
570
  /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */
571
571
  'inputs.files.common.stale-upload-warning.description':
572
- 'Upphleðsla hefur ekki miðað neinum framförum í að minnsta kosti {{staleThresholdMinutes}} mínútur og líklega var truflun. Þú getur örugglega hreinsað ókláraða upphleðslu og reynt aftur að hlaða upp.',
572
+ 'Upphleðsla hefur ekki miðað neinum framförum í að minnsta kosti {{staleThresholdMinutes}} mínútur og líklega var truflun. Þú getur hreinsað ókláraða upphleðslu og reynt aftur að hlaða upp.',
573
573
  /** Incomplete upload */
574
574
  'inputs.files.common.stale-upload-warning.title': 'Ókláruð upphleðsla',
575
575
  /** Tooltip text for action to crop image */
@@ -616,7 +616,7 @@ export default removeUndefinedLocaleResources({
616
616
  'inputs.invalid-value.current-type': 'Núverandi gildi (<code>{{actualType}}</code>)',
617
617
  /** The property value is stored as a value type that does not match the expected type. */
618
618
  'inputs.invalid-value.description':
619
- 'Eignagildið er geymt sem gildistegund sem passar ekki við vænta tegund.',
619
+ 'Eignagildið er geymt sem gildistegund sem passar ekki við tegund sem var búist við.',
620
620
  /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */
621
621
  'inputs.invalid-value.details.description':
622
622
  'Gildi þessarar eignar verður að vera af tegund <code>{{validType}}</code> samkvæmt skemanu.',
@@ -625,7 +625,7 @@ export default removeUndefinedLocaleResources({
625
625
  'Aðeins eftirfarandi tegundir eru gildar hér samkvæmt skema:',
626
626
  /** Mismatching value types typically occur when the schema has recently been changed. */
627
627
  'inputs.invalid-value.details.possible-reason':
628
- 'Mismatching gildistegundir koma yfirleitt fyrir þegar skema hefur nýlega verið breytt.',
628
+ 'Misræmdar gildistegundir koma yfirleitt fyrir þegar skema hefur nýlega verið breytt.',
629
629
  /** Developer info */
630
630
  'inputs.invalid-value.details.title': 'Upplýsingar fyrir þróunaraðila',
631
631
  /** -- Invalid Value Input -- */
@@ -647,9 +647,9 @@ export default removeUndefinedLocaleResources({
647
647
  'Rekur sig á {{count}} reiti sem eru ekki skilgreindir í skemanu.',
648
648
  /** Detailed description of unknown field warning */
649
649
  'inputs.object.unknown-fields.warning.details.description_one':
650
- 'Þessi reitur er ekki skilgreindur í skemanu, sem gæti þýtt að reitaskilgreiningunni hefur verið fjarlægt eða að einhver annar hefur bætt henni við sitt eigið staðbundið verkefni og hefur ekki enn útflutt breytingar sínar.',
650
+ 'Þessi reitur er ekki skilgreindur í skemanu, sem gæti þýtt að reitaskilgreiningin hefur verið fjarlægð eða að einhver annar hefur bætt henni við sitt eigið staðbundið verkefni og hefur ekki enn útflutt breytingar sínar.',
651
651
  'inputs.object.unknown-fields.warning.details.description_other':
652
- 'Þessir reitir eru ekki skilgreindir í skema skjalsins, sem gæti þýtt að reitaskilgreiningunum hefur verið fjarlægt eða að einhver annar hefur bætt þeim við sitt eigið staðbundið verkefni og hefur ekki enn útflutt breytingar sínar.',
652
+ 'Þessir reitir eru ekki skilgreindir í skema skjalsins, sem gæti þýtt að reitaskilgreiningin hefur verið fjarlægð eða að einhver annar hefur bætt þeim við sitt eigið staðbundið verkefni og hefur ekki enn útflutt breytingar sínar.',
653
653
  /** Developer info */
654
654
  'inputs.object.unknown-fields.warning.details.title': 'Upplýsingar fyrir þróunaraðila',
655
655
  /** Unknown field found */
@@ -685,7 +685,7 @@ export default removeUndefinedLocaleResources({
685
685
  /** Title of the default "link" annotation */
686
686
  'inputs.portable-text.annotation.link': 'Hlekkur',
687
687
  /**Aria label for the block object */
688
- 'inputs.portable-text.block.aria-label': 'Blokka hlutur',
688
+ 'inputs.portable-text.block.aria-label': 'Blokka hlutu',
689
689
  /** Label for action to edit a block item, in the case where it is editable */
690
690
  'inputs.portable-text.block.edit': 'Breyta',
691
691
  /** Accessibility label for the button that opens the actions menu on blocks */
@@ -732,7 +732,7 @@ export default removeUndefinedLocaleResources({
732
732
  'inputs.portable-text.invalid-value.disallowed-type.description':
733
733
  'Blokk með lykil <code>{{key}}</code> er af gerð <code>{{typeName}}</code>, sem er ekki leyft samkvæmt skemanum.',
734
734
  /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */
735
- 'inputs.portable-text.invalid-value.empty-children.action': 'Settu inn tóman textaspönn',
735
+ 'inputs.portable-text.invalid-value.empty-children.action': 'Settu inn tóma textaspönn',
736
736
  /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */
737
737
  'inputs.portable-text.invalid-value.empty-children.description':
738
738
  'Textablokk með lykil <code>{{key}}</code> hefur enga textaspönn.',
@@ -748,7 +748,7 @@ export default removeUndefinedLocaleResources({
748
748
  'inputs.portable-text.invalid-value.invalid-span-text.action': 'Settu tómt textagildi',
749
749
  /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */
750
750
  'inputs.portable-text.invalid-value.invalid-span-text.description':
751
- 'Spönn með lykil {{childKey}} í blokk með lykil <code>{{key}}</code> hefur vantað eða ógilt <code>text</code> eign.',
751
+ 'Spönn með lykil {{childKey}} í blokk með lykil <code>{{key}}</code> hefur tóma eða ógilda <code>text</code> eign.',
752
752
  /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */
753
753
  'inputs.portable-text.invalid-value.missing-block-type.action':
754
754
  'Nota gerð <code>{{expectedTypeName}}</code>',
@@ -759,7 +759,7 @@ export default removeUndefinedLocaleResources({
759
759
  'inputs.portable-text.invalid-value.missing-child-key.action': 'Úthluta handahófskenndum lykli',
760
760
  /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */
761
761
  'inputs.portable-text.invalid-value.missing-child-key.description':
762
- 'Barn á vísitölu <code>{{index}}</code> í blokk með lykil <code>{{key}}</code> vantar <code>_key</code> eign.',
762
+ 'Barn á sæti <code>{{index}}</code> í blokk með lykil <code>{{key}}</code> vantar <code>_key</code> eign.',
763
763
  /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */
764
764
  'inputs.portable-text.invalid-value.missing-child-type.action': 'Fjarlægðu hlutinn',
765
765
  /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */
@@ -769,17 +769,17 @@ export default removeUndefinedLocaleResources({
769
769
  'inputs.portable-text.invalid-value.missing-key.action': 'Úthluta handahófskenndum lykli',
770
770
  /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */
771
771
  'inputs.portable-text.invalid-value.missing-key.description':
772
- 'Blokk á vísitölu <code>{{index}}</code> vantar nauðsynlega <code>_key</code> eign.',
772
+ 'Blokk á sæti <code>{{index}}</code> vantar nauðsynlega <code>_key</code> eign.',
773
773
  /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */
774
774
  'inputs.portable-text.invalid-value.missing-or-invalid-children.action': 'Fjarlægðu blokkina',
775
775
  /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */
776
776
  'inputs.portable-text.invalid-value.missing-or-invalid-children.description':
777
- 'Textablokk með lykil <code>{{key}}</code> hefur ógilda eða vantað `children` eign.',
777
+ 'Textablokk með lykil <code>{{key}}</code> hefur ógilda eða tóma `children` eign.',
778
778
  /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */
779
779
  'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action': 'Bæta við eign',
780
780
  /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */
781
781
  'inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description':
782
- 'Textablokk með lykil <code>{{key}}</code> hefur ógilda eða vantað `markDefs` eign.',
782
+ 'Textablokk með lykil <code>{{key}}</code> hefur ógilda eða tóma `markDefs` eign.',
783
783
  /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */
784
784
  'inputs.portable-text.invalid-value.missing-type.action': 'Fjarlægðu blokkina',
785
785
  /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */
@@ -870,7 +870,7 @@ export default removeUndefinedLocaleResources({
870
870
  'Leit skilaði gerð sem er ekki gild fyrir þessa tilvísun: "{{returnedType}}"',
871
871
  /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */
872
872
  'inputs.reference.error.invalid-type-description':
873
- 'Tilvísað skjal (<code>{{documentId}}</code>) er af gerð <code>{{actualType}}</code>. Samkvæmt skemanu geta tilvísað skjöl aðeins verið af gerð <AllowedTypes />.',
873
+ 'Tilvísað skjal (<code>{{documentId}}</code>) er af gerð <code>{{actualType}}</code>. Samkvæmt skemanu geta tilvísuð skjöl aðeins verið af gerð <AllowedTypes />.',
874
874
  /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */
875
875
  'inputs.reference.error.invalid-type-title': 'Skjal af ógildri gerð',
876
876
  /** Error description for when the user does not have permissions to read the referenced document */
@@ -904,7 +904,7 @@ export default removeUndefinedLocaleResources({
904
904
  /** Label for button that triggers a retry attempt for reference metadata */
905
905
  'inputs.reference.metadata-error.retry-button-label': 'Reyna aftur',
906
906
  /** Title for alert shown when reference metadata fails to be loaded */
907
- 'inputs.reference.metadata-error.title': 'Ekki hægt að hlaða inn tilvísunarmetagegnum',
907
+ 'inputs.reference.metadata-error.title': 'Ekki hægt að hlaða inn tilvísunarmetagögnum',
908
908
  /** Message shown when no documents were found that matched the given search string */
909
909
  'inputs.reference.no-results-for-query':
910
910
  'Engar niðurstöður fyrir <strong>“{{searchTerm}}”</strong>',
@@ -936,13 +936,13 @@ export default removeUndefinedLocaleResources({
936
936
  'inputs.reference.search-placeholder': 'Sláðu inn til að leita',
937
937
  /** Explanation of the consequences of leaving the reference as strong instead of weak */
938
938
  'inputs.reference.strength-mismatch.is-strong-consquences':
939
- 'Það verður ekki hægt að eyða tilvísunarskjalinn án þess að fjarlægja þessa tilvísun fyrst eða breyta henni í veika.',
939
+ 'Það verður ekki hægt að eyða tilvísunarskjalinn án þess að fjarlægja þessa tilvísun fyrst eða breyta henni í veika tilvísun.',
940
940
  /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */
941
941
  'inputs.reference.strength-mismatch.is-strong-description':
942
942
  'Þessi tilvísun er <em>sterk</em>, en samkvæmt núverandi skema ætti hún að vera <em>veik</em>.',
943
943
  /** Explanation of the consequences of leaving the reference as weak instead of strong */
944
944
  'inputs.reference.strength-mismatch.is-weak-consquences':
945
- 'Þetta gerir það mögulegt að eyða tilvísunarskjalinn án þess að eyða þessari tilvísun fyrst, sem skilur eftir svið sem vísar í ekki-tilvist skjal.',
945
+ 'Þetta gerir það mögulegt að eyða tilvísunarskjalinu án þess að eyða þessari tilvísun fyrst, sem skilur eftir svið sem vísar í ótilvíst skjal.',
946
946
  /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */
947
947
  'inputs.reference.strength-mismatch.is-weak-description':
948
948
  'Þessi tilvísun er <em>veik</em>, en samkvæmt núverandi skema ætti hún að vera <em>sterk</em>.',
@@ -1134,7 +1134,7 @@ export default removeUndefinedLocaleResources({
1134
1134
  'search.error.display-filter-title': 'Villa kom upp við að sýna þennan síu.',
1135
1135
  /** Description for error when no valid asset source is found, describes that you should check the the current studio config */
1136
1136
  'search.error.no-valid-asset-source-check-config-description':
1137
- 'Vinsamlegast vertu viss um að það sé virkt í stillingarskrá stúdíóinu þínu.',
1137
+ 'Vinsamlegast vertu viss um að það sé virkt í stillingarskrá í stúdíóinu þínu.',
1138
1138
  /** Description for error when no valid asset source is found, describes that only the default asset is supported */
1139
1139
  'search.error.no-valid-asset-source-only-default-description':
1140
1140
  'Aðeins er stutt við sjálfgefna eignauppsprettu í augnablikinu.',
@@ -1150,7 +1150,7 @@ export default removeUndefinedLocaleResources({
1150
1150
  * If one or more document type has been chosen as filter, this label is replaced with a group of
1151
1151
  * fields per selected document type
1152
1152
  */
1153
- 'search.filter-all-fields-header': 'Alla svið',
1153
+ 'search.filter-all-fields-header': 'Öll svið',
1154
1154
  /** Label for the action of changing from one file to a different file in asset search filter */
1155
1155
  'search.filter-asset-change_file': 'Breyta skrá',
1156
1156
  /** Label for the action of changing from one image to a different image in asset search filter */
@@ -1511,12 +1511,12 @@ export default removeUndefinedLocaleResources({
1511
1511
 
1512
1512
  /** Description for error when the timeline for the given document can't be loaded */
1513
1513
  'timeline.error.load-document-changes-description':
1514
- 'Sögufærslur skjalsins hafa ekki verið fyrir áhrifum.',
1514
+ 'Sögufærslur skjalsins hafa ekki orðið fyrir áhrifum.',
1515
1515
  /** Title for error when the timeline for the given document can't be loaded */
1516
1516
  'timeline.error.load-document-changes-title': 'Villa kom upp við að sækja breytingar á skjali.',
1517
1517
  /** Error description for when the document doesn't have history */
1518
1518
  'timeline.error.no-document-history-description':
1519
- 'Þegar breytt er efni skjalsins munu útgáfur skjalsins birtast í þessum valmynd.',
1519
+ 'Þegar efni skjalsins er breytt munu útgáfur skjalsins birtast í þessum valmynd.',
1520
1520
  /** Error title for when the document doesn't have history */
1521
1521
  'timeline.error.no-document-history-title': 'Engin skjalasaga',
1522
1522
  /** Error prompt when revision cannot be loaded */
@@ -1542,9 +1542,9 @@ export default removeUndefinedLocaleResources({
1542
1542
  /** Label shown in review changes timeline when a document has been deleted, with a timestamp */
1543
1543
  'timeline.operation.deleted_timestamp': 'Eytt: {{timestamp, datetime}}',
1544
1544
  /** Label shown in review changes timeline when a draft has been discarded */
1545
- 'timeline.operation.draft-discarded': 'Drög hent',
1545
+ 'timeline.operation.draft-discarded': 'Drögum hent',
1546
1546
  /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
1547
- 'timeline.operation.draft-discarded_timestamp': 'Drög hent: {{timestamp, datetime}}',
1547
+ 'timeline.operation.draft-discarded_timestamp': 'Drögum hent: {{timestamp, datetime}}',
1548
1548
  /** Label shown in review changes timeline when a draft has been edited */
1549
1549
  'timeline.operation.edited-draft': 'Breytt',
1550
1550
  /** Label shown in review changes timeline when a draft has been edited, with a timestamp */
@@ -1587,7 +1587,7 @@ export default removeUndefinedLocaleResources({
1587
1587
  'user-menu.action.manage-project-aria-label': 'Stjórna verkefni',
1588
1588
  /** Tooltip helper text when portable text annotation is disabled for empty block*/
1589
1589
  'user-menu.action.portable-text.annotation-disabled_empty-block':
1590
- 'Get ekki beitt {{name}} á tóman blokk',
1590
+ 'Get ekki beitt {{name}} á tóma blokk',
1591
1591
  /** Tooltip helper text when portable text annotation is disabled for multiple blocks */
1592
1592
  'user-menu.action.portable-text.annotation-disabled_multiple-blocks':
1593
1593
  'Get ekki beitt {{name}} á marga blokka',
package/src/tasks.ts CHANGED
@@ -22,7 +22,7 @@ export default removeUndefinedLocaleResources({
22
22
  /** Text for the remove task dialog asking for confirmation of deletion */
23
23
  'dialog.remove-task.body': 'Ertu viss um að þú viljir eyða þessu verkefni?',
24
24
  /** Text for the remove task dialog clarifying that deletion is permanent */
25
- 'dialog.remove-task.body2': 'Einu sinni eytt, þá er ekki hægt endurheimta það.',
25
+ 'dialog.remove-task.body2': 'Ekki hægt endurheimta eftir því er eytt.',
26
26
  /** The label for the cancel button on the remove task dialog */
27
27
  'dialog.remove-task.buttons.cancel.text': 'Hætta við',
28
28
  /** The label for the confirmation button on the remove task dialog */
@@ -47,13 +47,13 @@ export default removeUndefinedLocaleResources({
47
47
  'empty-state.list.subscribed.heading': 'Þú hefur ekki skráð þig á nein verkefni',
48
48
  'empty-state.list.subscribed.text':
49
49
  'Þegar þú býrð til, breytir eða skrifar athugasemd við verkefni munt þú vera sjálfkrafa skráð(ur)',
50
- 'empty-state.status.list.closed.assigned.heading': 'Engin lokið verkefni',
50
+ 'empty-state.status.list.closed.assigned.heading': 'Engin kláruð verkefni',
51
51
  'empty-state.status.list.closed.assigned.text':
52
- 'Verkefni sem þú hefur merkt sem lokið munu birtast hér',
53
- 'empty-state.status.list.closed.document.heading': 'Engin lokið verkefni',
54
- 'empty-state.status.list.closed.subscribed.heading': 'Engin lokið verkefni',
52
+ 'Verkefni sem þú hefur merkt sem klárað munu birtast hér',
53
+ 'empty-state.status.list.closed.document.heading': 'Engin kláruð verkefni',
54
+ 'empty-state.status.list.closed.subscribed.heading': 'Engin kláruð verkefni',
55
55
  'empty-state.status.list.closed.subscribed.text':
56
- 'Verkefni sem þú ert áskrifandi að og eru merkt sem lokið munu birtast hér',
56
+ 'Verkefni sem þú ert áskrifandi að og eru merkt sem kláruð munu birtast hér',
57
57
  'empty-state.status.list.open.assigned.heading': 'Þú ert alveg búinn',
58
58
  'empty-state.status.list.open.assigned.text':
59
59
  'Ný verkefni sem eru úthlutað til þín munu birtast hér',
package/src/validation.ts CHANGED
@@ -17,14 +17,14 @@ export default removeUndefinedLocaleResources({
17
17
  'array.minimum-length_blocks': 'Verður að hafa að minnsta kosti {{minLength}} blokkir',
18
18
 
19
19
  /** Date is not valid or not in the correct format (ISO-8601) */
20
- 'date.invalid-format': 'Verður að vera gilt ISO-8601 sniðið dagsetning',
20
+ 'date.invalid-format': 'Verður að vera gild ISO-8601 sniðin dagsetning',
21
21
  /** Date is later than the given maximum date "$maxDate" */
22
22
  'date.maximum': 'Verður að vera á eða fyrir {{maxDate}}',
23
23
  /** Date is earlier than the given minimum date "$minDate" */
24
24
  'date.minimum': 'Verður að vera á eða eftir {{minDate}}',
25
25
 
26
26
  /** A value of incorrect type is found, eg found `number` instead of `string` */
27
- 'generic.incorrect-type': 'Væntanlegur týpa "{{expectedType}}", fékk "{{actualType}}"',
27
+ 'generic.incorrect-type': 'Væntanleg týpa "{{expectedType}}", fékk "{{actualType}}"',
28
28
  /** Value is not one of the values specifically allowed */
29
29
  'generic.not-allowed': 'Gildi passaði ekki við nein leyfð gildi',
30
30
  /** Value "$givenValue" is not one of the values specifically allowed */
@@ -91,7 +91,7 @@ export default removeUndefinedLocaleResources({
91
91
  /** String contains a URL with a username or password specified before the host */
92
92
  'string.url.includes-credentials': 'Notandanafn/lykilorð ekki leyft',
93
93
  /** String is not a valid URL */
94
- 'string.url.invalid': 'Ekki gilt vefslóð',
94
+ 'string.url.invalid': 'Ekki gild vefslóð',
95
95
  /** String is not an absolute URL (eg it is missing a protocol/host) */
96
96
  'string.url.not-absolute': 'Afstæðar vefslóðir eru ekki leyfðar',
97
97
  /** String is not a relative URL (eg it contains a protocol/host) */
package/src/vision.ts CHANGED
@@ -49,7 +49,7 @@ export default removeUndefinedLocaleResources({
49
49
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
50
50
  'settings.custom-api-version-label': 'Sérsniðin API útgáfa',
51
51
  /** Label for the "Dataset" dropdown in vision settings */
52
- 'settings.dataset-label': 'Dataset',
52
+ 'settings.dataset-label': 'Gagnasafn',
53
53
  /** Error label for when the API version in 'Custom API version' input is invalid */
54
54
  'settings.error.invalid-api-version': 'Ógild API útgáfa',
55
55
  /** Label for the "other" versions within the "API version" dropdown */