@sanity/locale-is-is 1.2.12 → 1.2.14

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.
@@ -1,5 +1,41 @@
1
1
  "use strict";
2
2
  var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
3
+ /** "Disabled" status for auto-updates in About-dialog */
4
+ "about-dialog.version-info.auto-updates.disabled": void 0,
5
+ // 'Disabled'
6
+ /** "Enabled" status for auto-updates in About-dialog */
7
+ "about-dialog.version-info.auto-updates.enabled": void 0,
8
+ // 'Enabled'
9
+ /** "Auto Updates" status header in About-dialog */
10
+ "about-dialog.version-info.auto-updates.header": void 0,
11
+ // 'Auto Updates'
12
+ /** "How to enable" next to Disabled state for Auto updates in about dialog */
13
+ "about-dialog.version-info.auto-updates.how-to-enable": void 0,
14
+ // 'How to enable'
15
+ /** Text displayed on the "Copy to clipboard"-button after clicked */
16
+ "about-dialog.version-info.copy-to-clipboard-button.copied-text": void 0,
17
+ // 'Copied to Clipboard. Happy pasting!'
18
+ /** "Copy to Clipboard" button text for copying version details from About-dialog */
19
+ "about-dialog.version-info.copy-to-clipboard-button.text": void 0,
20
+ // 'Copy to Clipboard'
21
+ /** "Current version" header in about dialog */
22
+ "about-dialog.version-info.current-version.header": void 0,
23
+ // 'Current version'
24
+ /** "How to upgrade" link text */
25
+ "about-dialog.version-info.how-to-upgrade": void 0,
26
+ // 'How to upgrade'
27
+ /** "Latest version" header in about dialog */
28
+ "about-dialog.version-info.latest-version.header": void 0,
29
+ // 'Latest version'
30
+ /** "Latest version" header in about dialog */
31
+ "about-dialog.version-info.latest-version.text": void 0,
32
+ // 'Latest version is {{latestVersion}}'
33
+ /** "Up to date" status in About-dialog */
34
+ "about-dialog.version-info.up-to-date": void 0,
35
+ // 'Up to date'
36
+ /** "User agent" header in About-dialog */
37
+ "about-dialog.version-info.user-agent.header": void 0,
38
+ // 'User agent'
3
39
  /** The text used in the tooltip shown in the dialog close button */
4
40
  "announcement.dialog.close": "Loka",
5
41
  /** Aria label to be used in the dialog close button */
@@ -50,11 +86,20 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
50
86
  "asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed": "\xDEessari mynd er ekki h\xE6gt a\xF0 ey\xF0a \xFEv\xED a\xF0 h\xFAn er \xED notkun. Til a\xF0 ey\xF0a henni ver\xF0ur \xFE\xFA fyrst a\xF0 fjarl\xE6gja alla notkun hennar.",
51
87
  /** Text shown when the list of assets only include a specific set of types */
52
88
  "asset-source.dialog.accept-message": "A\xF0eins s\xFDndar eignir af sam\xFEykktum ger\xF0um: <strong>{{acceptTypes}}</strong>",
89
+ /** Select asset dialog cancel-button */
90
+ "asset-source.dialog.button.cancel": void 0,
91
+ // 'Cancel'
92
+ /** Select asset dialog select-button */
93
+ "asset-source.dialog.button.select": void 0,
94
+ // 'Select'
53
95
  /** Keys shared between both image asset source and file asset source */
54
96
  /** Select asset dialog title for files */
55
97
  "asset-source.dialog.default-title_file": "Veldu skr\xE1",
56
98
  /** Select asset dialog title for images */
57
99
  "asset-source.dialog.default-title_image": "Veldu mynd",
100
+ /** Insert asset error */
101
+ "asset-source.dialog.insert-asset-error": void 0,
102
+ // 'Error inserting asset. See the console for more information.'
58
103
  /** Select asset dialog load more items */
59
104
  "asset-source.dialog.load-more": "Hla\xF0a meira",
60
105
  /** Text shown when selecting a file but there's no files to select from */
@@ -80,6 +125,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
80
125
  "asset-source.image.asset-list.delete-successful": "Mynd var eytt",
81
126
  /** Text displayed on button or menu invoking the image asset source */
82
127
  "asset-source.image.title": "Upphla\xF0nar myndir",
128
+ /** Built in asset source usage texts */
83
129
  "asset-source.usage-list.documents-using-file_named_one": "Eitt skjal er a\xF0 nota skr\xE1na <code>{{filename}}</code>",
