@sanity/locale-is-is 1.2.24 → 1.2.25
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 +20 -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 +20 -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 +23 -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.',
|
|
@@ -484,6 +478,11 @@ export default removeUndefinedLocaleResources({
|
|
|
484
478
|
/** Label to show in the document footer indicating that the revision was not found */
|
|
485
479
|
'document-status.revision-not-found': 'Útgáfa fannst ekki',
|
|
486
480
|
|
|
481
|
+
/** Toast description shown when saving changes is taking longer than expected */
|
|
482
|
+
'document-store.slow-commit.description': 'Breytingar þínar eru enn að vera vistaðar.',
|
|
483
|
+
/** Toast title shown when saving changes is taking longer than expected */
|
|
484
|
+
'document-store.slow-commit.title': 'Vistun tekur lengri tíma en búist var við',
|
|
485
|
+
|
|
487
486
|
/** Label to indicate that a document type was not found */
|
|
488
487
|
'document.type.not-found': 'Skjaltýpa "{{type}}" fannst ekki',
|
|
489
488
|
|
|
@@ -641,7 +640,7 @@ export default removeUndefinedLocaleResources({
|
|
|
641
640
|
/** Label for editing the item of a specific type, eg "Edit Person" */
|
|
642
641
|
'inputs.array.action.edit': 'Breyta {{itemTypeTitle}}',
|
|
643
642
|
/** Tooltip text explaining why adding items is disabled when array max is reached */
|
|
644
|
-
'inputs.array.action.max-reached':
|
|
643
|
+
'inputs.array.action.max-reached': 'Hámarksfjölda atriða náð',
|
|
645
644
|
/** Label for removing an array item action */
|
|
646
645
|
'inputs.array.action.remove': 'Fjarlægja',
|
|
647
646
|
/** Label for removing action when an array item has an error */
|
|
@@ -696,10 +695,6 @@ export default removeUndefinedLocaleResources({
|
|
|
696
695
|
'inputs.datetime.placeholder': 't.d. {{example}}',
|
|
697
696
|
/** Acessibility label for button to open file options menu */
|
|
698
697
|
'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
698
|
/** Unknown member kind: `{{kind}}` */
|
|
704
699
|
'inputs.file.error.unknown-member-kind': 'Óþekkt tegund meðlims: {{kind}}',
|
|
705
700
|
/** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
|
|
@@ -709,8 +704,6 @@ export default removeUndefinedLocaleResources({
|
|
|
709
704
|
'inputs.file.invalid-file-warning.reset-button.text': 'Endurstilla gildi',
|
|
710
705
|
/** Invalid file value */
|
|
711
706
|
'inputs.file.invalid-file-warning.title': 'Ógilt skráargildi',
|
|
712
|
-
/** Select */
|
|
713
|
-
'inputs.file.multi-browse-button.text': 'Veldu',
|
|
714
707
|
/** The upload could not be completed at this time. */
|
|
715
708
|
'inputs.file.upload-failed.description': 'Ekki var hægt að ljúka upphleðslu á þessum tíma.',
|
|
716
709
|
/** Upload failed */
|
|
@@ -779,14 +772,14 @@ export default removeUndefinedLocaleResources({
|
|
|
779
772
|
'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
773
|
/** Incomplete upload */
|
|
781
774
|
'inputs.files.common.stale-upload-warning.title': 'Ókláruð upphleðsla',
|
|
775
|
+
/** Select file */
|
|
776
|
+
'inputs.files.select-dialog.title': 'Veldu skrá fyrir „{{targetTitle}}"',
|
|
782
777
|
/** Tooltip text for action to crop image */
|
|
783
778
|
'inputs.image.actions-menu.crop-image-tooltip': 'Klippa mynd',
|
|
784
779
|
/** Accessibility label for button to open image edit dialog */
|
|
785
780
|
'inputs.image.actions-menu.edit-details.aria-label': 'Opna myndabreytingarglugga',
|
|
786
781
|
/** Accessibility label for button to open image options menu */
|
|
787
782
|
'inputs.image.actions-menu.options.aria-label': 'Opna valmynd myndarvalkosta',
|
|
788
|
-
/** Select */
|
|
789
|
-
'inputs.image.browse-menu.text': 'Veldu',
|
|
790
783
|
/** Cannot upload this file here */
|
|
791
784
|
'inputs.image.drag-overlay.cannot-upload-here': 'Get ekki hlaðið þessari skrá hér',
|
|
792
785
|
/** Drop image to upload */
|
|
@@ -809,6 +802,8 @@ export default removeUndefinedLocaleResources({
|
|
|
809
802
|
'inputs.image.invalid-image-warning.title': 'Ógild myndagildi',
|
|
810
803
|
/** Preview of uploaded image */
|
|
811
804
|
'inputs.image.preview-uploaded-image': 'Forskoðun á hlaðinni mynd',
|
|
805
|
+
/** Select image */
|
|
806
|
+
'inputs.image.select-dialog.title': 'Veldu mynd fyrir „{{targetTitle}}"',
|
|
812
807
|
/** The upload could not be completed at this time. */
|
|
813
808
|
'inputs.image.upload-error.description': 'Upphleðslan gat ekki verið lokið að þessu sinni.',
|
|
814
809
|
/** Upload failed */
|
|
@@ -865,7 +860,8 @@ export default removeUndefinedLocaleResources({
|
|
|
865
860
|
'inputs.object.unknown-fields.read-only.description':
|
|
866
861
|
'Þ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
862
|
/** Fallback description shown when the unknown reference preview cannot be loaded */
|
|
868
|
-
'inputs.object.unknown-fields.reference.preview.unavailable':
|
|
863
|
+
'inputs.object.unknown-fields.reference.preview.unavailable':
|
|
864
|
+
'Ekki tókst að hlaða forskoðun fyrir tilvísunina „{{documentId}}".',
|
|
869
865
|
/** Remove field */
|
|
870
866
|
'inputs.object.unknown-fields.remove-field-button.text': 'Fjarlægja reit',
|
|
871
867
|
/** Encountered `{{count}}` fields that are not defined in the schema. */
|
|
@@ -1215,6 +1211,8 @@ export default removeUndefinedLocaleResources({
|
|
|
1215
1211
|
'inputs.untyped-value.title': 'Eign gildis vantar <code>_type</code>',
|
|
1216
1212
|
/** Unset value */
|
|
1217
1213
|
'inputs.untyped-value.unset-item-button.text': 'Fjarlægja gildi',
|
|
1214
|
+
/** Select video */
|
|
1215
|
+
'inputs.video.select-dialog.title': 'Veldu myndband fyrir „{{targetTitle}}"',
|
|
1218
1216
|
|
|
1219
1217
|
/** The fallback explanation if no context is provided */
|
|
1220
1218
|
'insufficient-permissions-message.not-authorized-explanation':
|
|
@@ -2198,6 +2196,11 @@ export default removeUndefinedLocaleResources({
|
|
|
2198
2196
|
/** Label for open menu button for user menu */
|
|
2199
2197
|
'user-menu.open-menu': 'Opna valmynd',
|
|
2200
2198
|
|
|
2199
|
+
/** Label for other users' agent bundle versions */
|
|
2200
|
+
'version.agent-bundle.agent-changes': 'Breytingar umboðsmanns',
|
|
2201
|
+
/** Label for the current user's agent bundle versions */
|
|
2202
|
+
'version.agent-bundle.proposed-changes': 'Lagðar til breytingar',
|
|
2203
|
+
|
|
2201
2204
|
/**
|
|
2202
2205
|
* Label for action to add a workspace (currently a developer-oriented action, as this will
|
|
2203
2206
|
* lead to the documentation on workspace configuration)
|