@sanity/locale-ca-es 1.0.0

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.
Files changed (55) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +61 -0
  3. package/dist/_chunks-cjs/canvas.cjs +58 -0
  4. package/dist/_chunks-cjs/canvas.cjs.map +1 -0
  5. package/dist/_chunks-cjs/comments.cjs +175 -0
  6. package/dist/_chunks-cjs/comments.cjs.map +1 -0
  7. package/dist/_chunks-cjs/copy-paste.cjs +53 -0
  8. package/dist/_chunks-cjs/copy-paste.cjs.map +1 -0
  9. package/dist/_chunks-cjs/create.cjs +50 -0
  10. package/dist/_chunks-cjs/create.cjs.map +1 -0
  11. package/dist/_chunks-cjs/structure.cjs +490 -0
  12. package/dist/_chunks-cjs/structure.cjs.map +1 -0
  13. package/dist/_chunks-cjs/studio.cjs +1705 -0
  14. package/dist/_chunks-cjs/studio.cjs.map +1 -0
  15. package/dist/_chunks-cjs/tasks.cjs +155 -0
  16. package/dist/_chunks-cjs/tasks.cjs.map +1 -0
  17. package/dist/_chunks-cjs/validation.cjs +93 -0
  18. package/dist/_chunks-cjs/validation.cjs.map +1 -0
  19. package/dist/_chunks-cjs/vision.cjs +76 -0
  20. package/dist/_chunks-cjs/vision.cjs.map +1 -0
  21. package/dist/_chunks-es/canvas.js +60 -0
  22. package/dist/_chunks-es/canvas.js.map +1 -0
  23. package/dist/_chunks-es/comments.js +177 -0
  24. package/dist/_chunks-es/comments.js.map +1 -0
  25. package/dist/_chunks-es/copy-paste.js +55 -0
  26. package/dist/_chunks-es/copy-paste.js.map +1 -0
  27. package/dist/_chunks-es/create.js +52 -0
  28. package/dist/_chunks-es/create.js.map +1 -0
  29. package/dist/_chunks-es/structure.js +492 -0
  30. package/dist/_chunks-es/structure.js.map +1 -0
  31. package/dist/_chunks-es/studio.js +1707 -0
  32. package/dist/_chunks-es/studio.js.map +1 -0
  33. package/dist/_chunks-es/tasks.js +157 -0
  34. package/dist/_chunks-es/tasks.js.map +1 -0
  35. package/dist/_chunks-es/validation.js +95 -0
  36. package/dist/_chunks-es/validation.js.map +1 -0
  37. package/dist/_chunks-es/vision.js +78 -0
  38. package/dist/_chunks-es/vision.js.map +1 -0
  39. package/dist/index.cjs +75 -0
  40. package/dist/index.cjs.map +1 -0
  41. package/dist/index.d.cts +14 -0
  42. package/dist/index.d.ts +14 -0
  43. package/dist/index.js +57 -0
  44. package/dist/index.js.map +1 -0
  45. package/package.json +60 -0
  46. package/src/canvas.ts +67 -0
  47. package/src/comments.ts +197 -0
  48. package/src/copy-paste.ts +66 -0
  49. package/src/create.ts +40 -0
  50. package/src/index.ts +72 -0
  51. package/src/structure.ts +582 -0
  52. package/src/studio.ts +1941 -0
  53. package/src/tasks.ts +172 -0
  54. package/src/validation.ts +99 -0
  55. package/src/vision.ts +83 -0