84
130
  "asset-source.usage-list.documents-using-file_named_other": "{{count}} skj\xF6l eru a\xF0 nota skr\xE1na <code>{{filename}}</code>",
85
131
  /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
@@ -96,6 +142,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
96
142
  "asset-source.usage-list.documents-using-image_unnamed_other": "{{count}} skj\xF6l eru a\xF0 nota \xFEessa mynd",
97
143
  /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
98
144
  "asset-source.usage-list.documents-using-image_unnamed_zero": "Engin skj\xF6l eru a\xF0 nota \xFEessa mynd",
145
+ /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
146
+ "asset-sources.common.uploader.upload-failed.description": void 0,
147
+ // 'See the console for more information.'
148
+ "asset-sources.common.uploader.upload-failed.title": void 0,
149
+ // 'Upload failed'
150
+ /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
151
+ "asset-sources.dataset.file.title": void 0,
152
+ // 'Workspace files'
153
+ "asset-sources.dataset.image.title": void 0,
154
+ // 'Workspace images'
155
+ /** Menu Items for Media Library Asset Source */
156
+ "asset-sources.media-library.file.title": void 0,
157
+ // 'Media Library'
158
+ "asset-sources.media-library.image.title": void 0,
159
+ // 'Media Library'
99
160
  /** Label when a release has been deleted by a different user */
100
161
  "banners.deleted-bundle-banner.text": "\xDAtg\xE1fan '<strong>{{title}}</strong>' hefur veri\xF0 eytt.",
101
162
  /** Action message for navigating to next month */
@@ -116,10 +177,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
116
177
  "calendar.action.go-to-yesterday": "\xCD g\xE6r",
117
178
  /** Label for switch that controls whether or not to include time in given timestamp */
118
179
  "calendar.action.include-time-label": "Innifali\xF0 t\xEDma",
119
- /** Action message for selecting the hour */
120
- "calendar.action.select-hour": "Veldu klukkustund",
121
- /** Action message for selecting the minute */
122
- "calendar.action.select-minute": "Veldu m\xEDn\xFAtu",
180
+ /** Action message for selecting the time */
181
+ "calendar.action.select-time": void 0,
182
+ // 'Select time'
123
183
  /** Action message for setting to the current time */
124
184
  "calendar.action.set-to-current-time": "Stilltu \xE1 n\xFAverandi t\xEDma",
125
185
  /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
@@ -331,6 +391,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
331
391
  "document-status.published": "Birt {{date}}",
332
392
  /** Label to show in the document footer indicating the revision from date of the document */
333
393
  "document-status.revision-from": "Endursko\xF0un fr\xE1 <em>{{date}}</em>",
394
+ /** Label to indicate that a document type was not found */
395
+ "document.type.not-found": void 0,
396
+ // 'Document type "{{type}}" not found'
334
397
  /** The value of the <code>_key</code> property must be a unique string. */
335
398
  "form.error.duplicate-keys-alert.details.additional-description": "Gildi <code>_key</code> eiginleikans ver\xF0ur a\xF0 vera einstakt strengur.",
336
399
  /** 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. */
@@ -425,6 +488,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
425
488
  "help-resources.title": "Hj\xE1lp og au\xF0lindir",
426
489
  /** Text for button to cancel an ongoing upload */
427
490
  "input.files.common.cancel-upload": "H\xE6tta vi\xF0",
491
+ /** Text for menuitem upload button default asset source */
492
+ "input.files.common.upload-placeholder.file-input-button.default-source.badge": void 0,
493
+ // 'Default'
428
494
  /** Text for file input button in upload placeholder */
429
495
  "input.files.common.upload-placeholder.file-input-button.text": "Hla\xF0a upp",
430
496
  /** Uploading <FileName/> */
@@ -555,6 +621,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
555
621
  "inputs.files.common.placeholder.drop-to-upload_image": "Slepptu til a\xF0 hla\xF0a upp mynd",
556
622
  /** Read only */
557
623
  "inputs.files.common.placeholder.read-only": "A\xF0eins til lesturs",
624
+ /** Select asset source destination for files to upload */
625
+ "inputs.files.common.placeholder.select-asset-source-upload-destination": void 0,
626
+ // 'Upload files to:'
558
627
  /** Can't upload files here */
559
628
  "inputs.files.common.placeholder.upload-not-supported": "Get ekki hla\xF0i\xF0 upp skr\xE1m h\xE9r",
560
629
  /** Clear upload */
@@ -849,6 +918,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
849
918
  "inputs.reference.error.nonexistent-document.clear-button-label": "Hreinsa",
