@sanity/locale-is-is 1.2.18 → 1.2.20
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/structure.cjs +10 -1
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +172 -13
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +3 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +10 -1
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +172 -13
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +3 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/structure.ts +7 -0
- package/src/studio.ts +122 -13
- package/src/vision.ts +2 -0
|
@@ -1,29 +1,73 @@
|
|
|
1
1
|
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
2
|
var studio = removeUndefinedLocaleResources({
|
|
3
|
+
/** "Configuration issue" header */
|
|
4
|
+
"about-dialog.configuration-issue.header": void 0,
|
|
5
|
+
// 'Configuration issue detected'
|
|
6
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
+
"about-dialog.configuration-issue.missing-appid": void 0,
|
|
8
|
+
// 'Auto updates is enabled, but no <code>deployment.appId</code> configured in <code>sanity.cli.ts</code>. This Studio is updating against the <strong>latest</strong>-channel.'
|
|
9
|
+
/** "View documentation" link for auto-updating studios */
|
|
10
|
+
"about-dialog.configuration-issue.missing-appid.view-documentation": void 0,
|
|
11
|
+
// 'View documentation'
|
|
3
12
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
13
|
"about-dialog.version-info.auto-updates.disabled": "\xD3virkt",
|
|
5
14
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
6
15
|
"about-dialog.version-info.auto-updates.enabled": "Virkja\xF0",
|
|
7
|
-
/** "Auto Updates" status header in About-dialog */
|
|
16
|
+
/** @deprecated "Auto Updates" status header in About-dialog */
|
|
8
17
|
"about-dialog.version-info.auto-updates.header": "Sj\xE1lfvirkar uppf\xE6rslur",
|
|
9
|
-
/** "How to enable" next to Disabled state for Auto updates in
|
|
18
|
+
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
10
19
|
"about-dialog.version-info.auto-updates.how-to-enable": "Hvernig \xE1 a\xF0 virkja",
|
|
20
|
+
/** "Manage version" link text */
|
|
21
|
+
"about-dialog.version-info.auto-updates.manage-version": void 0,
|
|
22
|
+
// 'Manage version'
|
|
11
23
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
12
24
|
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "Afrita\xF0 \xE1 klippibor\xF0. Gle\xF0ilegt l\xEDming!",
|
|
13
25
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
14
26
|
"about-dialog.version-info.copy-to-clipboard-button.text": "Afrita \xE1 klippibor\xF0",
|
|
15
|
-
/** "Current version" header in
|
|
27
|
+
/** "Current version" header in version info dialog */
|
|
16
28
|
"about-dialog.version-info.current-version.header": "N\xFAverandi \xFAtg\xE1fa",
|
|
17
|
-
/** "How to upgrade" link text */
|
|
29
|
+
/** @deprecated "How to upgrade" link text */
|
|
18
30
|
"about-dialog.version-info.how-to-upgrade": "Hvernig \xE1 a\xF0 uppf\xE6ra",
|
|
19
|
-
/** "Latest version" header in
|
|
31
|
+
/** "Latest version" header in version info dialog */
|
|
20
32
|
"about-dialog.version-info.latest-version.header": "N\xFDjasta \xFAtg\xE1fa",
|
|
21
|
-
/**
|
|
22
|
-
"about-dialog.version-info.
|
|
23
|
-
|
|
33
|
+
/** Info text when auto updates is enabled and a new version is available */
|
|
34
|
+
"about-dialog.version-info.new-auto-update-version-available": void 0,
|
|
35
|
+
// 'New version available'
|
|
36
|
+
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
37
|
+
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
38
|
+
"about-dialog.version-info.new-version.text": void 0,
|
|
39
|
+
// 'New version'
|
|
40
|
+
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
41
|
+
"about-dialog.version-info.reload": void 0,
|
|
42
|
+
// 'Reload'
|
|
43
|
+
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
44
|
+
"about-dialog.version-info.reload-to-update": void 0,
|
|
45
|
+
// 'Reload Studio to update'
|
|
46
|
+
/** "Development" tooltip in About-dialog */
|
|
47
|
+
"about-dialog.version-info.tooltip.development": void 0,
|
|
48
|
+
// 'Development'
|
|
49
|
+
/** "New version available" tooltip in About-dialog */
|
|
50
|
+
"about-dialog.version-info.tooltip.new-version-available": void 0,
|
|
51
|
+
// 'New version available'
|
|
52
|
+
/** "Prerelease" tooltip in About-dialog */
|
|
53
|
+
"about-dialog.version-info.tooltip.prerelease": void 0,
|
|
54
|
+
// 'Prerelease'
|
|
55
|
+
/** "Up to date" tooltip in About-dialog */
|
|
56
|
+
"about-dialog.version-info.tooltip.up-to-date": void 0,
|
|
57
|
+
// 'Up to date'
|
|
58
|
+
/** @deprecated "Up to date" status in About-dialog */
|
|
24
59
|
"about-dialog.version-info.up-to-date": "Uppf\xE6rt",
|
|
60
|
+
/** "Upgrade"-button text */
|
|
61
|
+
"about-dialog.version-info.update-button.text": void 0,
|
|
62
|
+
// 'Update'
|
|
63
|
+
/** "Upgrade"-button tooltip text */
|
|
64
|
+
"about-dialog.version-info.update-button.tooltip": void 0,
|
|
65
|
+
// 'Learn how to update Sanity Studio'
|
|
25
66
|
/** "User agent" header in About-dialog */
|
|
26
67
|
"about-dialog.version-info.user-agent.header": "Notandaa\xF0ili",
|
|
68
|
+
/** "View on GitHub" link from version info dialog */
|
|
69
|
+
"about-dialog.version-info.view-on-github": void 0,
|
|
70
|
+
// 'View on GitHub'
|
|
27
71
|
/** The text used in the tooltip shown in the dialog close button */
|
|
28
72
|
"announcement.dialog.close": "Loka",
|
|
29
73
|
/** Aria label to be used in the dialog close button */
|
|
@@ -83,13 +127,20 @@ var studio = removeUndefinedLocaleResources({
|
|
|
83
127
|
"asset-source.dialog.default-title_file": "Veldu skr\xE1",
|
|
84
128
|
/** Select asset dialog title for images */
|
|
85
129
|
"asset-source.dialog.default-title_image": "Veldu mynd",
|
|
130
|
+
/** Select asset dialog title for videos */
|
|
131
|
+
"asset-source.dialog.default-title_video": void 0,
|
|
132
|
+
// 'Select video'
|
|
86
133
|
/** Insert asset error */
|
|
87
134
|
"asset-source.dialog.insert-asset-error": "Villa vi\xF0 a\xF0 setja inn eign. Sj\xE1\xF0u r\xE1skj\xE1inn fyrir frekari uppl\xFDsingar.",
|
|
88
135
|
/** Select asset dialog load more items */
|
|
89
136
|
"asset-source.dialog.load-more": "Hla\xF0a meira",
|
|
90
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
137
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
138
|
+
* @deprecated no longer in use
|
|
139
|
+
*/
|
|
91
140
|
"asset-source.dialog.no-assets_file": "Engar skr\xE1r",
|
|
92
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
141
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
142
|
+
* @deprecated no longer in use
|
|
143
|
+
*/
|
|
93
144
|
"asset-source.dialog.no-assets_image": "Engar myndir",
|
|
94
145
|
"asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "Ekki er h\xE6gt a\xF0 ey\xF0a valinni skr\xE1 n\xFAna",
|
|
95
146
|
"asset-source.file.asset-list.action.delete.text": "Ey\xF0a",
|
|
@@ -140,6 +191,18 @@ var studio = removeUndefinedLocaleResources({
|
|
|
140
191
|
/** Menu Items for Media Library Asset Source */
|
|
141
192
|
"asset-sources.media-library.file.title": "Fj\xF6lmi\xF0lab\xF3kasafn",
|
|
142
193
|
"asset-sources.media-library.image.title": "Fj\xF6lmi\xF0lab\xF3kasafn",
|
|
194
|
+
/** Info messages for the Media Library Asset Source */
|
|
195
|
+
"asset-sources.media-library.select-dialog.title_file": void 0,
|
|
196
|
+
// 'Selecting file for {{targetTitle}}'
|
|
197
|
+
"asset-sources.media-library.select-dialog.title_image": void 0,
|
|
198
|
+
// 'Selecting image for {{targetTitle}}'
|
|
199
|
+
"asset-sources.media-library.select-dialog.title_video": void 0,
|
|
200
|
+
// 'Selecting video for {{targetTitle}}'
|
|
201
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
202
|
+
"asset-sources.media-library.warning.file-already-exist.description": void 0,
|
|
203
|
+
// 'Using the existing file found in the library.'
|
|
204
|
+
"asset-sources.media-library.warning.file-already-exist.title": void 0,
|
|
205
|
+
// 'File: \'{{filename}}\' already exists'
|
|
143
206
|
/** Label when a release has been deleted by a different user */
|
|
144
207
|
"banners.deleted-bundle-banner.text": "\xDAtg\xE1fan '<strong>{{title}}</strong>' hefur veri\xF0 eytt.",
|
|
145
208
|
/** Action message for navigating to next month */
|
|
@@ -385,6 +448,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
385
448
|
"document-status.revision-not-found": "\xDAtg\xE1fa fannst ekki",
|
|
386
449
|
/** Label to indicate that a document type was not found */
|
|
387
450
|
"document.type.not-found": 'Skjalt\xFDpa "{{type}}" fannst ekki',
|
|
451
|
+
/** Error message shown when an action cannot be performed */
|
|
452
|
+
"errors.unable-to-perform-action": void 0,
|
|
453
|
+
// 'Unable to perform this action'
|
|
388
454
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
389
455
|
"form.error.duplicate-keys-alert.details.additional-description": "Gildi <code>_key</code> eiginleikans ver\xF0ur a\xF0 vera einstakt strengur.",
|
|
390
456
|
/** 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. */
|
|
@@ -471,6 +537,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
471
537
|
"help-resources.action.join-our-community": "Vertu me\xF0 \xED samf\xE9lagi okkar",
|
|
472
538
|
/** Information for what the latest sanity version is */
|
|
473
539
|
"help-resources.latest-sanity-version": "N\xFDjasta \xFAtg\xE1fan er {{latestVersion}}",
|
|
540
|
+
/** Menu item for reloading Studio to update */
|
|
541
|
+
"help-resources.studio-auto-update-now": void 0,
|
|
542
|
+
// 'Reload to update to v{{newVersion}}'
|
|
474
543
|
/** Information for what studio version the current studio is running */
|
|
475
544
|
"help-resources.studio-version": "\xDAtg\xE1fa af Sanity Studio {{studioVersion}}",
|
|
476
545
|
/** Title for help and resources menus */
|
|
@@ -1055,9 +1124,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1055
1124
|
"new-document.open-dialog-aria-label": "B\xFAa til n\xFDtt skjal",
|
|
1056
1125
|
/** Title for "Create new document" dialog */
|
|
1057
1126
|
"new-document.title": "B\xFAa til n\xFDtt skjal",
|
|
1058
|
-
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1127
|
+
/** @deprecated Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
1059
1128
|
"package-version.new-package-available.reload-button": "Endurhla\xF0a",
|
|
1060
|
-
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1129
|
+
/** @deprecated Title of the alert for studio users when packages in their studio are out-of-date */
|
|
1061
1130
|
"package-version.new-package-available.title": "Sanity Studio var uppf\xE6rt",
|
|
1062
1131
|
/** Label for action to invite members to the current studio project */
|
|
1063
1132
|
"presence.action.manage-members": "Stj\xF3rna me\xF0limum",
|
|
@@ -1083,21 +1152,36 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1083
1152
|
"release.action.add-to-new-release": "B\xE6ta vi\xF0 \xFAtg\xE1fu",
|
|
1084
1153
|
/** Action message to add document to release */
|
|
1085
1154
|
"release.action.add-to-release": "B\xE6ta vi\xF0 {{title}}",
|
|
1155
|
+
/** Tooltip message for document that is already added to release */
|
|
1156
|
+
"release.action.already-exists-in-release": void 0,
|
|
1157
|
+
// 'Document already exists in release'
|
|
1086
1158
|
/** Action message for when document is already in release */
|
|
1087
1159
|
"release.action.already-in-release": "N\xFA \xFEegar \xED \xFAtg\xE1fu {{title}}",
|
|
1088
1160
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1089
1161
|
"release.action.copy-to": "Afrita \xFAtg\xE1fu til",
|
|
1090
1162
|
/** Action message for creating new releases */
|
|
1091
1163
|
"release.action.create-new": "N\xFD \xFAtg\xE1fa",
|
|
1164
|
+
/** Description for toast when version creation failed */
|
|
1165
|
+
"release.action.create-version.failure": void 0,
|
|
1166
|
+
// 'Failed to create version'
|
|
1167
|
+
/** Action message for deleting a scheduled publish */
|
|
1168
|
+
"release.action.delete-schedule": void 0,
|
|
1169
|
+
// 'Delete schedule'
|
|
1092
1170
|
/** Action message for when document is already in release */
|
|
1093
1171
|
"release.action.discard-version": "Hafna \xFAtg\xE1fu",
|
|
1094
1172
|
/** Description for toast when version discarding failed */
|
|
1095
1173
|
"release.action.discard-version.failure": "Mist\xF3kst a\xF0 hafna \xFAtg\xE1fu",
|
|
1174
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1175
|
+
"release.action.edit-schedule": void 0,
|
|
1176
|
+
// 'Edit schedule'
|
|
1096
1177
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1097
1178
|
"release.action.new-release": "N\xFD \xFAtg\xE1fa",
|
|
1098
1179
|
"release.action.new-release.limit-reached_other": "\xDEetta vinnusv\xE6\xF0i er takmarka\xF0 vi\xF0 {{count}} \xFAtg\xE1fur",
|
|
1099
1180
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1100
1181
|
"release.action.permission.error": "\xDE\xFA hefur ekki leyfi til a\xF0 framkv\xE6ma \xFEessa a\xF0ger\xF0",
|
|
1182
|
+
/** Action message for running a scheduled draft immediately */
|
|
1183
|
+
"release.action.publish-now": void 0,
|
|
1184
|
+
// 'Publish now'
|
|
1101
1185
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1102
1186
|
"release.action.revert-unpublish-version.failure.description": "Vinsamlegast reyndu aftur e\xF0a athuga\xF0u tenginguna \xFE\xEDna. Skjali\xF0 ver\xF0ur enn \xF3birt vi\xF0 \xFAtg\xE1fu.",
|
|
1103
1187
|
/** Error message title for when a version is reverted from being unpublished */
|
|
@@ -1112,6 +1196,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1112
1196
|
"release.action.unpublish-version.success": "T\xF3kst me\xF0 g\xF3\xF0um \xE1rangri a\xF0 setja <strong>{{title}}</strong> til a\xF0 vera \xF3birt \xED \xFAtg\xE1fu",
|
|
1113
1197
|
/** Action message for when the view release is pressed */
|
|
1114
1198
|
"release.action.view-release": "Sko\xF0a \xFAtg\xE1fu",
|
|
1199
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1200
|
+
"release.action.view-scheduled-drafts": void 0,
|
|
1201
|
+
// 'View scheduled drafts'
|
|
1115
1202
|
/** Label for banner when release is scheduled */
|
|
1116
1203
|
"release.banner.scheduled-for-publishing-on": "\xC1\xE6tla\xF0 til birtingar \xE1 {{date}}",
|
|
1117
1204
|
/** Label for Draft chip in document header */
|
|
@@ -1148,6 +1235,33 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1148
1235
|
"release.dialog.create.confirm": "B\xFAa til \xFAtg\xE1fu",
|
|
1149
1236
|
/** Title for creating releases dialog */
|
|
1150
1237
|
"release.dialog.create.title": "N\xFD \xFAtg\xE1fa",
|
|
1238
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1239
|
+
"release.dialog.delete-schedule-draft.body": void 0,
|
|
1240
|
+
// 'Are you sure you want to delete this scheduled draft? This action cannot be undone.'
|
|
1241
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1242
|
+
"release.dialog.delete-schedule-draft.confirm": void 0,
|
|
1243
|
+
// 'Yes, delete schedule'
|
|
1244
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1245
|
+
"release.dialog.delete-schedule-draft.header": void 0,
|
|
1246
|
+
// 'Delete scheduled draft'
|
|
1247
|
+
/** Body text for change schedule dialog */
|
|
1248
|
+
"release.dialog.edit-schedule.body": void 0,
|
|
1249
|
+
// 'Select a new date and time for the scheduled publish.'
|
|
1250
|
+
/** Confirm button text for change schedule dialog */
|
|
1251
|
+
"release.dialog.edit-schedule.confirm": void 0,
|
|
1252
|
+
// 'Update schedule'
|
|
1253
|
+
/** Header for change schedule dialog */
|
|
1254
|
+
"release.dialog.edit-schedule.header": void 0,
|
|
1255
|
+
// 'Change schedule'
|
|
1256
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1257
|
+
"release.dialog.publish-scheduled-draft.body": void 0,
|
|
1258
|
+
// 'Are you sure you want to publish this scheduled draft immediately?'
|
|
1259
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1260
|
+
"release.dialog.publish-scheduled-draft.confirm": void 0,
|
|
1261
|
+
// 'Yes, run now'
|
|
1262
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1263
|
+
"release.dialog.publish-scheduled-draft.header": void 0,
|
|
1264
|
+
// 'Publish draft now'
|
|
1151
1265
|
/** Label for description in tooltip to explain release types */
|
|
1152
1266
|
"release.dialog.tooltip.description": "\xC1\xE6tla\xF0ur \xFAtg\xE1fut\xEDmi er nota\xF0ur til a\xF0 b\xFAa til betri forsko\xF0anir og v\xEDsbendingar um hvort skj\xF6l rekist \xE1.",
|
|
1153
1267
|
/** Label for noting that a release time is not final */
|
|
@@ -1158,6 +1272,12 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1158
1272
|
"release.form.placeholder-describe-release": "L\xFDstu \xFAtg\xE1funni\u2026",
|
|
1159
1273
|
/** Tooltip for button to hide release visibility */
|
|
1160
1274
|
"release.layer.hide": "Fela \xFAtg\xE1fu",
|
|
1275
|
+
/** Label for the release menu */
|
|
1276
|
+
"release.menu.label": void 0,
|
|
1277
|
+
// 'Release menu'
|
|
1278
|
+
/** Tooltip for the release menu */
|
|
1279
|
+
"release.menu.tooltip": void 0,
|
|
1280
|
+
// 'Actions'
|
|
1161
1281
|
/** Label for draft perspective in navbar */
|
|
1162
1282
|
"release.navbar.drafts": "Dr\xF6g",
|
|
1163
1283
|
/** Label for published releases in navbar */
|
|
@@ -1166,18 +1286,42 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1166
1286
|
"release.navbar.tooltip": "\xDAtg\xE1fur",
|
|
1167
1287
|
/** The placeholder text when the release doesn't have a title */
|
|
1168
1288
|
"release.placeholder-untitled-release": "\xD3nefnd \xFAtg\xE1fa",
|
|
1289
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1290
|
+
"release.schedule-dialog.publish-date-in-past-warning": void 0,
|
|
1291
|
+
// 'Schedule for a future time and date.'
|
|
1292
|
+
/** Label for date picker when scheduling a release */
|
|
1293
|
+
"release.schedule-dialog.select-publish-date-label": void 0,
|
|
1294
|
+
// 'Publish on'
|
|
1169
1295
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1170
1296
|
"release.toast.archived-release.description": "\xDEessi \xFAtg\xE1fa hefur veri\xF0 afn\xE6ld",
|
|
1171
1297
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1172
1298
|
"release.toast.archived-release.title": "\xDAtg\xE1funni '{{title}}' hefur veri\xF0 safna\xF0",
|
|
1173
1299
|
/** The toast title that will be shown the creating a release fails */
|
|
1174
1300
|
"release.toast.create-release-error.title": "Mist\xF3kst a\xF0 b\xFAa til \xFAtg\xE1fu",
|
|
1175
|
-
/**
|
|
1301
|
+
/** Error toast for deleting a scheduled draft */
|
|
1302
|
+
"release.toast.delete-schedule-draft.error": void 0,
|
|
1303
|
+
// 'Failed to delete the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1304
|
+
/** Success toast for deleting a scheduled draft */
|
|
1305
|
+
"release.toast.delete-schedule-draft.success": void 0,
|
|
1306
|
+
// 'The scheduled draft document <strong>{{title}}</strong> has been deleted.'
|
|
1307
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1176
1308
|
"release.toast.not-found-release.title": "Ekki t\xF3kst a\xF0 finna '{{title}}' \xFAtg\xE1funa",
|
|
1309
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1310
|
+
"release.toast.publish-scheduled-draft.error": void 0,
|
|
1311
|
+
// 'Failed to publish the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1312
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1313
|
+
"release.toast.publish-scheduled-draft.success": void 0,
|
|
1314
|
+
// 'The scheduled draft document <strong>{{title}}</strong> has been published.'
|
|
1177
1315
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1178
1316
|
"release.toast.published-release.description": "\xDEessi \xFAtg\xE1fa hefur veri\xF0 afn\xE6ld",
|
|
1179
1317
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1180
1318
|
"release.toast.published-release.title": "\xDAtg\xE1fan '{{title}}' var birt",
|
|
1319
|
+
/** Error toast for rescheduling a draft */
|
|
1320
|
+
"release.toast.reschedule-scheduled-draft.error": void 0,
|
|
1321
|
+
// 'Failed to reschedule the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1322
|
+
/** Success toast for rescheduling a draft */
|
|
1323
|
+
"release.toast.reschedule-scheduled-draft.success": void 0,
|
|
1324
|
+
// 'The scheduled draft document <strong>{{title}}</strong> has been rescheduled.'
|
|
1181
1325
|
/** Label for when a version of a document has already been added to the release */
|
|
1182
1326
|
"release.tooltip.already-added": "\xDAtg\xE1fa af \xFEessu skjali hefur \xFEegar veri\xF0 b\xE6tt vi\xF0",
|
|
1183
1327
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1190,6 +1334,18 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1190
1334
|
"release.type.undecided": "\xD3\xE1kve\xF0i\xF0",
|
|
1191
1335
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1192
1336
|
"release.version-list.tooltip": "Sj\xE1 allar \xFAtg\xE1fur skjalsins",
|
|
1337
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1338
|
+
"schedule-publish-dialog.confirm": void 0,
|
|
1339
|
+
// 'Schedule'
|
|
1340
|
+
/** Description for the schedule publish dialog */
|
|
1341
|
+
"schedule-publish-dialog.description": void 0,
|
|
1342
|
+
// 'Select when this document should be published.'
|
|
1343
|
+
/** Header for the schedule publish dialog */
|
|
1344
|
+
"schedule-publish-dialog.header": void 0,
|
|
1345
|
+
// 'Schedule draft for publishing'
|
|
1346
|
+
/** Title for a scheduled draft release */
|
|
1347
|
+
"scheduled-drafts.release.title": void 0,
|
|
1348
|
+
// 'Scheduled publish'
|
|
1193
1349
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1194
1350
|
"search.action-open-aria-label": "Opna leit",
|
|
1195
1351
|
/** Action label for adding a search filter */
|
|
@@ -1749,6 +1905,9 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1749
1905
|
* workspace to authenticate in.
|
|
1750
1906
|
*/
|
|
1751
1907
|
"workspaces.action.choose-another-workspace": "Veldu anna\xF0 vinnusv\xE6\xF0i",
|
|
1908
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
1909
|
+
"workspaces.action.switch-workspace": void 0,
|
|
1910
|
+
// 'Switch workspace'
|
|
1752
1911
|
/** Label for heading that indicates that you can choose your workspace */
|
|
1753
1912
|
"workspaces.choose-your-workspace-label": "Veldu \xFEitt vinnusv\xE6\xF0i",
|
|
1754
1913
|
/** Label for the workspace menu */
|