@sanity/locale-ca-es 1.0.5 → 1.0.7
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 +7 -1
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +97 -29
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +2 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +7 -1
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +97 -29
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +2 -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 +8 -0
- package/src/studio.ts +115 -16
- package/src/vision.ts +2 -0
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
2
|
var studio = removeUndefinedLocaleResources({
|
|
3
|
+
/** "Configuration issue" header */
|
|
4
|
+
"about-dialog.configuration-issue.header": "S'ha detectat un problema de configuraci\xF3",
|
|
5
|
+
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
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>.",
|
|
7
|
+
/** "View documentation" link for auto-updating studios */
|
|
8
|
+
"about-dialog.configuration-issue.missing-appid.view-documentation": "Veure la documentaci\xF3",
|
|
3
9
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
4
10
|
"about-dialog.version-info.auto-updates.disabled": "Desactivat",
|
|
5
11
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
@@ -9,8 +15,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
9
15
|
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
10
16
|
"about-dialog.version-info.auto-updates.how-to-enable": "Com activar",
|
|
11
17
|
/** "Manage version" link text */
|
|
12
|
-
"about-dialog.version-info.auto-updates.manage-version":
|
|
13
|
-
// 'Manage version'
|
|
18
|
+
"about-dialog.version-info.auto-updates.manage-version": "Gestionar la versi\xF3",
|
|
14
19
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
15
20
|
"about-dialog.version-info.copy-to-clipboard-button.copied-text": "Copiat al porta-retalls. Feli\xE7 enganxada!",
|
|
16
21
|
/** "Copy to Clipboard" button text for copying version details from About-dialog */
|
|
@@ -22,40 +27,32 @@ var studio = removeUndefinedLocaleResources({
|
|
|
22
27
|
/** "Latest version" header in version info dialog */
|
|
23
28
|
"about-dialog.version-info.latest-version.header": "\xDAltima versi\xF3",
|
|
24
29
|
/** Info text when auto updates is enabled and a new version is available */
|
|
25
|
-
"about-dialog.version-info.new-auto-update-version-available":
|
|
26
|
-
// 'New version available'
|
|
30
|
+
"about-dialog.version-info.new-auto-update-version-available": "Nova versi\xF3 disponible",
|
|
27
31
|
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
28
32
|
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
29
|
-
"about-dialog.version-info.new-version.text":
|
|
30
|
-
// 'New version'
|
|
33
|
+
"about-dialog.version-info.new-version.text": "Nova versi\xF3",
|
|
31
34
|
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
32
|
-
"about-dialog.version-info.reload":
|
|
33
|
-
// 'Reload'
|
|
35
|
+
"about-dialog.version-info.reload": "Recarregar",
|
|
34
36
|
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
35
|
-
"about-dialog.version-info.reload-to-update":
|
|
36
|
-
|
|
37
|
+
"about-dialog.version-info.reload-to-update": "Recarrega l'Studio per actualitzar",
|
|
38
|
+
/** "Development" tooltip in About-dialog */
|
|
39
|
+
"about-dialog.version-info.tooltip.development": "Desenvolupament",
|
|
37
40
|
/** "New version available" tooltip in About-dialog */
|
|
38
|
-
"about-dialog.version-info.tooltip.new-version-available":
|
|
39
|
-
// 'New version available'
|
|
41
|
+
"about-dialog.version-info.tooltip.new-version-available": "Nova versi\xF3 disponible",
|
|
40
42
|
/** "Prerelease" tooltip in About-dialog */
|
|
41
|
-
"about-dialog.version-info.tooltip.prerelease":
|
|
42
|
-
// 'Prerelease'
|
|
43
|
+
"about-dialog.version-info.tooltip.prerelease": "Prellan\xE7ament",
|
|
43
44
|
/** "Up to date" tooltip in About-dialog */
|
|
44
|
-
"about-dialog.version-info.tooltip.up-to-date":
|
|
45
|
-
// 'Up to date'
|
|
45
|
+
"about-dialog.version-info.tooltip.up-to-date": "Actualitzat",
|
|
46
46
|
/** @deprecated "Up to date" status in About-dialog */
|
|
47
47
|
"about-dialog.version-info.up-to-date": "Actualitzat",
|
|
48
48
|
/** "Upgrade"-button text */
|
|
49
|
-
"about-dialog.version-info.update-button.text":
|
|
50
|
-
// 'Update'
|
|
49
|
+
"about-dialog.version-info.update-button.text": "Actualitzar",
|
|
51
50
|
/** "Upgrade"-button tooltip text */
|
|
52
|
-
"about-dialog.version-info.update-button.tooltip":
|
|
53
|
-
// 'Learn how to update Sanity Studio'
|
|
51
|
+
"about-dialog.version-info.update-button.tooltip": "Apr\xE8n com actualitzar Sanity Studio",
|
|
54
52
|
/** "User agent" header in About-dialog */
|
|
55
53
|
"about-dialog.version-info.user-agent.header": "Agent d'usuari",
|
|
56
54
|
/** "View on GitHub" link from version info dialog */
|
|
57
|
-
"about-dialog.version-info.view-on-github":
|
|
58
|
-
// 'View on GitHub'
|
|
55
|
+
"about-dialog.version-info.view-on-github": "Veure a GitHub",
|
|
59
56
|
/** The text used in the tooltip shown in the dialog close button */
|
|
60
57
|
"announcement.dialog.close": "Tancar",
|
|
61
58
|
/** Aria label to be used in the dialog close button */
|
|
@@ -115,13 +112,19 @@ var studio = removeUndefinedLocaleResources({
|
|
|
115
112
|
"asset-source.dialog.default-title_file": "Selecciona l'arxiu",
|
|
116
113
|
/** Select asset dialog title for images */
|
|
117
114
|
"asset-source.dialog.default-title_image": "Selecciona la imatge",
|
|
115
|
+
/** Select asset dialog title for videos */
|
|
116
|
+
"asset-source.dialog.default-title_video": "Selecciona v\xEDdeo",
|
|
118
117
|
/** Insert asset error */
|
|
119
118
|
"asset-source.dialog.insert-asset-error": "Error en inserir l'actiu. Consulta la consola per a m\xE9s informaci\xF3.",
|
|
120
119
|
/** Select asset dialog load more items */
|
|
121
120
|
"asset-source.dialog.load-more": "Carrega m\xE9s",
|
|
122
|
-
/** Text shown when selecting a file but there's no files to select from
|
|
121
|
+
/** Text shown when selecting a file but there's no files to select from
|
|
122
|
+
* @deprecated no longer in use
|
|
123
|
+
*/
|
|
123
124
|
"asset-source.dialog.no-assets_file": "No hi ha arxius",
|
|
124
|
-
/** Text shown when selecting an image but there's no images to select from
|
|
125
|
+
/** Text shown when selecting an image but there's no images to select from
|
|
126
|
+
* @deprecated no longer in use
|
|
127
|
+
*/
|
|
125
128
|
"asset-source.dialog.no-assets_image": "No hi ha imatges",
|
|
126
129
|
"asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "No es pot esborrar l'arxiu seleccionat actualment",
|
|
127
130
|
"asset-source.file.asset-list.action.delete.text": "Esborra",
|
|
@@ -173,8 +176,12 @@ var studio = removeUndefinedLocaleResources({
|
|
|
173
176
|
"asset-sources.media-library.file.title": "Biblioteca de mitjans",
|
|
174
177
|
"asset-sources.media-library.image.title": "Biblioteca de mitjans",
|
|
175
178
|
/** Info messages for the Media Library Asset Source */
|
|
176
|
-
"asset-sources.media-library.select-dialog.
|
|
177
|
-
|
|
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}}",
|
|
182
|
+
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
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",
|
|
178
185
|
/** Label when a release has been deleted by a different user */
|
|
179
186
|
"banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
|
|
180
187
|
/** Action message for navigating to next month */
|
|
@@ -420,6 +427,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
420
427
|
"document-status.revision-not-found": "Revisi\xF3 no trobada",
|
|
421
428
|
/** Label to indicate that a document type was not found */
|
|
422
429
|
"document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
|
|
430
|
+
/** Error message shown when an action cannot be performed */
|
|
431
|
+
"errors.unable-to-perform-action": "No es pot realitzar aquesta acci\xF3",
|
|
423
432
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
424
433
|
"form.error.duplicate-keys-alert.details.additional-description": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
|
|
425
434
|
/** 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. */
|
|
@@ -507,8 +516,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
507
516
|
/** Information for what the latest sanity version is */
|
|
508
517
|
"help-resources.latest-sanity-version": "La versi\xF3 m\xE9s recent \xE9s {{latestVersion}}",
|
|
509
518
|
/** Menu item for reloading Studio to update */
|
|
510
|
-
"help-resources.studio-auto-update-now":
|
|
511
|
-
// 'Reload to update to v{{newVersion}}'
|
|
519
|
+
"help-resources.studio-auto-update-now": "Recarrega per actualitzar a la v{{newVersion}}",
|
|
512
520
|
/** Information for what studio version the current studio is running */
|
|
513
521
|
"help-resources.studio-version": "Versi\xF3 de Sanity Studio {{studioVersion}}",
|
|
514
522
|
/** Title for help and resources menus */
|
|
@@ -1121,21 +1129,31 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1121
1129
|
"release.action.add-to-new-release": "Afegir a la versi\xF3",
|
|
1122
1130
|
/** Action message to add document to release */
|
|
1123
1131
|
"release.action.add-to-release": "Afegir a {{title}}",
|
|
1132
|
+
/** Tooltip message for document that is already added to release */
|
|
1133
|
+
"release.action.already-exists-in-release": "El document ja existeix en la versi\xF3",
|
|
1124
1134
|
/** Action message for when document is already in release */
|
|
1125
1135
|
"release.action.already-in-release": "Ja en la versi\xF3 {{title}}",
|
|
1126
1136
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
1127
1137
|
"release.action.copy-to": "Copiar la versi\xF3 a",
|
|
1128
1138
|
/** Action message for creating new releases */
|
|
1129
1139
|
"release.action.create-new": "Nova versi\xF3",
|
|
1140
|
+
/** Description for toast when version creation failed */
|
|
1141
|
+
"release.action.create-version.failure": "Ha fallat la creaci\xF3 de la versi\xF3",
|
|
1142
|
+
/** Action message for deleting a scheduled publish */
|
|
1143
|
+
"release.action.delete-schedule": "Elimina el calendari",
|
|
1130
1144
|
/** Action message for when document is already in release */
|
|
1131
1145
|
"release.action.discard-version": "Descartar versi\xF3",
|
|
1132
1146
|
/** Description for toast when version discarding failed */
|
|
1133
1147
|
"release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
|
|
1148
|
+
/** Action message for editing the schedule of a scheduled publish */
|
|
1149
|
+
"release.action.edit-schedule": "Edita el calendari",
|
|
1134
1150
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1135
1151
|
"release.action.new-release": "Nova Versi\xF3",
|
|
1136
1152
|
"release.action.new-release.limit-reached_other": "Aquest espai de treball est\xE0 limitat a {{count}} llan\xE7aments",
|
|
1137
1153
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1138
1154
|
"release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
|
|
1155
|
+
/** Action message for running a scheduled draft immediately */
|
|
1156
|
+
"release.action.publish-now": "Publica ara",
|
|
1139
1157
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1140
1158
|
"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.",
|
|
1141
1159
|
/** Error message title for when a version is reverted from being unpublished */
|
|
@@ -1150,6 +1168,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1150
1168
|
"release.action.unpublish-version.success": "S'ha establert correctament <strong>{{title}}</strong> per ser despublicada en la versi\xF3",
|
|
1151
1169
|
/** Action message for when the view release is pressed */
|
|
1152
1170
|
"release.action.view-release": "Veure la versi\xF3",
|
|
1171
|
+
/** Action message for when the view scheduled drafts is pressed */
|
|
1172
|
+
"release.action.view-scheduled-drafts": "Veure esborranys programats",
|
|
1153
1173
|
/** Label for banner when release is scheduled */
|
|
1154
1174
|
"release.banner.scheduled-for-publishing-on": "Programat per ser publicat el {{date}}",
|
|
1155
1175
|
/** Label for Draft chip in document header */
|
|
@@ -1186,6 +1206,24 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1186
1206
|
"release.dialog.create.confirm": "Crear versi\xF3",
|
|
1187
1207
|
/** Title for creating releases dialog */
|
|
1188
1208
|
"release.dialog.create.title": "Nova versi\xF3",
|
|
1209
|
+
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1210
|
+
"release.dialog.delete-schedule-draft.body": "Est\xE0s segur que vols eliminar aquest esborrany programat? Aquesta acci\xF3 no es pot desfer.",
|
|
1211
|
+
/** Confirm button text for deleting a scheduled draft */
|
|
1212
|
+
"release.dialog.delete-schedule-draft.confirm": "S\xED, elimina el calendari",
|
|
1213
|
+
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1214
|
+
"release.dialog.delete-schedule-draft.header": "Elimina l'esborrany programat",
|
|
1215
|
+
/** Body text for change schedule dialog */
|
|
1216
|
+
"release.dialog.edit-schedule.body": "Selecciona una nova data i hora per a la publicaci\xF3 programada.",
|
|
1217
|
+
/** Confirm button text for change schedule dialog */
|
|
1218
|
+
"release.dialog.edit-schedule.confirm": "Actualitza el calendari",
|
|
1219
|
+
/** Header for change schedule dialog */
|
|
1220
|
+
"release.dialog.edit-schedule.header": "Canvia el calendari",
|
|
1221
|
+
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1222
|
+
"release.dialog.publish-scheduled-draft.body": "Est\xE0s segur que vols publicar aquest esborrany programat immediatament?",
|
|
1223
|
+
/** Confirm button text for running a scheduled draft immediately */
|
|
1224
|
+
"release.dialog.publish-scheduled-draft.confirm": "S\xED, executa ara",
|
|
1225
|
+
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1226
|
+
"release.dialog.publish-scheduled-draft.header": "Publica l'esborrany ara",
|
|
1189
1227
|
/** Label for description in tooltip to explain release types */
|
|
1190
1228
|
"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.",
|
|
1191
1229
|
/** Label for noting that a release time is not final */
|
|
@@ -1196,6 +1234,10 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1196
1234
|
"release.form.placeholder-describe-release": "Descriu la versi\xF3\u2026",
|
|
1197
1235
|
/** Tooltip for button to hide release visibility */
|
|
1198
1236
|
"release.layer.hide": "Amagar versi\xF3",
|
|
1237
|
+
/** Label for the release menu */
|
|
1238
|
+
"release.menu.label": "Men\xFA de publicaci\xF3",
|
|
1239
|
+
/** Tooltip for the release menu */
|
|
1240
|
+
"release.menu.tooltip": "Accions",
|
|
1199
1241
|
/** Label for draft perspective in navbar */
|
|
1200
1242
|
"release.navbar.drafts": "Esborranys",
|
|
1201
1243
|
/** Label for published releases in navbar */
|
|
@@ -1204,18 +1246,34 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1204
1246
|
"release.navbar.tooltip": "Versions",
|
|
1205
1247
|
/** The placeholder text when the release doesn't have a title */
|
|
1206
1248
|
"release.placeholder-untitled-release": "Versi\xF3 sense t\xEDtol",
|
|
1249
|
+
/** Description for warning that the published schedule time is in the past */
|
|
1250
|
+
"release.schedule-dialog.publish-date-in-past-warning": "Programa per a un temps i data futurs.",
|
|
1251
|
+
/** Label for date picker when scheduling a release */
|
|
1252
|
+
"release.schedule-dialog.select-publish-date-label": "Publica el",
|
|
1207
1253
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1208
1254
|
"release.toast.archived-release.description": "Aquesta versi\xF3 ha estat desancorada",
|
|
1209
1255
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
1210
1256
|
"release.toast.archived-release.title": "La versi\xF3 '{{title}}' ha estat arxivada",
|
|
1211
1257
|
/** The toast title that will be shown the creating a release fails */
|
|
1212
1258
|
"release.toast.create-release-error.title": "No s'ha pogut crear la release",
|
|
1213
|
-
/**
|
|
1259
|
+
/** Error toast for deleting a scheduled draft */
|
|
1260
|
+
"release.toast.delete-schedule-draft.error": "No s'ha pogut eliminar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1261
|
+
/** Success toast for deleting a scheduled draft */
|
|
1262
|
+
"release.toast.delete-schedule-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat eliminat.",
|
|
1263
|
+
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1214
1264
|
"release.toast.not-found-release.title": "No s'ha trobat la release '{{title}}'",
|
|
1265
|
+
/** Error toast for running a scheduled publish immediately */
|
|
1266
|
+
"release.toast.publish-scheduled-draft.error": "No s'ha pogut publicar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1267
|
+
/** Success toast for running a scheduled publish immediately */
|
|
1268
|
+
"release.toast.publish-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat publicat.",
|
|
1215
1269
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1216
1270
|
"release.toast.published-release.description": "Aquesta release ha estat desancorada",
|
|
1217
1271
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1218
1272
|
"release.toast.published-release.title": "La release '{{title}}' ha estat publicada",
|
|
1273
|
+
/** Error toast for rescheduling a draft */
|
|
1274
|
+
"release.toast.reschedule-scheduled-draft.error": "No s'ha pogut reprogramar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1275
|
+
/** Success toast for rescheduling a draft */
|
|
1276
|
+
"release.toast.reschedule-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat reprogramat.",
|
|
1219
1277
|
/** Label for when a version of a document has already been added to the release */
|
|
1220
1278
|
"release.tooltip.already-added": "Ja s'ha afegit una versi\xF3 d'aquest document",
|
|
1221
1279
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1228,6 +1286,14 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1228
1286
|
"release.type.undecided": "Indec\xEDs",
|
|
1229
1287
|
/** Tooltip for the dropdown to show all versions of document */
|
|
1230
1288
|
"release.version-list.tooltip": "Veure totes les versions del document",
|
|
1289
|
+
/** Confirm button text for the schedule publish dialog */
|
|
1290
|
+
"schedule-publish-dialog.confirm": "Programa",
|
|
1291
|
+
/** Description for the schedule publish dialog */
|
|
1292
|
+
"schedule-publish-dialog.description": "Selecciona quan aquest document hauria de ser publicat.",
|
|
1293
|
+
/** Header for the schedule publish dialog */
|
|
1294
|
+
"schedule-publish-dialog.header": "Programa l'esborrany per a la publicaci\xF3",
|
|
1295
|
+
/** Title for a scheduled draft release */
|
|
1296
|
+
"scheduled-drafts.release.title": "Publicaci\xF3 programada",
|
|
1231
1297
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1232
1298
|
"search.action-open-aria-label": "Obrir cerca",
|
|
1233
1299
|
/** Action label for adding a search filter */
|
|
@@ -1787,6 +1853,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
1787
1853
|
* workspace to authenticate in.
|
|
1788
1854
|
*/
|
|
1789
1855
|
"workspaces.action.choose-another-workspace": "Tria un altre espai de treball",
|
|
1856
|
+
/** Label for title to switch workspace before workspaces are listed */
|
|
1857
|
+
"workspaces.action.switch-workspace": "Canvia l'espai de treball",
|
|
1790
1858
|
/** Label for heading that indicates that you can choose your workspace */
|
|
1791
1859
|
"workspaces.choose-your-workspace-label": "Tria el teu espai de treball",
|
|
1792
1860
|
/** Label for the workspace menu */
|