@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,1705 @@
1
+ "use strict";
2
+ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
3
+ /** "Disabled" status for auto-updates in About-dialog */
4
+ "about-dialog.version-info.auto-updates.disabled": "Desactivat",
5
+ /** "Enabled" status for auto-updates in About-dialog */
6
+ "about-dialog.version-info.auto-updates.enabled": "Activat",
7
+ /** "Auto Updates" status header in About-dialog */
8
+ "about-dialog.version-info.auto-updates.header": "Actualitzacions Autom\xE0tiques",
9
+ /** "How to enable" next to Disabled state for Auto updates in about dialog */
10
+ "about-dialog.version-info.auto-updates.how-to-enable": "Com activar",
11
+ /** Text displayed on the "Copy to clipboard"-button after clicked */
12
+ "about-dialog.version-info.copy-to-clipboard-button.copied-text": "Copiat al porta-retalls. Feli\xE7 enganxada!",
13
+ /** "Copy to Clipboard" button text for copying version details from About-dialog */
14
+ "about-dialog.version-info.copy-to-clipboard-button.text": "Copiar al Porta-retalls",
15
+ /** "Current version" header in about dialog */
16
+ "about-dialog.version-info.current-version.header": "Versi\xF3 actual",
17
+ /** "How to upgrade" link text */
18
+ "about-dialog.version-info.how-to-upgrade": "Com actualitzar",
19
+ /** "Latest version" header in about dialog */
20
+ "about-dialog.version-info.latest-version.header": "\xDAltima versi\xF3",
21
+ /** "Latest version" header in about dialog */
22
+ "about-dialog.version-info.latest-version.text": "La \xFAltima versi\xF3 \xE9s {{latestVersion}}",
23
+ /** "Up to date" status in About-dialog */
24
+ "about-dialog.version-info.up-to-date": "Actualitzat",
25
+ /** "User agent" header in About-dialog */
26
+ "about-dialog.version-info.user-agent.header": "Agent d'usuari",
27
+ /** The text used in the tooltip shown in the dialog close button */
28
+ "announcement.dialog.close": "Tancar",
29
+ /** Aria label to be used in the dialog close button */
30
+ "announcement.dialog.close-label": "Tancar di\xE0leg",
31
+ /**Text to be used in the tooltip in the button in the studio announcement card */
32
+ "announcement.floating-button.dismiss": "Tancar",
33
+ /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
34
+ "announcement.floating-button.dismiss-label": "Descartar anuncis",
35
+ /**Aria label to be used in the floating button in the studio announcement card */
36
+ "announcement.floating-button.open-label": "Obrir anuncis",
37
+ /** Menu item for deleting the asset */
38
+ "asset-source.asset-list.menu.delete": "Eliminar",
39
+ /** Menu item for showing where a particular asset is used */
40
+ "asset-source.asset-list.menu.show-usage": "Mostrar \xFAs",
41
+ /** Header in usage dialog for file assets */
42
+ "asset-source.asset-usage-dialog.header_file": "Documents que utilitzen l'arxiu",
43
+ /** Header in usage dialog for image assets */
44
+ "asset-source.asset-usage-dialog.header_image": "Documents que utilitzen la imatge",
45
+ /** Text shown in usage dialog when loading documents using the selected asset */
46
+ "asset-source.asset-usage-dialog.loading": "Carregant\u2026",
47
+ /** Text for cancel action in delete-asset dialog */
48
+ "asset-source.delete-dialog.action.cancel": "Cancel\xB7lar",
49
+ /** Text for "confirm delete" action in delete-asset dialog */
50
+ "asset-source.delete-dialog.action.delete": "Eliminar",
51
+ /** Dialog header for delete-asset dialog when deleting a file */
52
+ "asset-source.delete-dialog.header_file": "Eliminar arxiu",
53
+ /** Dialog header for delete-asset dialog when deleting an image */
54
+ "asset-source.delete-dialog.header_image": "Esborra la imatge",
55
+ /** Text shown in delete dialog when loading documents using the selected asset */
56
+ "asset-source.delete-dialog.loading": "Carregant\u2026",
57
+ /** Message confirming to delete *named* file */
58
+ "asset-source.delete-dialog.usage-list.confirm-delete-file_named": "Est\xE0s a punt d'esborrar l'arxiu <strong>{{filename}}</strong> i les seves metadades. N'est\xE0s segur?",
59
+ /** Message confirming to delete *unnamed* file */
60
+ "asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed": "Est\xE0s a punt d'esborrar l'arxiu i les seves metadades. N'est\xE0s segur?",
61
+ /** Message confirming to delete *named* image */
62
+ "asset-source.delete-dialog.usage-list.confirm-delete-image_named": "Est\xE0s a punt d'esborrar la imatge <strong>{{filename}}</strong> i les seves metadades. N'est\xE0s segur?",
63
+ /** Message confirming to delete *unnamed* image */
64
+ "asset-source.delete-dialog.usage-list.confirm-delete-image_unnamed": "Est\xE0s a punt d'esborrar la imatge i les seves metadades. N'est\xE0s segur?",
65
+ /** Alt text showing on image preview in delete asset dialog */
66
+ "asset-source.delete-dialog.usage-list.image-preview-alt": "Previsualitzaci\xF3 de la imatge",
67
+ /** Warning message showing when *named* file can't be deleted because it is in use */
68
+ "asset-source.delete-dialog.usage-list.warning-file-is-in-use_named": "{{filename}} no es pot esborrar perqu\xE8 est\xE0 en \xFAs. Per poder esborrar aquest arxiu, primer has d'eliminar tots els seus usos.",
69
+ /** Warning message showing when *unnamed* file can't be deleted because it is in use */
70
+ "asset-source.delete-dialog.usage-list.warning-file-is-in-use_unnamed": "Aquest arxiu no es pot esborrar perqu\xE8 est\xE0 en \xFAs. Per poder esborrar-lo, primer has d'eliminar tots els seus usos.",
71
+ /** Warning message showing when *named* image can't be deleted because it is in use */
72
+ "asset-source.delete-dialog.usage-list.warning-image-is-in-use_named": "{{filename}} no es pot esborrar perqu\xE8 est\xE0 en \xFAs. Per poder esborrar aquesta imatge, primer has d'eliminar tots els seus usos.",
73
+ /** Warning message showing when *unnamed* image can't be deleted because it is in use */
74
+ "asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed": "Aquesta imatge no es pot esborrar perqu\xE8 est\xE0 en \xFAs. Per poder esborrar-la, primer has d'eliminar tots els seus usos.",
75
+ /** Text shown when the list of assets only include a specific set of types */
76
+ "asset-source.dialog.accept-message": "Nom\xE9s es mostren actius dels tipus acceptats: <strong>{{acceptTypes}}</strong>",
77
+ /** Select asset dialog cancel-button */
78
+ "asset-source.dialog.button.cancel": "Cancel\xB7la",
79
+ /** Select asset dialog select-button */
80
+ "asset-source.dialog.button.select": "Selecciona",
81
+ /** Keys shared between both image asset source and file asset source */
82
+ /** Select asset dialog title for files */
83
+ "asset-source.dialog.default-title_file": "Selecciona l'arxiu",
84
+ /** Select asset dialog title for images */
85
+ "asset-source.dialog.default-title_image": "Selecciona la imatge",
86
+ /** Insert asset error */
87
+ "asset-source.dialog.insert-asset-error": "Error en inserir l'actiu. Consulta la consola per a m\xE9s informaci\xF3.",
88
+ /** Select asset dialog load more items */
89
+ "asset-source.dialog.load-more": "Carrega m\xE9s",
90
+ /** Text shown when selecting a file but there's no files to select from */
91
+ "asset-source.dialog.no-assets_file": "No hi ha arxius",
92
+ /** Text shown when selecting an image but there's no images to select from */
93
+ "asset-source.dialog.no-assets_image": "No hi ha imatges",
94
+ "asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "No es pot esborrar l'arxiu seleccionat actualment",
95
+ "asset-source.file.asset-list.action.delete.text": "Esborra",
96
+ "asset-source.file.asset-list.action.delete.title": "Esborra l'arxiu",
97
+ "asset-source.file.asset-list.action.select-file.title": "Selecciona l'arxiu {{filename}}",
98
+ "asset-source.file.asset-list.action.show-usage.title": "Mostra l'\xFAs",
99
+ "asset-source.file.asset-list.delete-failed": "No s'ha pogut eliminar el fitxer",
100
+ "asset-source.file.asset-list.delete-successful": "El fitxer s'ha eliminat",
101
+ "asset-source.file.asset-list.header.date-added": "Data d'afegiment",
102
+ /** File asset source */
103
+ "asset-source.file.asset-list.header.filename": "Nom del fitxer",
104
+ "asset-source.file.asset-list.header.size": "Mida",
105
+ "asset-source.file.asset-list.header.type": "Tipus",
106
+ /** Text displayed on button or menu invoking the file asset source */
107
+ "asset-source.file.title": "Fitxers pujats",
108
+ "asset-source.image.asset-list.delete-failed": "No s'ha pogut eliminar la imatge",
109
+ /** Image asset source */
110
+ "asset-source.image.asset-list.delete-successful": "La imatge s'ha eliminat",
111
+ /** Text displayed on button or menu invoking the image asset source */
112
+ "asset-source.image.title": "Imatges pujades",
113
+ /** Built in asset source usage texts */
114
+ "asset-source.usage-list.documents-using-file_named_one": "Un document est\xE0 utilitzant el fitxer <code>{{filename}}</code>",
115
+ "asset-source.usage-list.documents-using-file_named_other": "{{count}} documents estan utilitzant el fitxer <code>{{filename}}</code>",
116
+ /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
117
+ "asset-source.usage-list.documents-using-file_named_zero": "Cap document est\xE0 utilitzant el fitxer <code>{{filename}}</code>",
118
+ "asset-source.usage-list.documents-using-file_unnamed_one": "Un document est\xE0 utilitzant aquest fitxer",
119
+ "asset-source.usage-list.documents-using-file_unnamed_other": "{{count}} documents estan utilitzant aquest fitxer",
120
+ /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *unnamed* file **/
121
+ "asset-source.usage-list.documents-using-file_unnamed_zero": "Cap document est\xE0 utilitzant aquest fitxer",
122
+ "asset-source.usage-list.documents-using-image_named_one": "Un document est\xE0 utilitzant la imatge <code>{{filename}}</code>",
123
+ "asset-source.usage-list.documents-using-image_named_other": "{{count}} documents estan utilitzant la imatge <code>{{filename}}</code>",
124
+ /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *named* image **/
125
+ "asset-source.usage-list.documents-using-image_named_zero": "Cap document est\xE0 utilitzant la imatge <code>{{filename}}</code>",
126
+ "asset-source.usage-list.documents-using-image_unnamed_one": "Un document est\xE0 utilitzant aquesta imatge",
127
+ "asset-source.usage-list.documents-using-image_unnamed_other": "{{count}} documents estan utilitzant aquesta imatge",
128
+ /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
129
+ "asset-source.usage-list.documents-using-image_unnamed_zero": "Cap document est\xE0 utilitzant aquesta imatge",
130
+ /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
131
+ "asset-sources.common.uploader.upload-failed.description": "Consulta la consola per a m\xE9s informaci\xF3.",
132
+ "asset-sources.common.uploader.upload-failed.title": "La c\xE0rrega ha fallat",
133
+ /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
134
+ "asset-sources.dataset.file.title": "Fitxers de l'espai de treball",
135
+ "asset-sources.dataset.image.title": "Imatges de l'espai de treball",
136
+ /** Menu Items for Media Library Asset Source */
137
+ "asset-sources.media-library.file.title": "Biblioteca de mitjans",
138
+ "asset-sources.media-library.image.title": "Biblioteca de mitjans",
139
+ /** Label when a release has been deleted by a different user */
140
+ "banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
141
+ /** Action message for navigating to next month */
142
+ "calendar.action.go-to-next-month": "Anar al mes seg\xFCent",
143
+ /** Action message for navigating to next year */
144
+ "calendar.action.go-to-next-year": "Anar a l'any seg\xFCent",
145
+ /** Action message for navigating to previous month */
146
+ "calendar.action.go-to-previous-month": "Anar al mes anterior",
147
+ /** Action message for navigating to previous year */
148
+ "calendar.action.go-to-previous-year": "Anar a l'any anterior",
149
+ /* Label for navigating the calendar to "today", without _selecting_ today. Short form, eg `Today`, not `Go to today` */
150
+ "calendar.action.go-to-today": "Avui",
151
+ /* Accessibility label for navigating the calendar to "today", without _selecting_ today */
152
+ "calendar.action.go-to-today-aria-label": "Anar a avui",
153
+ /* Label for navigating the calendar to "tomorrow", without _selecting_ tomorrow. Short form, eg `Tomorrow`, not `Go to tomorrow` */
154
+ "calendar.action.go-to-tomorrow": "Dem\xE0",
155
+ /* Label for navigating the calendar to "yesterday", without _selecting_ yesterday. Short form, eg `Yesterday`, not `Go to yesterday` */
156
+ "calendar.action.go-to-yesterday": "Ahir",
157
+ /** Label for switch that controls whether or not to include time in given timestamp */
158
+ "calendar.action.include-time-label": "Incloure hora",
159
+ /** Action message for selecting the time */
160
+ "calendar.action.select-time": "Seleccionar hora",
161
+ /** Action message for setting to the current time */
162
+ "calendar.action.set-to-current-time": "Establir a l'hora actual",
163
+ /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
164
+ "calendar.action.set-to-time-preset": "{{time}} el {{date, datetime}}",
165
+ /** Aria label for button to open date picker */
166
+ "calendar.button.aria-label": "Obrir calendari",
167
+ /** Tooltip content for button to open datetime input */
168
+ "calendar.button.tooltip-text": "Seleccionar data",
169
+ /** Error message displayed in calendar when entered date is not the correct format */
170
+ "calendar.error.must-be-in-format": "Ha de tenir el format: {{exampleDate}}",
171
+ /** Month name for April */
172
+ "calendar.month-names.april": "Abril",
173
+ /** Month name for August */
174
+ "calendar.month-names.august": "Agost",
175
+ /** Month name for December */
176
+ "calendar.month-names.december": "Desembre",
177
+ /** Month name for February */
178
+ "calendar.month-names.february": "Febrer",
179
+ /** Month name for January */
180
+ "calendar.month-names.january": "Gener",
181
+ /** Month name for July */
182
+ "calendar.month-names.july": "Juliol",
183
+ /** Month name for June */
184
+ "calendar.month-names.june": "Juny",
185
+ /** Month name for March */
186
+ "calendar.month-names.march": "Mar\xE7",
187
+ /** Month name for May */
188
+ "calendar.month-names.may": "Maig",
189
+ /** Month name for November */
190
+ "calendar.month-names.november": "Novembre",
191
+ /** Month name for October */
192
+ "calendar.month-names.october": "Octubre",
193
+ /** Month name for September */
194
+ "calendar.month-names.september": "Setembre",
195
+ /** Short weekday name for Friday */
196
+ "calendar.weekday-names.short.friday": "Div",
197
+ /** Short weekday name for Monday */
198
+ "calendar.weekday-names.short.monday": "Dil",
199
+ /** Short weekday name for Saturdayday */
200
+ "calendar.weekday-names.short.saturday": "Dis",
201
+ /** Short weekday name for Sunday */
202
+ "calendar.weekday-names.short.sunday": "Diu",
203
+ /** Short weekday name for Thursday */
204
+ "calendar.weekday-names.short.thursday": "Dij",
205
+ /** Short weekday name for Tuesday */
206
+ "calendar.weekday-names.short.tuesday": "Dim",
207
+ /** Short weekday name for Wednesday */
208
+ "calendar.weekday-names.short.wednesday": "Dix",
209
+ /** Label for the close button label in Review Changes pane */
210
+ "changes.action.close-label": "Tancar l'historial",
211
+ /** Cancel label for revert button prompt action */
212
+ "changes.action.revert-all-cancel": "Cancel\xB7lar",
213
+ /** Revert all confirm label for revert button action - used on prompt button + review changes pane */
214
+ "changes.action.revert-all-confirm": "Revertir tot",
215
+ /** Prompt for confirming revert change (singular) label for field change action */
216
+ "changes.action.revert-changes-confirm-change_one": "Revertir canvi",
217
+ /** Revert for confirming revert (plural) label for field change action */
218
+ "changes.action.revert-changes-confirm-change_other": "Revertir canvis",
219
+ /** Prompt for reverting changes for a field change */
220
+ "changes.action.revert-changes-description": "Est\xE0s segur que vols revertir els canvis?",
221
+ /** Prompt for reverting changes for a group change, eg multiple changes */
222
+ "changes.action.revert-changes-description_one": "Est\xE0s segur que vols revertir el canvi?",
223
+ /** Label for when the action of the change was to set something that was previously empty, eg a field was given a value, an array item was added, an asset was selected or similar */
224
+ "changes.added-label": "Afegit",
225
+ /** Array diff: An item was added in a given position (`{{position}}`) */
226
+ "changes.array.item-added-in-position": "Afegit en la posici\xF3 {{position}}",
227
+ "changes.array.item-moved_down_one": "Mogut {{count}} posici\xF3 avall",
228
+ "changes.array.item-moved_down_other": "Mogut {{count}} posicions avall",
229
+ /**
230
+ * Array diff: An item was moved within the array.
231
+ * Receives `{{count}}` representing number of positions it moved.
232
+ * Context is the direction of the move, either `up` or `down`.
233
+ */
234
+ "changes.array.item-moved_up_one": "Mogut {{count}} posici\xF3 amunt",
235
+ "changes.array.item-moved_up_other": "S'ha mogut {{count}} posicions cap amunt",
236
+ /** Array diff: An item was removed from a given position (`{{position}}`) */
237
+ "changes.array.item-removed-from-position": "Eliminat de la posici\xF3 {{position}}",
238
+ /** Accessibility label for the "change bar" shown when there are edits on a field-level */
239
+ "changes.change-bar.aria-label": "Revisar canvis",
240
+ /** Label for when the action of the change was _not_ an add/remove, eg a text field changed value, an image was changed from one asset to another or similar */
241
+ "changes.changed-label": "Canviat",
242
+ /** Label and text for tooltip that indicates the authors of the changes */
243
+ "changes.changes-by-author": "Canvis per",
244
+ /** Additional text shown in development mode when a diff component crashes during rendering */
245
+ "changes.error-boundary.developer-info": "Consulta la consola de desenvolupadors per a m\xE9s informaci\xF3",
246
+ /** Text shown when a diff component crashes during rendering, triggering the error boundary */
247
+ "changes.error-boundary.title": "Renderitzar els canvis d'aquest camp ha provocat un error",
248
+ /* Error description when changes could not be loaded */
249
+ "changes.error-description": "No podem carregar els canvis d'aquest document.",
250
+ /** Error title when changes could not be loaded */
251
+ "changes.error-title": "Alguna cosa ha anat malament",
252
+ /** Error message shown when the value of a field is not the expected one */
253
+ "changes.error.incorrect-type-message": `Error de valor: El valor \xE9s del tipus "<code>{{actualType}}</code>", s'esperava "<code>{{expectedType}}</code>"`,
254
+ /** File diff: Fallback title for the meta info section when there is no original filename to use */
255
+ "changes.file.meta-info-fallback-title": "Sense t\xEDtol",
256
+ /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */
257
+ "changes.image.crop-changed": "Retallada canviada",
258
+ /** Image diff: Text shown if the previous image asset was deleted (shouldn't theoretically happen) */
259
+ "changes.image.deleted": "Imatge eliminada",
260
+ /** Image diff: Text shown if the image failed to be loaded when previewing it */
261
+ "changes.image.error-loading-image": "Error en carregar la imatge",
262
+ /** Image diff: Text shown in tooltip when hovering hotspot that has changed in diff view */
263
+ "changes.image.hotspot-changed": "Punt calent canviat",
264
+ /** Image diff: Fallback title for the meta info section when there is no original filename to use */
265
+ "changes.image.meta-info-fallback-title": "Sense t\xEDtol",
266
+ /** Image diff: Text shown if no asset has been set for the field (but has metadata changes) */
267
+ "changes.image.no-asset-set": "Imatge no establerta",
268
+ /** Image diff: Text shown when the from/to state has/had no image */
269
+ "changes.image.no-image-placeholder": "(sense imatge)",
270
+ /** Label for the "from" value in the change inspector */
271
+ "changes.inspector.from-label": "De",
272
+ /** Label for the "meta" (field path, action etc) information in the change inspector */
273
+ "changes.inspector.meta-label": "Meta",
274
+ /** Label for the "to" value in the change inspector */
275
+ "changes.inspector.to-label": "A",
276
+ /** Loading author of change in the differences tooltip in the review changes pane */
277
+ "changes.loading-author": "Carregant\u2026",
278
+ /** Loading changes in Review Changes Pane */
279
+ "changes.loading-changes": "Carregant canvis\u2026",
280
+ /** No Changes description in the Review Changes pane */
281
+ "changes.no-changes-description": "Edita el document o selecciona una versi\xF3 anterior en la l\xEDnia de temps per veure una llista de canvis apar\xE8ixer en aquest panell.",
282
+ /** No Changes title in the Review Changes pane */
283
+ "changes.no-changes-title": "No hi ha canvis",
284
+ /* Label for the tooltip that shows when an action is not selectable*/
285
+ "changes.not-selectable": "No \xE9s possible seleccionar aquest esdeveniment",
286
+ /** Portable Text diff: An annotation was added */
287
+ "changes.portable-text.annotation_added": "Anotaci\xF3 afegida",
288
+ /** Portable Text diff: An annotation was changed */
289
+ "changes.portable-text.annotation_changed": "Anotaci\xF3 canviada",
290
+ /** Portable Text diff: An annotation was removed */
291
+ "changes.portable-text.annotation_removed": "Anotaci\xF3 eliminada",
292
+ /** Portable Text diff: An annotation was left unchanged */
293
+ "changes.portable-text.annotation_unchanged": "Anotaci\xF3 sense canvis",
294
+ /** Portable Text diff: A block changed from one style to another (eg `normal` to `h1` or similar) */
295
+ "changes.portable-text.block-style-changed": 'Estil de bloc canviat de "{{fromStyle}}" a "{{toStyle}}"',
296
+ /** Portable Text diff: Change formatting of text (setting/unsetting marks, eg bold/italic etc) */
297
+ "changes.portable-text.changed-formatting": "Format canviat",
298
+ /** Portable Text diff: An empty inline object is part of a change */
299
+ "changes.portable-text.empty-inline-object": "Objecte en l\xEDnia buit {{inlineObjectType}}",
300
+ /** Portable Text diff: An empty object is the result of adding/removing an annotation */
301
+ "changes.portable-text.empty-object-annotation": "Anotaci\xF3 buida {{annotationType}}",
302
+ /** Portable Text diff: Added a block containing no text (eg empty block) */
303
+ "changes.portable-text.empty-text_added": "Text buit afegit",
304
+ /** Portable Text diff: Changed a block that contained no text (eg empty block) */
305
+ "changes.portable-text.empty-text_changed": "Text buit canviat",
306
+ /** Portable Text diff: Removed a block containing no text (eg empty block) */
307
+ "changes.portable-text.empty-text_removed": "Text buit eliminat",
308
+ /** Portable Text diff: An inline object was added */
309
+ "changes.portable-text.inline-object_added": "Objecte en l\xEDnia afegit",
310
+ /** Portable Text diff: An inline object was changed */
311
+ "changes.portable-text.inline-object_changed": "Objecte en l\xEDnia canviat",
312
+ /** Portable Text diff: An inline object was removed */
313
+ "changes.portable-text.inline-object_removed": "Objecte en l\xEDnia eliminat",
314
+ /** Portable Text diff: An inline object was left unchanged */
315
+ "changes.portable-text.inline-object_unchanged": "Objecte en l\xEDnia sense canvis",
316
+ /** Portable Text diff: Added a chunk of text */
317
+ "changes.portable-text.text_added": "Text afegit",
318
+ /** Portable Text diff: Removed a chunk of text */
319
+ "changes.portable-text.text_removed": "Text eliminat",
320
+ /** Portable Text diff: Annotation has an unknown schema type */
321
+ "changes.portable-text.unknown-annotation-schema-type": "Tipus d'esquema desconegut",
322
+ /** Portable Text diff: Inline object has an unknown schema type */
323
+ "changes.portable-text.unknown-inline-object-schema-type": "Tipus d'esquema desconegut",
324
+ /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
325
+ "changes.removed-label": "Eliminat",
326
+ /** Title for the Review Changes pane */
327
+ "changes.title": "Hist\xF2ria",
328
+ /**The title that will be shown in the badge inside the events when the item is a draft */
329
+ "changes.versions.draft": "Esborrany",
330
+ /** --- Common components --- */
331
+ /** Tooltip text for context menu buttons */
332
+ "common.context-menu-button.tooltip": "Mostrar m\xE9s",
333
+ /** Default text for dialog cancel button */
334
+ "common.dialog.cancel-button.text": "Cancel\xB7lar",
335
+ /** Default text for dialog confirm button */
336
+ "common.dialog.confirm-button.text": "Confirma",
337
+ /** Default text in shared loader text / spinner lockup */
338
+ "common.loading": "Carregant",
339
+ /** --- Configuration issues --- */
340
+ /** Default label text on configuration issues button */
341
+ "configuration-issues.button.label": "Problemes de configuraci\xF3",
342
+ /** Tooltip displayed on configuration issues button */
343
+ "configuration-issues.button.tooltip": "S'han trobat problemes de configuraci\xF3",
344
+ /** The fallback title for an ordering menu item if no localized titles are provided. */
345
+ "default-menu-item.fallback-title": "Ordena per {{title}}",
346
+ /** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */
347
+ "default-orderings.caption": "Ordena per Peu de foto",
348
+ /** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */
349
+ "default-orderings.description": "Ordena per Descripci\xF3",
350
+ /** Title for the default ordering/SortOrder if no orderings are provided and the header field is found */
351
+ "default-orderings.header": "Ordena per Cap\xE7alera",
352
+ /** Title for the default ordering/SortOrder if no orderings are provided and the heading field is found */
353
+ "default-orderings.heading": "Ordena per Encap\xE7alament",
354
+ /** Title for the default ordering/SortOrder if no orderings are provided and the label field is found */
355
+ "default-orderings.label": "Ordena per Etiqueta",
356
+ /** Title for the default ordering/SortOrder if no orderings are provided and the name field is found */
357
+ "default-orderings.name": "Ordena per Nom",
358
+ /** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
359
+ "default-orderings.title": "Ordena per T\xEDtol",
360
+ /** Label to show in the document footer indicating the creation date of the document */
361
+ "document-status.created": "Creat {{date}}",
362
+ /** Label to show in the document status indicating the date of the status */
363
+ "document-status.date": "{{date}}",
364
+ /** Label to show in the document footer indicating the last edited date of the document */
365
+ "document-status.edited": "Editat {{date}}",
366
+ /** Label to show in the document footer indicating the document is not published*/
367
+ "document-status.not-published": "No publicat",
368
+ /** Label to show in the document footer indicating the published date of the document */
369
+ "document-status.published": "Publicat {{date}}",
370
+ /** Label to show in the document footer indicating the revision from date of the document */
371
+ "document-status.revision-from": "Revisi\xF3 de <em>{{date}}</em>",
372
+ /** Label to indicate that a document type was not found */
373
+ "document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
374
+ /** The value of the <code>_key</code> property must be a unique string. */
375
+ "form.error.duplicate-keys-alert.details.additional-description": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
376
+ /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
377
+ "form.error.duplicate-keys-alert.details.description": "Aix\xF2 sol passar quan els elements es creen utilitzant un client d'API, i la propietat <code>_key</code> de cada element s'ha generat de manera no \xFAnica.",
378
+ /** Developer info */
379
+ "form.error.duplicate-keys-alert.details.title": "Informaci\xF3 per a desenvolupadors",
380
+ /** Generate unique keys */
381
+ "form.error.duplicate-keys-alert.generate-button.text": "Genera claus \xFAniques",
382
+ /** Several items in this list share the same identifier (key). Every item must have an unique identifier. */
383
+ "form.error.duplicate-keys-alert.summary": "Diversos elements d'aquesta llista comparteixen el mateix identificador (clau). Cada element ha de tenir un identificador \xFAnic.",
384
+ /** Non-unique keys */
385
+ "form.error.duplicate-keys-alert.title": "Claus no \xFAniques",
386
+ /** Error text shown when a field with a given name cannot be found in the schema or is conditionally hidden but explicitly told to render */
387
+ "form.error.field-not-found": `Camp "{{fieldName}}" no trobat entre els membres \u2013 verifiqueu que est\xE0 definit en l'esquema i que no ha estat ocultat condicionalment.`,
388
+ /** Add missing keys */
389
+ "form.error.missing-keys-alert.add-button.text": "Afegeix claus perdudes",
390
+ /** The value of the <code>_key</code> property must be a unique string. */
391
+ "form.error.missing-keys-alert.details.additional-description": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
392
+ /** This usually happens when items are created using an API client, and the <code>_key</code> property has not been included. */
393
+ "form.error.missing-keys-alert.details.description": "Aix\xF2 sol passar quan els elements s\xF3n creats utilitzant un client d'API, i la propietat <code>_key</code> no ha estat inclosa.",
394
+ /** Developer info */
395
+ "form.error.missing-keys-alert.details.title": "Informaci\xF3 per a desenvolupadors",
396
+ /** Some items in the list are missing their keys. This must be fixed in order to edit the list. */
397
+ "form.error.missing-keys-alert.summary": "Alguns elements de la llista no tenen les seves claus. Aix\xF2 s'ha de solucionar per poder editar la llista.",
398
+ /** Missing keys */
399
+ "form.error.missing-keys-alert.title": "Claus perdudes",
400
+ /** This usually happens when items are created using an API client, or when a custom input component has added invalid data to the list. */
401
+ "form.error.mixed-array-alert.details.description": "Aix\xF2 sol passar quan els elements s\xF3n creats utilitzant un client d'API, o quan un component d'entrada personalitzat ha afegit dades inv\xE0lides a la llista.",
402
+ /** Developer info */
403
+ "form.error.mixed-array-alert.details.title": "Informaci\xF3 per a desenvolupadors",
404
+ /** Remove non-object values */
405
+ "form.error.mixed-array-alert.remove-button.text": "Elimina valors que no s\xF3n objectes",
406
+ /** Some items in this list are not objects. This must be fixed in order to edit the list. */
407
+ "form.error.mixed-array-alert.summary": "Alguns elements d'aquesta llista no s\xF3n objectes. Aix\xF2 s'ha de solucionar per poder editar la llista.",
408
+ /** Invalid list values */
409
+ "form.error.mixed-array-alert.title": "Valors de llista inv\xE0lids",
410
+ /** Error text shown when form is unable to find an array item at a given indexed path */
411
+ "form.error.no-array-item-at-index": "No s'ha trobat cap element de l'array a l'\xEDndex <code>{{index}}</code> en el cam\xED <code>{{path}}</code>",
412
+ /** Error text shown when form is unable to find an array item at a given keyed path */
413
+ "form.error.no-array-item-at-key": "No s'ha trobat cap element de l'array amb `_key` <code>\"{{key}}\"</code> en el cam\xED <code>{{path}}</code>",
414
+ /** The title above the error call stack output related to the crash */
415
+ "form.error.unhandled-runtime-error.call-stack.title": "Pila de trucades:",
416
+ /** The title above the error component stack provided by React's underlying ErrorBoundary component */
417
+ "form.error.unhandled-runtime-error.component-stack.title": "Pila de components:",
418
+ /** The error message for the unhandled error that crashed the Input component during render */
419
+ "form.error.unhandled-runtime-error.error-message": "Error: {{message}}",
420
+ /** The title for the error card rendered inside a field in place of a crashing input */
421
+ "form.error.unhandled-runtime-error.title": "Error de temps d'execuci\xF3 no gestionat",
422
+ /** Form field deprecated label */
423
+ "form.field.deprecated-label": "obsolet",
424
+ /** Fallback title shown above field if it has no defined title */
425
+ "form.field.untitled-field-label": "Camp sense t\xEDtol",
426
+ /** The title of the reconnecting toast */
427
+ "form.reconnecting.toast.title": "Connexi\xF3 perduda. Reconnectant\u2026",
428
+ /** Accessibility label for the icon that indicates the field has a validation error */
429
+ "form.validation.has-error-aria-label": "T\xE9 error",
430
+ /** Accessibility label for the icon that indicates the field has validation information */
431
+ "form.validation.has-info-aria-label": "T\xE9 informaci\xF3",
432
+ /** Accessibility label for the icon that indicates the field has a validation warning */
433
+ "form.validation.has-warning-aria-label": "T\xE9 advert\xE8ncia",
434
+ /** Text shown when summarizing validation information, when the field has one or more errors */
435
+ "form.validation.summary.errors-count_one": "{{count}} error",
436
+ "form.validation.summary.errors-count_other": "{{count}} errors",
437
+ /** Text shown when summarizing validation information, when the field has one or more warnings */
438
+ "form.validation.summary.warnings-count_one": "{{count}} av\xEDs",
439
+ "form.validation.summary.warnings-count_other": "{{count}} avisos",
440
+ /** Tooltip for free trial navbar button indicating remaining days */
441
+ "free-trial.tooltip.days-count_one": "{{count}} dia restant en el per\xEDode de prova",
442
+ "free-trial.tooltip.days-count_other": "{{count}} dies restants en el per\xEDode de prova",
443
+ /** Tooltip for free trial navbar button, once trial has ended */
444
+ "free-trial.tooltip.trial-finished": "Actualitza el teu projecte",
445
+ /**
446
+ * Label for "contact sales" call to action
447
+ * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
448
+ */
449
+ "help-resources.action.contact-sales": "Contacta amb vendes",
450
+ /**
451
+ * Label for "help and support" call to action
452
+ * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
453
+ */
454
+ "help-resources.action.help-and-support": "Ajuda i suport",
455
+ /**
456
+ * Label for "join our community" call to action
457
+ * These are titles for fallback links in the event the help & resources endpoint isn't able to be fetched
458
+ */
459
+ "help-resources.action.join-our-community": "Uneix-te a la nostra comunitat",
460
+ /** Information for what the latest sanity version is */
461
+ "help-resources.latest-sanity-version": "La versi\xF3 m\xE9s recent \xE9s {{latestVersion}}",
462
+ /** Information for what studio version the current studio is running */
463
+ "help-resources.studio-version": "Versi\xF3 de Sanity Studio {{studioVersion}}",
464
+ /** Title for help and resources menus */
465
+ "help-resources.title": "Ajuda i recursos",
466
+ /** Text for button to cancel an ongoing upload */
467
+ "input.files.common.cancel-upload": "Cancel\xB7la",
468
+ /** Text for menuitem upload button default asset source */
469
+ "input.files.common.upload-placeholder.file-input-button.default-source.badge": "Per defecte",
470
+ /** Text for file input button in upload placeholder */
471
+ "input.files.common.upload-placeholder.file-input-button.text": "Puja",
472
+ /** Uploading <FileName/> */
473
+ "input.files.common.upload-progress": "Pujant <FileName/>",
474
+ /** The referenced document cannot be opened, because the URL failed to be resolved */
475
+ "input.reference.document-cannot-be-opened.failed-to-resolve-url": "Aquest document no es pot obrir (no es pot resoldre l'URL a Studio)",
476
+ /** Label for adding item after a specific array item */
477
+ "inputs.array.action.add-after": "Afegeix un element despr\xE9s",
478
+ /** Label for adding item before a specific array item */
479
+ "inputs.array.action.add-before": "Afegeix un element abans",
480
+ /** Label for adding array item action when the schema allows for only one schema type */
481
+ "inputs.array.action.add-item": "Afegeix un element",
482
+ /**
483
+ * Label for adding one array item action when the schema allows for multiple schema types,
484
+ * eg. will prompt the user to select a type once triggered
485
+ */
486
+ "inputs.array.action.add-item-select-type": "Afegeix un element...",
487
+ /** Label for copying an array item */
488
+ "inputs.array.action.copy": "Copia",
489
+ /** Array drag handle button tooltip */
490
+ "inputs.array.action.drag.tooltip": "Arrossega per reordenar",
491
+ /** Label for duplicating an array item */
492
+ "inputs.array.action.duplicate": "Duplica",
493
+ /** Label for editing the item of a specific type, eg "Edit Person" */
494
+ "inputs.array.action.edit": "Edita {{itemTypeTitle}}",
495
+ /** Label for removing an array item action */
496
+ "inputs.array.action.remove": "Elimina",
497
+ /** Label for removing action when an array item has an error */
498
+ "inputs.array.action.remove-invalid-item": "Elimina",
499
+ /** Label for viewing the item of a specific type, eg "View Person" */
500
+ "inputs.array.action.view": "Veure {{itemTypeTitle}}",
501
+ /** Error description for the array item tooltip that explains that the current item can still be moved or deleted but not edited since the schema definition is not found */
502
+ "inputs.array.error.can-delete-but-no-edit-description": "Encara pots moure o eliminar aquest element, per\xF2 no es pot editar ja que la definici\xF3 de l'esquema per al seu tipus no es troba enlloc.",
503
+ /** Error label for toast when array could not resolve the initial value */
504
+ "inputs.array.error.cannot-resolve-initial-value-title": "No es pot resoldre el valor inicial per al tipus: {{schemaTypeTitle}}: {{errorMessage}}.",
505
+ /** Error label for toast when trying to upload one array item of a type that cannot be converted to array */
506
+ "inputs.array.error.cannot-upload-unable-to-convert_one": "El seg\xFCent element no es pot pujar perqu\xE8 no hi ha cap conversi\xF3 coneguda del tipus de contingut a element de l'array:",
507
+ /** Error label for toast when trying to upload multiple array items of a type that cannot be converted to array */
508
+ "inputs.array.error.cannot-upload-unable-to-convert_other": "Els seg\xFCents elements no es poden pujar perqu\xE8 no hi ha cap conversi\xF3 coneguda dels tipus de contingut a element de l'array:",
509
+ /** Error description for the array item tooltip that explains that the current type item is not valid for the list */
510
+ "inputs.array.error.current-schema-not-declare-description": "L'esquema actual no declara elements del tipus <code>{{typeName}}</code> com a v\xE0lids per a aquesta llista. Aix\xF2 podria significar que el tipus ha estat eliminat com a element v\xE0lid, o que alg\xFA altre l'ha afegit al seu propi esquema local que encara no est\xE0 desplegat.",
511
+ /** Error description to show how the item is being represented in the json format */
512
+ "inputs.array.error.json-representation-description": "Representaci\xF3 JSON d'aquest element:",
513
+ /** Error description for the array item tooltip that explains what the error means with more context */
514
+ "inputs.array.error.type-is-incompatible-prompt": "Element del tipus <code>{{typeName}}</code> no v\xE0lid per a aquesta llista",
515
+ /** Error title for when an item type within an array input is incompatible, used in the tooltip */
516
+ "inputs.array.error.type-is-incompatible-title": "Per qu\xE8 est\xE0 passant aix\xF2?",
517
+ /** Error label for unexpected errors in the Array Input */
518
+ "inputs.array.error.unexpected-error": "Error inesperat: {{error}}",
519
+ /** Label for the array insert menu all items filter */
520
+ "inputs.array.insert-menu.filter.all-items": "Tots",
521
+ /** Label for when the array insert menu search shows no items */
522
+ "inputs.array.insert-menu.search.no-results": "No s'han trobat elements",
523
+ /** Placeholder for the array insert menu search field */
524
+ "inputs.array.insert-menu.search.placeholder": "Cerca",
525
+ /** Tooltip for the array insert menu grid view toggle */
526
+ "inputs.array.insert-menu.toggle-grid-view.tooltip": "Commuta la vista de graella",
527
+ /** Tooltip for the array insert menu list view toggle */
528
+ "inputs.array.insert-menu.toggle-list-view.tooltip": "Commuta la vista de llista",
529
+ /** Label for when the array input doesn't have any items */
530
+ "inputs.array.no-items-label": "Cap element",
531
+ /** Label for read only array fields */
532
+ "inputs.array.read-only-label": "Aquest camp \xE9s de nom\xE9s lectura",
533
+ /** Label for when the array input is resolving the initial value for the item */
534
+ "inputs.array.resolving-initial-value": "Resolent el valor inicial\u2026",
535
+ /** Tooltip content when boolean input is disabled */
536
+ "inputs.boolean.disabled": "Desactivat",
537
+ /** Warning label when selected datetime is in the past */
538
+ "inputs.dateTime.past-date-warning": "Selecciona una data en el futur.",
539
+ /** Placeholder value for datetime input */
540
+ "inputs.datetime.placeholder": "p. ex. {{example}}",
541
+ /** Acessibility label for button to open file options menu */
542
+ "inputs.file.actions-menu.file-options.aria-label": "Obre el men\xFA d'opcions de fitxer",
543
+ /** Browse */
544
+ "inputs.file.browse-button.text": "Selecciona",
545
+ /** Select file */
546
+ "inputs.file.dialog.title": "Seleccioneu fitxer",
547
+ /** Unknown member kind: `{{kind}}` */
548
+ "inputs.file.error.unknown-member-kind": "Tipus de membre desconegut: {{kind}}",
549
+ /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
550
+ "inputs.file.invalid-file-warning.description": "El valor d'aquest camp no \xE9s un fitxer v\xE0lid. Si restabliu aquest camp, podreu escollir un nou fitxer.",
551
+ /** Reset value */
552
+ "inputs.file.invalid-file-warning.reset-button.text": "Restableix valor",
553
+ /** Invalid file value */
554
+ "inputs.file.invalid-file-warning.title": "Valor de fitxer no v\xE0lid",
555
+ /** Select */
556
+ "inputs.file.multi-browse-button.text": "Seleccioneu",
557
+ /** The upload could not be completed at this time. */
558
+ "inputs.file.upload-failed.description": "La c\xE0rrega no s'ha pogut completar en aquest moment.",
559
+ /** Upload failed */
560
+ "inputs.file.upload-failed.title": "C\xE0rrega fallida",
561
+ /** Clear field */
562
+ "inputs.files.common.actions-menu.clear-field.label": "Neteja camp",
563
+ /** Copy URL */
564
+ "inputs.files.common.actions-menu.copy-url.label": "Copia URL",
565
+ /** Download */
566
+ "inputs.files.common.actions-menu.download.label": "Descarrega",
567
+ /** The URL is copied to the clipboard */
568
+ "inputs.files.common.actions-menu.notification.url-copied": "L'URL s'ha copiat al porta-retalls",
569
+ /** Replace */
570
+ "inputs.files.common.actions-menu.replace.label": "Reempla\xE7a",
571
+ /** Upload */
572
+ "inputs.files.common.actions-menu.upload.label": "Puja",
573
+ /** Drop to upload */
574
+ "inputs.files.common.drop-message.drop-to-upload": "Deixeu caure per pujar",
575
+ /** Drop to upload `{{count}}` file */
576
+ "inputs.files.common.drop-message.drop-to-upload-multi_one": "Deixeu caure per pujar {{count}} fitxer",
577
+ /** Drop to upload `{{count}}` files */
578
+ "inputs.files.common.drop-message.drop-to-upload-multi_other": "Deixeu caure per pujar {{count}} fitxers",
579
+ /** Can't upload this file here */
580
+ "inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_one": "No es pot pujar aquest fitxer aqu\xED",
581
+ /** Can't upload any of these files here */
582
+ "inputs.files.common.drop-message.drop-to-upload.no-accepted-file-message_other": "No es poden pujar cap d'aquests fitxers aqu\xED",
583
+ /** `{{count}}` file can't be uploaded here */
584
+ "inputs.files.common.drop-message.drop-to-upload.rejected-file-message_one": "{{count}} fitxer no es pot pujar aqu\xED",
585
+ /** `{{count}}` files can't be uploaded here */
586
+ "inputs.files.common.drop-message.drop-to-upload.rejected-file-message_other": "{{count}} fitxers no es poden pujar aqu\xED",
587
+ /** Cannot upload `{{count}}` files */
588
+ "inputs.files.common.placeholder.cannot-upload-some-files_one": "No es pot pujar fitxer",
589
+ "inputs.files.common.placeholder.cannot-upload-some-files_other": "No es poden pujar {{count}} fitxers",
590
+ /** Drag or paste type here */
591
+ "inputs.files.common.placeholder.drag-or-paste-to-upload_file": "Arrossegueu o enganxeu fitxer aqu\xED",
592
+ /** Drag or paste image here */
593
+ "inputs.files.common.placeholder.drag-or-paste-to-upload_image": "Arrossegueu o enganxeu imatge aqu\xED",
594
+ /** Drop to upload file */
595
+ "inputs.files.common.placeholder.drop-to-upload_file": "Deixa caure per pujar l'arxiu",
596
+ /** Drop to upload image */
597
+ "inputs.files.common.placeholder.drop-to-upload_image": "Deixa caure per pujar la imatge",
598
+ /** Read only */
599
+ "inputs.files.common.placeholder.read-only": "Nom\xE9s lectura",
600
+ /** Select asset source destination for files to upload */
601
+ "inputs.files.common.placeholder.select-asset-source-upload-destination": "Puja arxius a:",
602
+ /** Can't upload files here */
603
+ "inputs.files.common.placeholder.upload-not-supported": "No es poden pujar arxius aqu\xED",
604
+ /** Clear upload */
605
+ "inputs.files.common.stale-upload-warning.clear": "Neteja la pujada",
606
+ /** An upload has made no progress for at least `{{staleThresholdMinutes}}` minutes and likely got interrupted. You can safely clear the incomplete upload and try uploading again. */
607
+ "inputs.files.common.stale-upload-warning.description": "Una pujada no ha progressat durant almenys {{staleThresholdMinutes}} minuts i probablement s'ha interromput. Pots netejar la pujada incompleta i intentar pujar de nou sense problemes.",
608
+ /** Incomplete upload */
609
+ "inputs.files.common.stale-upload-warning.title": "Pujada incompleta",
610
+ /** Tooltip text for action to crop image */
611
+ "inputs.image.actions-menu.crop-image-tooltip": "Retalla la imatge",
612
+ /** Accessibility label for button to open image edit dialog */
613
+ "inputs.image.actions-menu.edit-details.aria-label": "Obre el di\xE0leg d'edici\xF3 de la imatge",
614
+ /** Accessibility label for button to open image options menu */
615
+ "inputs.image.actions-menu.options.aria-label": "Obre el men\xFA d'opcions de la imatge",
616
+ /** Select */
617
+ "inputs.image.browse-menu.text": "Selecciona",
618
+ /** Cannot upload this file here */
619
+ "inputs.image.drag-overlay.cannot-upload-here": "No es pot pujar aquest arxiu aqu\xED",
620
+ /** Drop image to upload */
621
+ "inputs.image.drag-overlay.drop-to-upload-image": "Deixa caure la imatge per pujar-la",
622
+ /** This field is read only */
623
+ "inputs.image.drag-overlay.this-field-is-read-only": "Aquest camp \xE9s de nom\xE9s lectura",
624
+ /** Unknown member kind: `{{kind}}` */
625
+ "inputs.image.error.unknown-member-kind": "Tipus de membre desconegut: {{kind}}",
626
+ /** Edit hotspot and crop */
627
+ "inputs.image.hotspot-dialog.title": "Edita el punt calent i el retall",
628
+ /** The value of this field is not a valid image. Resetting this field will let you choose a new image. */
629
+ "inputs.image.invalid-image-warning.description": "El valor d'aquest camp no \xE9s una imatge v\xE0lida. Si restableixes aquest camp, podr\xE0s triar una nova imatge.",
630
+ /** Reset value */
631
+ "inputs.image.invalid-image-warning.reset-button.text": "Restableix el valor",
632
+ /** Invalid image value */
633
+ "inputs.image.invalid-image-warning.title": "Valor de la imatge inv\xE0lid",
634
+ /** Preview of uploaded image */
635
+ "inputs.image.preview-uploaded-image": "Previsualitzaci\xF3 de la imatge pujada",
636
+ /** The upload could not be completed at this time. */
637
+ "inputs.image.upload-error.description": "La pujada no s'ha pogut completar en aquest moment.",
638
+ /** Upload failed */
639
+ "inputs.image.upload-error.title": "Pujada fallida",
640
+ /** Adjust the rectangle to crop image. Adjust the circle to specify the area that should always be visible. */
641
+ "inputs.imagetool.description": "Ajusta el rectangle per retallar la imatge. Ajusta el cercle per especificar l'\xE0rea que sempre hauria de ser visible.",
642
+ /** Error: `{{errorMessage}}` */
643
+ "inputs.imagetool.load-error": "Error: {{errorMessage}}",
644
+ /** Hotspot & Crop */
645
+ "inputs.imagetool.title": "Hotspot & Crop",
646
+ /** Warnings displayed to developers when using the crop/hotspot tool on vector images, notifying them that crops/hotspot are not respected when serving the image in vector format. For the crop/hotspot to apply, images must be served in a raster format such as JPG or PNG, by appending eg `fm=jpg` to the image url, or calling `format('jpg')` if using `@sanity/image-url` */
647
+ "inputs.imagetool.vector-warning.developer-info": "La cadena d'actius no admet hotspot i retall per a formats vectorials. Per habilitar hotspot & crop, exporta aquesta imatge a qualsevol dels formats raster compatibles. Per exemple: <code>fm=jpg</code> a la <ImageUrlDocumentationLink>URL de la imatge</ImageUrlDocumentationLink> o truca <code>.format('png')</code> amb <ImageUrlPackageDocumentationLink>@sanity/image-url</ImageUrlPackageDocumentationLink>.",
648
+ /** See developer info */
649
+ "inputs.imagetool.vector-warning.expand-developer-info": "Veure informaci\xF3 per a desenvolupadors",
650
+ /** Gotcha: Serving vector images with hotspot and crop from the Sanity Image API */
651
+ "inputs.imagetool.vector-warning.title": "Advert\xE8ncia: \xC9s possible que no s'apliqui el hotspot i el retall a aquesta imatge on es presenta.",
652
+ /** Convert to `{{targetType}}` */
653
+ "inputs.invalid-value.convert-button.text": "Converteix a {{targetType}}",
654
+ /** The current value (<code>`{{actualType}}`</code>) */
655
+ "inputs.invalid-value.current-type": "El valor actual (<code>{{actualType}}</code>)",
656
+ /** The property value is stored as a value type that does not match the expected type. */
657
+ "inputs.invalid-value.description": "El valor de la propietat est\xE0 emmagatzemat com un tipus de valor que no coincideix amb el tipus esperat.",
658
+ /** The value of this property must be of type <code>`{{validType}}`</code> according to the schema. */
659
+ "inputs.invalid-value.details.description": "El valor d'aquesta propietat ha de ser del tipus <code>{{validType}}</code> segons l'esquema.",
660
+ /** Only the following types are valid here according to schema: */
661
+ "inputs.invalid-value.details.multi-type-description": "Nom\xE9s els seg\xFCents tipus s\xF3n v\xE0lids aqu\xED segons l'esquema:",
662
+ /** Mismatching value types typically occur when the schema has recently been changed. */
663
+ "inputs.invalid-value.details.possible-reason": "Els tipus de valor no coincidents solen oc\xF3rrer quan l'esquema ha estat recentment canviat.",
664
+ /** Developer info */
665
+ "inputs.invalid-value.details.title": "Informaci\xF3 per a desenvolupadors",
666
+ /** -- Invalid Value Input -- */
667
+ /** Reset value */
668
+ "inputs.invalid-value.reset-button.text": "Restableix valor",
669
+ /** Invalid property value */
670
+ "inputs.invalid-value.title": "Valor de propietat inv\xE0lid",
671
+ /** Title for the "All fields" field group */
672
+ "inputs.object.field-group-tabs.all-fields-title": "Tots els camps",
673
+ /** Aria label for the "Field groups" select control on smaller screens */
674
+ "inputs.object.field-group-tabs.aria-label": "Grups de camps",
675
+ /** Read-only field description */
676
+ "inputs.object.unknown-fields.read-only.description": "Aquest camp \xE9s <strong>nom\xE9s de lectura</strong> segons l'esquema del document i no es pot desactivar. Si vols poder desactivar aix\xF2 a l'Estudi, assegura't de treure el camp <code>readOnly</code> del tipus que l'envolta a l'esquema.",
677
+ /** Remove field */
678
+ "inputs.object.unknown-fields.remove-field-button.text": "Elimina camp",
679
+ /** Encountered `{{count}}` fields that are not defined in the schema. */
680
+ "inputs.object.unknown-fields.warning.description_one": "S'ha trobat un camp que no est\xE0 definit a l'esquema.",
681
+ "inputs.object.unknown-fields.warning.description_other": "S'han trobat {{count}} camps que no estan definits a l'esquema.",
682
+ /** Detailed description of unknown field warning */
683
+ "inputs.object.unknown-fields.warning.details.description_one": "Aquest camp no est\xE0 definit a l'esquema, la qual cosa podria significar que la definici\xF3 del camp ha estat eliminada o que alg\xFA altre l'ha afegit al seu propi projecte local i encara no ha desplegat els seus canvis.",
684
+ "inputs.object.unknown-fields.warning.details.description_other": "Aquests camps no estan definits a l'esquema del document, la qual cosa podria significar que les definicions dels camps han estat eliminades o que alg\xFA altre els ha afegit al seu propi projecte local i encara no ha desplegat els seus canvis.",
685
+ /** Developer info */
686
+ "inputs.object.unknown-fields.warning.details.title": "Informaci\xF3 per a desenvolupadors",
687
+ /** Unknown field found */
688
+ "inputs.object.unknown-fields.warning.title_one": "S'ha trobat un camp desconegut",
689
+ "inputs.object.unknown-fields.warning.title_other": "S'han trobat camps desconeguts",
690
+ /** Collapse the editor to save screen space */
691
+ "inputs.portable-text.action.collapse-editor": "Col\xB7lapsa l'editor",
692
+ /** Aria label for action to edit an existing annotation */
693
+ "inputs.portable-text.action.edit-annotation-aria-label": "Edita l'annotaci\xF3",
694
+ /** Expand the editor to give more editing space */
695
+ "inputs.portable-text.action.expand-editor": "Expandeix l'editor",
696
+ /** Label label for action to insert a block of a given type (`{{typeName}}`) */
697
+ "inputs.portable-text.action.insert-block": "Insereix {{typeName}}",
698
+ /** Accessibility label for action to insert a block of a given type (`{{typeName}}`) */
699
+ "inputs.portable-text.action.insert-block-aria-label": "Insereix {{typeName}} (bloc)",
700
+ /** Label for action to insert an inline object of a given type (`{{typeName}}`) */
701
+ "inputs.portable-text.action.insert-inline-object": "Insereix {{typeName}}",
702
+ /** Accessibility label for action to insert an inline object of a given type (`{{typeName}}`) */
703
+ "inputs.portable-text.action.insert-inline-object-aria-label": "Insereix {{typeName}} (en l\xEDnia)",
704
+ /** Aria label for action to remove an annotation */
705
+ "inputs.portable-text.action.remove-annotation-aria-label": "Elimina l'annotaci\xF3",
706
+ /** Label for activate on focus with context of click and not focused */
707
+ "inputs.portable-text.activate-on-focus-message_click": "Fes clic per activar",
708
+ /** Label for activate on focus with context of click and focused */
709
+ "inputs.portable-text.activate-on-focus-message_click-focused": "Fes clic o prem l'espai per activar",
710
+ /** Label for activate on focus with context of tap and not focused */
711
+ "inputs.portable-text.activate-on-focus-message_tap": "Toca per activar",
712
+ /** Aria label for the annotation object */
713
+ "inputs.portable-text.annotation-aria-label": "Objecte d'annotaci\xF3",
714
+ /** Title for dialog that allows editing an annotation */
715
+ "inputs.portable-text.annotation-editor.title": "Edita {{schemaType}}",
716
+ /** Title of the default "link" annotation */
717
+ "inputs.portable-text.annotation.link": "Enlla\xE7",
718
+ /** Aria label for the block object */
719
+ "inputs.portable-text.block.aria-label": "Objecte de bloc",
720
+ /** Label for action to edit a block item, in the case where it is editable */
721
+ "inputs.portable-text.block.edit": "Edita",
722
+ /** Accessibility label for the button that opens the actions menu on blocks */
723
+ "inputs.portable-text.block.open-menu-aria-label": "Obre el men\xFA",
724
+ /** Label for action to open a reference, in the case of block-level reference types */
725
+ "inputs.portable-text.block.open-reference": "Obre la refer\xE8ncia",
726
+ /** Label for action to remove a block item */
727
+ "inputs.portable-text.block.remove": "Elimina",
728
+ /** Label for action to view a block item, in the case where it is read-only and thus cannot be edited */
729
+ "inputs.portable-text.block.view": "Visualitza",
730
+ /** Title of the "code" decorator */
731
+ "inputs.portable-text.decorator.code": "Codi",
732
+ /** Title of the "em" (emphasis) decorator */
733
+ "inputs.portable-text.decorator.emphasis": "Cursiva",
734
+ /** Title of the "strike-through" decorator */
735
+ "inputs.portable-text.decorator.strike-through": "Ratllat",
736
+ /** Title of the "strong" decorator */
737
+ "inputs.portable-text.decorator.strong": "Negreta",
738
+ /** Title of the "underline" decorator */
739
+ "inputs.portable-text.decorator.underline": "Subratllat",
740
+ /** Placeholder text for when the editor is empty */
741
+ "inputs.portable-text.empty-placeholder": "Buit",
742
+ /** Aria label for the block object */
743
+ "inputs.portable-text.inline-block.aria-label": "Objecte en l\xEDnia",
744
+ /** Label for action to edit an inline object item */
745
+ "inputs.portable-text.inline-object.edit": "Edita l'objecte",
746
+ /** Aria label for icon for action to edit an inline object item */
747
+ "inputs.portable-text.inline-object.edit-aria-label": "Edita l'objecte",
748
+ /** Label for action to remove an inline object item */
749
+ "inputs.portable-text.inline-object.remove": "Elimina l'objecte",
750
+ /** Aria label for icon for action to remove an inline object item */
751
+ "inputs.portable-text.inline-object.remove-aria-label": "Elimina l'objecte",
752
+ /** Disclaimer text shown on invalid Portable Text value, when an action is available to unblock the user, but it is not guaranteed to be safe */
753
+ "inputs.portable-text.invalid-value.action-disclaimer": "NOTA: Generalment \xE9s segur realitzar l'acci\xF3 anterior, per\xF2 si tens dubtes, posa't en contacte amb els responsables de configurar el teu estudi.",
754
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */
755
+ "inputs.portable-text.invalid-value.disallowed-child-type.action": "Elimina l'objecte",
756
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` of type `{{childType}}` which is not allowed by the schema definition */
757
+ "inputs.portable-text.invalid-value.disallowed-child-type.description": "El fill amb clau {{childKey}} del bloc amb clau <code>{{key}}</code> \xE9s de tipus <code>{{childType}}</code>, el qual no est\xE0 perm\xE8s per la definici\xF3 de l'esquema.",
758
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */
759
+ "inputs.portable-text.invalid-value.disallowed-type.action": "Elimina el bloc",
760
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a type (`{{typeName}}`) that is not an allowed block type for this field */
761
+ "inputs.portable-text.invalid-value.disallowed-type.description": "El bloc amb clau <code>{{key}}</code> \xE9s de tipus <code>{{typeName}}</code>, el qual no est\xE0 perm\xE8s per l'esquema.",
762
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains no children */
763
+ "inputs.portable-text.invalid-value.empty-children.action": "Insereix un fragment de text buit",
764
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains no children */
765
+ "inputs.portable-text.invalid-value.empty-children.description": "El bloc de text amb clau <code>{{key}}</code> no t\xE9 fragments de text.",
766
+ /** Label for the button to ignore invalid values in the Portable Text editor */
767
+ "inputs.portable-text.invalid-value.ignore-button.text": "Ignora",
768
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */
769
+ "inputs.portable-text.invalid-value.incorrect-block-type.action": "Utilitza el tipus <code>{{expectedTypeName}}</code>",
770
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a `_type` property that is set to `block`, but the block type defined in schema has a different name (`{{expectedTypeName}}`) */
771
+ "inputs.portable-text.invalid-value.incorrect-block-type.description": "El bloc amb clau <code>{{key}}</code> t\xE9 un nom de tipus inv\xE0lid. Segons l'esquema, hauria de ser <code>{{expectedTypeName}}</code>.",
772
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */
773
+ "inputs.portable-text.invalid-value.invalid-span-text.action": "Estableix un valor de text buit",
774
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a span with key `{{childKey}}` that has a missing or invalid `text` property */
775
+ "inputs.portable-text.invalid-value.invalid-span-text.description": "El fragment amb clau {{childKey}} del bloc amb clau <code>{{key}}</code> t\xE9 una propietat <code>text</code> absent o inv\xE0lida.",
776
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */
777
+ "inputs.portable-text.invalid-value.missing-block-type.action": "Utilitza el tipus <code>{{expectedTypeName}}</code>",
778
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property, but seems to be a block of type `{{expectedTypeName}}` */
779
+ "inputs.portable-text.invalid-value.missing-block-type.description": "El bloc amb clau <code>{{key}}</code> no t\xE9 un nom de tipus. Segons l'esquema, hauria de ser <code>{{expectedTypeName}}</code>.",
780
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */
781
+ "inputs.portable-text.invalid-value.missing-child-key.action": "Assigna una clau aleat\xF2ria",
782
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child at `{{index}}` which is missing `_key` property */
783
+ "inputs.portable-text.invalid-value.missing-child-key.description": "El fill a l'\xEDndex <code>{{index}}</code> del bloc amb clau <code>{{key}}</code> no t\xE9 la propietat <code>_key</code>.",
784
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */
785
+ "inputs.portable-text.invalid-value.missing-child-type.action": "Elimina l'objecte",
786
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` has a child with key `{{childKey}}` which is missing a `_type` property */
787
+ "inputs.portable-text.invalid-value.missing-child-type.description": "El fill amb clau {{childKey}} del bloc amb clau <code>{{key}}</code> no t\xE9 la propietat <code>_type</code>.",
788
+ /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */
789
+ "inputs.portable-text.invalid-value.missing-key.action": "Assigna una clau aleat\xF2ria",
790
+ /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is missing the required `_key` property */
791
+ "inputs.portable-text.invalid-value.missing-key.description": "El bloc a l'\xEDndex <code>{{index}}</code> no t\xE9 la propietat <code>_key</code> requerida.",
792
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */
793
+ "inputs.portable-text.invalid-value.missing-or-invalid-children.action": "Elimina el bloc",
794
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `children` property */
795
+ "inputs.portable-text.invalid-value.missing-or-invalid-children.description": "El bloc de text amb la clau <code>{{key}}</code> t\xE9 una propietat `children` inv\xE0lida o absent.",
796
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */
797
+ "inputs.portable-text.invalid-value.missing-or-invalid-markdefs.action": "Afegeix la propietat",
798
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` has a missing or invalid `markDefs` property */
799
+ "inputs.portable-text.invalid-value.missing-or-invalid-markdefs.description": "El bloc de text amb la clau <code>{{key}}</code> t\xE9 una propietat `markDefs` inv\xE0lida o absent.",
800
+ /** Action presented when the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */
801
+ "inputs.portable-text.invalid-value.missing-type.action": "Elimina el bloc",
802
+ /** Text explaining that the Portable Text field value is invalid, when child with key `{{key}}` is missing a `_type` property */
803
+ "inputs.portable-text.invalid-value.missing-type.description": "Al bloc amb la clau <code>{{key}}</code> li falta un nom de tipus.",
804
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */
805
+ "inputs.portable-text.invalid-value.non-object-child.action": "Elimina l'element",
806
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains a non-object child at index `{{index}}` */
807
+ "inputs.portable-text.invalid-value.non-object-child.description": "El fill a l'\xEDndex <code>{{index}}</code> del bloc amb la clau <code>{{key}}</code> no \xE9s un objecte.",
808
+ /** Action presented when the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */
809
+ "inputs.portable-text.invalid-value.not-an-array.action": "Desestableix el valor",
810
+ /** Text explaining that the Portable Text field value is invalid, when the Portable Text field is not an array, or the array is empty */
811
+ "inputs.portable-text.invalid-value.not-an-array.description": "El valor ha de ser un array de blocs de Portable Text, o indefinit.",
812
+ /** Action presented when the Portable Text field value is invalid, when child at `{{index}}` is not an object */
813
+ "inputs.portable-text.invalid-value.not-an-object.action": "Elimina l'element",
814
+ /** Text explaining that the Portable Text field value is invalid, when child at `{{index}}` is not an object */
815
+ "inputs.portable-text.invalid-value.not-an-object.description": "L'element a <code>{{index}}</code> no \xE9s un objecte,.",
816
+ /** Action presented when the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */
817
+ "inputs.portable-text.invalid-value.orphaned-marks.action": "Elimina les marques no permeses",
818
+ /** Text explaining that the Portable Text field value is invalid, when block with key `{{key}}` contains marks (`{{orphanedMarks}}`) that are not supported by the current schema */
819
+ "inputs.portable-text.invalid-value.orphaned-marks.description": "El bloc de text amb la clau <code>{{key}}</code> cont\xE9 marques <code>({{orphanedMarks, list}})</code> que no estan permeses per l'esquema.",
820
+ /** Title for the alert indicating that the Portable Text field has an invalid value */
821
+ "inputs.portable-text.invalid-value.title": "Valor de Portable Text inv\xE0lid",
822
+ /** Title of "bulleted" list type */
823
+ "inputs.portable-text.list-type.bullet": "Llista amb punts",
824
+ /** Title of numbered list type */
825
+ "inputs.portable-text.list-type.number": "Llista numerada",
826
+ /** Title of the "h1" block style */
827
+ "inputs.portable-text.style.h1": "Encap\xE7alament 1",
828
+ /** Title of the "h2" block style */
829
+ "inputs.portable-text.style.h2": "Encap\xE7alament 2",
830
+ /** Title of the "h3" block style */
831
+ "inputs.portable-text.style.h3": "Encap\xE7alament 3",
832
+ /** Title of the "h4" block style */
833
+ "inputs.portable-text.style.h4": "Encap\xE7alament 4",
834
+ /** Title of the "h5" block style */
835
+ "inputs.portable-text.style.h5": "Encap\xE7alament 5",
836
+ /** Title of the "h6" block style */
837
+ "inputs.portable-text.style.h6": "Encap\xE7alament 6",
838
+ /** Title shown when multiple blocks of varying styles is selected */
839
+ "inputs.portable-text.style.multiple": "M\xFAltiples",
840
+ /** Title of fallback when no style is given for a block */
841
+ "inputs.portable-text.style.none": "Sense estil",
842
+ /** Title of the "normal" block style */
843
+ "inputs.portable-text.style.normal": "Normal",
844
+ /** Title of the "quote" block style */
845
+ "inputs.portable-text.style.quote": "Cita",
846
+ /** Label for action to clear the current value of the reference field */
847
+ "inputs.reference.action.clear": "Esborrar",
848
+ /** Label for action to copy the current item (used within arrays) */
849
+ "inputs.reference.action.copy": "Copiar",
850
+ /** Label for action to create a new document from the reference input */
851
+ "inputs.reference.action.create-new-document": "Crear",
852
+ /** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
853
+ "inputs.reference.action.create-new-document-select": "Crear\u2026",
854
+ /** Label for action to duplicate the current item to a new item (used within arrays) */
855
+ "inputs.reference.action.duplicate": "Duplicar",
856
+ /** Label for action that opens the referenced document in a new tab */
857
+ "inputs.reference.action.open-in-new-tab": "Obrir en una nova pestanya",
858
+ /** Label for action to remove the reference from an array */
859
+ "inputs.reference.action.remove": "Eliminar",
860
+ /** Label for action to replace the current value of the field */
861
+ "inputs.reference.action.replace": "Reempla\xE7ar",
862
+ /** Label for action to cancel a previously initiated replace action */
863
+ "inputs.reference.action.replace-cancel": "Cancel\xB7lar reempla\xE7ament",
864
+ /** The cross-dataset reference field currently has a reference, but the feature has been disabled since it was created. This explains what can/cannot be done in its current state. */
865
+ "inputs.reference.cross-dataset.feature-disabled-actions": "Encara podeu esborrar la refer\xE8ncia existent d'aquest camp, per\xF2 no es pot canviar a un document diferent mentre la funci\xF3 estigui desactivada.",
866
+ /** A cross-dataset reference field exists but the feature has been disabled. A <DocumentationLink> component is available. */
867
+ "inputs.reference.cross-dataset.feature-disabled-description": "Aquesta funci\xF3 ha estat desactivada. Llegiu com activar-la a <DocumentationLink>la documentaci\xF3</DocumentationLink>.",
868
+ /** Title for a warning telling the user that the current project does not have the "cross dataset references" feature */
869
+ "inputs.reference.cross-dataset.feature-unavailable-title": "Funci\xF3 no disponible: Refer\xE8ncia entre conjunts de dades",
870
+ /** The cross-dataset reference points to a document with an invalid type */
871
+ "inputs.reference.cross-dataset.invalid-type": "El document referenciat \xE9s d'un tipus no v\xE0lid ({{typeName}}) <JsonValue/>",
872
+ /** The referenced document will open in a new tab (due to external studio) */
873
+ "inputs.reference.document-opens-in-new-tab": "Aquest document s'obre en una nova pestanya",
874
+ /** Error title for when the document is unavailable (for any possible reason) */
875
+ "inputs.reference.error.document-unavailable-title": "Document no disponible",
876
+ /** Error title for when the referenced document failed to be loaded */
877
+ "inputs.reference.error.failed-to-load-document-title": "No s'ha pogut carregar el document referenciat",
878
+ /** Error title for when the reference search returned a document that is not an allowed type for the field */
879
+ "inputs.reference.error.invalid-search-result-type-title": 'La cerca ha retornat un tipus que no \xE9s v\xE0lid per a aquesta refer\xE8ncia: "{{returnedType}}"',
880
+ /** Error description for when the document referenced is not one of the types declared as allowed target types in schema */
881
+ "inputs.reference.error.invalid-type-description": "El document referenciat (<code>{{documentId}}</code>) \xE9s del tipus <code>{{actualType}}</code>. Segons l'esquema, els documents referenciats nom\xE9s poden ser del tipus <AllowedTypes/>.",
882
+ /** Error title for when the document referenced is not one of the types declared as allowed target types in schema */
883
+ "inputs.reference.error.invalid-type-title": "Document d'un tipus no v\xE0lid",
884
+ /** Error description for when the user does not have permissions to read the referenced document */
885
+ "inputs.reference.error.missing-read-permissions-description": "El document referenciat no s'ha pogut accedir a causa de permisos insuficients",
886
+ /** Error title for when the user does not have permissions to read the referenced document */
887
+ "inputs.reference.error.missing-read-permissions-title": "Permisos insuficients",
888
+ /** Error description for when the current reference value points to a document that does not exist (on weak references) */
889
+ "inputs.reference.error.nonexistent-document-description": "El document referenciat no existeix (ID: <code>{{documentId}}</code>). Podeu eliminar la refer\xE8ncia o reempla\xE7ar-la amb un altre document.",
890
+ /** Error title for when the current reference value points to a document that does not exist (on weak references) */
891
+ "inputs.reference.error.nonexistent-document-title": "No trobat",
892
+ /** Label for button that clears the reference when it points to a document that does not exist (on weak references) */
893
+ "inputs.reference.error.nonexistent-document.clear-button-label": "Esborra",
894
+ /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
895
+ "inputs.reference.error.search-failed-title": "La cerca de refer\xE8ncia ha fallat",
896
+ /** Label for when the GDR points to an invalid type */
897
+ "inputs.reference.global.invalid-type": "El document referenciat \xE9s d'un tipus inv\xE0lid ({{typeName}})",
898
+ /** Alternative text for the image shown in cross-dataset reference input */
899
+ "inputs.reference.image-preview-alt-text": "Previsualitzaci\xF3 de la imatge del document referenciat",
900
+ /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
901
+ "inputs.reference.incomplete-reference.finalize-action-description": "<strong>{{referencedDocument}}</strong> est\xE0 publicat i aquesta refer\xE8ncia ara s'hauria de finalitzar.",
902
+ /** Title for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
903
+ "inputs.reference.incomplete-reference.finalize-action-title": "Finalitza la refer\xE8ncia",
904
+ /** Description for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */
905
+ "inputs.reference.incomplete-reference.strengthen-action-description": "<strong>{{referencedDocument}}</strong> est\xE0 publicat i aquesta refer\xE8ncia ara s'hauria de convertir en una refer\xE8ncia forta.",
906
+ /** Title for alert shown when a reference in a live-edit document points to a document that exists and has been published, but the reference is still marked as weak */
907
+ "inputs.reference.incomplete-reference.strengthen-action-title": "Converteix en refer\xE8ncia forta",
908
+ /** Label for button that triggers the action that strengthen a reference */
909
+ "inputs.reference.incomplete-reference.strengthen-button-label": "Converteix en refer\xE8ncia forta",
910
+ /** Label for button that triggers a retry attempt for reference metadata */
911
+ "inputs.reference.metadata-error.retry-button-label": "Reintenta",
912
+ /** Title for alert shown when reference metadata fails to be loaded */
913
+ "inputs.reference.metadata-error.title": "No s'ha pogut carregar la metadada de la refer\xE8ncia",
914
+ /** Message shown when no documents were found that matched the given search string */
915
+ "inputs.reference.no-results-for-query": "No hi ha resultats per a <strong>\u201C{{searchTerm}}\u201D</strong>",
916
+ /** Text for tooltip showing when a document was edited, using relative time (eg "how long ago was it edited?") */
917
+ "inputs.reference.preview.edited-at-time": "Editat <RelativeTime/>",
918
+ /** Accessibility label for icon indicating that document does _not_ have any unpublished changes */
919
+ "inputs.reference.preview.has-no-unpublished-changes-aria-label": "Sense edicions no publicades",
920
+ /** Accessibility label for icon indicating that document has unpublished changes */
921
+ "inputs.reference.preview.has-unpublished-changes-aria-label": "Editat",
922
+ /** Accessibility label for icon indicating that document does _not_ have a published version */
923
+ "inputs.reference.preview.is-not-published-aria-label": "No publicat",
924
+ /** Accessibility label for icon indicating that document has a published version */
925
+ "inputs.reference.preview.is-published-aria-label": "Publicat",
926
+ /** Text for tooltip indicating that a document has no unpublished edits */
927
+ "inputs.reference.preview.no-unpublished-edits": "Sense edicions no publicades",
928
+ /** Text for tooltip indicating that a document has not yet been published */
929
+ "inputs.reference.preview.not-published": "No publicat",
930
+ /** Text for tooltip showing when a document was published, using relative time (eg "how long ago was it published?") */
931
+ "inputs.reference.preview.published-at-time": "Publicat <RelativeTime/>",
932
+ /** The referenced document no longer exist and might have been deleted (for weak references) */
933
+ "inputs.reference.referenced-document-does-not-exist": "El document referenciat ja no existeix i podria haver estat eliminat (ID del document: <code>{{documentId}}</code>).",
934
+ /** The referenced document could not be displayed to the user because of insufficient permissions */
935
+ "inputs.reference.referenced-document-insufficient-permissions": "No s'ha pogut accedir al document referenciat a causa de permisos insuficients",
936
+ /** Label for when the reference input is resolving the initial value for an item */
937
+ "inputs.reference.resolving-initial-value": "Resolent el valor inicial\u2026",
938
+ /** Placeholder shown in a reference input with no current value */
939
+ "inputs.reference.search-placeholder": "Escriu per cercar",
940
+ /** Explanation of the consequences of leaving the reference as strong instead of weak */
941
+ "inputs.reference.strength-mismatch.is-strong-consquences": "No ser\xE0 possible eliminar el document de refer\xE8ncia sense abans eliminar aquesta refer\xE8ncia o convertir-la en feble.",
942
+ /** Description for alert shown when a reference is supposed to be weak, but the actual value is strong */
943
+ "inputs.reference.strength-mismatch.is-strong-description": "Aquesta refer\xE8ncia \xE9s <em>forta</em>, per\xF2 segons l'esquema actual hauria de ser <em>d\xE8bil</em>.",
944
+ /** Explanation of the consequences of leaving the reference as weak instead of strong */
945
+ "inputs.reference.strength-mismatch.is-weak-consquences": "Aix\xF2 fa possible esborrar el document referenciat sense haver d'eliminar primer aquesta refer\xE8ncia, deixant aquest camp referenciant un document inexistent.",
946
+ /** Description for alert shown when a reference is supposed to be strong, but the actual value is weak */
947
+ "inputs.reference.strength-mismatch.is-weak-description": "Aquesta refer\xE8ncia \xE9s <em>d\xE8bil</em>, per\xF2 segons l'esquema actual hauria de ser <em>forta</em>.",
948
+ /** Label for button that triggers the action that strengthens a reference on strength mismatch */
949
+ "inputs.reference.strength-mismatch.strengthen-button-label": "Convertir a refer\xE8ncia forta",
950
+ /** Title for alert shown when a reference is supposed to be weak/strong, but the actual value is the opposite of what it is supposed to be */
951
+ "inputs.reference.strength-mismatch.title": "Desajust de la fortalesa de la refer\xE8ncia",
952
+ /** Label for button that triggers the action that weakens a reference on strength mismatch */
953
+ "inputs.reference.strength-mismatch.weaken-button-label": "Convertir a refer\xE8ncia d\xE8bil",
954
+ /** Action message for generating the slug */
955
+ "inputs.slug.action.generate": "Generar",
956
+ /** Loading message for when the input is actively generating a slug */
957
+ "inputs.slug.action.generating": "Generant\u2026",
958
+ /** Error message for when the source to generate a slug from is missing */
959
+ "inputs.slug.error.missing-source": "Falta la font. Comprova la font en el tipus {{schemaType}} de l'esquema",
960
+ /** Placeholder for an empty tag input */
961
+ "inputs.tags.placeholder": "Introdueix l'etiqueta i premeu ENTER\u2026",
962
+ /** Placeholder for an empty tag input on touch devices */
963
+ "inputs.tags.placeholder_touch": "Introdueix l'etiqueta\u2026",
964
+ /** Convert to `{{targetType}}` */
965
+ "inputs.untyped-value.convert-button.text": "Convertir a {{targetType}}",
966
+ /** Encountered an object value without a <code>_type</code> property. */
967
+ "inputs.untyped-value.description": "S'ha trobat un valor d'objecte sense una propietat <code>_type</code>.",
968
+ /** Either remove the <code>name</code> property of the object declaration, or set <code>_type</code> property on items. */
969
+ "inputs.untyped-value.details.description": "Elimina la propietat <code>name</code> de la declaraci\xF3 de l'objecte, o estableix la propietat <code>_type</code> en els elements.",
970
+ /** Current value (<code>object</code>): */
971
+ "inputs.untyped-value.details.json-dump-prefix": "Valor actual (<code>object</code>):",
972
+ /** The following types are valid here according to schema: */
973
+ "inputs.untyped-value.details.multi-type-description": "Els seg\xFCents tipus s\xF3n v\xE0lids aqu\xED segons l'esquema:",
974
+ /** Developer info */
975
+ "inputs.untyped-value.details.title": "Informaci\xF3 per a desenvolupadors",
976
+ /** Property value missing <code>_type</code> */
977
+ "inputs.untyped-value.title": "Valor de la propietat sense <code>_type</code>",
978
+ /** Unset value */
979
+ "inputs.untyped-value.unset-item-button.text": "Desestablir valor",
980
+ /** The fallback explanation if no context is provided */
981
+ "insufficient-permissions-message.not-authorized-explanation": "No tens perm\xEDs per accedir a aquesta funcionalitat.",
982
+ /** The explanation when unable to create any document at all */
983
+ "insufficient-permissions-message.not-authorized-explanation_create-any-document": "No tens perm\xEDs per crear un document.",
984
+ /** The explanation when unable to create a particular document */
985
+ "insufficient-permissions-message.not-authorized-explanation_create-document": "No tens perm\xEDs per crear aquest document.",
986
+ /** The explanation when unable to create a particular type of document */
987
+ "insufficient-permissions-message.not-authorized-explanation_create-document-type": "No tens perm\xEDs per crear aquest tipus de document.",
988
+ /** The explanation when unable to create a new reference in a document */
989
+ "insufficient-permissions-message.not-authorized-explanation_create-new-reference": "No tens perm\xEDs per crear una nova refer\xE8ncia.",
990
+ /** The explanation when unable to delete a particular document */
991
+ "insufficient-permissions-message.not-authorized-explanation_delete-document": "No tens perm\xEDs per esborrar aquest document.",
992
+ /** The explanation when unable to delete a schedule on scheduled publishing */
993
+ "insufficient-permissions-message.not-authorized-explanation_delete-schedules": "No teniu perm\xEDs per eliminar horaris.",
994
+ /** The explanation when unable to discard changes in a particular document */
995
+ "insufficient-permissions-message.not-authorized-explanation_discard-changes": "No teniu perm\xEDs per descartar canvis en aquest document.",
996
+ /** The explanation when unable to duplicate a particular document */
997
+ "insufficient-permissions-message.not-authorized-explanation_duplicate-document": "No teniu perm\xEDs per duplicar aquest document.",
998
+ /** The explanation when unable to edit a schedule on scheduled publishing */
999
+ "insufficient-permissions-message.not-authorized-explanation_edit-schedules": "No teniu perm\xEDs per editar horaris.",
1000
+ /** The explanation when unable to execute a schedule on scheduled publishing */
1001
+ "insufficient-permissions-message.not-authorized-explanation_execute-schedules": "No teniu perm\xEDs per executar horaris.",
1002
+ /** The explanation when unable to publish a particular document */
1003
+ "insufficient-permissions-message.not-authorized-explanation_publish-document": "No teniu perm\xEDs per publicar aquest document.",
1004
+ /** The explanation when unable to unpublish a particular document */
1005
+ "insufficient-permissions-message.not-authorized-explanation_unpublish-document": "No teniu perm\xEDs per despublicar aquest document.",
1006
+ /** Appears after the not-authorized message. Lists the current roles. */
1007
+ "insufficient-permissions-message.roles": "Els vostres rols: <Roles/>",
1008
+ /** The title for the insufficient permissions message component */
1009
+ "insufficient-permissions-message.title": "Permisos insuficients",
1010
+ /** Unexpected error: `{{error}}` */
1011
+ "member-field-error.unexpected-error": "Error inesperat: {{error}}",
1012
+ /** Button label for "Create new document" button */
1013
+ "new-document.button": "Crear",
1014
+ /**
1015
+ * Tooltip message displayed when hovering/activating the "Create new document" action,
1016
+ * when there are templates/types available for creation
1017
+ */
1018
+ "new-document.create-new-document-label": "Document nou\u2026",
1019
+ /** Tooltip message for add document button when the selected perspective is published */
1020
+ "new-document.disabled-published.tooltip": "No podeu crear documents publicats nous",
1021
+ /** Tooltip message for add document button when the selected perspective is for inactive release */
1022
+ "new-document.disabled-release.tooltip": "No podeu afegir documents a aquesta versi\xF3",
1023
+ /** Placeholder for the "filter" input within the new document menu */
1024
+ "new-document.filter-placeholder": "Cerca tipus de documents",
1025
+ /** Loading indicator text within the new document menu */
1026
+ "new-document.loading": "Carregant\u2026",
1027
+ /** Accessibility label for the list displaying options in the new document menu */
1028
+ "new-document.new-document-aria-label": "Document nou",
1029
+ /** Message for when there are no document type options in the new document menu */
1030
+ "new-document.no-document-types-found": "No s'han trobat tipus de documents",
1031
+ /**
1032
+ * Tooltip message displayed when hovering/activating the "Create new document" action,
1033
+ * when there are no templates/types to create from
1034
+ */
1035
+ "new-document.no-document-types-label": "Cap tipus de document",
1036
+ /** Message for when no results are found for a specific search query in the new document menu */
1037
+ "new-document.no-results": "Cap resultat per a <strong>{{searchQuery}}</strong>",
1038
+ /** Aria label for the button that opens the "Create new document" popover/dialog */
1039
+ "new-document.open-dialog-aria-label": "Crear document nou",
1040
+ /** Title for "Create new document" dialog */
1041
+ "new-document.title": "Crear document nou",
1042
+ /** Label for button that will make the browser reload when users' studio version is out-of-date */
1043
+ "package-version.new-package-available.reload-button": "Prem per recarregar",
1044
+ /** Title of the alert for studio users when packages in their studio are out-of-date */
1045
+ "package-version.new-package-available.title": "Sanity Studio est\xE0 llest per actualitzar-se!",
1046
+ /** Label for action to invite members to the current studio project */
1047
+ "presence.action.manage-members": "Convidar membres",
1048
+ /** Accessibility label for presence menu button */
1049
+ "presence.aria-label": "Pres\xE8ncia global",
1050
+ /** Message description for when no one else is currently present */
1051
+ "presence.no-one-else-description": "Convida gent al projecte per veure el seu estat en l\xEDnia.",
1052
+ /** Message title for when no one else is currently present */
1053
+ "presence.no-one-else-title": "No hi ha ning\xFA m\xE9s aqu\xED",
1054
+ /** Message for when a user is not in a document (displayed in the global presence menu) */
1055
+ "presence.not-in-a-document": "No en un document",
1056
+ /** Tooltip content text for presence menu button */
1057
+ "presence.tooltip-content": "Qui \xE9s aqu\xED",
1058
+ /** Fallback title shown when a preview does not provide a title */
1059
+ "preview.default.title-fallback": "Sense t\xEDtol",
1060
+ /** Fallback preview value for types that have "no value" (eg null, undefined) */
1061
+ "preview.fallback.no-value": "(sense valor)",
1062
+ /** Alternative text for image being shown while image is being uploaded, in previews */
1063
+ "preview.image.file-is-being-uploaded.alt-text": "La imatge que s'est\xE0 pujant",
1064
+ /* Relative time, just now */
1065
+ "relative-time.just-now": "ara mateix",
1066
+ /** Action message to add document to new release */
1067
+ "release.action.add-to-new-release": "Afegir a la versi\xF3",
1068
+ /** Action message to add document to release */
1069
+ "release.action.add-to-release": "Afegir a {{title}}",
1070
+ /** Action message for when document is already in release */
1071
+ "release.action.already-in-release": "Ja en la versi\xF3 {{title}}",
1072
+ /** Action message for when you click to view all versions you can copy the current document to */
1073
+ "release.action.copy-to": "Copiar la versi\xF3 a",
1074
+ /** Action message for creating new releases */
1075
+ "release.action.create-new": "Nova versi\xF3",
1076
+ /** Action message for when document is already in release */
1077
+ "release.action.discard-version": "Descartar versi\xF3",
1078
+ /** Description for toast when version discarding failed */
1079
+ "release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
1080
+ /** Action message for when a new release is created off an existing version, draft or published document */
1081
+ "release.action.new-release": "Nova Versi\xF3",
1082
+ /** Tooltip message for not having permissions for creating new releases */
1083
+ "release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
1084
+ /** Error message for when a version is set to be unpublished */
1085
+ "release.action.unpublish-version.failure": "No s'ha pogut establir la versi\xF3 per ser despublicada en la versi\xF3",
1086
+ /** Action message for when a version is set to be unpublished successfully */
1087
+ "release.action.unpublish-version.success": "S'ha establert correctament <strong>{{title}}</strong> per ser despublicada en la versi\xF3",
1088
+ /** Action message for when the view release is pressed */
1089
+ "release.action.view-release": "Veure la versi\xF3",
1090
+ /** Label for banner when release is scheduled */
1091
+ "release.banner.scheduled-for-publishing-on": "Programat per ser publicat el {{date}}",
1092
+ /** Label for Draft chip in document header */
1093
+ "release.chip.draft": "Esborrany",
1094
+ /** Label for Draft chip in global header */
1095
+ "release.chip.global.drafts": "Esborranys",
1096
+ /** Label for Published chip in document header */
1097
+ "release.chip.published": "Publicat",
1098
+ /** Label for tooltip in chip when document is in an archived release */
1099
+ "release.chip.tooltip.archived": "Aquesta versi\xF3 est\xE0 arxivada i no es pot editar.",
1100
+ /** Label for tooltip in chip with the created date */
1101
+ "release.chip.tooltip.created-date": "Creada {{date}}",
1102
+ /** Label for tooltip in draft chip when it's a live edit document */
1103
+ "release.chip.tooltip.draft-disabled.live-edit": "Aquest document est\xE0 en mode d'edici\xF3 en viu, els esborranys estan desactivats",
1104
+ /** Label for tooltip in chip with the lasted edited date */
1105
+ "release.chip.tooltip.edited-date": "Editada {{date}}",
1106
+ /** Label for tooltip in chip when document is intended for a future release that hasn't been scheduled */
1107
+ "release.chip.tooltip.intended-for-date": "Destinada per a {{date}}",
1108
+ /** Label for tooltip in chip when there is no recent draft edits */
1109
+ "release.chip.tooltip.no-edits": "Sense edicions",
1110
+ /** Label for tooltip in chip when document isn't published */
1111
+ "release.chip.tooltip.not-published": "No publicat",
1112
+ /** Label for tooltip in chip with the published date */
1113
+ "release.chip.tooltip.published-date": "Publicada {{date}}",
1114
+ /** Label for tooltip in chip when document is in a release that has been scheduled */
1115
+ "release.chip.tooltip.scheduled-for-date": "Programada per a {{date}}",
1116
+ /** Label for tooltip in scheduled chip without a known date */
1117
+ "release.chip.tooltip.unknown-date": "Data desconeguda",
1118
+ /** Label for tooltip on deleted release */
1119
+ "release.deleted-tooltip": "Aquesta versi\xF3 ha estat eliminada",
1120
+ /** Title for copying version to a new release dialog */
1121
+ "release.dialog.copy-to-release.title": "Copiar la versi\xF3 a una nova versi\xF3",
1122
+ /** Title for action create a release */
1123
+ "release.dialog.create.confirm": "Crear versi\xF3",
1124
+ /** Title for creating releases dialog */
1125
+ "release.dialog.create.title": "Nova versi\xF3",
1126
+ /** Label for description in tooltip to explain release types */
1127
+ "release.dialog.tooltip.description": "El temps previst de llan\xE7ament s'utilitza per crear millors previsualitzacions i indicacions sobre si els documents entren en conflicte.",
1128
+ /** Label for noting that a release time is not final */
1129
+ "release.dialog.tooltip.note": "Sempre pots canviar-ho m\xE9s tard.",
1130
+ /** Title for tooltip to explain release time */
1131
+ "release.dialog.tooltip.title": "Temps aproximat de llan\xE7ament",
1132
+ /** The placeholder text when the release doesn't have a description */
1133
+ "release.form.placeholder-describe-release": "Descriu la versi\xF3\u2026",
1134
+ /** Tooltip for button to hide release visibility */
1135
+ "release.layer.hide": "Amagar versi\xF3",
1136
+ /** Label for draft perspective in navbar */
1137
+ "release.navbar.drafts": "Esborranys",
1138
+ /** Label for published releases in navbar */
1139
+ "release.navbar.published": "Publicats",
1140
+ /** Tooltip for releases navigation in navbar */
1141
+ "release.navbar.tooltip": "Versions",
1142
+ /** The placeholder text when the release doesn't have a title */
1143
+ "release.placeholder-untitled-release": "Versi\xF3 sense t\xEDtol",
1144
+ /** The toast description that will be shown when the user has a release perspective which is now archived */
1145
+ "release.toast.archived-release.description": "Aquesta versi\xF3 ha estat desancorada",
1146
+ /** The toast title that will be shown when the user has a release perspective which is now archived */
1147
+ "release.toast.archived-release.title": "La versi\xF3 '{{title}}' ha estat arxivada",
1148
+ /** The toast title that will be shown the creating a release fails */
1149
+ "release.toast.create-release-error.title": "No s'ha pogut crear la release",
1150
+ /**The toast title that will be shown when the user has a release perspective which is now deleted */
1151
+ "release.toast.not-found-release.title": "No s'ha trobat la release '{{title}}'",
1152
+ /** The toast description that will be shown when the user has a release perspective which is now published */
1153
+ "release.toast.published-release.description": "Aquesta release ha estat desancorada",
1154
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1155
+ "release.toast.published-release.title": "La release '{{title}}' ha estat publicada",
1156
+ /** Label for when a version of a document has already been added to the release */
1157
+ "release.tooltip.already-added": "Ja s'ha afegit una versi\xF3 d'aquest document",
1158
+ /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
1159
+ "release.tooltip.locked": "Aquesta release ha estat programada. Desprograma-la per afegir m\xE9s documents.",
1160
+ /** Label for the release type 'as soon as possible' */
1161
+ "release.type.asap": "ASAP",
1162
+ /** Label for the release type 'at time', meaning it's a release with a scheduled date */
1163
+ "release.type.scheduled": "A temps",
1164
+ /** Label for the release type 'undecided' */
1165
+ "release.type.undecided": "Indec\xEDs",
1166
+ /** Tooltip for the dropdown to show all versions of document */
1167
+ "release.version-list.tooltip": "Veure totes les versions del document",
1168
+ /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
1169
+ "search.action-open-aria-label": "Obrir cerca",
1170
+ /** Action label for adding a search filter */
1171
+ "search.action.add-filter": "Afegir filtre",
1172
+ /** Action label for clearing search filters */
1173
+ "search.action.clear-filters": "Esborrar filtres",
1174
+ /** Label for action to clear recent searches */
1175
+ "search.action.clear-recent-searches": "Esborrar cerques recents",
1176
+ /** Accessibility label for action to clear all currently applied document type filters */
1177
+ "search.action.clear-type-filters-aria-label": "Esborrar filtres marcats",
1178
+ /** Label for action to clear all currently applied document type filters */
1179
+ "search.action.clear-type-filters-label": "Esborrar",
1180
+ /** Accessibility label for when the search is full screen (on narrow screens) and you want to close the search */
1181
+ "search.action.close-search-aria-label": "Tancar cerca",
1182
+ /** Accessibility label for filtering by document type */
1183
+ "search.action.filter-by-document-type-aria-label": "Filtrar per tipus de document",
1184
+ /** Accessibility action label for removing an already applied search filter */
1185
+ "search.action.remove-filter-aria-label": "Eliminar filtre",
1186
+ /**
1187
+ * Text displayed when either no document type(s) have been selected, or we need a fallback,
1188
+ * eg "Search for all types".
1189
+ */
1190
+ "search.action.search-all-types": "Cercar tots els documents",
1191
+ /**
1192
+ * Text displayed when we are able to determine one or more document types that will be used for
1193
+ * searching, and can fit within the space assigned by the design.
1194
+ */
1195
+ "search.action.search-specific-types": "Cercar {{types, list}}",
1196
+ /** Dialog title for action to select an asset of unknown type */
1197
+ "search.action.select-asset": "Seleccionar actiu",
1198
+ /** Dialog title for action to select a file asset */
1199
+ "search.action.select-asset_file": "Seleccionar fitxer",
1200
+ /** Dialog title for action to select an image asset */
1201
+ "search.action.select-asset_image": "Seleccionar imatge",
1202
+ /** Accessibility label for when the search is full screen (on narrow screens) and you want to hide filters */
1203
+ "search.action.toggle-filters-aria-label_hide": "Amagar filtres",
1204
+ /** Accessibility label for when the search is full screen (on narrow screens) and you want to show filters */
1205
+ "search.action.toggle-filters-aria-label_show": "Mostra els filtres",
1206
+ /** Label for when the search is full screen (on narrow screens) and you want to hide filters */
1207
+ "search.action.toggle-filters-label_hide": "Amaga els filtres",
1208
+ /** Label for when the search is full screen (on narrow screens) and you want to show filters */
1209
+ "search.action.toggle-filters-label_show": "Mostra els filtres",
1210
+ /** Tooltip text for the global search button */
1211
+ "search.button.tooltip": "Cerca",
1212
+ /**
1213
+ * A list of provided types (use `list` formatter preferably).
1214
+ */
1215
+ "search.document-type-list": "{{types, list}}",
1216
+ /**
1217
+ * In the context of a list of document types - no filtering selection has been done,
1218
+ * thus the default is "all types".
1219
+ */
1220
+ "search.document-type-list-all-types": "Tots els tipus",
1221
+ /** Accessibility label for list displaying the available document types */
1222
+ "search.document-types-aria-label": "Tipus de documents",
1223
+ /** Label for when no document types matching the filter are found */
1224
+ "search.document-types-no-matches-found": "No s'han trobat coincid\xE8ncies per a {{filter}}",
1225
+ /** Description for error when a filter cannot be displayed, describes that you should check the schema */
1226
+ "search.error.display-filter-description": "Aix\xF2 pot indicar opcions inv\xE0lides definides en el vostre esquema.",
1227
+ /** Title for error when a filter cannot be displayed (mainly a developer-oriented error) */
1228
+ "search.error.display-filter-title": "S'ha produ\xEFt un error en mostrar aquest filtre.",
1229
+ /** Description for error when no valid asset source is found, describes that you should check the the current studio config */
1230
+ "search.error.no-valid-asset-source-check-config-description": "Assegureu-vos que est\xE0 habilitat en el vostre fitxer de configuraci\xF3 de l'estudi.",
1231
+ /** Description for error when no valid asset source is found, describes that only the default asset is supported */
1232
+ "search.error.no-valid-asset-source-only-default-description": "Actualment, nom\xE9s es d\xF3na suport a la font d'actius per defecte.",
1233
+ /** Title for error when no valid asset sources found */
1234
+ "search.error.no-valid-asset-source-title": "No s'han trobat fonts d'actius v\xE0lides.",
1235
+ /** Helpful description for when search returned an error that we are not able to describe in detail */
1236
+ "search.error.unspecified-error-help-description": "Torneu-ho a intentar o comproveu la vostra connexi\xF3",
1237
+ /** Title label for when search returned an error that we are not able to describe in detail */
1238
+ "search.error.unspecified-error-title": "Alguna cosa ha anat malament mentre es cercava",
1239
+ /**
1240
+ * Label for "All fields", a label that appears above the list of available fields when filtering.
1241
+ * If one or more document type has been chosen as filter, this label is replaced with a group of
1242
+ * fields per selected document type
1243
+ */
1244
+ "search.filter-all-fields-header": "Tots els camps",
1245
+ /** Label for the action of changing from one file to a different file in asset search filter */
1246
+ "search.filter-asset-change_file": "Canvia el fitxer",
1247
+ /** Label for the action of changing from one image to a different image in asset search filter */
1248
+ "search.filter-asset-change_image": "Canvia la imatge",
1249
+ /** Label for the action of clearing the currently selected asset in an image/file filter */
1250
+ "search.filter-asset-clear": "Neteja",
1251
+ /** Label for the action of selecting a file in asset search filter */
1252
+ "search.filter-asset-select_file": "Selecciona el fitxer",
1253
+ /** Label for the action of selecting an image in asset search filter */
1254
+ "search.filter-asset-select_image": "Selecciona la imatge",
1255
+ /** Label for boolean filter - false */
1256
+ "search.filter-boolean-false": "Fals",
1257
+ /** Label for boolean filter - true */
1258
+ "search.filter-boolean-true": "Veritable",
1259
+ /** Accessibility label for list that lets you filter fields by title, when adding a new filter in search */
1260
+ "search.filter-by-title-aria-label": "Filtra per t\xEDtol",
1261
+ /** Accessibility label for date filter input */
1262
+ "search.filter-date-aria-label": "Data",
1263
+ /** Accessibility label for selecting end date on the date range search filter */
1264
+ "search.filter-date-range-end-date-aria-label": "Data final",
1265
+ /** Accessibility label for selecting start date on the date range search filter */
1266
+ "search.filter-date-range-start-date-aria-label": "Data d'inici",
1267
+ /**
1268
+ * Label for "Days"/"Months"/"Years" when selecting it as unit in "X days ago" search filter.
1269
+ * Capitalized, as it would be listed in a dropdown.
1270
+ */
1271
+ "search.filter-date-unit_days": "Dies",
1272
+ "search.filter-date-unit_months": "Mesos",
1273
+ "search.filter-date-unit_years": "Anys",
1274
+ /** Accessibility label for selecting the unit (day/month/year) when adding "X days ago" search filter */
1275
+ "search.filter-date-unit-aria-label": "Selecciona la unitat",
1276
+ /** Accessibility label for the input value (days/months/years) when adding "X days ago" search filter */
1277
+ "search.filter-date-value-aria-label": "Valor de la unitat",
1278
+ /** Label for "field description" shown in tooltip when navigating list of possible fields to filter */
1279
+ "search.filter-field-tooltip-description": "Descripci\xF3 del camp",
1280
+ /** Label for "field name" shown in tooltip when navigating list of possible fields to filter */
1281
+ "search.filter-field-tooltip-name": "Nom del camp",
1282
+ /** Label for "Used in document types", a list of the document types a field appears in. Shown in tooltip when navigating list of possible fields to filter */
1283
+ "search.filter-field-tooltip-used-in-document-types": "Utilitzat en tipus de documents",
1284
+ /** Label for when no fields/filters are found for the given term */
1285
+ "search.filter-no-matches-found": "No s'han trobat coincid\xE8ncies per a {{filter}}",
1286
+ /** Placeholder value for maximum numeric value filter */
1287
+ "search.filter-number-max-value-placeholder": "Valor m\xE0xim",
1288
+ /** Placeholder value for minimum numeric value filter */
1289
+ "search.filter-number-min-value-placeholder": "Valor m\xEDnim",
1290
+ /** Placeholder value for the number filter */
1291
+ "search.filter-number-value-placeholder": "Valor",
1292
+ /** Placeholder for the "Filter" input, when narrowing possible fields/filters */
1293
+ "search.filter-placeholder": "Filtre",
1294
+ /** Label for the action of clearing the currently selected document in a reference filter */
1295
+ "search.filter-reference-clear": "Esborrar",
1296
+ /**
1297
+ * Label for "shared fields", a label that appears above a list of fields that all filtered types
1298
+ * have in common, when adding a new filter. For instance, if "book" and "employee" both have a
1299
+ * "title" field, this field would be listed under "shared fields".
1300
+ * */
1301
+ "search.filter-shared-fields-header": "Camps compartits",
1302
+ /** Placeholder value for the string filter */
1303
+ "search.filter-string-value-placeholder": "Valor",
1304
+ /** Label/placeholder prompting user to select one of the predefined, allowed values for a string field */
1305
+ "search.filter-string-value-select-predefined-value": "Selecciona\u2026",
1306
+ /** Accessibility label for the "Filters" list, that is shown when using "Add filter" in search (singular) */
1307
+ "search.filters-aria-label_one": "Filtre",
1308
+ /** Accessibility label for the "Filters" list, that is shown when using "Add filter" in search (plural) */
1309
+ "search.filters-aria-label_other": "Filtres",
1310
+ /** Label for instructions on how to use the search - displayed when no recent searches are available */
1311
+ "search.instructions": "Utilitza <ControlsIcon/> per a refinar la teva cerca",
1312
+ /** Helpful description for when no search results are found */
1313
+ "search.no-results-help-description": "Prova una altra paraula clau o ajusta els teus filtres",
1314
+ /** Title label for when no search results are found */
1315
+ "search.no-results-title": "No s'han trobat resultats",
1316
+ /**
1317
+ * Individual search operators.
1318
+ *
1319
+ * The `name` variant is the form we use when the user is building a query, and selecting from a
1320
+ * list of available operators for a field. Keep in mind that since the user knows what the field
1321
+ * represents, we do not need to contextualize too much, and that the user may not be a developer
1322
+ * eg prefer "quantity is" over "array has length". Additionally, (if applicable in language) use
1323
+ * lowercased names.
1324
+ *
1325
+ * The `description` variant is the form shown once the filter has enough information to apply,
1326
+ * and is shown in the list of applied filters. It is passed components that _should_ be used to
1327
+ * compose the filter string, and to format them correctly:
1328
+ *
1329
+ * `<Field/>` - eg "Bird species", "Category", "Date of birth"
1330
+ * `<Operator>operator text</Operator>` - eg "has ≤", "includes", "is"
1331
+ * `<Value>{{value}}</Value>` - eg "Hawk", "Sparrow", "Eagle"
1332
+ *
1333
+ * Where applicable, a `count` is passed, allowing you to pluralize where needed, by using
1334
+ * suffixes such as `_zero`, `_one`, `_other` etc.
1335
+ *
1336
+ * Prefer (reasonable) brevity since many filters may be applied. For instance:
1337
+ * `<Field/> has ≤ <Value/>` may be better than
1338
+ * `<Field/> has less than or equal to <Value/>`
1339
+ **/
1340
+ /* Array should have a count the given filter value */
1341
+ "search.operator.array-count-equal.description_one": "<Field/> <Operator>t\xE9</Operator> <Value>{{count}} element</Value>",
1342
+ "search.operator.array-count-equal.description_other": "<Field/> <Operator>t\xE9</Operator> <Value>{{count}} elements</Value>",
1343
+ "search.operator.array-count-equal.name": "la quantitat \xE9s",
1344
+ /* Array should have a count greater than given filter value */
1345
+ "search.operator.array-count-gt.description_one": "<Field/> <Operator>t\xE9 ></Operator> <Value>{{count}} element</Value>",
1346
+ "search.operator.array-count-gt.description_other": "<Field/> <Operator>t\xE9 ></Operator> <Value>{{count}} elements</Value>",
1347
+ "search.operator.array-count-gt.name": "quantitat m\xE9s gran que",
1348
+ /* Array should have a count greater than or equal to the given filter value */
1349
+ "search.operator.array-count-gte.description_one": "<Field/> <Operator>t\xE9 \u2265</Operator> <Value>{{count}} element</Value>",
1350
+ "search.operator.array-count-gte.description_other": "<Field/> <Operator>t\xE9 \u2265</Operator> <Value>{{count}} elements</Value>",
1351
+ "search.operator.array-count-gte.name": "quantitat m\xE9s gran o igual a",
1352
+ /* Array should have a count less than given filter value */
1353
+ "search.operator.array-count-lt.description_one": "<Field/> <Operator>t\xE9 <</Operator> <Value>{{count}} element</Value>",
1354
+ "search.operator.array-count-lt.description_other": "<Field/> <Operator>t\xE9 <</Operator> <Value>{{count}} elements</Value>",
1355
+ "search.operator.array-count-lt.name": "quantitat menor que",
1356
+ /* Array should have a count less than or equal to the given filter value */
1357
+ "search.operator.array-count-lte.description_one": "<Field/> <Operator>t\xE9 \u2264</Operator> <Value>{{count}} element</Value>",
1358
+ "search.operator.array-count-lte.description_other": "<Field/> <Operator>t\xE9 \u2264</Operator> <Value>{{count}} elements</Value>",
1359
+ "search.operator.array-count-lte.name": "quantitat menor o igual a",
1360
+ /* Array should have a count that is not equal to the given filter value */
1361
+ "search.operator.array-count-not-equal.description_one": "<Field/> <Operator>no t\xE9</Operator> <Value>{{count}} element</Value>",
1362
+ "search.operator.array-count-not-equal.description_other": "<Field/> <Operator>no t\xE9</Operator> <Value>{{count}} elements</Value>",
1363
+ "search.operator.array-count-not-equal.name": "la quantitat no \xE9s",
1364
+ /**
1365
+ * Array should have a count within the range of given filter values.
1366
+ * Gets passed `{{from}}` and `{{to}}` values.
1367
+ **/
1368
+ "search.operator.array-count-range.description": "<Field/> <Operator>t\xE9 entre</Operator> <Value>{{from}} \u2192 {{to}} elements</Value>",
1369
+ "search.operator.array-count-range.name": "la quantitat est\xE0 entre",
1370
+ /* Array should include the given value */
1371
+ "search.operator.array-list-includes.description": "<Field/> <Operator>inclou</Operator> <Value>{{value}}</Value>",
1372
+ "search.operator.array-list-includes.name": "inclou",
1373
+ /* Array should not include the given value */
1374
+ "search.operator.array-list-not-includes.description": "<Field/> <Operator>no inclou</Operator> <Value>{{value}}</Value>",
1375
+ "search.operator.array-list-not-includes.name": "no inclou",
1376
+ /* Array should include the given reference */
1377
+ "search.operator.array-reference-includes.description": "<Field/> <Operator>inclou</Operator> <Value>{{value}}</Value>",
1378
+ "search.operator.array-reference-includes.name": "inclou",
1379
+ /* Array should not include the given reference */
1380
+ "search.operator.array-reference-not-includes.description": "<Field/> <Operator>no inclou</Operator> <Value>{{value}}</Value>",
1381
+ "search.operator.array-reference-not-includes.name": "no inclou",
1382
+ /* Asset (file) should be the selected asset */
1383
+ "search.operator.asset-file-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1384
+ "search.operator.asset-file-equal.name": "\xE9s",
1385
+ /* Asset (file) should not be the selected asset */
1386
+ "search.operator.asset-file-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1387
+ "search.operator.asset-file-not-equal.name": "no \xE9s",
1388
+ /* Asset (image) should be the selected asset */
1389
+ "search.operator.asset-image-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1390
+ "search.operator.asset-image-equal.name": "\xE9s",
1391
+ /* Asset (image) should not be the selected asset */
1392
+ "search.operator.asset-image-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1393
+ "search.operator.asset-image-not-equal.name": "no \xE9s",
1394
+ /**
1395
+ * Boolean value should be the given filter value (true/false).
1396
+ * Context passed is `true` and `false`, allowing for more specific translations:
1397
+ * - `search.operator.boolean-equal.description_true`
1398
+ * - `search.operator.boolean-equal.description_false`
1399
+ */
1400
+ "search.operator.boolean-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1401
+ "search.operator.boolean-equal.name": "\xE9s",
1402
+ /* Date should be after (later than) given filter value */
1403
+ "search.operator.date-after.description": "<Field/> <Operator>\xE9s despr\xE9s</Operator> <Value>{{value}}</Value>",
1404
+ "search.operator.date-after.name": "despr\xE9s",
1405
+ /* Date should be before (earlier than) given filter value */
1406
+ "search.operator.date-before.description": "<Field/> <Operator>\xE9s abans</Operator> <Value>{{value}}</Value>",
1407
+ "search.operator.date-before.name": "abans",
1408
+ /* Date should be the given filter value */
1409
+ "search.operator.date-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1410
+ "search.operator.date-equal.name": "\xE9s",
1411
+ /* Date should be within the given filter value range (eg "within the last X days") */
1412
+ "search.operator.date-last.description": "<Field/> <Operator>\xE9s en els \xFAltims</Operator> <Value>{{value}}</Value>",
1413
+ "search.operator.date-last.name": "\xFAltims",
1414
+ /* Date should not be the given filter value */
1415
+ "search.operator.date-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1416
+ "search.operator.date-not-equal.name": "no \xE9s",
1417
+ /* Date should be within the range of given filter values */
1418
+ "search.operator.date-range.description": "<Field/> <Operator>\xE9s entre</Operator> <Value/>",
1419
+ "search.operator.date-range.name": "\xE9s entre",
1420
+ /* Date and time should be after (later than) given filter value */
1421
+ "search.operator.date-time-after.description": "<Field/> <Operator>\xE9s despr\xE9s</Operator> <Value>{{value}}</Value>",
1422
+ "search.operator.date-time-after.name": "despr\xE9s",
1423
+ /* Date and time should be before (earlier than) given filter value */
1424
+ "search.operator.date-time-before.description": "<Field/> <Operator>\xE9s abans</Operator> <Value>{{value}}</Value>",
1425
+ "search.operator.date-time-before.name": "abans",
1426
+ /* Date and time should be the given filter value */
1427
+ "search.operator.date-time-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1428
+ "search.operator.date-time-equal.name": "\xE9s",
1429
+ /* Date and time should be within the given filter value range (eg "within the last X days") */
1430
+ "search.operator.date-time-last.description": "<Field/> <Operator>est\xE0 en els \xFAltims</Operator> <Value>{{value}}</Value>",
1431
+ "search.operator.date-time-last.name": "\xFAltims",
1432
+ /* Date and time should not be the given filter value */
1433
+ "search.operator.date-time-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1434
+ "search.operator.date-time-not-equal.name": "no \xE9s",
1435
+ /* Date and time should be within the range of given filter values */
1436
+ "search.operator.date-time-range.description": "<Field/> <Operator>est\xE0 entre</Operator> <Value/>",
1437
+ "search.operator.date-time-range.name": "est\xE0 entre",
1438
+ /* Value should be defined */
1439
+ "search.operator.defined.description": "<Field/> <Operator>\xE9s</Operator> <Value>no buit</Value>",
1440
+ "search.operator.defined.name": "no buit",
1441
+ /* Value should not be defined */
1442
+ "search.operator.not-defined.description": "<Field/> <Operator>\xE9s</Operator> <Value>buit</Value>",
1443
+ "search.operator.not-defined.name": "buit",
1444
+ /* Number should be the given filter value */
1445
+ "search.operator.number-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1446
+ "search.operator.number-equal.name": "\xE9s",
1447
+ /* Number should be greater than given filter value */
1448
+ "search.operator.number-gt.description": "<Field/> <Operator>></Operator> <Value>{{value}}</Value>",
1449
+ "search.operator.number-gt.name": "m\xE9s gran que",
1450
+ /* Number should be greater than or the given filter value */
1451
+ "search.operator.number-gte.description": "<Field/> <Operator>\u2265</Operator> <Value>{{value}}</Value>",
1452
+ "search.operator.number-gte.name": "m\xE9s gran o igual a",
1453
+ /* Number should be less than given filter value */
1454
+ "search.operator.number-lt.description": "<Field/> <Operator><</Operator> <Value>{{value}}</Value>",
1455
+ "search.operator.number-lt.name": "menys que",
1456
+ /* Number should be less than or the given filter value */
1457
+ "search.operator.number-lte.description": "<Field/> <Operator>\u2264</Operator> <Value>{{value}}</Value>",
1458
+ "search.operator.number-lte.name": "menys o igual a",
1459
+ /* Number should not be the given filter value */
1460
+ "search.operator.number-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1461
+ "search.operator.number-not-equal.name": "no \xE9s",
1462
+ /* Number should be within the range of given filter values */
1463
+ "search.operator.number-range.description": "<Field/> <Operator>est\xE0 entre</Operator> <Value>{{from}} \u2192 {{to}}</Value>",
1464
+ "search.operator.number-range.name": "est\xE0 entre",
1465
+ /* Portable Text should contain the given filter value */
1466
+ "search.operator.portable-text-contains.description": "<Field/> <Operator>cont\xE9</Operator> <Value>{{value}}</Value>",
1467
+ "search.operator.portable-text-contains.name": "cont\xE9",
1468
+ /* Portable Text should be the given filter value */
1469
+ "search.operator.portable-text-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1470
+ "search.operator.portable-text-equal.name": "\xE9s",
1471
+ /* Portable Text should not contain the given filter value */
1472
+ "search.operator.portable-text-not-contains.description": "<Field/> <Operator>no cont\xE9</Operator> <Value>{{value}}</Value>",
1473
+ "search.operator.portable-text-not-contains.name": "no cont\xE9",
1474
+ /* Portable Text should not be the given filter value */
1475
+ "search.operator.portable-text-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1476
+ "search.operator.portable-text-not-equal.name": "no \xE9s",
1477
+ /* References the given asset (file) */
1478
+ "search.operator.reference-asset-file.description": "<Field/> <Operator>\u2192</Operator> <Value>{{value}}</Value>",
1479
+ "search.operator.reference-asset-file.name": "fitxer",
1480
+ /* References the given asset (image) */
1481
+ "search.operator.reference-asset-image.description": "<Field/> <Operator>\u2192</Operator> <Value>{{value}}</Value>",
1482
+ "search.operator.reference-asset-image.name": "imatge",
1483
+ /* References the given document */
1484
+ "search.operator.reference-document.description": "<Field/> <Operator>\u2192</Operator> <Value>{{value}}</Value>",
1485
+ "search.operator.reference-document.name": "document",
1486
+ /* Reference should be the given document */
1487
+ "search.operator.reference-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1488
+ "search.operator.reference-equal.name": "\xE9s",
1489
+ /* Reference should not be the given document */
1490
+ "search.operator.reference-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1491
+ "search.operator.reference-not-equal.name": "no \xE9s",
1492
+ /* Slug contains the given value */
1493
+ "search.operator.slug-contains.description": "<Field/> <Operator>cont\xE9</Operator> <Value>{{value}}</Value>",
1494
+ "search.operator.slug-contains.name": "cont\xE9",
1495
+ /* Slug equals the given filter value */
1496
+ "search.operator.slug-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1497
+ "search.operator.slug-equal.name": "\xE9s",
1498
+ /* Slug does not contain the given value */
1499
+ "search.operator.slug-not-contains.description": "<Field/> <Operator>no cont\xE9</Operator> <Value>{{value}}</Value>",
1500
+ "search.operator.slug-not-contains.name": "no cont\xE9",
1501
+ /* Slug does not equal the given filter value */
1502
+ "search.operator.slug-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1503
+ "search.operator.slug-not-equal.name": "no \xE9s",
1504
+ /* String contains the given filter value */
1505
+ "search.operator.string-contains.description": "<Field/> <Operator>cont\xE9</Operator> <Value>{{value}}</Value>",
1506
+ "search.operator.string-contains.name": "cont\xE9",
1507
+ /* String equals the given filter value */
1508
+ "search.operator.string-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1509
+ "search.operator.string-equal.name": "\xE9s",
1510
+ /* String equals one of the predefined allowed values */
1511
+ "search.operator.string-list-equal.description": "<Field/> <Operator>\xE9s</Operator> <Value>{{value}}</Value>",
1512
+ "search.operator.string-list-equal.name": "\xE9s",
1513
+ /* String does not equal one of the predefined allowed values */
1514
+ "search.operator.string-list-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1515
+ "search.operator.string-list-not-equal.name": "no \xE9s",
1516
+ /* String does not contain the given filter value */
1517
+ "search.operator.string-not-contains.description": "<Field/> <Operator>no cont\xE9</Operator> <Value>{{value}}</Value>",
1518
+ "search.operator.string-not-contains.name": "no cont\xE9",
1519
+ /* String does not equal the given filter value */
1520
+ "search.operator.string-not-equal.description": "<Field/> <Operator>no \xE9s</Operator> <Value>{{value}}</Value>",
1521
+ "search.operator.string-not-equal.name": "no \xE9s",
1522
+ /** Label for the "Best match" search ordering type */
1523
+ "search.ordering.best-match-label": "Millor coincid\xE8ncia",
1524
+ /** Label for the "Created: Oldest first" search ordering type */
1525
+ "search.ordering.created-ascending-label": "Creat: Els m\xE9s antics primer",
1526
+ /** Label for the "Created: Newest first" search ordering type */
1527
+ "search.ordering.created-descending-label": "Creat: Els m\xE9s recents primer",
1528
+ /** Label for the "Updated: Oldest first" search ordering type */
1529
+ "search.ordering.updated-ascending-label": "Actualitzat: Els m\xE9s antics primer",
1530
+ /** Label for the "Updated: Newest first" search ordering type */
1531
+ "search.ordering.updated-descending-label": "Actualitzat: Els m\xE9s recents primer",
1532
+ /** Placeholder text for the global search input field */
1533
+ "search.placeholder": "Cerca",
1534
+ /** Accessibility label for the recent searches section, shown when no valid search terms has been given */
1535
+ "search.recent-searches-aria-label": "Cerques recents",
1536
+ /** Label/heading shown for the recent searches section */
1537
+ "search.recent-searches-label": "Cerques recents",
1538
+ /** Accessibility label for the search results section, shown when the user has typed valid terms */
1539
+ "search.search-results-aria-label": "Resultats de la cerca",
1540
+ /** Label for the edit columns button to change field visibility in sheet list */
1541
+ "sheet-list.edit-columns": "Edita les columnes",
1542
+ /** Label for the header menu option to hide a field from the sheet list */
1543
+ "sheet-list.hide-field": "Elimina de la taula",
1544
+ /** Label for reset column visibilities button */
1545
+ "sheet-list.reset-columns": "Restableix les columnes",
1546
+ /** Title for the edit columns menu */
1547
+ "sheet-list.select-fields": "Selecciona fins a 5 tipus de camps",
1548
+ /** Accessibility label for the navbar status button */
1549
+ "status-button.aria-label": "Estat de la configuraci\xF3",
1550
+ /** Title for the changes tooltip in the history inspector*/
1551
+ "timeline.changes.title": "Canvis per",
1552
+ /** Description for error when the timeline for the given document can't be loaded */
1553
+ "timeline.error.load-document-changes-description": "Les transaccions de l'historial del document no s'han vist afectades.",
1554
+ /** Title for error when the timeline for the given document can't be loaded */
1555
+ "timeline.error.load-document-changes-title": "S'ha produ\xEFt un error en recuperar els canvis del document.",
1556
+ /** Description for error when the timeline for the given document can't be loaded */
1557
+ "timeline.error.load-document-changes-version-description": "Activa l'API d'esdeveniments a trav\xE9s de la configuraci\xF3 de l'Estudi per veure l'historial del document.",
1558
+ /** Title for error when the timeline for the given version document can't be loaded */
1559
+ "timeline.error.load-document-changes-version-title": "L'historial de les versions dels documents nom\xE9s est\xE0 disponible a trav\xE9s de l'API d'Esdeveniments.",
1560
+ /** Error description for when the document doesn't have history */
1561
+ "timeline.error.no-document-history-description": "En canviar el contingut del document, les versions del document apareixeran en aquest men\xFA.",
1562
+ /** Error title for when the document doesn't have history */
1563
+ "timeline.error.no-document-history-title": "No hi ha historial del document",
1564
+ /** Error prompt when revision cannot be loaded */
1565
+ "timeline.error.unable-to-load-revision": "No es pot carregar la revisi\xF3",
1566
+ /** Label for when the timeline item is the latest in the history */
1567
+ "timeline.latest": "M\xE9s recent",
1568
+ /** Label for latest revision for timeline menu dropdown */
1569
+ "timeline.latest-revision": "\xDAltima revisi\xF3",
1570
+ /**
1571
+ * Label for latest revision for timeline menu dropdown
1572
+ * @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_
1573
+ * */
1574
+ "timeline.latest-version": "\xDAltima revisi\xF3",
1575
+ /** The aria-label for the list of revisions in the timeline */
1576
+ "timeline.list.aria-label": "Revisions del document",
1577
+ /** Label for loading history */
1578
+ "timeline.loading-history": "Carregant l'historial\u2026",
1579
+ /* Label for when no previous since events are available*/
1580
+ "timeline.no-previous-events": "No hi ha esdeveniments anteriors",
1581
+ /** Label shown in review changes timeline when a document has been created */
1582
+ "timeline.operation.created": "Creat",
1583
+ /** Label shown in review changes timeline when a document has been created, with a timestamp */
1584
+ "timeline.operation.created_timestamp": "Creat: {{timestamp, datetime}}",
1585
+ /** Label shown in review changes timeline when a document was initially created */
1586
+ "timeline.operation.created-initial": "Creat",
1587
+ /** Label shown in review changes timeline when a document was initially created, with a timestamp */
1588
+ "timeline.operation.created-initial_timestamp": "Creat: {{timestamp, datetime}}",
1589
+ /** Label shown in review changes timeline when a document has been deleted */
1590
+ "timeline.operation.deleted": "Eliminat",
1591
+ /** Label shown in review changes timeline when a document has been deleted, with a timestamp */
1592
+ "timeline.operation.deleted_timestamp": "Esborrat: {{timestamp, datetime}}",
1593
+ /** Label shown in review changes timeline when a draft has been discarded */
1594
+ "timeline.operation.draft-discarded": "Esborrany descartat",
1595
+ /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
1596
+ "timeline.operation.draft-discarded_timestamp": "Esborrany descartat: {{timestamp, datetime}}",
1597
+ /** Label shown in review changes timeline when a draft has been edited */
1598
+ "timeline.operation.edited-draft": "Editat",
1599
+ /** Label shown in review changes timeline when a draft has been edited, with a timestamp */
1600
+ "timeline.operation.edited-draft_timestamp": "Editat: {{timestamp, datetime}}",
1601
+ /** Label shown in review changes timeline when a document has been edited live */
1602
+ "timeline.operation.edited-live": "Editat en viu",
1603
+ /** Label shown in review changes timeline when a document has been edited live, with a timestamp */
1604
+ "timeline.operation.edited-live_timestamp": "Editat en viu: {{timestamp, datetime}}",
1605
+ /** Label shown in review changes timeline when a document was published */
1606
+ "timeline.operation.published": "Publicat",
1607
+ /** Label shown in review changes timeline when a document was published, with a timestamp */
1608
+ "timeline.operation.published_timestamp": "Publicat: {{timestamp, datetime}}",
1609
+ /** Label shown in review changes timeline when a document was unpublished */
1610
+ "timeline.operation.unpublished": "Despublicat",
1611
+ /** Label shown in review changes timeline when a document was unpublished, with a timestamp */
1612
+ "timeline.operation.unpublished_timestamp": "Despublicat: {{timestamp, datetime}}",
1613
+ /**
1614
+ * Label for determining since which version the changes for timeline menu dropdown are showing.
1615
+ * Receives the time label as a parameter (`timestamp`).
1616
+ */
1617
+ "timeline.since": "{{timestamp, datetime}}",
1618
+ /** Label for missing change version for timeline menu dropdown are showing */
1619
+ "timeline.since-version-missing": "Des de: versi\xF3 desconeguda",
1620
+ /** Aria label for the action buttons in the PTE toolbar */
1621
+ "toolbar.portable-text.action-button-aria-label": "{{action}}",
1622
+ /** Accessibility label for the breadcrumb menu */
1623
+ "tree-editing-dialog.breadcrumbs.menu": "Men\xFA de navegaci\xF3 estructural",
1624
+ /** Title placeholder for search input in array of objects */
1625
+ "tree-editing-dialog.search-placeholder": "Cerca",
1626
+ /** Menu aria label for the search menu */
1627
+ "tree-editing-dialog.search.menu-label": "Men\xFA de cerca",
1628
+ /** Title label for when no search results are found on the tree of objects */
1629
+ "tree-editing-dialog.search.no-results-title": "No s'han trobat resultats",
1630
+ /** Label to close the sidebar */
1631
+ "tree-editing-dialog.sidebar.action.close": "Tanca la barra lateral",
1632
+ /** Collapse label the menu item in the sidebar */
1633
+ "tree-editing-dialog.sidebar.action.collapse": "Col\xB7lapsa",
1634
+ /** Label to close the dialog */
1635
+ "tree-editing-dialog.sidebar.action.done": "Fet",
1636
+ /** Exapnd label the menu item in the sidebar */
1637
+ "tree-editing-dialog.sidebar.action.expand": "Expandeix",
1638
+ /** Label to open the sidebar */
1639
+ "tree-editing-dialog.sidebar.action.open": "Obre la barra lateral",
1640
+ /** Label for button showing the free trial days left */
1641
+ "user-menu.action.free-trial_one": "{{count}} dia restant en el per\xEDode de prova",
1642
+ "user-menu.action.free-trial_other": "{{count}} dies restants en el per\xEDode de prova",
1643
+ /** Label for the button showed after trial ended */
1644
+ "user-menu.action.free-trial-finished": "Actualitza des de gratu\xEFt",
1645
+ /** Label for action to invite members to the current sanity project */
1646
+ "user-menu.action.invite-members": "Convida membres",
1647
+ /** Accessibility label for action to invite members to the current sanity project */
1648
+ "user-menu.action.invite-members-aria-label": "Convida membres",
1649
+ /** Label for action to manage the current sanity project */
1650
+ "user-menu.action.manage-project": "Gestiona el projecte",
1651
+ /** Accessibility label for the action to manage the current project */
1652
+ "user-menu.action.manage-project-aria-label": "Gestiona el projecte",
1653
+ /** Tooltip helper text when portable text annotation is disabled for empty block*/
1654
+ "user-menu.action.portable-text.annotation-disabled_empty-block": "No es pot aplicar {{name}} a un bloc buit",
1655
+ /** Tooltip helper text when portable text annotation is disabled for multiple blocks */
1656
+ "user-menu.action.portable-text.annotation-disabled_multiple-blocks": "No es pot aplicar {{name}} a m\xFAltiples blocs",
1657
+ /** Label for action to sign out of the current sanity project */
1658
+ "user-menu.action.sign-out": "Tanca la sessi\xF3",
1659
+ /** Title for appearance section for the current studio (dark / light / system scheme) */
1660
+ "user-menu.appearance-title": "Aparen\xE7a",
1661
+ /** Label for close menu button for user menu */
1662
+ "user-menu.close-menu": "Tanca el men\xFA",
1663
+ /** Description for using the "dark theme" in the appearance user menu */
1664
+ "user-menu.color-scheme.dark-description": "Utilitza l'aparen\xE7a fosca",
1665
+ /** Title for using the "dark theme" in the appearance user menu */
1666
+ "user-menu.color-scheme.dark-title": "Fosc",
1667
+ /** Description for using the "light theme" in the appearance user menu */
1668
+ "user-menu.color-scheme.light-description": "Utilitza l'aparen\xE7a clara",
1669
+ /** Title for using the "light theme" in the appearance user menu */
1670
+ "user-menu.color-scheme.light-title": "Clar",
1671
+ /** Description for using "system apparence" in the appearance user menu */
1672
+ "user-menu.color-scheme.system-description": "Utilitza l'aparen\xE7a del sistema",
1673
+ /** Title for using system apparence in the appearance user menu */
1674
+ "user-menu.color-scheme.system-title": "Sistema",
1675
+ /** Title for locale section for the current studio */
1676
+ "user-menu.locale-title": "Idioma",
1677
+ /** Label for tooltip to show which provider the currently logged in user is using */
1678
+ "user-menu.login-provider": "Has iniciat sessi\xF3 amb {{providerTitle}}",
1679
+ /** Label for open menu button for user menu */
1680
+ "user-menu.open-menu": "Obre el men\xFA",
1681
+ /**
1682
+ * Label for action to add a workspace (currently a developer-oriented action, as this will
1683
+ * lead to the documentation on workspace configuration)
1684
+ */
1685
+ "workspaces.action.add-workspace": "Afegeix un espai de treball",
1686
+ /**
1687
+ * Label for action to choose a different workspace, in the case where you are not logged in,
1688
+ * have selected a workspace, and are faced with the authentication options for the selected
1689
+ * workspace. In other words, label for the action shown when you have reconsidered which
1690
+ * workspace to authenticate in.
1691
+ */
1692
+ "workspaces.action.choose-another-workspace": "Tria un altre espai de treball",
1693
+ /** Label for heading that indicates that you can choose your workspace */
1694
+ "workspaces.choose-your-workspace-label": "Tria el teu espai de treball",
1695
+ /** Label for the workspace menu */
1696
+ "workspaces.select-workspace-aria-label": "Selecciona l'espai de treball",
1697
+ /** Button label for opening the workspace switcher */
1698
+ "workspaces.select-workspace-label": "Selecciona l'espai de treball",
1699
+ /** Tooltip for the workspace menu */
1700
+ "workspaces.select-workspace-tooltip": "Selecciona l'espai de treball",
1701
+ /** Title for Workplaces dropdown menu */
1702
+ "workspaces.title": "Espais de treball"
1703
+ });
1704
+ exports.default = studio;
1705
+ //# sourceMappingURL=studio.cjs.map