@sanity/locale-is-is 1.2.24 → 1.2.26
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/dist/_chunks-cjs/media-library.cjs +5 -10
- package/dist/_chunks-cjs/media-library.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +3 -6
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +47 -22
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/media-library.js +5 -10
- package/dist/_chunks-es/media-library.js.map +1 -1
- package/dist/_chunks-es/structure.js +3 -6
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +47 -22
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/media-library.ts +6 -5
- package/src/structure.ts +4 -3
- package/src/studio.ts +42 -20
package/package.json
CHANGED
package/src/media-library.ts
CHANGED
|
@@ -2,14 +2,15 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** Warning description for invalid video value */
|
|
5
|
-
'invalid-video-warning.description':
|
|
5
|
+
'invalid-video-warning.description':
|
|
6
|
+
'Gildi þessa reits er ekki gilt myndband. Með því að endurstilla þennan reit getur þú valið nýtt myndband.',
|
|
6
7
|
/** Reset button text for invalid video warning */
|
|
7
|
-
'invalid-video-warning.reset-button.text':
|
|
8
|
+
'invalid-video-warning.reset-button.text': 'Endurstilla gildi',
|
|
8
9
|
/** Warning title for invalid video value */
|
|
9
|
-
'invalid-video-warning.title':
|
|
10
|
+
'invalid-video-warning.title': 'Ógilt myndbandgildi',
|
|
10
11
|
|
|
11
12
|
/** Video error fallback description */
|
|
12
|
-
'video-error.description':
|
|
13
|
+
'video-error.description': 'Mistókst að hlaða myndbandi',
|
|
13
14
|
/** Retry button text for video loading errors */
|
|
14
|
-
'video-error.retry-button.text':
|
|
15
|
+
'video-error.retry-button.text': 'Reyna aftur',
|
|
15
16
|
})
|
package/src/structure.ts
CHANGED
|
@@ -2,11 +2,11 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** Label for the "Copy document ID" menu item */
|
|
5
|
-
'action.copy-document-id.label':
|
|
5
|
+
'action.copy-document-id.label': 'Afrita skjalaauðkenni',
|
|
6
6
|
/** Tooltip for the copy actions dropdown button in the document panel header */
|
|
7
7
|
'action.copy-document-url.label': 'Afrita skjalavefslóð',
|
|
8
8
|
/** Label for the "Copy document URL" menu item */
|
|
9
|
-
'action.copy-link-to-document.label':
|
|
9
|
+
'action.copy-link-to-document.label': 'Afrita skjala-URL',
|
|
10
10
|
/** Tooltip when action button is disabled because the operation is not ready */
|
|
11
11
|
'action.delete.disabled.not-ready': 'Aðgerð ekki tilbúin',
|
|
12
12
|
/** Tooltip when action button is disabled because the document does not exist */
|
|
@@ -574,7 +574,8 @@ export default removeUndefinedLocaleResources({
|
|
|
574
574
|
/** The text when a generic operation succeeded (fallback, generally not shown) */
|
|
575
575
|
'panes.document-operation-results.operation-success': 'Aðgerð {{context}} á skjali tókst',
|
|
576
576
|
/** The text when copy document ID operation succeeded */
|
|
577
|
-
'panes.document-operation-results.operation-success_copy-id':
|
|
577
|
+
'panes.document-operation-results.operation-success_copy-id':
|
|
578
|
+
'Skjalaauðkenni afritað á klippiborð',
|
|
578
579
|
/** The text when copy URL operation succeeded */
|
|
579
580
|
'panes.document-operation-results.operation-success_copy-url':
|
|
580
581
|
'Skjalavefslóð afrituð á klippiborð',
|
package/src/studio.ts
CHANGED
|
@@ -78,6 +78,8 @@ export default removeUndefinedLocaleResources({
|
|
|
78
78
|
'asset-source.asset-usage-dialog.header_image': 'Skjöl sem nota mynd',
|
|
79
79
|
/** Text shown in usage dialog when loading documents using the selected asset */
|
|
80
80
|
'asset-source.asset-usage-dialog.loading': 'Hleður…',
|
|
81
|
+
/** Browse button text */
|
|
82
|
+
'asset-source.browse-button.text': 'Velja',
|
|
81
83
|
/** Text for cancel action in delete-asset dialog */
|
|
82
84
|
'asset-source.delete-dialog.action.cancel': 'Hætta við',
|
|
83
85
|
/** Text for "confirm delete" action in delete-asset dialog */
|
|
@@ -122,12 +124,6 @@ export default removeUndefinedLocaleResources({
|
|
|
122
124
|
/** Select asset dialog select-button */
|
|
123
125
|
'asset-source.dialog.button.select': 'Velja',
|
|
124
126
|
/** Keys shared between both image asset source and file asset source */
|
|
125
|
-
/** Select asset dialog title for files */
|
|
126
|
-
'asset-source.dialog.default-title_file': 'Veldu skrá',
|
|
127
|
-
/** Select asset dialog title for images */
|
|
128
|
-
'asset-source.dialog.default-title_image': 'Veldu mynd',
|
|
129
|
-
/** Select asset dialog title for videos */
|
|
130
|
-
'asset-source.dialog.default-title_video': 'Veldu myndband',
|
|
131
127
|
/** Insert asset error */
|
|
132
128
|
'asset-source.dialog.insert-asset-error':
|
|
133
129
|
'Villa við að setja inn eign. Sjáðu ráskjáinn fyrir frekari upplýsingar.',
|
|
@@ -213,10 +209,8 @@ export default removeUndefinedLocaleResources({
|
|
|
213
209
|
'Veldu nýja eign',
|
|
214
210
|
/** Title for the open in source dialog */
|
|
215
211
|
'asset-sources.media-library.open-in-source-dialog.title': 'Breyta eign',
|
|
216
|
-
/**
|
|
217
|
-
'asset-sources.media-library.
|
|
218
|
-
'asset-sources.media-library.select-dialog.title_image': 'Velja mynd fyrir {{targetTitle}}',
|
|
219
|
-
'asset-sources.media-library.select-dialog.title_video': 'Velja myndband fyrir {{targetTitle}}',
|
|
212
|
+
/** Title for the upload dialog (component mode) */
|
|
213
|
+
'asset-sources.media-library.upload-dialog.title': 'Hlaða upp í Media Library',
|
|
220
214
|
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
221
215
|
'asset-sources.media-library.warning.file-already-exist.description':
|
|
222
216
|
'Notaðu til staðar verandi skrá sem fannst í safninu.',
|
|
@@ -467,6 +461,25 @@ export default removeUndefinedLocaleResources({
|
|
|
467
461
|
/** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
|
|
468
462
|
'default-orderings.title': 'Raða eftir Titli',
|
|
469
463
|
|
|
464
|
+
/** Label for action that closes divergence inspector */
|
|
465
|
+
'divergence.action.close.label': undefined, // 'Close'
|
|
466
|
+
/** Label for action that marks divergence as resolved */
|
|
467
|
+
'divergence.action.markResolved.label': undefined, // 'Ignore'
|
|
468
|
+
/** Label for action that moves inspector to the next divergence in the document */
|
|
469
|
+
'divergence.action.next.label': undefined, // 'Next'
|
|
470
|
+
/** Label for action that moves inspector to the previous divergence in the document */
|
|
471
|
+
'divergence.action.previous.label': undefined, // 'Previous'
|
|
472
|
+
/** Label for action that replaces the node's value in the current version with its latest value in the upstream version */
|
|
473
|
+
'divergence.action.takeFromUpstream.label': undefined, // 'Copy from base'
|
|
474
|
+
/** Verb to describe the node's value changed */
|
|
475
|
+
'divergence.effect.changed': undefined, // 'changed'
|
|
476
|
+
/** Summary of the change that occurred */
|
|
477
|
+
'divergence.effect.summary': undefined, // '{{title}} {{effect}} in {{versionName}} version'
|
|
478
|
+
/** Label for divergence in a single node */
|
|
479
|
+
'divergence.unresolved-divergence_one': undefined, // 'Unresolved change in {{versionName}} version'
|
|
480
|
+
/** Label for divergences in multiple nodes */
|
|
481
|
+
'divergence.unresolved-divergence_other': undefined, // '{{count}} unresolved changes in {{versionName}} version'
|
|
482
|
+
|
|
470
483
|
/** Label to show in the document footer indicating the creation date of the document */
|
|
471
484
|
'document-status.created': 'Búið til {{date}}',
|
|
472
485
|
/** Label to show in the document status indicating the date of the status */
|
|
@@ -484,6 +497,11 @@ export default removeUndefinedLocaleResources({
|
|
|
484
497
|
/** Label to show in the document footer indicating that the revision was not found */
|
|
485
498
|
'document-status.revision-not-found': 'Útgáfa fannst ekki',
|
|
486
499
|
|
|
500
|
+
/** Toast description shown when saving changes is taking longer than expected */
|
|
501
|
+
'document-store.slow-commit.description': 'Breytingar þínar eru enn að vera vistaðar.',
|
|
502
|
+
/** Toast title shown when saving changes is taking longer than expected */
|
|
503
|
+
'document-store.slow-commit.title': 'Vistun tekur lengri tíma en búist var við',
|
|
504
|
+
|
|
487
505
|
/** Label to indicate that a document type was not found */
|
|
488
506
|
'document.type.not-found': 'Skjaltýpa "{{type}}" fannst ekki',
|
|
489
507
|
|
|
@@ -641,7 +659,7 @@ export default removeUndefinedLocaleResources({
|
|
|
641
659
|
/** Label for editing the item of a specific type, eg "Edit Person" */
|
|
642
660
|
'inputs.array.action.edit': 'Breyta {{itemTypeTitle}}',
|
|
643
661
|
/** Tooltip text explaining why adding items is disabled when array max is reached */
|
|
644
|
-
'inputs.array.action.max-reached':
|
|
662
|
+
'inputs.array.action.max-reached': 'Hámarksfjölda atriða náð',
|
|
645
663
|
/** Label for removing an array item action */
|
|
646
664
|
'inputs.array.action.remove': 'Fjarlægja',
|
|
647
665
|
/** Label for removing action when an array item has an error */
|
|
@@ -696,10 +714,6 @@ export default removeUndefinedLocaleResources({
|
|
|
696
714
|
'inputs.datetime.placeholder': 't.d. {{example}}',
|
|
697
715
|
/** Acessibility label for button to open file options menu */
|
|
698
716
|
'inputs.file.actions-menu.file-options.aria-label': 'Opna valmynd fyrir skráarvalkosti',
|
|
699
|
-
/** Browse */
|
|
700
|
-
'inputs.file.browse-button.text': 'Fletta',
|
|
701
|
-
/** Select file */
|
|
702
|
-
'inputs.file.dialog.title': 'Veldu skrá',
|
|
703
717
|
/** Unknown member kind: `{{kind}}` */
|
|
704
718
|
'inputs.file.error.unknown-member-kind': 'Óþekkt tegund meðlims: {{kind}}',
|
|
705
719
|
/** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
|
|
@@ -709,8 +723,6 @@ export default removeUndefinedLocaleResources({
|
|
|
709
723
|
'inputs.file.invalid-file-warning.reset-button.text': 'Endurstilla gildi',
|
|
710
724
|
/** Invalid file value */
|
|
711
725
|
'inputs.file.invalid-file-warning.title': 'Ógilt skráargildi',
|
|
712
|
-
/** Select */
|
|
713
|
-
'inputs.file.multi-browse-button.text': 'Veldu',
|
|
714
726
|
/** The upload could not be completed at this time. */
|
|
715
727
|
'inputs.file.upload-failed.description': 'Ekki var hægt að ljúka upphleðslu á þessum tíma.',
|
|
716
728
|
/** Upload failed */
|
|
@@ -779,14 +791,14 @@ export default removeUndefinedLocaleResources({
|
|
|
779
791
|
'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.',
|
|
780
792
|
/** Incomplete upload */
|
|
781
793
|
'inputs.files.common.stale-upload-warning.title': 'Ókláruð upphleðsla',
|
|
794
|
+
/** Select file */
|
|
795
|
+
'inputs.files.select-dialog.title': 'Veldu skrá fyrir „{{targetTitle}}"',
|
|
782
796
|
/** Tooltip text for action to crop image */
|
|
783
797
|
'inputs.image.actions-menu.crop-image-tooltip': 'Klippa mynd',
|
|
784
798
|
/** Accessibility label for button to open image edit dialog */
|
|
785
799
|
'inputs.image.actions-menu.edit-details.aria-label': 'Opna myndabreytingarglugga',
|
|
786
800
|
/** Accessibility label for button to open image options menu */
|
|
787
801
|
'inputs.image.actions-menu.options.aria-label': 'Opna valmynd myndarvalkosta',
|
|
788
|
-
/** Select */
|
|
789
|
-
'inputs.image.browse-menu.text': 'Veldu',
|
|
790
802
|
/** Cannot upload this file here */
|
|
791
803
|
'inputs.image.drag-overlay.cannot-upload-here': 'Get ekki hlaðið þessari skrá hér',
|
|
792
804
|
/** Drop image to upload */
|
|
@@ -809,6 +821,8 @@ export default removeUndefinedLocaleResources({
|
|
|
809
821
|
'inputs.image.invalid-image-warning.title': 'Ógild myndagildi',
|
|
810
822
|
/** Preview of uploaded image */
|
|
811
823
|
'inputs.image.preview-uploaded-image': 'Forskoðun á hlaðinni mynd',
|
|
824
|
+
/** Select image */
|
|
825
|
+
'inputs.image.select-dialog.title': 'Veldu mynd fyrir „{{targetTitle}}"',
|
|
812
826
|
/** The upload could not be completed at this time. */
|
|
813
827
|
'inputs.image.upload-error.description': 'Upphleðslan gat ekki verið lokið að þessu sinni.',
|
|
814
828
|
/** Upload failed */
|
|
@@ -865,7 +879,8 @@ export default removeUndefinedLocaleResources({
|
|
|
865
879
|
'inputs.object.unknown-fields.read-only.description':
|
|
866
880
|
'Þessi reitur er <strong>aðeins til lesturs</strong> samkvæmt skema skjalsins og getur ekki verið óskilgreindur. Ef þú vilt geta óskilgreint þetta í Studio, vertu viss um að fjarlægja <code>readOnly</code> reitinn frá umlykjandi tegund í skemanu.',
|
|
867
881
|
/** Fallback description shown when the unknown reference preview cannot be loaded */
|
|
868
|
-
'inputs.object.unknown-fields.reference.preview.unavailable':
|
|
882
|
+
'inputs.object.unknown-fields.reference.preview.unavailable':
|
|
883
|
+
'Ekki tókst að hlaða forskoðun fyrir tilvísunina „{{documentId}}".',
|
|
869
884
|
/** Remove field */
|
|
870
885
|
'inputs.object.unknown-fields.remove-field-button.text': 'Fjarlægja reit',
|
|
871
886
|
/** Encountered `{{count}}` fields that are not defined in the schema. */
|
|
@@ -1215,6 +1230,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1215
1230
|
'inputs.untyped-value.title': 'Eign gildis vantar <code>_type</code>',
|
|
1216
1231
|
/** Unset value */
|
|
1217
1232
|
'inputs.untyped-value.unset-item-button.text': 'Fjarlægja gildi',
|
|
1233
|
+
/** Select video */
|
|
1234
|
+
'inputs.video.select-dialog.title': 'Veldu myndband fyrir „{{targetTitle}}"',
|
|
1218
1235
|
|
|
1219
1236
|
/** The fallback explanation if no context is provided */
|
|
1220
1237
|
'insufficient-permissions-message.not-authorized-explanation':
|
|
@@ -2198,6 +2215,11 @@ export default removeUndefinedLocaleResources({
|
|
|
2198
2215
|
/** Label for open menu button for user menu */
|
|
2199
2216
|
'user-menu.open-menu': 'Opna valmynd',
|
|
2200
2217
|
|
|
2218
|
+
/** Label for other users' agent bundle versions */
|
|
2219
|
+
'version.agent-bundle.agent-changes': 'Breytingar umboðsmanns',
|
|
2220
|
+
/** Label for the current user's agent bundle versions */
|
|
2221
|
+
'version.agent-bundle.proposed-changes': 'Lagðar til breytingar',
|
|
2222
|
+
|
|
2201
2223
|
/**
|
|
2202
2224
|
* Label for action to add a workspace (currently a developer-oriented action, as this will
|
|
2203
2225
|
* lead to the documentation on workspace configuration)
|