850
919
  /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
851
920
  "inputs.reference.error.search-failed-title": "Leit a\xF0 tilv\xEDsun mist\xF3kst",
921
+ /** Label for when the GDR points to an invalid type */
922
+ "inputs.reference.global.invalid-type": void 0,
923
+ // 'The referenced document is of invalid type ({{typeName}})'
852
924
  /** Alternative text for the image shown in cross-dataset reference input */
853
925
  "inputs.reference.image-preview-alt-text": "Myndforsko\xF0un af tilv\xEDsa\xF0u skjali",
854
926
  /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
@@ -1031,8 +1103,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1031
1103
  "release.action.discard-version": "Hafna \xFAtg\xE1fu",
1032
1104
  /** Description for toast when version discarding failed */
1033
1105
  "release.action.discard-version.failure": "Mist\xF3kst a\xF0 hafna \xFAtg\xE1fu",
1034
- /** Description for toast when version deletion is successfully discarded */
1035
- "release.action.discard-version.success": "<strong>{{title}}</strong> \xFAtg\xE1fa var hafna\xF0 me\xF0 g\xF3\xF0um \xE1rangri",
1036
1106
  /** Action message for when a new release is created off an existing version, draft or published document */
1037
1107
  "release.action.new-release": "N\xFD \xFAtg\xE1fa",
1038
1108
  /** Tooltip message for not having permissions for creating new releases */
@@ -1051,6 +1121,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1051
1121
  "release.chip.global.drafts": "Dr\xF6g",
1052
1122
  /** Label for Published chip in document header */
1053
1123
  "release.chip.published": "Birt",
1124
+ /** Label for tooltip in chip when document is in an archived release */
1125
+ "release.chip.tooltip.archived": void 0,
1126
+ // 'This release is archived and cannot be edited.'
1054
1127
  /** Label for tooltip in chip with the created date */
1055
1128
  "release.chip.tooltip.created-date": "B\xFAi\xF0 til {{date}}",
1056
1129
  /** Label for tooltip in draft chip when it's a live edit document */
@@ -1073,6 +1146,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1073
1146
  "release.deleted-tooltip": "\xDEessari \xFAtg\xE1fu hefur veri\xF0 eytt",
1074
1147
  /** Title for copying version to a new release dialog */
1075
1148
  "release.dialog.copy-to-release.title": "Afrita \xFAtg\xE1fu \xED n\xFDja \xFAtg\xE1fu",
1149
+ /** Title for action create a release */
1150
+ "release.dialog.create.confirm": void 0,
1151
+ // 'Create release'
1076
1152
  /** Title for creating releases dialog */
1077
1153
  "release.dialog.create.title": "N\xFD \xFAtg\xE1fa",
1078
1154
  /** Label for description in tooltip to explain release types */
@@ -1093,12 +1169,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1093
1169
  "release.navbar.tooltip": "\xDAtg\xE1fur",
1094
1170
  /** The placeholder text when the release doesn't have a title */
1095
1171
  "release.placeholder-untitled-release": "\xD3nefnd \xFAtg\xE1fa",
1172
+ /** The toast description that will be shown when the user has a release perspective which is now archived */
1173
+ "release.toast.archived-release.description": void 0,
1174
+ // 'This release has been unpinned'
1096
1175
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1097
1176
  "release.toast.archived-release.title": "\xDAtg\xE1funni '{{title}}' hefur veri\xF0 safna\xF0",
1098
- /** The toast tiele that will be shown the creating a release fails */
1177
+ /** The toast title that will be shown the creating a release fails */
1099
1178
  "release.toast.create-release-error.title": "Mist\xF3kst a\xF0 b\xFAa til \xFAtg\xE1fu",
1100
1179
  /**The toast title that will be shown when the user has a release perspective which is now deleted */
1101
1180
  "release.toast.not-found-release.title": "Ekki t\xF3kst a\xF0 finna '{{title}}' \xFAtg\xE1funa",
1181
+ /** The toast description that will be shown when the user has a release perspective which is now published */
1182
+ "release.toast.published-release.description": void 0,
1183
+ // 'This release has been unpinned'
1184
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1185
+ "release.toast.published-release.title": void 0,
1186
+ // 'The \'{{title}}\' release was published'
1102
1187
  /** Label for when a version of a document has already been added to the release */
1103
1188
  "release.tooltip.already-added": "\xDAtg\xE1fa af \xFEessu skjali hefur \xFEegar veri\xF0 b\xE6tt vi\xF0",
1104
1189
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */