@sanity/locale-ca-es 1.0.6 → 1.0.8
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 +11 -6
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +57 -106
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +1 -2
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +11 -6
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +57 -106
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +1 -2
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +2 -2
- package/src/structure.ts +12 -3
- package/src/studio.ts +72 -53
- package/src/vision.ts +1 -1
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
3
3
|
/** "Configuration issue" header */
|
|
4
|
-
"about-dialog.configuration-issue.header":
|
|
5
|
-
// 'Configuration issue detected'
|
|
4
|
+
"about-dialog.configuration-issue.header": "S'ha detectat un problema de configuraci\xF3",
|
|
6
5
|
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
-
"about-dialog.configuration-issue.missing-appid":
|
|
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.'
|
|
6
|
+
"about-dialog.configuration-issue.missing-appid": "Les actualitzacions autom\xE0tiques estan habilitades, per\xF2 no s'ha configurat cap <code>deployment.appId</code> a <code>sanity.cli.ts</code>. Aquest Studio s'est\xE0 actualitzant contra el canal <strong>latest</strong>.",
|
|
9
7
|
/** "View documentation" link for auto-updating studios */
|
|
10
|
-
"about-dialog.configuration-issue.missing-appid.view-documentation":
|
|
11
|
-
// 'View documentation'
|
|
8
|
+
"about-dialog.configuration-issue.missing-appid.view-documentation": "Veure la documentaci\xF3",
|
|
12
9
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
13
10
|
"about-dialog.version-info.auto-updates.disabled": "Desactivat",
|
|
14
11
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
@@ -18,8 +15,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
18
15
|
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
19
16
|
"about-dialog.version-info.auto-updates.how-to-enable": "Com activar",
|
|
20
17
|
/** "Manage version" link text */
|
|
21
|
-
"about-dialog.version-info.auto-updates.manage-version":
|
|
22
|
-
// 'Manage version'
|
|
18
|
+
"about-dialog.version-info.auto-updates.manage-version": "Gestionar la versi\xF3",
|
|
23
19
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
24
20
|
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "Copiat al porta-retalls. Feli\xE7 enganxada!",
|
|
25
21
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
@@ -31,43 +27,32 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
31
27
|
/** "Latest version" header in version info dialog */
|
|
32
28
|
"about-dialog.version-info.latest-version.header": "\xDAltima versi\xF3",
|
|
33
29
|
/** Info text when auto updates is enabled and a new version is available */
|
|
34
|
-
"about-dialog.version-info.new-auto-update-version-available":
|
|
35
|
-
// 'New version available'
|
|
30
|
+
"about-dialog.version-info.new-auto-update-version-available": "Nova versi\xF3 disponible",
|
|
36
31
|
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
37
32
|
* 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":
|
|
39
|
-
// 'New version'
|
|
33
|
+
"about-dialog.version-info.new-version.text": "Nova versi\xF3",
|
|
40
34
|
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
41
|
-
"about-dialog.version-info.reload":
|
|
42
|
-
// 'Reload'
|
|
35
|
+
"about-dialog.version-info.reload": "Recarregar",
|
|
43
36
|
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
44
|
-
"about-dialog.version-info.reload-to-update":
|
|
45
|
-
// 'Reload Studio to update'
|
|
37
|
+
"about-dialog.version-info.reload-to-update": "Recarrega l'Studio per actualitzar",
|
|
46
38
|
/** "Development" tooltip in About-dialog */
|
|
47
|
-
"about-dialog.version-info.tooltip.development":
|
|
48
|
-
// 'Development'
|
|
39
|
+
"about-dialog.version-info.tooltip.development": "Desenvolupament",
|
|
49
40
|
/** "New version available" tooltip in About-dialog */
|
|
50
|
-
"about-dialog.version-info.tooltip.new-version-available":
|
|
51
|
-
// 'New version available'
|
|
41
|
+
"about-dialog.version-info.tooltip.new-version-available": "Nova versi\xF3 disponible",
|
|
52
42
|
/** "Prerelease" tooltip in About-dialog */
|
|
53
|
-
"about-dialog.version-info.tooltip.prerelease":
|
|
54
|
-
// 'Prerelease'
|
|
43
|
+
"about-dialog.version-info.tooltip.prerelease": "Prellan\xE7ament",
|
|
55
44
|
/** "Up to date" tooltip in About-dialog */
|
|
56
|
-
"about-dialog.version-info.tooltip.up-to-date":
|
|
57
|
-
// 'Up to date'
|
|
45
|
+
"about-dialog.version-info.tooltip.up-to-date": "Actualitzat",
|
|
58
46
|
/** @deprecated "Up to date" status in About-dialog */
|
|
59
47
|
"about-dialog.version-info.up-to-date": "Actualitzat",
|
|
60
48
|
/** "Upgrade"-button text */
|
|
61
|
-
"about-dialog.version-info.update-button.text":
|
|
62
|
-
// 'Update'
|
|
49
|
+
"about-dialog.version-info.update-button.text": "Actualitzar",
|
|
63
50
|
/** "Upgrade"-button tooltip text */
|
|
64
|
-
"about-dialog.version-info.update-button.tooltip":
|
|
65
|
-
// 'Learn how to update Sanity Studio'
|
|
51
|
+
"about-dialog.version-info.update-button.tooltip": "Apr\xE8n com actualitzar Sanity Studio",
|
|
66
52
|
/** "User agent" header in About-dialog */
|
|
67
53
|
"about-dialog.version-info.user-agent.header": "Agent d'usuari",
|
|
68
54
|
/** "View on GitHub" link from version info dialog */
|
|
69
|
-
"about-dialog.version-info.view-on-github":
|
|
70
|
-
// 'View on GitHub'
|
|
55
|
+
"about-dialog.version-info.view-on-github": "Veure a GitHub",
|
|
71
56
|
/** The text used in the tooltip shown in the dialog close button */
|
|
72
57
|
"announcement.dialog.close": "Tancar",
|
|
73
58
|
/** Aria label to be used in the dialog close button */
|
|
@@ -128,8 +113,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
128
113
|
/** Select asset dialog title for images */
|
|
129
114
|
"asset-source.dialog.default-title_image": "Selecciona la imatge",
|
|
130
115
|
/** Select asset dialog title for videos */
|
|
131
|
-
"asset-source.dialog.default-title_video":
|
|
132
|
-
// 'Select video'
|
|
116
|
+
"asset-source.dialog.default-title_video": "Selecciona v\xEDdeo",
|
|
133
117
|
/** Insert asset error */
|
|
134
118
|
"asset-source.dialog.insert-asset-error": "Error en inserir l'actiu. Consulta la consola per a m\xE9s informaci\xF3.",
|
|
135
119
|
/** Select asset dialog load more items */
|
|
@@ -192,17 +176,12 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
192
176
|
"asset-sources.media-library.file.title": "Biblioteca de mitjans",
|
|
193
177
|
"asset-sources.media-library.image.title": "Biblioteca de mitjans",
|
|
194
178
|
/** Info messages for the Media Library Asset Source */
|
|
195
|
-
"asset-sources.media-library.select-dialog.title_file":
|
|
196
|
-
|
|
197
|
-
"asset-sources.media-library.select-dialog.
|
|
198
|
-
// 'Selecting image for {{targetTitle}}'
|
|
199
|
-
"asset-sources.media-library.select-dialog.title_video": void 0,
|
|
200
|
-
// 'Selecting video for {{targetTitle}}'
|
|
179
|
+
"asset-sources.media-library.select-dialog.title_file": "Seleccionant fitxer per a {{targetTitle}}",
|
|
180
|
+
"asset-sources.media-library.select-dialog.title_image": "Seleccionant imatge per a {{targetTitle}}",
|
|
181
|
+
"asset-sources.media-library.select-dialog.title_video": "Seleccionant v\xEDdeo per a {{targetTitle}}",
|
|
201
182
|
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
202
|
-
"asset-sources.media-library.warning.file-already-exist.description":
|
|
203
|
-
|
|
204
|
-
"asset-sources.media-library.warning.file-already-exist.title": void 0,
|
|
205
|
-
// 'File: \'{{filename}}\' already exists'
|
|
183
|
+
"asset-sources.media-library.warning.file-already-exist.description": "Utilitzant el fitxer existent trobat a la biblioteca.",
|
|
184
|
+
"asset-sources.media-library.warning.file-already-exist.title": "El fitxer: '{{filename}}' ja existeix",
|
|
206
185
|
/** Label when a release has been deleted by a different user */
|
|
207
186
|
"banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
|
|
208
187
|
/** Action message for navigating to next month */
|
|
@@ -438,6 +417,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
438
417
|
"document-status.date": "{{date}}",
|
|
439
418
|
/** Label to show in the document footer indicating the last edited date of the document */
|
|
440
419
|
"document-status.edited": "Editat {{date}}",
|
|
420
|
+
/** Label to show in the document footer status line when a document was last published */
|
|
421
|
+
"document-status.last-published": "Darrera publicaci\xF3",
|
|
441
422
|
/** Label to show in the document footer indicating the document is not published*/
|
|
442
423
|
"document-status.not-published": "No publicat",
|
|
443
424
|
/** Label to show in the document footer indicating the published date of the document */
|
|
@@ -449,8 +430,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
449
430
|
/** Label to indicate that a document type was not found */
|
|
450
431
|
"document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
|
|
451
432
|
/** Error message shown when an action cannot be performed */
|
|
452
|
-
"errors.unable-to-perform-action":
|
|
453
|
-
// 'Unable to perform this action'
|
|
433
|
+
"errors.unable-to-perform-action": "No es pot realitzar aquesta acci\xF3",
|
|
454
434
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
455
435
|
"form.error.duplicate-keys-alert.details.additional-description": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
|
|
456
436
|
/** 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. */
|
|
@@ -538,8 +518,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
538
518
|
/** Information for what the latest sanity version is */
|
|
539
519
|
"help-resources.latest-sanity-version": "La versi\xF3 m\xE9s recent \xE9s {{latestVersion}}",
|
|
540
520
|
/** Menu item for reloading Studio to update */
|
|
541
|
-
"help-resources.studio-auto-update-now":
|
|
542
|
-
// 'Reload to update to v{{newVersion}}'
|
|
521
|
+
"help-resources.studio-auto-update-now": "Recarrega per actualitzar a la v{{newVersion}}",
|
|
543
522
|
/** Information for what studio version the current studio is running */
|
|
544
523
|
"help-resources.studio-version": "Versi\xF3 de Sanity Studio {{studioVersion}}",
|
|
545
524
|
/** Title for help and resources menus */
|
|
@@ -1153,8 +1132,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1153
1132
|
/** Action message to add document to release */
|
|
1154
1133
|
"release.action.add-to-release": "Afegir a {{title}}",
|
|
1155
1134
|
/** Tooltip message for document that is already added to release */
|
|
1156
|
-
"release.action.already-exists-in-release":
|
|
1157
|
-
// 'Document already exists in release'
|
|
1135
|
+
"release.action.already-exists-in-release": "El document ja existeix en la versi\xF3",
|
|
1158
1136
|
/** Action message for when document is already in release */
|
|
1159
1137
|
"release.action.already-in-release": "Ja en la versi\xF3 {{title}}",
|
|
1160
1138
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
@@ -1162,26 +1140,22 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1162
1140
|
/** Action message for creating new releases */
|
|
1163
1141
|
"release.action.create-new": "Nova versi\xF3",
|
|
1164
1142
|
/** Description for toast when version creation failed */
|
|
1165
|
-
"release.action.create-version.failure":
|
|
1166
|
-
// 'Failed to create version'
|
|
1143
|
+
"release.action.create-version.failure": "Ha fallat la creaci\xF3 de la versi\xF3",
|
|
1167
1144
|
/** Action message for deleting a scheduled publish */
|
|
1168
|
-
"release.action.delete-schedule":
|
|
1169
|
-
// 'Delete schedule'
|
|
1145
|
+
"release.action.delete-schedule": "Elimina el calendari",
|
|
1170
1146
|
/** Action message for when document is already in release */
|
|
1171
1147
|
"release.action.discard-version": "Descartar versi\xF3",
|
|
1172
1148
|
/** Description for toast when version discarding failed */
|
|
1173
1149
|
"release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
|
|
1174
1150
|
/** Action message for editing the schedule of a scheduled publish */
|
|
1175
|
-
"release.action.edit-schedule":
|
|
1176
|
-
// 'Edit schedule'
|
|
1151
|
+
"release.action.edit-schedule": "Edita el calendari",
|
|
1177
1152
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1178
1153
|
"release.action.new-release": "Nova Versi\xF3",
|
|
1179
1154
|
"release.action.new-release.limit-reached_other": "Aquest espai de treball est\xE0 limitat a {{count}} llan\xE7aments",
|
|
1180
1155
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1181
1156
|
"release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
|
|
1182
1157
|
/** Action message for running a scheduled draft immediately */
|
|
1183
|
-
"release.action.publish-now":
|
|
1184
|
-
// 'Publish now'
|
|
1158
|
+
"release.action.publish-now": "Publica ara",
|
|
1185
1159
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1186
1160
|
"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.",
|
|
1187
1161
|
/** Error message title for when a version is reverted from being unpublished */
|
|
@@ -1197,8 +1171,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1197
1171
|
/** Action message for when the view release is pressed */
|
|
1198
1172
|
"release.action.view-release": "Veure la versi\xF3",
|
|
1199
1173
|
/** Action message for when the view scheduled drafts is pressed */
|
|
1200
|
-
"release.action.view-scheduled-drafts":
|
|
1201
|
-
// 'View scheduled drafts'
|
|
1174
|
+
"release.action.view-scheduled-drafts": "Veure esborranys programats",
|
|
1202
1175
|
/** Label for banner when release is scheduled */
|
|
1203
1176
|
"release.banner.scheduled-for-publishing-on": "Programat per ser publicat el {{date}}",
|
|
1204
1177
|
/** Label for Draft chip in document header */
|
|
@@ -1236,32 +1209,23 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1236
1209
|
/** Title for creating releases dialog */
|
|
1237
1210
|
"release.dialog.create.title": "Nova versi\xF3",
|
|
1238
1211
|
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1239
|
-
"release.dialog.delete-schedule-draft.body":
|
|
1240
|
-
// 'Are you sure you want to delete this scheduled draft? This action cannot be undone.'
|
|
1212
|
+
"release.dialog.delete-schedule-draft.body": "Est\xE0s segur que vols eliminar aquest esborrany programat? Aquesta acci\xF3 no es pot desfer.",
|
|
1241
1213
|
/** Confirm button text for deleting a scheduled draft */
|
|
1242
|
-
"release.dialog.delete-schedule-draft.confirm":
|
|
1243
|
-
// 'Yes, delete schedule'
|
|
1214
|
+
"release.dialog.delete-schedule-draft.confirm": "S\xED, elimina el calendari",
|
|
1244
1215
|
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1245
|
-
"release.dialog.delete-schedule-draft.header":
|
|
1246
|
-
// 'Delete scheduled draft'
|
|
1216
|
+
"release.dialog.delete-schedule-draft.header": "Elimina l'esborrany programat",
|
|
1247
1217
|
/** Body text for change schedule dialog */
|
|
1248
|
-
"release.dialog.edit-schedule.body":
|
|
1249
|
-
// 'Select a new date and time for the scheduled publish.'
|
|
1218
|
+
"release.dialog.edit-schedule.body": "Selecciona una nova data i hora per a la publicaci\xF3 programada.",
|
|
1250
1219
|
/** Confirm button text for change schedule dialog */
|
|
1251
|
-
"release.dialog.edit-schedule.confirm":
|
|
1252
|
-
// 'Update schedule'
|
|
1220
|
+
"release.dialog.edit-schedule.confirm": "Actualitza el calendari",
|
|
1253
1221
|
/** Header for change schedule dialog */
|
|
1254
|
-
"release.dialog.edit-schedule.header":
|
|
1255
|
-
// 'Change schedule'
|
|
1222
|
+
"release.dialog.edit-schedule.header": "Canvia el calendari",
|
|
1256
1223
|
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1257
|
-
"release.dialog.publish-scheduled-draft.body":
|
|
1258
|
-
// 'Are you sure you want to publish this scheduled draft immediately?'
|
|
1224
|
+
"release.dialog.publish-scheduled-draft.body": "Est\xE0s segur que vols publicar aquest esborrany programat immediatament?",
|
|
1259
1225
|
/** Confirm button text for running a scheduled draft immediately */
|
|
1260
|
-
"release.dialog.publish-scheduled-draft.confirm":
|
|
1261
|
-
// 'Yes, run now'
|
|
1226
|
+
"release.dialog.publish-scheduled-draft.confirm": "S\xED, executa ara",
|
|
1262
1227
|
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1263
|
-
"release.dialog.publish-scheduled-draft.header":
|
|
1264
|
-
// 'Publish draft now'
|
|
1228
|
+
"release.dialog.publish-scheduled-draft.header": "Publica l'esborrany ara",
|
|
1265
1229
|
/** Label for description in tooltip to explain release types */
|
|
1266
1230
|
"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.",
|
|
1267
1231
|
/** Label for noting that a release time is not final */
|
|
@@ -1273,11 +1237,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1273
1237
|
/** Tooltip for button to hide release visibility */
|
|
1274
1238
|
"release.layer.hide": "Amagar versi\xF3",
|
|
1275
1239
|
/** Label for the release menu */
|
|
1276
|
-
"release.menu.label":
|
|
1277
|
-
// 'Release menu'
|
|
1240
|
+
"release.menu.label": "Men\xFA de publicaci\xF3",
|
|
1278
1241
|
/** Tooltip for the release menu */
|
|
1279
|
-
"release.menu.tooltip":
|
|
1280
|
-
// 'Actions'
|
|
1242
|
+
"release.menu.tooltip": "Accions",
|
|
1281
1243
|
/** Label for draft perspective in navbar */
|
|
1282
1244
|
"release.navbar.drafts": "Esborranys",
|
|
1283
1245
|
/** Label for published releases in navbar */
|
|
@@ -1287,11 +1249,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1287
1249
|
/** The placeholder text when the release doesn't have a title */
|
|
1288
1250
|
"release.placeholder-untitled-release": "Versi\xF3 sense t\xEDtol",
|
|
1289
1251
|
/** Description for warning that the published schedule time is in the past */
|
|
1290
|
-
"release.schedule-dialog.publish-date-in-past-warning":
|
|
1291
|
-
// 'Schedule for a future time and date.'
|
|
1252
|
+
"release.schedule-dialog.publish-date-in-past-warning": "Programa per a un temps i data futurs.",
|
|
1292
1253
|
/** Label for date picker when scheduling a release */
|
|
1293
|
-
"release.schedule-dialog.select-publish-date-label":
|
|
1294
|
-
// 'Publish on'
|
|
1254
|
+
"release.schedule-dialog.select-publish-date-label": "Publica el",
|
|
1295
1255
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1296
1256
|
"release.toast.archived-release.description": "Aquesta versi\xF3 ha estat desancorada",
|
|
1297
1257
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
@@ -1299,29 +1259,25 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1299
1259
|
/** The toast title that will be shown the creating a release fails */
|
|
1300
1260
|
"release.toast.create-release-error.title": "No s'ha pogut crear la release",
|
|
1301
1261
|
/** Error toast for deleting a scheduled draft */
|
|
1302
|
-
"release.toast.delete-schedule-draft.error":
|
|
1303
|
-
// 'Failed to delete the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1262
|
+
"release.toast.delete-schedule-draft.error": "No s'ha pogut eliminar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1304
1263
|
/** Success toast for deleting a scheduled draft */
|
|
1305
|
-
"release.toast.delete-schedule-draft.success":
|
|
1306
|
-
// 'The scheduled draft document <strong>{{title}}</strong> has been deleted.'
|
|
1264
|
+
"release.toast.delete-schedule-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat eliminat.",
|
|
1307
1265
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1308
1266
|
"release.toast.not-found-release.title": "No s'ha trobat la release '{{title}}'",
|
|
1309
1267
|
/** Error toast for running a scheduled publish immediately */
|
|
1310
|
-
"release.toast.publish-scheduled-draft.error":
|
|
1311
|
-
// 'Failed to publish the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1268
|
+
"release.toast.publish-scheduled-draft.error": "No s'ha pogut publicar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1312
1269
|
/** Success toast for running a scheduled publish immediately */
|
|
1313
|
-
"release.toast.publish-scheduled-draft.success":
|
|
1314
|
-
// 'The scheduled draft document <strong>{{title}}</strong> has been published.'
|
|
1270
|
+
"release.toast.publish-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat publicat.",
|
|
1315
1271
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1316
1272
|
"release.toast.published-release.description": "Aquesta release ha estat desancorada",
|
|
1317
1273
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1318
1274
|
"release.toast.published-release.title": "La release '{{title}}' ha estat publicada",
|
|
1319
1275
|
/** Error toast for rescheduling a draft */
|
|
1320
|
-
"release.toast.reschedule-scheduled-draft.error":
|
|
1321
|
-
// 'Failed to reschedule the scheduled draft document <strong>{{title}}</strong>: {{error}}'
|
|
1276
|
+
"release.toast.reschedule-scheduled-draft.error": "No s'ha pogut reprogramar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1322
1277
|
/** Success toast for rescheduling a draft */
|
|
1323
|
-
"release.toast.reschedule-scheduled-draft.success":
|
|
1324
|
-
|
|
1278
|
+
"release.toast.reschedule-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat reprogramat.",
|
|
1279
|
+
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
|
|
1280
|
+
"release.toast.scheduled-draft-published.title": "L'esborrany programat ha estat publicat",
|
|
1325
1281
|
/** Label for when a version of a document has already been added to the release */
|
|
1326
1282
|
"release.tooltip.already-added": "Ja s'ha afegit una versi\xF3 d'aquest document",
|
|
1327
1283
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1335,17 +1291,13 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1335
1291
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1336
1292
|
"release.version-list.tooltip": "Veure totes les versions del document",
|
|
1337
1293
|
/** Confirm button text for the schedule publish dialog */
|
|
1338
|
-
"schedule-publish-dialog.confirm":
|
|
1339
|
-
// 'Schedule'
|
|
1294
|
+
"schedule-publish-dialog.confirm": "Programa",
|
|
1340
1295
|
/** Description for the schedule publish dialog */
|
|
1341
|
-
"schedule-publish-dialog.description":
|
|
1342
|
-
// 'Select when this document should be published.'
|
|
1296
|
+
"schedule-publish-dialog.description": "Selecciona quan aquest document hauria de ser publicat.",
|
|
1343
1297
|
/** Header for the schedule publish dialog */
|
|
1344
|
-
"schedule-publish-dialog.header":
|
|
1345
|
-
// 'Schedule draft for publishing'
|
|
1298
|
+
"schedule-publish-dialog.header": "Programa l'esborrany per a la publicaci\xF3",
|
|
1346
1299
|
/** Title for a scheduled draft release */
|
|
1347
|
-
"scheduled-drafts.release.title":
|
|
1348
|
-
// 'Scheduled publish'
|
|
1300
|
+
"scheduled-drafts.release.title": "Publicaci\xF3 programada",
|
|
1349
1301
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1350
1302
|
"search.action-open-aria-label": "Obrir cerca",
|
|
1351
1303
|
/** Action label for adding a search filter */
|
|
@@ -1906,8 +1858,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1906
1858
|
*/
|
|
1907
1859
|
"workspaces.action.choose-another-workspace": "Tria un altre espai de treball",
|
|
1908
1860
|
/** Label for title to switch workspace before workspaces are listed */
|
|
1909
|
-
"workspaces.action.switch-workspace":
|
|
1910
|
-
// 'Switch workspace'
|
|
1861
|
+
"workspaces.action.switch-workspace": "Canvia l'espai de treball",
|
|
1911
1862
|
/** Label for heading that indicates that you can choose your workspace */
|
|
1912
1863
|
"workspaces.choose-your-workspace-label": "Tria el teu espai de treball",
|
|
1913
1864
|
/** Label for the workspace menu */
|