@sanity/locale-ca-es 1.0.3 → 1.0.4
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/copy-paste.cjs +1 -2
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/create.cjs +15 -30
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +9 -18
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +17 -32
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/validation.cjs +3 -6
- package/dist/_chunks-cjs/validation.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +1 -2
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/create.js +15 -30
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +9 -18
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +17 -32
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/validation.js +3 -6
- package/dist/_chunks-es/validation.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +2 -1
- package/src/create.ts +18 -15
- package/src/structure.ts +15 -9
- package/src/studio.ts +28 -18
- package/src/validation.ts +4 -3
|
@@ -9,8 +9,7 @@ var sanity = require("sanity"), copyPaste = sanity.removeUndefinedLocaleResource
|
|
|
9
9
|
/** Text on the field action button to paste a field */
|
|
10
10
|
"copy-paste.field-action-paste-button.field.title": "Enganxa el camp",
|
|
11
11
|
/** The error message that is shown when the clipboard is not supported */
|
|
12
|
-
"copy-paste.on-copy.validation.clipboard-not-supported.description":
|
|
13
|
-
// 'Clipboard access required to copy this content. Allow clipboard permissions in your browser settings, then try copying again.'
|
|
12
|
+
"copy-paste.on-copy.validation.clipboard-not-supported.description": "Es requereix acc\xE9s al porta-retalls per copiar aquest contingut. Permeteu els permisos del porta-retalls a la configuraci\xF3 del vostre navegador i torneu a intentar copiar.",
|
|
14
13
|
/** The error message that is shown when the clipboard is not supported */
|
|
15
14
|
"copy-paste.on-copy.validation.clipboard-not-supported.title": "El teu navegador no admet aquesta acci\xF3",
|
|
16
15
|
/** The error message that is shown when there is no value to copy */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Copia el document',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Copia el camp',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Enganxa el document',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Enganxa el camp',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.description'
|
|
1
|
+
{"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Copia el document',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Copia el camp',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Enganxa el document',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Enganxa el camp',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.description':\n 'Es requereix accés al porta-retalls per copiar aquest contingut. Permeteu els permisos del porta-retalls a la configuració del vostre navegador i torneu a intentar copiar.',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'El teu navegador no admet aquesta acció',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Valor buit, res per copiar',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n \"No s'ha pogut resoldre el tipus d'esquema per la ruta: {{path}}\",\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'El valor del tipus \"{{type}}\" no està permès en aquest camp d\\'array',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'El valor del tipus \"{{type}}\" no està permès en aquest camp d\\'array',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Res per enganxar',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Element del porta-retalls invàlid',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n 'Un \"{{sourceSchemaType}}\" no està permès en un \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'El tipus MIME \"{{mimeType}}\" no està acceptat per aquest camp',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'La validació del tipus MIME ha fallat',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': \"No s'han pogut enganxar tots els valors\",\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'El valor del tipus \"{{type}}\" no està permès en aquest camp',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'El destí és de només lectura',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'La referència no està permesa en el camp de referència segons el filtre',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Les referències del tipus \"{{sourceReferenceType}}\" no estan permeses en el camp de referència que accepta tipus \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'El document referenciat \"{{ref}}\" no existeix',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n \"Els tipus d'esquema d'origen i destí no són compatibles\",\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n \"No s'ha pogut resoldre el tipus d'esquema per la ruta: {{path}}\",\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'El valor \"{{value}}\" no està permès en \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,YAAeA,sCAA+B;AAAA;AAAA,EAE5C,sDAAsD;AAAA;AAAA,EAEtD,mDAAmD;AAAA;AAAA,EAEnD,uDAAuD;AAAA;AAAA,EAEvD,oDAAoD;AAAA;AAAA,EAEpD,qEACE;AAAA;AAAA,EAEF,+DACE;AAAA;AAAA,EAEF,gDAAgD;AAAA;AAAA;AAAA,EAGhD,gEACE;AAAA;AAAA,EAEF,sEACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0DAA0D;AAAA;AAAA,EAE1D,sEACE;AAAA;AAAA,EAEF,qEACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,wDAAwD;AAAA;AAAA,EAExD,0EACE;AAAA;AAAA;AAAA,EAGF,+DAA+D;AAAA;AAAA,EAE/D,4EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,0EACE;AAAA;AAAA,EAEF,uEACE;AAAA;AAAA,EAEF,iEACE;AAAA;AAAA,EAEF,wEACE;AACJ,CAAC;;"}
|
|
@@ -1,50 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var sanity = require("sanity"), create = sanity.removeUndefinedLocaleResources({
|
|
3
3
|
/** Text in badge above header in Create Link info popover */
|
|
4
|
-
"create-link-info-popover.eyebrow-badge":
|
|
5
|
-
// 'Early access'
|
|
4
|
+
"create-link-info-popover.eyebrow-badge": "Acc\xE9s anticipat",
|
|
6
5
|
/** Text above header in Create Link info popover */
|
|
7
|
-
"create-link-info-popover.eyebrow-title":
|
|
8
|
-
// 'Sanity Create'
|
|
6
|
+
"create-link-info-popover.eyebrow-title": "Sanity Create",
|
|
9
7
|
/** Header in Create Link info popover */
|
|
10
|
-
"create-link-info-popover.header":
|
|
11
|
-
// 'Idea-first authoring'
|
|
8
|
+
"create-link-info-popover.header": "Autoria amb prioritat a la idea",
|
|
12
9
|
/** Informational text in Create Link info popover */
|
|
13
|
-
"create-link-info-popover.text":
|
|
14
|
-
// 'Write naturally in an AI-powered editor. Your content automatically maps to Studio fields as you type.'
|
|
10
|
+
"create-link-info-popover.text": "Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja autom\xE0ticament als camps de l'Estudi mentre escrius.",
|
|
15
11
|
/** Tooltip for Create Link button */
|
|
16
|
-
"create-link-info.tooltip":
|
|
17
|
-
// 'Learn more'
|
|
12
|
+
"create-link-info.tooltip": "Apr\xE8n m\xE9s",
|
|
18
13
|
/** Edit in Create button text */
|
|
19
|
-
"edit-in-create-button.text":
|
|
20
|
-
// 'Edit with Sanity Create'
|
|
14
|
+
"edit-in-create-button.text": "Edita amb Sanity Create",
|
|
21
15
|
/** CTA in "Start writing in Create" dialog: Learn more */
|
|
22
|
-
"start-in-create-dialog.cta.learn-more":
|
|
23
|
-
// 'Learn more.'
|
|
16
|
+
"start-in-create-dialog.cta.learn-more": "Apr\xE8n m\xE9s.",
|
|
24
17
|
/** Text for the document pane banner informing users that the document is linked to Sanity Create */
|
|
25
|
-
"studio-create-link-banner.text":
|
|
26
|
-
// 'This document is linked to Sanity Create'
|
|
18
|
+
"studio-create-link-banner.text": "Aquest document est\xE0 vinculat a Sanity Create",
|
|
27
19
|
/** Unlink document from Sanity Create button text */
|
|
28
|
-
"unlink-from-create-button.text":
|
|
29
|
-
// 'Unlink'
|
|
20
|
+
"unlink-from-create-button.text": "Desvincula",
|
|
30
21
|
/** Unlink from Create dialog: Cancel button text */
|
|
31
|
-
"unlink-from-create-dialog.cancel.text":
|
|
32
|
-
// 'Cancel'
|
|
22
|
+
"unlink-from-create-dialog.cancel.text": "Cancel\xB7la",
|
|
33
23
|
/** Unlink from Create dialog: Document title used if no other title can be determined */
|
|
34
|
-
"unlink-from-create-dialog.document.untitled.text":
|
|
35
|
-
// 'Untitled'
|
|
24
|
+
"unlink-from-create-dialog.document.untitled.text": "Sense t\xEDtol",
|
|
36
25
|
/** Unlink from Create dialog – first informational paragraph */
|
|
37
|
-
"unlink-from-create-dialog.first-paragraph":
|
|
38
|
-
// 'You’re unlinking “<strong>{{title}}</strong>” from Sanity Create so it can be edited here.'
|
|
26
|
+
"unlink-from-create-dialog.first-paragraph": "Est\xE0s desvinculant \u201C<strong>{{title}}</strong>\u201D de Sanity Create perqu\xE8 pugui ser editat aqu\xED.",
|
|
39
27
|
/** Unlink from Create dialog header */
|
|
40
|
-
"unlink-from-create-dialog.header":
|
|
41
|
-
// 'Switch editing to Studio?'
|
|
28
|
+
"unlink-from-create-dialog.header": "Vols canviar l'edici\xF3 a l'Estudi?",
|
|
42
29
|
/** Unlink from Create dialog – second informational paragraph */
|
|
43
|
-
"unlink-from-create-dialog.second-paragraph":
|
|
44
|
-
// 'You’ll keep your content in both places. Any new changes in Sanity Create will stop syncing to this Studio.'
|
|
30
|
+
"unlink-from-create-dialog.second-paragraph": "Mantindr\xE0s el teu contingut en ambd\xF3s llocs. Qualsevol canvi nou a Sanity Create deixar\xE0 de sincronitzar-se amb aquest Estudi.",
|
|
45
31
|
/** Unlink from Create dialog: Unlink button text */
|
|
46
|
-
"unlink-from-create-dialog.unlink.text":
|
|
47
|
-
// 'Unlink now'
|
|
32
|
+
"unlink-from-create-dialog.unlink.text": "Desvincula ara"
|
|
48
33
|
});
|
|
49
34
|
exports.default = create;
|
|
50
35
|
//# sourceMappingURL=create.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge':
|
|
1
|
+
{"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': 'Accés anticipat',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': 'Autoria amb prioritat a la idea',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n \"Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja automàticament als camps de l'Estudi mentre escrius.\",\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Aprèn més',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Edita amb Sanity Create',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Aprèn més.',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': 'Aquest document està vinculat a Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Desvincula',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Cancel·la',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Sense títol',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Estàs desvinculant “<strong>{{title}}</strong>” de Sanity Create perquè pugui ser editat aquí.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': \"Vols canviar l'edició a l'Estudi?\",\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Mantindràs el teu contingut en ambdós llocs. Qualsevol canvi nou a Sanity Create deixarà de sincronitzar-se amb aquest Estudi.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Desvincula ara',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,yCAAyC;AAAA;AAAA,EAGzC,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;;"}
|
|
@@ -75,17 +75,13 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
|
|
|
75
75
|
/** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
|
|
76
76
|
"banners.archived-release.description": "Aquesta versi\xF3 del document pertany a la versi\xF3 arxivada <VersionBadge>{{title}}</VersionBadge>",
|
|
77
77
|
/** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
|
|
78
|
-
"banners.choose-new-document-destination.cannot-create-draft-document":
|
|
79
|
-
// 'Cannot create a draft document.'
|
|
78
|
+
"banners.choose-new-document-destination.cannot-create-draft-document": "No es pot crear un document d'esborrany.",
|
|
80
79
|
/** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */
|
|
81
|
-
"banners.choose-new-document-destination.cannot-create-published-document":
|
|
82
|
-
// 'Cannot create a published document.'
|
|
80
|
+
"banners.choose-new-document-destination.cannot-create-published-document": "No es pot crear un document publicat.",
|
|
83
81
|
/** The prompt displayed when a user must select a different perspective in order to create a document */
|
|
84
|
-
"banners.choose-new-document-destination.choose-destination":
|
|
85
|
-
// 'Choose a destination for this document:'
|
|
82
|
+
"banners.choose-new-document-destination.choose-destination": "Trieu una destinaci\xF3 per a aquest document:",
|
|
86
83
|
/** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */
|
|
87
|
-
"banners.choose-new-document-destination.release-inactive":
|
|
88
|
-
// 'The <VersionBadge>{{title}}</VersionBadge> release is not active.'
|
|
84
|
+
"banners.choose-new-document-destination.release-inactive": "La <VersionBadge>{{title}}</VersionBadge> versi\xF3 no est\xE0 activa.",
|
|
89
85
|
/** The text for the restore button on the deleted document banner */
|
|
90
86
|
"banners.deleted-document-banner.restore-button.text": "Restaurar la revisi\xF3 m\xE9s recent",
|
|
91
87
|
/** The text content for the deleted document banner */
|
|
@@ -99,17 +95,13 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
|
|
|
99
95
|
/** The text content for the live edit document when it's a draft */
|
|
100
96
|
"banners.live-edit-draft-banner.text": "El tipus <strong>{{schemaType}}</strong> t\xE9 <code>liveEdit</code> activat, per\xF2 existeix una versi\xF3 esborrany d'aquest document. Publica o descarta l'esborrany per continuar editant-lo en viu.",
|
|
101
97
|
/** The label for the "compare draft" action */
|
|
102
|
-
"banners.obsolete-draft.actions.compare-draft.text":
|
|
103
|
-
// 'Compare draft'
|
|
98
|
+
"banners.obsolete-draft.actions.compare-draft.text": "Compara l'esborrany",
|
|
104
99
|
/** The label for the "discard draft" action */
|
|
105
|
-
"banners.obsolete-draft.actions.discard-draft.text":
|
|
106
|
-
// 'Discard draft'
|
|
100
|
+
"banners.obsolete-draft.actions.discard-draft.text": "Descarta l'esborrany",
|
|
107
101
|
/** The label for the "publish draft" action */
|
|
108
|
-
"banners.obsolete-draft.actions.publish-draft.text":
|
|
109
|
-
// 'Publish draft'
|
|
102
|
+
"banners.obsolete-draft.actions.publish-draft.text": "Publica l'esborrany",
|
|
110
103
|
/** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */
|
|
111
|
-
"banners.obsolete-draft.draft-model-inactive.text":
|
|
112
|
-
// 'The workspace does not have drafts enabled, but a draft version of this document exists.'
|
|
104
|
+
"banners.obsolete-draft.draft-model-inactive.text": "L'espai de treball no t\xE9 esborranys habilitats, per\xF2 existeix una versi\xF3 d'esborrany d'aquest document.",
|
|
113
105
|
/** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
|
|
114
106
|
"banners.permission-check-banner.missing-permission_create_one": "El teu rol <Roles/> no t\xE9 perm\xEDs per publicar aquest document.",
|
|
115
107
|
/** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
|
|
@@ -163,8 +155,7 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
|
|
|
163
155
|
/** The text content for the unpublished document banner when is part of a release */
|
|
164
156
|
"banners.unpublished-release-banner.text": "Aquest document ser\xE0 despublicat com a part de la publicaci\xF3 <VersionBadge>{{title}}</VersionBadge>",
|
|
165
157
|
/** The text content for the unpublished document banner letting the user know that the current published version is being shown */
|
|
166
|
-
"banners.unpublished-release-banner.text-with-published":
|
|
167
|
-
// 'Showing the current <strong>published</strong> version:'
|
|
158
|
+
"banners.unpublished-release-banner.text-with-published": "Mostrant la versi\xF3 <strong>publicada</strong> actual:",
|
|
168
159
|
/** Browser/tab title when creating a new document of a given type */
|
|
169
160
|
"browser-document-title.new-document": "Nou {{schemaType}}",
|
|
170
161
|
/** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': \"Copia l'URL del document\",\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n 'Aquest document encara no existeix o ja ha estat eliminat',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Elimina',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eliminant…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Algunes accions del document estan desactivades per a documents vinculats a Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n \"Estàs segur que vols descartar tots els canvis des de l'última publicació?\",\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Aquest document no té canvis sense publicar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Descarta els canvis',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Aquest document encara no existeix, així que no hi ha res per duplicar',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplica',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicant…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Ja publicat',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Publicat {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operació no preparada',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publica',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publica',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publica',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n \"No es pot publicar ja que l'Edició en Directe està activada per a aquest tipus de document\",\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n \"L'Edició en Directe està activada per a aquest tipus de contingut i la publicació es realitza automàticament a mesura que fas canvis\",\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No hi ha canvis sense publicar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Publicat',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publicant…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Hi ha errors de validació que cal corregir abans que aquest document pugui ser publicat',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Esperant a que les tasques acabin abans de publicar',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Estàs segur que vols restaurar aquest document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'No pots restaurar a la revisió inicial',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revertir a la revisió',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restaurar a aquesta revisió',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Despublicar',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n \"Aquest document té l'edició en viu activada i no pot ser despublicat\",\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document': undefined, // 'Cannot create a draft document.'\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document': undefined, // 'Cannot create a published document.'\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination': undefined, // 'Choose a destination for this document:'\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive': undefined, // 'The <VersionBadge>{{title}}</VersionBadge> release is not active.'\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restaurar la revisió més recent',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Aquest document ha estat eliminat.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Aquest tipus de document ha estat obsolet.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Descartar esborrany',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publicar per continuar editant',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n \"El tipus <strong>{{schemaType}}</strong> té <code>liveEdit</code> activat, però existeix una versió esborrany d'aquest document. Publica o descarta l'esborrany per continuar editant-lo en viu.\",\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': undefined, // 'Compare draft'\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': undefined, // 'Discard draft'\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': undefined, // 'Publish draft'\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text': undefined, // 'The workspace does not have drafts enabled, but a draft version of this document exists.'\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'El teu rol <Roles/> no té permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Els teus rols <Roles/> no tenen permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'El teu rol <Roles/> no té permís per editar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Els teus rols <Roles/> no tenen permís per editar aquest document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': \"Sol·licitud d'editor enviada\",\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Demanar per editar',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Estàs veient un document de només lectura que va ser publicat com a part de <VersionBadge>{{title}}</VersionBadge>. No es pot editar',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Recarrega la referència',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n \"Aquesta referència ha canviat des que l'has oberta.\",\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Tanca la referència',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n \"Aquesta referència s'ha eliminat des que l'has oberta.\",\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Afegeix a la publicació',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Obre la publicació per editar',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n \"S'ha produït un error en afegir el document a la publicació: {{message}}\",\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error en afegir el document a la publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'El document només existeix a la',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'publicacions',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicació més.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicacions més',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Aquest document forma part de la publicació <VersionBadge/>',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release':\n 'No està a la publicació <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n \"Espera mentre el document s'afegeix a la publicació. No hauria de trigar més de uns segons.\",\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Afegint document a la publicació…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.\",\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published': undefined, // 'Showing the current <strong>published</strong> version:'\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nou {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Sense títol',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Obre les accions del document',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Accions del document',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Divideix el panell a la dreta',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Tanca el panell dividit',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Tanca el grup de panells',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edita a Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Aquest document esborrany està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Aquest document en viu està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Aquest document de versió està vinculat a Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Aprèn més',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas et permet crear contingut en un editor de forma lliure que es mapeja automàticament al Studio com a contingut estructurat - mentre escrius.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Creació prioritzant la idea',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n \"Mostrant l'historial per a la versió <strong>{{perspective}}</strong> d'aquest document.\",\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n \"Aquesta vista mostra els canvis que han ocorregut en una versió específica d'aquest document. Seleccioneu una versió diferent per veure els seus canvis\",\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Des de',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Història',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Revisa els canvis',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'A',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" no és un mode de comparació de documents suportat.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'El paràmetre del següent document és invàlid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Incapaç de comparar documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'El paràmetre del document anterior és invàlid.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n \"No hi ha altres versions d'aquest document per comparar.\",\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compara versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Esborrany',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publicat',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compara versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel·la',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Conjunt de dades: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Dataset no disponible',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Datasets no disponibles',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} en un altre dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} en {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': \"Copia l'ID al porta-retalls\",\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID del document',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n \"No s'ha pogut copiar l'ID del document\",\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID del projecte',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Esborra de totes maneres',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Despublica de totes maneres',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Esborra ara',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Despublica ara',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Estàs segur que vols esborrar “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Estàs segur que vols despublicar “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n \"S'ha produït un error en carregar els documents de referència.\",\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reintenta',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Vols esborrar el document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Vols despublicar el document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Buscant documents de referència…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 altra referència no mostrada',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} altres referències no mostrades',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"No podem mostrar les metadades d'aquestes referències a causa d'un token d'accés absent per als datasets relacionats.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Vista prèvia no disponible',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Si esborres aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Si deixes de publicar aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document fa referència a “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents fan referència a “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Potser no podràs esborrar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Potser no podràs deixar de publicar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel·la',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirma',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Contingut',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Sense títol',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': \"Tipus d'esquema desconegut: {{schemaType}}\",\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Tanca',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspeccionant <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Sense valor',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecciona',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Cerca',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Analitzat',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'JSON en brut',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Aquest formulari està ocult',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Sense títol',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Carregant document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Espera mentre el document es sincronitza. Això sol passar just després que el document ha estat publicat, i no hauria de trigar més de uns segons',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sincronitzant document…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Afegir a preferits',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Treure de preferits',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"No podem carregar els canvis d'aquest document, probablement a causa de la política de retenció d'historial del vostre pla, això us mostra com la versió <strong>{{version}}</strong> es compara amb la versió <strong>publicada</strong>.\",\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparant amb la publicada',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Obrir <VersionBadge>esborrany</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Obrir <VersionBadge>{{releaseTitle}}</VersionBadge> alliberament',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Carregant…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Accions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Disposició',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Ordenar',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Vista compacta',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Vista detallada',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Ordenar per Creat',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Ordenar per Última edició',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Aprèn com afegir un tipus de document →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Si us plau, defineix almenys un tipus de document en el teu esquema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No hi ha tipus de documents',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Enrere',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Mostrar menú',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Crear',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Crear nou document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Permisos insuficients',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Sense edicions no publicades',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n \"No s'ha trobat l'esquema per al tipus <Code>{{documentType}}</Code>\",\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publicat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No hi ha edicions sense publicar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nou {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Sense títol',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Tornant a intentar…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline':\n 'La connexió a Internet sembla estar fora de línia.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': \"No s'han pogut obtenir els elements de la llista\",\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Tornant a intentar…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Tornant a intentar… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': \"No hi ha documents d'aquest tipus\",\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': \"No s'han trobat resultats\",\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Intentant connectar…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Cerca a la llista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalls',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': \"S'ha produït un error durant {{context}}\",\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n \"S'ha produït un error en intentar eliminar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n \"S'ha produït un error en intentar despublicar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n \"S'ha realitzat amb èxit {{op}} en el document\",\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n \"L'URL del document s'ha copiat al porta-retalls\",\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n \"<Strong>{{title}}</Strong> s'ha afegit a la publicació\",\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': \"El document s'ha eliminat amb èxit\",\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n \"Tots els canvis des de la darrera publicació s'han descartat. L'esborrany descartat encara es pot recuperar de l'historial\",\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n \"El document s'ha duplicat amb èxit\",\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n \"<Strong>{{title}}</Strong> s'ha publicat\",\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> ha estat restaurat',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n \"<Strong>{{title}}</Strong> ha estat despublicat. S'ha creat un esborrany a partir de l'última revisió publicada.\",\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Sense títol',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Carregant document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n \"El tipus de document no està definit, i no s'ha pogut trobar un document amb l'identificador <Code>{{id}}</Code>.\",\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': \"El document no s'ha trobat\",\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n \"Aquest document té el tipus d'esquema <Code>{{documentType}}</Code>, que no està definit com a tipus en l'esquema local del content studio.\",\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Tipus de document desconegut: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n \"Aquest document no existeix, i no s'ha especificat cap tipus d'esquema per a ell.\",\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Carregant…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Encara carregant…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n \"A l'element d'estructura li falta la propietat <Code>type</Code> requerida.\",\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Tipus de panell desconegut',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n \"L'element d'estructura de tipus <Code>{{type}}</Code> no és una entitat coneguda.\",\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Obrir vista prèvia',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Enviar sol·licitud',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'La teva sol·licitud serà enviada als administradors del projecte. Si vols, també pots incloure una nota',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': \"Demanar accés d'edició\",\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Si vols, pots afegir una nota',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Afegir nota...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'La teva sol·licitud per accedir a aquest projecte ha estat rebutjada.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Has arribat al límit de sol·licituds de rol en tots els projectes. Si us plau, espera abans de presentar més sol·licituds o contacta amb un administrador per obtenir ajuda.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Desat',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Desant...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Última publicació {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Darrera publicació <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Darrera actualització {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Darrera actualització <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Revisar canvis',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Desat!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Desant...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Canvis desats',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Revisar canvis',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Veure documentació',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': \"S'ha trobat un error en llegir l'estructura\",\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Recarregar',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': \"Camí de l'estructura\",\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': \"Obrir menú d'accions\",\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Accions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Col·lapsar',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expandir',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'No s\\'ha trobat la publicació amb id \"{{releaseId}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': \"Copia l'URL del document\",\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n 'Aquest document encara no existeix o ja ha estat eliminat',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Elimina',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eliminant…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Algunes accions del document estan desactivades per a documents vinculats a Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n \"Estàs segur que vols descartar tots els canvis des de l'última publicació?\",\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Aquest document no té canvis sense publicar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Descarta els canvis',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Aquest document encara no existeix, així que no hi ha res per duplicar',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplica',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicant…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Ja publicat',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Publicat {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operació no preparada',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publica',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publica',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publica',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n \"No es pot publicar ja que l'Edició en Directe està activada per a aquest tipus de document\",\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n \"L'Edició en Directe està activada per a aquest tipus de contingut i la publicació es realitza automàticament a mesura que fas canvis\",\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No hi ha canvis sense publicar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Publicat',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publicant…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Hi ha errors de validació que cal corregir abans que aquest document pugui ser publicat',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Esperant a que les tasques acabin abans de publicar',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Estàs segur que vols restaurar aquest document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'No pots restaurar a la revisió inicial',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revertir a la revisió',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restaurar a aquesta revisió',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Despublicar',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n \"Aquest document té l'edició en viu activada i no pot ser despublicat\",\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n \"No es pot crear un document d'esborrany.\",\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'No es pot crear un document publicat.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Trieu una destinació per a aquest document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'La <VersionBadge>{{title}}</VersionBadge> versió no està activa.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restaurar la revisió més recent',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Aquest document ha estat eliminat.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Aquest tipus de document ha estat obsolet.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Descartar esborrany',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publicar per continuar editant',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n \"El tipus <strong>{{schemaType}}</strong> té <code>liveEdit</code> activat, però existeix una versió esborrany d'aquest document. Publica o descarta l'esborrany per continuar editant-lo en viu.\",\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': \"Compara l'esborrany\",\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': \"Descarta l'esborrany\",\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': \"Publica l'esborrany\",\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n \"L'espai de treball no té esborranys habilitats, però existeix una versió d'esborrany d'aquest document.\",\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'El teu rol <Roles/> no té permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Els teus rols <Roles/> no tenen permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'El teu rol <Roles/> no té permís per editar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Els teus rols <Roles/> no tenen permís per editar aquest document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': \"Sol·licitud d'editor enviada\",\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Demanar per editar',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Estàs veient un document de només lectura que va ser publicat com a part de <VersionBadge>{{title}}</VersionBadge>. No es pot editar',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Recarrega la referència',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n \"Aquesta referència ha canviat des que l'has oberta.\",\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Tanca la referència',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n \"Aquesta referència s'ha eliminat des que l'has oberta.\",\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Afegeix a la publicació',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Obre la publicació per editar',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n \"S'ha produït un error en afegir el document a la publicació: {{message}}\",\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error en afegir el document a la publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'El document només existeix a la',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'publicacions',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicació més.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicacions més',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Aquest document forma part de la publicació <VersionBadge/>',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release':\n 'No està a la publicació <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n \"Espera mentre el document s'afegeix a la publicació. No hauria de trigar més de uns segons.\",\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Afegint document a la publicació…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.\",\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Mostrant la versió <strong>publicada</strong> actual:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nou {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Sense títol',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Obre les accions del document',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Accions del document',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Divideix el panell a la dreta',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Tanca el panell dividit',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Tanca el grup de panells',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edita a Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Aquest document esborrany està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Aquest document en viu està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Aquest document de versió està vinculat a Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Aprèn més',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas et permet crear contingut en un editor de forma lliure que es mapeja automàticament al Studio com a contingut estructurat - mentre escrius.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Creació prioritzant la idea',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n \"Mostrant l'historial per a la versió <strong>{{perspective}}</strong> d'aquest document.\",\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n \"Aquesta vista mostra els canvis que han ocorregut en una versió específica d'aquest document. Seleccioneu una versió diferent per veure els seus canvis\",\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Des de',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Història',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Revisa els canvis',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'A',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" no és un mode de comparació de documents suportat.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'El paràmetre del següent document és invàlid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Incapaç de comparar documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'El paràmetre del document anterior és invàlid.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n \"No hi ha altres versions d'aquest document per comparar.\",\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compara versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Esborrany',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publicat',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compara versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel·la',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Conjunt de dades: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Dataset no disponible',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Datasets no disponibles',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} en un altre dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} en {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': \"Copia l'ID al porta-retalls\",\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID del document',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n \"No s'ha pogut copiar l'ID del document\",\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID del projecte',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Esborra de totes maneres',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Despublica de totes maneres',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Esborra ara',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Despublica ara',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Estàs segur que vols esborrar “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Estàs segur que vols despublicar “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n \"S'ha produït un error en carregar els documents de referència.\",\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reintenta',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Vols esborrar el document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Vols despublicar el document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Buscant documents de referència…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 altra referència no mostrada',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} altres referències no mostrades',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"No podem mostrar les metadades d'aquestes referències a causa d'un token d'accés absent per als datasets relacionats.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Vista prèvia no disponible',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Si esborres aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Si deixes de publicar aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document fa referència a “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents fan referència a “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Potser no podràs esborrar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Potser no podràs deixar de publicar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel·la',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirma',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Contingut',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Sense títol',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': \"Tipus d'esquema desconegut: {{schemaType}}\",\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Tanca',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspeccionant <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Sense valor',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecciona',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Cerca',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Analitzat',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'JSON en brut',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Aquest formulari està ocult',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Sense títol',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Carregant document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Espera mentre el document es sincronitza. Això sol passar just després que el document ha estat publicat, i no hauria de trigar més de uns segons',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sincronitzant document…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Afegir a preferits',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Treure de preferits',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"No podem carregar els canvis d'aquest document, probablement a causa de la política de retenció d'historial del vostre pla, això us mostra com la versió <strong>{{version}}</strong> es compara amb la versió <strong>publicada</strong>.\",\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparant amb la publicada',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Obrir <VersionBadge>esborrany</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Obrir <VersionBadge>{{releaseTitle}}</VersionBadge> alliberament',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Carregant…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Accions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Disposició',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Ordenar',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Vista compacta',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Vista detallada',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Ordenar per Creat',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Ordenar per Última edició',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Aprèn com afegir un tipus de document →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Si us plau, defineix almenys un tipus de document en el teu esquema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No hi ha tipus de documents',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Enrere',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Mostrar menú',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Crear',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Crear nou document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Permisos insuficients',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Sense edicions no publicades',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n \"No s'ha trobat l'esquema per al tipus <Code>{{documentType}}</Code>\",\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publicat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No hi ha edicions sense publicar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nou {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Sense títol',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Tornant a intentar…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline':\n 'La connexió a Internet sembla estar fora de línia.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': \"No s'han pogut obtenir els elements de la llista\",\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Tornant a intentar…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Tornant a intentar… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': \"No hi ha documents d'aquest tipus\",\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': \"No s'han trobat resultats\",\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Intentant connectar…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Cerca a la llista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalls',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': \"S'ha produït un error durant {{context}}\",\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n \"S'ha produït un error en intentar eliminar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n \"S'ha produït un error en intentar despublicar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n \"S'ha realitzat amb èxit {{op}} en el document\",\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n \"L'URL del document s'ha copiat al porta-retalls\",\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n \"<Strong>{{title}}</Strong> s'ha afegit a la publicació\",\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': \"El document s'ha eliminat amb èxit\",\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n \"Tots els canvis des de la darrera publicació s'han descartat. L'esborrany descartat encara es pot recuperar de l'historial\",\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n \"El document s'ha duplicat amb èxit\",\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n \"<Strong>{{title}}</Strong> s'ha publicat\",\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> ha estat restaurat',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n \"<Strong>{{title}}</Strong> ha estat despublicat. S'ha creat un esborrany a partir de l'última revisió publicada.\",\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Sense títol',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Carregant document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n \"El tipus de document no està definit, i no s'ha pogut trobar un document amb l'identificador <Code>{{id}}</Code>.\",\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': \"El document no s'ha trobat\",\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n \"Aquest document té el tipus d'esquema <Code>{{documentType}}</Code>, que no està definit com a tipus en l'esquema local del content studio.\",\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Tipus de document desconegut: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n \"Aquest document no existeix, i no s'ha especificat cap tipus d'esquema per a ell.\",\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Carregant…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Encara carregant…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n \"A l'element d'estructura li falta la propietat <Code>type</Code> requerida.\",\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Tipus de panell desconegut',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n \"L'element d'estructura de tipus <Code>{{type}}</Code> no és una entitat coneguda.\",\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Obrir vista prèvia',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Enviar sol·licitud',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'La teva sol·licitud serà enviada als administradors del projecte. Si vols, també pots incloure una nota',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': \"Demanar accés d'edició\",\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Si vols, pots afegir una nota',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Afegir nota...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'La teva sol·licitud per accedir a aquest projecte ha estat rebutjada.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Has arribat al límit de sol·licituds de rol en tots els projectes. Si us plau, espera abans de presentar més sol·licituds o contacta amb un administrador per obtenir ajuda.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Desat',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Desant...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Última publicació {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Darrera publicació <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Darrera actualització {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Darrera actualització <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Revisar canvis',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Desat!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Desant...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Canvis desats',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Revisar canvis',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Veure documentació',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': \"S'ha trobat un error en llegir l'estructura\",\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Recarregar',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': \"Camí de l'estructura\",\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': \"Obrir menú d'accions\",\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Accions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Col·lapsar',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expandir',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'No s\\'ha trobat la publicació amb id \"{{releaseId}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -135,11 +135,11 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
135
135
|
"asset-sources.dataset.image.title": "Imatges de l'espai de treball",
|
|
136
136
|
/** Error messages for the Media Library Asset Source */
|
|
137
137
|
"asset-sources.media-library.error.library-could-not-be-resolved": "Alguna cosa ha anat malament intentant resoldre la Biblioteca de Mitjans per a aquest projecte.",
|
|
138
|
+
/** Error message shown when no media library has been provisioned for the current organization */
|
|
139
|
+
"asset-sources.media-library.error.no-media-library-provisioned": "No s'ha provisionat cap biblioteca de mitjans per a aquesta organitzaci\xF3.",
|
|
138
140
|
/** Menu Items for Media Library Asset Source */
|
|
139
141
|
"asset-sources.media-library.file.title": "Biblioteca de mitjans",
|
|
140
142
|
"asset-sources.media-library.image.title": "Biblioteca de mitjans",
|
|
141
|
-
/** Info messages for the Media Library Asset Source */
|
|
142
|
-
"asset-sources.media-library.info.provisioning": "Espereu mentre preparem la vostra Biblioteca de Mitjans",
|
|
143
143
|
/** Label when a release has been deleted by a different user */
|
|
144
144
|
"banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
|
|
145
145
|
/** Action message for navigating to next month */
|
|
@@ -1095,22 +1095,17 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1095
1095
|
"release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
|
|
1096
1096
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1097
1097
|
"release.action.new-release": "Nova Versi\xF3",
|
|
1098
|
-
"release.action.new-release.limit-reached_other":
|
|
1099
|
-
// 'This workspace is limited to {{count}} releases'
|
|
1098
|
+
"release.action.new-release.limit-reached_other": "Aquest espai de treball est\xE0 limitat a {{count}} llan\xE7aments",
|
|
1100
1099
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1101
1100
|
"release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
|
|
1102
1101
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1103
|
-
"release.action.revert-unpublish-version.failure.description":
|
|
1104
|
-
// 'Please try again or check your connection. The document is still going to be unpublished upon release.'
|
|
1102
|
+
"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.",
|
|
1105
1103
|
/** Error message title for when a version is reverted from being unpublished */
|
|
1106
|
-
"release.action.revert-unpublish-version.failure.title":
|
|
1107
|
-
// 'Failed to revert from setting to unpublish on release.'
|
|
1104
|
+
"release.action.revert-unpublish-version.failure.title": "No s'ha pogut revertir l'opci\xF3 de despublicar en el llan\xE7ament.",
|
|
1108
1105
|
/** Action message description for when a version is reverted from being unpublished */
|
|
1109
|
-
"release.action.revert-unpublish-version.success.description":
|
|
1110
|
-
// 'You can now edit this version.'
|
|
1106
|
+
"release.action.revert-unpublish-version.success.description": "Ara podeu editar aquesta versi\xF3.",
|
|
1111
1107
|
/** Action message title for when a version is reverted from being unpublished */
|
|
1112
|
-
"release.action.revert-unpublish-version.success.title":
|
|
1113
|
-
// 'Successfully reverted from setting to unpublish on release.'
|
|
1108
|
+
"release.action.revert-unpublish-version.success.title": "S'ha revertit amb \xE8xit l'opci\xF3 de despublicar en el llan\xE7ament.",
|
|
1114
1109
|
/** Error message for when a version is set to be unpublished */
|
|
1115
1110
|
"release.action.unpublish-version.failure": "No s'ha pogut establir la versi\xF3 per ser despublicada en la versi\xF3",
|
|
1116
1111
|
/** Action message for when a version is set to be unpublished successfully */
|
|
@@ -1578,35 +1573,25 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1578
1573
|
/** Accessibility label for the navbar status button */
|
|
1579
1574
|
"status-button.aria-label": "Estat de la configuraci\xF3",
|
|
1580
1575
|
/* Time zone handling */
|
|
1581
|
-
"time-zone.action.search-for-timezone-placeholder":
|
|
1582
|
-
// 'Search for a city or time zone'
|
|
1576
|
+
"time-zone.action.search-for-timezone-placeholder": "Cerqueu una ciutat o una zona hor\xE0ria",
|
|
1583
1577
|
/* Label for the local time zone button */
|
|
1584
|
-
"time-zone.action.select-local-time-zone":
|
|
1585
|
-
// 'Select local time zone'
|
|
1578
|
+
"time-zone.action.select-local-time-zone": "Seleccioneu la zona hor\xE0ria local",
|
|
1586
1579
|
/* Dialog info for the time zone dialog */
|
|
1587
|
-
"time-zone.dialog-info.content-releases":
|
|
1588
|
-
// 'The selected time zone will change how dates are represented in content releases.'
|
|
1580
|
+
"time-zone.dialog-info.content-releases": "La zona hor\xE0ria seleccionada canviar\xE0 com es representen les dates en els llan\xE7aments de contingut.",
|
|
1589
1581
|
/* Dialog info for the time zone dialog */
|
|
1590
|
-
"time-zone.dialog-info.input":
|
|
1591
|
-
// 'The selected time zone will change how dates are represented only for this input in this document.'
|
|
1582
|
+
"time-zone.dialog-info.input": "La zona hor\xE0ria seleccionada canviar\xE0 com es representen les dates nom\xE9s per a aquesta entrada en aquest document.",
|
|
1592
1583
|
/* Dialog info for the time zone dialog */
|
|
1593
|
-
"time-zone.dialog-info.scheduled-publishing":
|
|
1594
|
-
// 'The selected time zone will change how dates are represented in schedules.'
|
|
1584
|
+
"time-zone.dialog-info.scheduled-publishing": "La zona hor\xE0ria seleccionada canviar\xE0 com es representen les dates en les programacions.",
|
|
1595
1585
|
/* Label for the local time zone button */
|
|
1596
|
-
"time-zone.local-time":
|
|
1597
|
-
// 'local time'
|
|
1586
|
+
"time-zone.local-time": "hora local",
|
|
1598
1587
|
/* Label for the time zone button */
|
|
1599
|
-
"time-zone.time-zone":
|
|
1600
|
-
// 'Time zone'
|
|
1588
|
+
"time-zone.time-zone": "Zona hor\xE0ria",
|
|
1601
1589
|
/* Tooltip content for the time zone dialog */
|
|
1602
|
-
"time-zone.time-zone-tooltip-content-releases":
|
|
1603
|
-
// 'Displaying releases in {{alternativeName}} GMT{{offset}}'
|
|
1590
|
+
"time-zone.time-zone-tooltip-content-releases": "Mostrant llan\xE7aments a {{alternativeName}} GMT{{offset}}",
|
|
1604
1591
|
/* Tooltip content for the time zone dialog */
|
|
1605
|
-
"time-zone.time-zone-tooltip-input":
|
|
1606
|
-
// 'Displaying <em>{{title}}</em> in {{alternativeName}} GMT{{offset}}'
|
|
1592
|
+
"time-zone.time-zone-tooltip-input": "Mostrant <em>{{title}}</em> a {{alternativeName}} GMT{{offset}}",
|
|
1607
1593
|
/* Tooltip content for the time zone dialog */
|
|
1608
|
-
"time-zone.time-zone-tooltip-scheduled-publishing":
|
|
1609
|
-
// 'Displaying schedules in {{alternativeName}} GMT{{offset}}'
|
|
1594
|
+
"time-zone.time-zone-tooltip-scheduled-publishing": "Mostrant programacions a {{alternativeName}} GMT{{offset}}",
|
|
1610
1595
|
/** Title for the changes tooltip in the history inspector*/
|
|
1611
1596
|
"timeline.changes.title": "Canvis per",
|
|
1612
1597
|
/** Description for error when the timeline for the given document can't be loaded */
|