@@ -0,0 +1,582 @@
1
+ import {removeUndefinedLocaleResources} from 'sanity'
2
+
3
+ export default removeUndefinedLocaleResources({
4
+ /** Label for the "Copy Document URL" document action */
5
+ 'action.copy-document-url.label': "Copia l'URL del document",
6
+ /** Tooltip when action button is disabled because the operation is not ready */
7
+ 'action.delete.disabled.not-ready': 'Operació no preparada',
8
+ /** Tooltip when action button is disabled because the document does not exist */
9
+ 'action.delete.disabled.nothing-to-delete':
10
+ 'Aquest document encara no existeix o ja ha estat eliminat',
11
+ /** Label for the "Delete" document action button */
12
+ 'action.delete.label': 'Elimina',
13
+ /** Label for the "Delete" document action while the document is being deleted */
14
+ 'action.delete.running.label': 'Eliminant…',
15
+ /** Tooltip when action is disabled because the document is linked to Canvas */
16
+ 'action.disabled-by-canvas.tooltip':
17
+ 'Algunes accions del document estan desactivades per a documents vinculats a Canvas',
18
+ /** Message prompting the user to confirm discarding changes */
19
+ 'action.discard-changes.confirm-dialog.confirm-discard-changes':
20
+ "Estàs segur que vols descartar tots els canvis des de l'última publicació?",
21
+ /** Tooltip when action is disabled because the document has no unpublished changes */
22
+ 'action.discard-changes.disabled.no-change': 'Aquest document no té canvis sense publicar',
23
+ /** Tooltip when action is disabled because the document is not published */
24
+ 'action.discard-changes.disabled.not-published': 'Aquest document no està publicat',
25
+ /** Tooltip when action button is disabled because the operation is not ready */
26
+ 'action.discard-changes.disabled.not-ready': 'Operació no preparada',
27
+ /** Label for the "Discard changes" document action */
28
+ 'action.discard-changes.label': 'Descarta els canvis',
29
+ /** Tooltip when action is disabled because the operation is not ready */
30
+ 'action.duplicate.disabled.not-ready': 'Operació no preparada',
31
+ /** Tooltip when action is disabled because the document doesn't exist */
32
+ 'action.duplicate.disabled.nothing-to-duplicate':
33
+ 'Aquest document encara no existeix, així que no hi ha res per duplicar',
34
+ /** Label for the "Duplicate" document action */
35
+ 'action.duplicate.label': 'Duplica',
36
+ /** Label for the "Duplicate" document action while the document is being duplicated */
37
+ 'action.duplicate.running.label': 'Duplicant…',
38
+ /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/
39
+ 'action.publish.already-published.no-time-ago.tooltip': 'Ja publicat',
40
+ /** Tooltip when publish button is disabled because the document is already published.*/
41
+ 'action.publish.already-published.tooltip': 'Publicat {{timeSincePublished}}',
42
+ /** Tooltip when action is disabled because the studio is not ready.*/
43
+ 'action.publish.disabled.not-ready': 'Operació no preparada',
44
+ /** Label for action when there are pending changes.*/
45
+ 'action.publish.draft.label': 'Publica',
46
+ /** Label for the "Publish" document action */
47
+ 'action.publish.label': 'Publica',
48
+ /** Label for the "Publish" document action when the document has live edit enabled.*/
49
+ 'action.publish.live-edit.label': 'Publica',
50
+ /** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
51
+ 'action.publish.live-edit.publish-disabled':
52
+ "No es pot publicar ja que l'Edició en Directe està activada per a aquest tipus de document",
53
+ /** Tooltip for the "Publish" document action when the document has live edit enabled.*/
54
+ 'action.publish.live-edit.tooltip':
55
+ "L'Edició en Directe està activada per a aquest tipus de contingut i la publicació es realitza automàticament a mesura que fas canvis",
56
+ /** Tooltip when publish button is disabled because there are no changes.*/
57
+ 'action.publish.no-changes.tooltip': 'No hi ha canvis sense publicar',
58
+ /** Label for the "Publish" document action when there are no changes.*/
59
+ 'action.publish.published.label': 'Publicat',
60
+ /** Label for the "Publish" document action while publish is being executed.*/
61
+ 'action.publish.running.label': 'Publicant…',
62
+ /** Tooltip when the "Publish" document action is disabled due to validation issues */
63
+ 'action.publish.validation-issues.tooltip':
64
+ 'Hi ha errors de validació que cal corregir abans que aquest document pugui ser publicat',
65
+ /** Tooltip when publish button is waiting for validation and async tasks to complete.*/
66
+ 'action.publish.waiting': 'Esperant a que les tasques acabin abans de publicar',
67
+ /** Message prompting the user to confirm that they want to restore to an earlier revision*/
68
+ 'action.restore.confirm.message': 'Estàs segur que vols restaurar aquest document?',
69
+ /** Fallback tooltip for when user is looking at the initial revision */
70
+ 'action.restore.disabled.cannot-restore-initial': 'No pots restaurar a la revisió inicial',
71
+ /** Label for the "Restore" document action */
72
+ 'action.restore.label': 'Revertir a la revisió',
73
+ /** Default tooltip for the action */
74
+ 'action.restore.tooltip': 'Restaurar a aquesta revisió',
75
+ /** Tooltip when action is disabled because the document is not already published */
76
+ 'action.unpublish.disabled.not-published': 'Aquest document no està publicat',
77
+ /** Tooltip when action is disabled because the operation is not ready */
78
+ 'action.unpublish.disabled.not-ready': 'Operació no preparada',
79
+ /** Label for the "Unpublish" document action */
80
+ 'action.unpublish.label': 'Despublicar',
81
+ /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/
82
+ 'action.unpublish.live-edit.disabled':
83
+ "Aquest document té l'edició en viu activada i no pot ser despublicat",
84
+
85
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
86
+ 'banners.archived-release.description':
87
+ 'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',
88
+ /** The text for the restore button on the deleted document banner */
89
+ 'banners.deleted-document-banner.restore-button.text': 'Restaurar la revisió més recent',
90
+ /** The text content for the deleted document banner */
91
+ 'banners.deleted-document-banner.text': 'Aquest document ha estat eliminat.',
92
+ /** The text content for the deprecated document type banner */
93
+ 'banners.deprecated-document-type-banner.text': 'Aquest tipus de document ha estat obsolet.',
94
+ /** The text for publish action for discarding the version */
95
+ 'banners.live-edit-draft-banner.discard.tooltip': 'Descartar esborrany',
96
+ /** The text for publish action for the draft banner */
97
+ 'banners.live-edit-draft-banner.publish.tooltip': 'Publicar per continuar editant',
98
+ /** The text content for the live edit document when it's a draft */
99
+ 'banners.live-edit-draft-banner.text':
100
+ "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.",
101
+ /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */
102
+ 'banners.permission-check-banner.missing-permission_create_one':
103
+ 'El teu rol <Roles/> no té permís per publicar aquest document.',
104
+ /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */
105
+ 'banners.permission-check-banner.missing-permission_create_other':
106
+ 'Els teus rols <Roles/> no tenen permís per publicar aquest document.',
107
+ /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */
108
+ 'banners.permission-check-banner.missing-permission_update_one':
109
+ 'El teu rol <Roles/> no té permís per editar aquest document.',
110
+ /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */
111
+ 'banners.permission-check-banner.missing-permission_update_other':
112
+ 'Els teus rols <Roles/> no tenen permís per editar aquest document.',
113
+ /** The pending text for the request permission button that appears for viewer roles */
114
+ 'banners.permission-check-banner.request-permission-button.sent': "Sol·licitud d'editor enviada",
115
+ /** The text for the request permission button that appears for viewer roles */
116
+ 'banners.permission-check-banner.request-permission-button.text': 'Demanar per editar',
117
+ /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
118
+ 'banners.published-release.description':
119
+ 'Estàs veient un document de només lectura que va ser publicat com a part de <VersionBadge>{{title}}</VersionBadge>. No es pot editar',
120
+ /** The text for the reload button */
121
+ 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Recarrega la referència',
122
+ /** The text for the reference change banner if the reason is that the reference has been changed */
123
+ 'banners.reference-changed-banner.reason-changed.text':
124
+ "Aquesta referència ha canviat des que l'has oberta.",
125
+ /** The text for the close button */
126
+ 'banners.reference-changed-banner.reason-removed.close-button.text': 'Tanca la referència',
127
+ /** The text for the reference change banner if the reason is that the reference has been deleted */
128
+ 'banners.reference-changed-banner.reason-removed.text':
129
+ "Aquesta referència s'ha eliminat des que l'has oberta.",
130
+ /** The text that appears for the action button to add the current document to the global release */
131
+ 'banners.release.action.add-to-release': 'Afegeix a la publicació',
132
+ /** The text that appears for the action button to add the current document to the global release */
133
+ 'banners.release.action.open-to-edit': 'Obre la publicació per editar',
134
+ /** Toast description in case an error occurs when adding a document to a release */
135
+ 'banners.release.error.description':
136
+ "S'ha produït un error en afegir el document a la publicació: {{message}}",
137
+ /** Toast title in case an error occurs when adding a document to a release */
138
+ 'banners.release.error.title': 'Error en afegir el document a la publicació',
139
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
140
+ 'banners.release.navigate-to-edit-description': 'El document només existeix a la',
141
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
142
+ 'banners.release.navigate-to-edit-description-end_one': 'publicació',
143
+ /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
144
+ 'banners.release.navigate-to-edit-description-end_other': 'publicacions',
145
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */
146
+ 'banners.release.navigate-to-edit-description-multiple_one':
147
+ 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicació més.',
148
+ /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
149
+ 'banners.release.navigate-to-edit-description-multiple_other':
150
+ 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicacions més',
151
+ /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
152
+ 'banners.release.navigate-to-edit-description-single':
153
+ 'Aquest document forma part de la publicació <VersionBadge/>',
154
+ /** The text for the banner that appears when a document is not in the current global release */
155
+ 'banners.release.not-in-release':
156
+ 'No està a la publicació <VersionBadge>{{title}}</VersionBadge>.',
157
+ /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
158
+ 'banners.release.waiting.description':
159
+ "Espera mentre el document s'afegeix a la publicació. No hauria de trigar més de uns segons.",
160
+ /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
161
+ 'banners.release.waiting.title': 'Afegint document a la publicació…',
162
+ /** The text content for the unpublished document banner when is part of a release */
163
+ 'banners.unpublished-release-banner.text':
164
+ 'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',
165
+
166
+ /** Browser/tab title when creating a new document of a given type */
167
+ 'browser-document-title.new-document': 'Nou {{schemaType}}',
168
+ /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
169
+ 'browser-document-title.untitled-document': 'Sense títol',
170
+
171
+ /** The action menu button aria-label */
172
+ 'buttons.action-menu-button.aria-label': 'Obre les accions del document',
173
+ /** The action menu button tooltip */
174
+ 'buttons.action-menu-button.tooltip': 'Accions del document',
175
+ /** The aria-label for the split pane button on the document panel header */
176
+ 'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',
177
+ /** The tool tip for the split pane button on the document panel header */
178
+ 'buttons.split-pane-button.tooltip': 'Divideix el panell a la dreta',
179
+ /** The title for the close button on the split pane on the document panel header */
180
+ 'buttons.split-pane-close-button.title': 'Tanca el panell dividit',
181
+ /** The title for the close group button on the split pane on the document panel header */
182
+ 'buttons.split-pane-close-group-button.title': 'Tanca el grup de panells',
183
+
184
+ /** The text for the canvas linked banner action button */
185
+ 'canvas.banner.edit-in-canvas-action': 'Edita a Canvas',
186
+ /** The text for the canvas linked banner when the document is a draft */
187
+ 'canvas.banner.linked-text.draft': 'Aquest document esborrany està vinculat a Canvas',
188
+ /** The text for the canvas linked banner when the document is a live document */
189
+ 'canvas.banner.linked-text.published': 'Aquest document en viu està vinculat a Canvas',
190
+ /** The text for the canvas linked banner when the document is a version document */
191
+ 'canvas.banner.linked-text.version': 'Aquest document de versió està vinculat a Canvas',
192
+ /** The text for the canvas linked banner popover button */
193
+ 'canvas.banner.popover-button-text': 'Aprèn més',
194
+ /** The description for the canvas linked banner popover */
195
+ 'canvas.banner.popover-description':
196
+ 'Canvas et permet crear contingut en un editor de forma lliure que es mapeja automàticament al Studio com a contingut estructurat - mentre escrius.',
197
+ /** The heading for the canvas linked banner popover */
198
+ 'canvas.banner.popover-heading': 'Creació prioritzant la idea',
199
+
200
+ /** The label used in the changes inspector for the from selector */
201
+ 'changes.from.label': 'Des de',
202
+ /* The label for the history tab in the changes inspector*/
203
+ 'changes.tab.history': 'Història',
204
+ /* The label for the review tab in the changes inspector*/
205
+ 'changes.tab.review-changes': 'Revisa els canvis',
206
+ /** The label used in the changes inspector for the to selector */
207
+ 'changes.to.label': 'A',
208
+
209
+ /** The error message shown when the specified document comparison mode is not supported */
210
+ 'compare-version.error.invalidModeParam':
211
+ '"{{input}}" no és un mode de comparació de documents suportat.',
212
+ /** The error message shown when the next document for comparison could not be extracted from the URL */
213
+ 'compare-version.error.invalidNextDocumentParam': 'El paràmetre del següent document és invàlid.',
214
+ /** The error message shown when the document comparison URL could not be parsed */
215
+ 'compare-version.error.invalidParams.title': 'Incapaç de comparar documents',
216
+ /** The error message shown when the previous document for comparison could not be extracted from the URL */
217
+ 'compare-version.error.invalidPreviousDocumentParam':
218
+ 'El paràmetre del document anterior és invàlid.',
219
+
220
+ /** The text for the tooltip when the "Compare versions" action for a document is disabled */
221
+ 'compare-versions.menu-item.disabled-reason':
222
+ "No hi ha altres versions d'aquest document per comparar.",
223
+ /** The text for the "Compare versions" action for a document */
224
+ 'compare-versions.menu-item.title': 'Compara versions',
225
+ /** The string used to label draft documents */
226
+ 'compare-versions.status.draft': 'Esborrany',
227
+ /** The string used to label published documents */
228
+ 'compare-versions.status.published': 'Publicat',
229
+ /** The title used when comparing versions of a document */
230
+ 'compare-versions.title': 'Compara versions',
231
+
232
+ /** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
233
+ 'confirm-delete-dialog.cancel-button.text': 'Cancel·la',
234
+ /** Used in `confirm-delete-dialog.cdr-summary.title` */
235
+ 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',
236
+ /** Used in `confirm-delete-dialog.cdr-summary.title` */
237
+ 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',
238
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
239
+ 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Conjunt de dades: {{datasets}}',
240
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
241
+ 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',
242
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
243
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Dataset no disponible',
244
+ /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */
245
+ 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Datasets no disponibles',
246
+ /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */
247
+ 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} en un altre dataset',
248
+ /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */
249
+ 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} en {{count}} datasets',
250
+ /** Appears when hovering over the copy button to copy */
251
+ 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': "Copia l'ID al porta-retalls",
252
+ /** The header for the dataset column in the list of cross-dataset references found */
253
+ 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',
254
+ /** The header for the document ID column in the list of cross-dataset references found */
255
+ 'confirm-delete-dialog.cdr-table.document-id.label': 'ID del document',
256
+ /** The toast title when the copy button has been clicked but copying failed */
257
+ 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
258
+ "No s'ha pogut copiar l'ID del document",
259
+ /** The header for the project ID column in the list of cross-dataset references found */
260
+ 'confirm-delete-dialog.cdr-table.project-id.label': 'ID del projecte',
261
+ /** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
262
+ 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Esborra de totes maneres',
263
+ /** The text in the "Unpublish anyway" button in the confirm delete dialog that confirms the action */
264
+ 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Despublica de totes maneres',
265
+ /** The text in the "Delete now" button in the confirm delete dialog that confirms the action */
266
+ 'confirm-delete-dialog.confirm-button.text_delete': 'Esborra ara',
267
+ /** The text in the "Unpublish now" button in the confirm delete dialog that confirms the action */
268
+ 'confirm-delete-dialog.confirm-button.text_unpublish': 'Despublica ara',
269
+ /** If no referring documents are found, this text appears above the cancel and confirmation buttons */
270
+ 'confirm-delete-dialog.confirmation.text_delete':
271
+ 'Estàs segur que vols esborrar “<DocumentTitle/>”?',
272
+ /** If no referring documents are found, this text appears above the cancel and confirmation buttons */
273
+ 'confirm-delete-dialog.confirmation.text_unpublish':
274
+ 'Estàs segur que vols despublicar “<DocumentTitle/>”?',
275
+ /** The text body of the error dialog. */
276
+ 'confirm-delete-dialog.error.message.text':
277
+ "S'ha produït un error en carregar els documents de referència.",
278
+ /** The text in the retry button of the confirm delete dialog if an error occurred. */
279
+ 'confirm-delete-dialog.error.retry-button.text': 'Reintenta',
280
+ /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */
281
+ 'confirm-delete-dialog.error.title.text': 'Error',
282
+ /** The header of the confirm delete dialog */
283
+ 'confirm-delete-dialog.header.text_delete': 'Vols esborrar el document?',
284
+ /** The header of the confirm delete dialog */
285
+ 'confirm-delete-dialog.header.text_unpublish': 'Vols despublicar el document?',
286
+ /** The text that appears while the referring documents are queried */
287
+ 'confirm-delete-dialog.loading.text': 'Buscant documents de referència…',
288
+ /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
289
+ 'confirm-delete-dialog.other-reference-count.title_one': '1 altra referència no mostrada',
290
+ /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */
291
+ 'confirm-delete-dialog.other-reference-count.title_other':
292
+ '{{count}} altres referències no mostrades',
293
+ /** Text in the tooltip of this component if hovering over the info icon */
294
+ 'confirm-delete-dialog.other-reference-count.tooltip':
295
+ "No podem mostrar les metadades d'aquestes referències a causa d'un token d'accés absent per als datasets relacionats.",
296
+ /** Appears when unable to render a document preview in the referring document list */
297
+ 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',
298
+ /** Appears when unable to render a document preview in the referring document list */
299
+ 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Vista prèvia no disponible',
300
+ /** Warns the user of affects to other documents if the action is confirmed (delete) */
301
+ 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':
302
+ 'Si esborres aquest document, els documents que hi fan referència ja no podran accedir-hi.',
303
+ /** Warns the user of affects to other documents if the action is confirmed (unpublish) */
304
+ 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':
305
+ 'Si deixes de publicar aquest document, els documents que hi fan referència ja no podran accedir-hi.',
306
+ /** Tells the user the count of how many other referring documents there are before listing them. (singular) */
307
+ 'confirm-delete-dialog.referring-document-count.text_one':
308
+ '1 document fa referència a “<DocumentTitle/>”',
309
+ /** Tells the user the count of how many other referring documents there are before listing them. (plural) */
310
+ 'confirm-delete-dialog.referring-document-count.text_other':
311
+ '{{count}} documents fan referència a “<DocumentTitle/>”',
312
+ /** Describes the list of documents that refer to the one trying to be deleted (delete) */
313
+ 'confirm-delete-dialog.referring-documents-descriptor.text_delete':
314
+ 'Potser no podràs esborrar “<DocumentTitle/>” perquè els següents documents hi fan referència:',
315
+ /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */
316
+ 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':
317
+ 'Potser no podràs deixar de publicar “<DocumentTitle/>” perquè els següents documents hi fan referència:',
318
+
319
+ /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */
320
+ 'confirm-dialog.cancel-button.fallback-text': 'Cancel·la',
321
+ /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */
322
+ 'confirm-dialog.confirm-button.fallback-text': 'Confirma',
323
+
324
+ /** For the default structure definition, the title for the "Content" pane */
325
+ 'default-definition.content-title': 'Contingut',
326
+
327
+ /** The text shown if there was an error while getting the document's title via a preview value */
328
+ 'doc-title.error.text': 'Error: {{errorMessage}}',
329
+ /** The text shown if the preview value for a document is non-existent or empty */
330
+ 'doc-title.fallback.text': 'Sense títol',
331
+ /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */
332
+ 'doc-title.unknown-schema-type.text': "Tipus d'esquema desconegut: {{schemaType}}",
333
+
334
+ /** Tooltip text shown for the close button of the document inspector */
335
+ 'document-inspector.close-button.tooltip': 'Tanca',
336
+ /** The title shown in the dialog header, when inspecting a valid document */
337
+ 'document-inspector.dialog.title': 'Inspeccionant <DocumentTitle/>',
338
+ /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */
339
+ 'document-inspector.dialog.title-no-value': 'Sense valor',
340
+ /** Title shown for menu item that opens the "Inspect" dialog */
341
+ 'document-inspector.menu-item.title': 'Inspecciona',
342
+ /** the placeholder text for the search input on the inspect dialog */
343
+ 'document-inspector.search.placeholder': 'Cerca',
344
+ /** The "parsed" view mode, meaning the JSON is searchable, collapsible etc */
345
+ 'document-inspector.view-mode.parsed': 'Analitzat',
346
+ /** The "raw" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */
347
+ 'document-inspector.view-mode.raw-json': 'JSON en brut',
348
+
349
+ /** The text for when a form is hidden */
350
+ 'document-view.form-view.form-hidden': 'Aquest formulari està ocult',
351
+ /** Fallback title shown when a form title is not provided */
352
+ 'document-view.form-view.form-title-fallback': 'Sense títol',
353
+ /** The text for when the form view is loading a document */
354
+ 'document-view.form-view.loading': 'Carregant document…',
355
+ /** The description of the sync lock toast on the form view */
356
+ 'document-view.form-view.sync-lock-toast.description':
357
+ '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',
358
+ /** The title of the sync lock toast on the form view */
359
+ 'document-view.form-view.sync-lock-toast.title': 'Sincronitzant document…',
360
+
361
+ /** The description for the document favorite action */
362
+ 'document.favorites.add-to-favorites': 'Afegir a preferits',
363
+ /** The description for the document unfavorite action */
364
+ 'document.favorites.remove-from-favorites': 'Treure de preferits',
365
+
366
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
367
+ 'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',
368
+ /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
369
+ 'events.open.draft': 'Obrir <VersionBadge>esborrany</VersionBadge> document',
370
+ /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/
371
+ 'events.open.release': 'Obrir <VersionBadge>{{releaseTitle}}</VersionBadge> alliberament',
372
+
373
+ /** The loading messaging for when the tooltip is still loading permission info */
374
+ 'insufficient-permissions-message-tooltip.loading-text': 'Carregant…',
375
+
376
+ /** --- Menu items --- */
377
+ /** The menu item group title to use for the Action menu items */
378
+ 'menu-item-groups.actions-group': 'Accions',
379
+ /** The menu item group title to use for the Layout menu items */
380
+ 'menu-item-groups.layout-group': 'Disposició',
381
+ /** The menu item group title to use for the Sort menu items */
382
+ 'menu-item-groups.sorting-group': 'Ordenar',
383
+
384
+ /** The menu item title to use the compact view */
385
+ 'menu-items.layout.compact-view': 'Vista compacta',
386
+ /** The menu item title to use the detailed view */
387
+ 'menu-items.layout.detailed-view': 'Vista detallada',
388
+ /** The menu item title to Sort by Created */
389
+ 'menu-items.sort-by.created': 'Ordenar per Creat',
390
+ /** The menu item title to Sort by Last Edited */
391
+ 'menu-items.sort-by.last-edited': 'Ordenar per Última edició',
392
+
393
+ /** The link text of the no document type screen that appears directly below the subtitle */
394
+ 'no-document-types-screen.link-text': 'Aprèn com afegir un tipus de document →',
395
+ /** The subtitle of the no document type screen that appears directly below the title */
396
+ 'no-document-types-screen.subtitle':
397
+ 'Si us plau, defineix almenys un tipus de document en el teu esquema.',
398
+ /** The title of the no document type screen */
399
+ 'no-document-types-screen.title': 'No hi ha tipus de documents',
400
+
401
+ /** Text shown on back button visible on smaller breakpoints */
402
+ 'pane-header.back-button.text': 'Enrere',
403
+ /** tooltip text (via `title` attribute) for the menu button */
404
+ 'pane-header.context-menu-button.tooltip': 'Mostrar menú',
405
+ /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */
406
+ 'pane-header.create-menu.label': 'Crear',
407
+ /** Tooltip displayed on the create new button in document lists */
408
+ 'pane-header.create-new-button.tooltip': 'Crear nou document',
409
+ /** The `aria-label` for the disabled button in the pane header if create permissions are granted */
410
+ 'pane-header.disabled-created-button.aria-label': 'Permisos insuficients',
411
+
412
+ /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */
413
+ 'pane-item.draft-status.has-draft.tooltip': 'Editat <RelativeTime/>',
414
+ /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */
415
+ 'pane-item.draft-status.no-draft.tooltip': 'Sense edicions no publicades',
416
+ /** The subtitle tor pane item previews if there isn't a matching schema type found */
417
+ 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',
418
+ /** The title tor pane item previews if there isn't a matching schema type found */
419
+ 'pane-item.missing-schema-type.title':
420
+ "No s'ha trobat l'esquema per al tipus <Code>{{documentType}}</Code>",
421
+ /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */
422
+ 'pane-item.published-status.has-published.tooltip': 'Publicat <RelativeTime/>',
423
+ /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */
424
+ 'pane-item.published-status.no-published.tooltip': 'No hi ha edicions sense publicar',
425
+
426
+ /** The text used in the document header title if there is an error */
427
+ 'panes.document-header-title.error.text': 'Error: {{error}}',
428
+ /** The text used in the document header title if creating a new item */
429
+ 'panes.document-header-title.new.text': 'Nou {{schemaType}}',
430
+ /** The text used in the document header title if no other title can be determined */
431
+ 'panes.document-header-title.untitled.text': 'Sense títol',
432
+ /** The error text on the document list pane */
433
+ 'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',
434
+ /** The error title on the document list pane */
435
+ 'panes.document-list-pane.error.title': "No s'han pogut obtenir els elements de la llista",
436
+ /** The text of the document list pane if more than a maximum number of documents are returned */
437
+ 'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',
438
+ /** The text of the document list pane if no documents are found for a specified type */
439
+ 'panes.document-list-pane.no-documents-of-type.text': "No hi ha documents d'aquest tipus",
440
+ /** The text of the document list pane if no documents are found */
441
+ 'panes.document-list-pane.no-documents.text': "No s'han trobat resultats",
442
+ /** The text of the document list pane if no documents are found matching specified criteria */
443
+ 'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',
444
+ /** The aria-label for the search input on the document list pane */
445
+ 'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',
446
+ /** The search input for the search input on the document list pane */
447
+ 'panes.document-list-pane.search-input.placeholder': 'Cerca a la llista',
448
+ /** The summary title when displaying an error for a document operation result */
449
+ 'panes.document-operation-results.error.summary.title': 'Detalls',
450
+ /** The text when a generic operation failed (fallback, generally not shown) */
451
+ 'panes.document-operation-results.operation-error': "S'ha produït un error durant {{context}}",
452
+ /** The text when a delete operation failed */
453
+ 'panes.document-operation-results.operation-error_delete':
454
+ "S'ha produït un error en intentar eliminar aquest document. Això normalment significa que hi ha altres documents que el referencien.",
455
+ /** The text when an unpublish operation failed */
456
+ 'panes.document-operation-results.operation-error_unpublish':
457
+ "S'ha produït un error en intentar despublicar aquest document. Això normalment significa que hi ha altres documents que el referencien.",
458
+ /** The text when a generic operation succeeded (fallback, generally not shown) */
459
+ 'panes.document-operation-results.operation-success':
460
+ "S'ha realitzat amb èxit {{op}} en el document",
461
+ /** The text when copy URL operation succeeded */
462
+ 'panes.document-operation-results.operation-success_copy-url':
463
+ "L'URL del document s'ha copiat al porta-retalls",
464
+ /** */
465
+ 'panes.document-operation-results.operation-success_createVersion':
466
+ "<Strong>{{title}}</Strong> s'ha afegit a la publicació",
467
+ /** The text when a delete operation succeeded */
468
+ 'panes.document-operation-results.operation-success_delete': "El document s'ha eliminat amb èxit",
469
+ /** The text when a discard changes operation succeeded */
470
+ 'panes.document-operation-results.operation-success_discardChanges':
471
+ "Tots els canvis des de la darrera publicació s'han descartat. L'esborrany descartat encara es pot recuperar de l'historial",
472
+ /** The text when a duplicate operation succeeded */
473
+ 'panes.document-operation-results.operation-success_duplicate':
474
+ "El document s'ha duplicat amb èxit",
475
+ /** The text when a publish operation succeeded */
476
+ 'panes.document-operation-results.operation-success_publish':
477
+ "<Strong>{{title}}</Strong> s'ha publicat",
478
+ /** The text when a restore operation succeeded */
479
+ 'panes.document-operation-results.operation-success_restore':
480
+ '<Strong>{{title}}</Strong> ha estat restaurat',
481
+ /** The text when an unpublish operation succeeded */
482
+ 'panes.document-operation-results.operation-success_unpublish':
483
+ "<Strong>{{title}}</Strong> ha estat despublicat. S'ha creat un esborrany a partir de l'última revisió publicada.",
484
+ /** The document title shown when document title is "undefined" in operation message */
485
+ 'panes.document-operation-results.operation-undefined-title': 'Sense títol',
486
+ /** The loading message for the document not found pane */
487
+ 'panes.document-pane.document-not-found.loading': 'Carregant document…',
488
+ /** The text of the document not found pane if the schema is known */
489
+ 'panes.document-pane.document-not-found.text':
490
+ "El tipus de document no està definit, i no s'ha pogut trobar un document amb l'identificador <Code>{{id}}</Code>.",
491
+ /** The title of the document not found pane if the schema is known */
492
+ 'panes.document-pane.document-not-found.title': "El document no s'ha trobat",
493
+ /** The text of the document not found pane if the schema is not found */
494
+ 'panes.document-pane.document-unknown-type.text':
495
+ "Aquest document té el tipus d'esquema <Code>{{documentType}}</Code>, que no està definit com a tipus en l'esquema local del content studio.",
496
+ /** The title of the document not found pane if the schema is not found or unknown */
497
+ 'panes.document-pane.document-unknown-type.title':
498
+ 'Tipus de document desconegut: <Code>{{documentType}}</Code>',
499
+ /** The title of the document not found pane if the schema is unknown */
500
+ 'panes.document-pane.document-unknown-type.without-schema.text':
501
+ "Aquest document no existeix, i no s'ha especificat cap tipus d'esquema per a ell.",
502
+ /** Default message shown while resolving the structure definition for an asynchronous node */
503
+ 'panes.resolving.default-message': 'Carregant…',
504
+ /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */
505
+ 'panes.resolving.slow-resolve-message': 'Encara carregant…',
506
+ /** The text to display when type is missing */
507
+ 'panes.unknown-pane-type.missing-type.text':
508
+ "A l'element d'estructura li falta la propietat <Code>type</Code> requerida.",
509
+ /** The title of the unknown pane */
510
+ 'panes.unknown-pane-type.title': 'Tipus de panell desconegut',
511
+ /** The text to display when type is unknown */
512
+ 'panes.unknown-pane-type.unknown-type.text':
513
+ "L'element d'estructura de tipus <Code>{{type}}</Code> no és una entitat coneguda.",
514
+
515
+ /** The text for the "Open preview" action for a document */
516
+ 'production-preview.menu-item.title': 'Obrir vista prèvia',
517
+
518
+ /** The text for the confirm button in the request permission dialog used in the permissions banner */
519
+ 'request-permission-dialog.confirm-button.text': 'Enviar sol·licitud',
520
+ /** The description text for the request permission dialog used in the permissions banner */
521
+ 'request-permission-dialog.description.text':
522
+ 'La teva sol·licitud serà enviada als administradors del projecte. Si vols, també pots incloure una nota',
523
+ /** The header/title for the request permission dialog used in the permissions banner */
524
+ 'request-permission-dialog.header.text': "Demanar accés d'edició",
525
+ /** The text describing the note input for the request permission dialog used in the permissions banner */
526
+ 'request-permission-dialog.note-input.description.text': 'Si vols, pots afegir una nota',
527
+ /** The placeholder for the note input in the request permission dialog used in the permissions banner */
528
+ 'request-permission-dialog.note-input.placeholder.text': 'Afegir nota...',
529
+ /** The error/warning text in the request permission dialog when the user's request has been declined */
530
+ 'request-permission-dialog.warning.denied.text':
531
+ 'La teva sol·licitud per accedir a aquest projecte ha estat rebutjada.',
532
+ /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */
533
+ 'request-permission-dialog.warning.limit-reached.text':
534
+ '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.',
535
+
536
+ /** Label for button when status is saved */
537
+ 'status-bar.document-status-pulse.status.saved.text': 'Desat',
538
+ /** Label for button when status is syncing */
539
+ 'status-bar.document-status-pulse.status.syncing.text': 'Desant...',
540
+ /** Accessibility label indicating when the document was last published, in relative time, eg "3 weeks ago" */
541
+ 'status-bar.publish-status-button.last-published-time.aria-label':
542
+ 'Última publicació {{relativeTime}}',
543
+ /** Text for tooltip showing explanation of timestamp/relative time, eg "Last published <RelativeTime/>" */
544
+ 'status-bar.publish-status-button.last-published-time.tooltip':
545
+ 'Darrera publicació <RelativeTime/>',
546
+ /** Accessibility label indicating when the document was last updated, in relative time, eg "2 hours ago" */
547
+ 'status-bar.publish-status-button.last-updated-time.aria-label':
548
+ 'Darrera actualització {{relativeTime}}',
549
+ /** Text for tooltip showing explanation of timestamp/relative time, eg "Last updated <RelativeTime/>" */
550
+ 'status-bar.publish-status-button.last-updated-time.tooltip':
551
+ 'Darrera actualització <RelativeTime/>',
552
+ /** Aria label for the button */
553
+ 'status-bar.review-changes-button.aria-label': 'Revisar canvis',
554
+ /** Label for button when status is saved */
555
+ 'status-bar.review-changes-button.status.saved.text': 'Desat!',
556
+ /** Label for button when status is syncing */
557
+ 'status-bar.review-changes-button.status.syncing.text': 'Desant...',
558
+ /** Text for the secondary text for tooltip for the button */
559
+ 'status-bar.review-changes-button.tooltip.changes-saved': 'Canvis desats',
560
+ /** Primary text for tooltip for the button */
561
+ 'status-bar.review-changes-button.tooltip.text': 'Revisar canvis',
562
+
563
+ /** The text that appears in side the documentation link */
564
+ 'structure-error.docs-link.text': 'Veure documentació',
565
+ /** Labels the error message or error stack of the structure error screen */
566
+ 'structure-error.error.label': 'Error',
567
+ /** The header that appears at the top of the error screen */
568
+ 'structure-error.header.text': "S'ha trobat un error en llegir l'estructura",
569
+ /** The text in the reload button to retry rendering the structure */
570
+ 'structure-error.reload-button.text': 'Recarregar',
571
+ /** Labels the structure path of the structure error screen */
572
+ 'structure-error.structure-path.label': "Camí de l'estructura",
573
+
574
+ /** The aria label for the menu button in the timeline item */
575
+ 'timeline-item.menu-button.aria-label': "Obrir menú d'accions",
576
+ /** The text for the tooltip in menu button the timeline item */
577
+ 'timeline-item.menu-button.tooltip': 'Accions',
578
+ /** The text for the collapse action in the timeline item menu */
579
+ 'timeline-item.menu.action-collapse': 'Col·lapsar',
580
+ /** The text for the expand action in the timeline item menu */
581
+ 'timeline-item.menu.action-expand': 'Expandir',
582
+ })