@sanity/locale-ca-es 1.0.4 → 1.0.6

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,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": "Desactivat",
5
14
  /** "Enabled" status for auto-updates in About-dialog */
6
15
  "about-dialog.version-info.auto-updates.enabled": "Activat",
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": "Actualitzacions Autom\xE0tiques",
9
- /** "How to enable" next to Disabled state for Auto updates in about dialog */
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": "Com activar",
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": "Copiat al porta-retalls. Feli\xE7 enganxada!",
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": "Copiar al Porta-retalls",
15
- /** "Current version" header in about dialog */
27
+ /** "Current version" header in version info dialog */
16
28
  "about-dialog.version-info.current-version.header": "Versi\xF3 actual",
17
- /** "How to upgrade" link text */
29
+ /** @deprecated "How to upgrade" link text */
18
30
  "about-dialog.version-info.how-to-upgrade": "Com actualitzar",
19
- /** "Latest version" header in about dialog */
31
+ /** "Latest version" header in version info dialog */
20
32
  "about-dialog.version-info.latest-version.header": "\xDAltima versi\xF3",
21
- /** "Latest version" header in about dialog */
22
- "about-dialog.version-info.latest-version.text": "La \xFAltima versi\xF3 \xE9s {{latestVersion}}",
23
- /** "Up to date" status in About-dialog */
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": "Actualitzat",
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": "Agent d'usuari",
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": "Tancar",
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": "Selecciona l'arxiu",
84
128
  /** Select asset dialog title for images */
85
129
  "asset-source.dialog.default-title_image": "Selecciona la imatge",
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": "Error en inserir l'actiu. Consulta la consola per a m\xE9s informaci\xF3.",
88
135
  /** Select asset dialog load more items */
89
136
  "asset-source.dialog.load-more": "Carrega m\xE9s",
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": "No hi ha arxius",
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": "No hi ha imatges",
94
145
  "asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "No es pot esborrar l'arxiu seleccionat actualment",
95
146
  "asset-source.file.asset-list.action.delete.text": "Esborra",
@@ -140,6 +191,18 @@ var studio = removeUndefinedLocaleResources({
140
191
  /** Menu Items for Media Library Asset Source */
141
192
  "asset-sources.media-library.file.title": "Biblioteca de mitjans",
142
193
  "asset-sources.media-library.image.title": "Biblioteca de mitjans",
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": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
145
208
  /** Action message for navigating to next month */
@@ -385,6 +448,9 @@ var studio = removeUndefinedLocaleResources({
385
448
  "document-status.revision-not-found": "Revisi\xF3 no trobada",
386
449
  /** Label to indicate that a document type was not found */
387
450
  "document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
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": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
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": "Uneix-te a la nostra comunitat",
472
538
  /** Information for what the latest sanity version is */
473
539
  "help-resources.latest-sanity-version": "La versi\xF3 m\xE9s recent \xE9s {{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": "Versi\xF3 de 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": "Crear document nou",
1056
1125
  /** Title for "Create new document" dialog */
1057
1126
  "new-document.title": "Crear document nou",
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": "Prem per recarregar",
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 est\xE0 llest per actualitzar-se!",
1062
1131
  /** Label for action to invite members to the current studio project */
1063
1132
  "presence.action.manage-members": "Convidar membres",
@@ -1083,21 +1152,36 @@ var studio = removeUndefinedLocaleResources({
1083
1152
  "release.action.add-to-new-release": "Afegir a la versi\xF3",
1084
1153
  /** Action message to add document to release */
1085
1154
  "release.action.add-to-release": "Afegir a {{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": "Ja en la versi\xF3 {{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": "Copiar la versi\xF3 a",
1090
1162
  /** Action message for creating new releases */
1091
1163
  "release.action.create-new": "Nova versi\xF3",
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": "Descartar versi\xF3",
1094
1172
  /** Description for toast when version discarding failed */
1095
1173
  "release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
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": "Nova Versi\xF3",
1098
1179
  "release.action.new-release.limit-reached_other": "Aquest espai de treball est\xE0 limitat a {{count}} llan\xE7aments",
1099
1180
  /** Tooltip message for not having permissions for creating new releases */
1100
1181
  "release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
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": "Torneu-ho a intentar o comproveu la vostra connexi\xF3. El document encara es mantindr\xE0 sense publicar en el moment del llan\xE7ament.",
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": "S'ha establert correctament <strong>{{title}}</strong> per ser despublicada en la versi\xF3",
1113
1197
  /** Action message for when the view release is pressed */
1114
1198
  "release.action.view-release": "Veure la versi\xF3",
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": "Programat per ser publicat el {{date}}",
1117
1204
  /** Label for Draft chip in document header */
@@ -1148,6 +1235,33 @@ var studio = removeUndefinedLocaleResources({
1148
1235
  "release.dialog.create.confirm": "Crear versi\xF3",
1149
1236
  /** Title for creating releases dialog */
1150
1237
  "release.dialog.create.title": "Nova versi\xF3",
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": "El temps previst de llan\xE7ament s'utilitza per crear millors previsualitzacions i indicacions sobre si els documents entren en conflicte.",
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": "Descriu la versi\xF3\u2026",
1159
1273
  /** Tooltip for button to hide release visibility */
1160
1274
  "release.layer.hide": "Amagar versi\xF3",
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": "Esborranys",
1163
1283
  /** Label for published releases in navbar */
@@ -1166,18 +1286,42 @@ var studio = removeUndefinedLocaleResources({
1166
1286
  "release.navbar.tooltip": "Versions",
1167
1287
  /** The placeholder text when the release doesn't have a title */
1168
1288
  "release.placeholder-untitled-release": "Versi\xF3 sense t\xEDtol",
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": "Aquesta versi\xF3 ha estat desancorada",
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": "La versi\xF3 '{{title}}' ha estat arxivada",
1173
1299
  /** The toast title that will be shown the creating a release fails */
1174
1300
  "release.toast.create-release-error.title": "No s'ha pogut crear la release",
1175
- /**The toast title that will be shown when the user has a release perspective which is now deleted */
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": "No s'ha trobat la release '{{title}}'",
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": "Aquesta release ha estat desancorada",
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": "La release '{{title}}' ha estat publicada",
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": "Ja s'ha afegit una versi\xF3 d'aquest document",
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": "Indec\xEDs",
1191
1335
  /** Tooltip for the dropdown to show all versions of document */
1192
1336
  "release.version-list.tooltip": "Veure totes les versions del document",
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": "Obrir cerca",
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": "Tria un altre espai de treball",
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": "Tria el teu espai de treball",
1754
1913
  /** Label for the workspace menu */