@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.
- package/LICENSE +21 -0
- package/README.md +61 -0
- package/dist/_chunks-cjs/canvas.cjs +58 -0
- package/dist/_chunks-cjs/canvas.cjs.map +1 -0
- package/dist/_chunks-cjs/comments.cjs +175 -0
- package/dist/_chunks-cjs/comments.cjs.map +1 -0
- package/dist/_chunks-cjs/copy-paste.cjs +53 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -0
- package/dist/_chunks-cjs/create.cjs +50 -0
- package/dist/_chunks-cjs/create.cjs.map +1 -0
- package/dist/_chunks-cjs/structure.cjs +490 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -0
- package/dist/_chunks-cjs/studio.cjs +1705 -0
- package/dist/_chunks-cjs/studio.cjs.map +1 -0
- package/dist/_chunks-cjs/tasks.cjs +155 -0
- package/dist/_chunks-cjs/tasks.cjs.map +1 -0
- package/dist/_chunks-cjs/validation.cjs +93 -0
- package/dist/_chunks-cjs/validation.cjs.map +1 -0
- package/dist/_chunks-cjs/vision.cjs +76 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -0
- package/dist/_chunks-es/canvas.js +60 -0
- package/dist/_chunks-es/canvas.js.map +1 -0
- package/dist/_chunks-es/comments.js +177 -0
- package/dist/_chunks-es/comments.js.map +1 -0
- package/dist/_chunks-es/copy-paste.js +55 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -0
- package/dist/_chunks-es/create.js +52 -0
- package/dist/_chunks-es/create.js.map +1 -0
- package/dist/_chunks-es/structure.js +492 -0
- package/dist/_chunks-es/structure.js.map +1 -0
- package/dist/_chunks-es/studio.js +1707 -0
- package/dist/_chunks-es/studio.js.map +1 -0
- package/dist/_chunks-es/tasks.js +157 -0
- package/dist/_chunks-es/tasks.js.map +1 -0
- package/dist/_chunks-es/validation.js +95 -0
- package/dist/_chunks-es/validation.js.map +1 -0
- package/dist/_chunks-es/vision.js +78 -0
- package/dist/_chunks-es/vision.js.map +1 -0
- package/dist/index.cjs +75 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +57 -0
- package/dist/index.js.map +1 -0
- package/package.json +60 -0
- package/src/canvas.ts +67 -0
- package/src/comments.ts +197 -0
- package/src/copy-paste.ts +66 -0
- package/src/create.ts +40 -0
- package/src/index.ts +72 -0
- package/src/structure.ts +582 -0
- package/src/studio.ts +1941 -0
- package/src/tasks.ts +172 -0
- package/src/validation.ts +99 -0
- package/src/vision.ts +83 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tasks.cjs","sources":["../../src/tasks.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The label for the create task action */\n 'actions.create.text': 'Crea una nova tasca',\n /** The label for the open tasks panel action */\n 'actions.open.text': 'Tasques',\n\n /** The label for the button to create a new task */\n 'buttons.create.text': 'Crea Tasca',\n /** The label for the button to discard changes */\n 'buttons.discard.text': 'Descarta',\n /** The label for the button to open the draft */\n 'buttons.draft.text': 'Esborrany',\n /** The label for the button to create a new task */\n 'buttons.new.text': 'Nova tasca',\n /** The text for tooltip in the create a new task button when mode is upsell */\n 'buttons.new.upsell-tooltip': 'Actualitza per crear tasques',\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': 'Vés a la següent tasca',\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': 'Vés a la tasca anterior',\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': 'Un cop eliminada, una tasca no es pot recuperar.',\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': 'Cancel·la',\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': 'Elimina',\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': 'Vols eliminar aquesta tasca?',\n\n /** The text used as a placeholder for the footer action in a document with a single task */\n 'document.footer.open-tasks.placeholder_one': 'Obre tasca',\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': 'Obre tasques',\n /** The label used in the button in the footer action in a document with a single task */\n 'document.footer.open-tasks.text_one': '{{count}} tasca oberta',\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': '{{count}} tasques obertes',\n\n /** The heading in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.heading': \"No t'han assignat cap tasca\",\n /** The text in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.text': \"Un cop t'assignin tasques, apareixeran aquí\",\n /** The text in the tasks sidebar button any of the empty states is rendered*/\n 'empty-state.list.create-new': 'Crea una nova tasca',\n /** The heading in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.heading': 'Aquest document encara no té cap tasca',\n /** The text in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.text':\n 'Un cop un document tingui tasques connectades, es mostraran aquí.',\n /** The heading in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.heading': 'Obre un document per veure la seva tasca',\n /** The text in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.text':\n 'Les tasques del teu document actiu es mostraran aquí.',\n /** The heading in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.heading': \"No t'has subscrit a cap tasca\",\n /** The text in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.text':\n 'Quan creïs, modifiquis o comenteu una tasca, us hi subscriureu automàticament',\n /** The heading in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.heading': 'Cap tasca completada',\n /** The text in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.text':\n 'Les vostres tasques marcades com a fetes apareixeran aquí',\n /** The heading in the tasks sidebar, in the document tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.document.heading': 'Cap tasca completada',\n /** The heading in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.heading': 'Cap tasca completada',\n /** The text in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.text':\n 'Les tasques a les quals us subscriviu marcades com a fetes apareixeran aquí',\n /** The heading in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.heading': 'Esteu al dia',\n /** The text in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.text':\n 'Les noves tasques assignades a vosaltres apareixeran aquí',\n /** The heading in the tasks sidebar, in the document tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.document.heading': 'Cap tasca en aquest document',\n /** The heading in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.heading': 'Cap tasca subscrita',\n /** The text in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.text':\n 'Les tasques a les quals us subscriviu apareixeran aquí',\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': 'Sense assignar',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.no-user-assigned.tooltip': 'Establir assignatari',\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': 'Cap usuari trobat',\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': 'Seleccionar assignatari',\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': 'No autoritzat',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.user-assigned.tooltip': 'Canviar assignatari',\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': 'Usuari no trobat',\n /** The label used in the create more toggle */\n 'form.input.create-more.text': 'Crear més',\n /** The label used in the date input button tooltip when it's empty */\n 'form.input.date.buttons.empty.tooltip': 'Establir data de venciment',\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': 'Eliminar',\n /** The label used in the date input button tooltip when it has value */\n 'form.input.date.buttons.tooltip': 'Canviar data de venciment',\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': 'Afegir descripció',\n /** Text used in the tooltip in the status change button */\n 'form.input.status.button.tooltip': 'Canviar estat',\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': 'Eliminar contingut objectiu',\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': 'Esquema no trobat',\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': 'Selecciona el document de destinació',\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': 'Títol de la tasca',\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': 'El títol és obligatori',\n /** The status message upon successful creation of a task */\n 'form.status.success': 'Tasca creada',\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': 'No hi ha tasques',\n /** The text displayed at the bottom of the tasks list inviting users provide feedback */\n 'list.feedback.text':\n \"Ajuda'ns a millorar, <Link>comparteix la teva opinió sobre les Tasques</Link> \",\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': \"Copia l'enllaç a la tasca\",\n /** The label for the delete task menu item */\n 'menuitem.delete.text': 'Elimina la tasca',\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': 'Duplica la tasca',\n /** The text for the duplicate task menu item tooltip when mode is upsell */\n 'menuitem.duplicate.upsell-tooltip': 'Actualitza per duplicar tasques',\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': 'ha creat aquesta tasca',\n /** The title of the activity section of the task */\n 'panel.activity.title': 'Activitat',\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': 'Usuari desconegut',\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': 'Tanca la barra lateral',\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': 'Afegeix un comentari...',\n /** The placeholder text for the comment text box when mode is upsell */\n 'panel.comment.placeholder.upsell': 'Actualitza per comentar en les tasques',\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': 'Crea',\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': 'Esborranys',\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': 'Obre les tasques',\n /** Title of the Tasks panel */\n 'panel.title': 'Tasques',\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': 'Assignat',\n /** Label for the Active Document Tab */\n 'tab.document.label': 'Document Actiu',\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': 'Subscrit',\n\n /** Tooltip for the tasks navbar icon */\n 'toolbar.tooltip': 'Tasques',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,QAAeA,sCAA+B;AAAA;AAAA,EAE5C,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAGrB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,8BAA8B;AAAA;AAAA,EAE9B,wBAAwB;AAAA;AAAA,EAExB,4BAA4B;AAAA;AAAA,EAG5B,2BAA2B;AAAA;AAAA,EAE3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,4BAA4B;AAAA;AAAA,EAG5B,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,uCAAuC;AAAA;AAAA,EAEvC,yCAAyC;AAAA;AAAA,EAGzC,qCAAqC;AAAA;AAAA,EAErC,kCAAkC;AAAA;AAAA,EAElC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,kCACE;AAAA;AAAA,EAEF,+CAA+C;AAAA;AAAA,EAE/C,4CACE;AAAA;AAAA,EAEF,uCAAuC;AAAA;AAAA,EAEvC,oCACE;AAAA;AAAA,EAEF,mDAAmD;AAAA;AAAA,EAEnD,gDACE;AAAA;AAAA,EAEF,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,kDACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAEjD,8CACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAEjD,mDAAmD;AAAA;AAAA,EAEnD,gDACE;AAAA;AAAA,EAGF,6CAA6C;AAAA;AAAA,EAE7C,gDAAgD;AAAA;AAAA,EAEhD,4CAA4C;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,6CAA6C;AAAA;AAAA,EAE7C,2CAA2C;AAAA;AAAA,EAE3C,+BAA+B;AAAA;AAAA,EAE/B,yCAAyC;AAAA;AAAA,EAEzC,uCAAuC;AAAA;AAAA,EAEvC,mCAAmC;AAAA;AAAA,EAEnC,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA,EAEpC,yCAAyC;AAAA;AAAA,EAEzC,4CAA4C;AAAA;AAAA,EAE5C,wCAAwC;AAAA;AAAA,EAExC,gCAAgC;AAAA;AAAA,EAEhC,oCAAoC;AAAA;AAAA,EAEpC,uBAAuB;AAAA;AAAA,EAGvB,mBAAmB;AAAA;AAAA,EAEnB,sBACE;AAAA;AAAA,EAGF,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAExB,2BAA2B;AAAA;AAAA,EAE3B,qCAAqC;AAAA;AAAA,EAGrC,mCAAmC;AAAA;AAAA,EAEnC,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,uBAAuB;AAAA;AAAA,EAEvB,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,4BAA4B;AAAA;AAAA,EAE5B,eAAe;AAAA;AAAA,EAGf,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,wBAAwB;AAAA;AAAA,EAGxB,mBAAmB;AACrB,CAAC;;"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), validation = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** Array must have exactly "$wantedLength" items, but has more/less */
|
|
4
|
+
"array.exact-length": "Ha de tenir exactament {{wantedLength}} elements",
|
|
5
|
+
/** Portable Text array must have exactly "$wantedLength" blocks, but has more/less */
|
|
6
|
+
"array.exact-length_blocks": "Ha de tenir exactament {{wantedLength}} blocs",
|
|
7
|
+
/** Array item is a duplicate, but array wants only unique items */
|
|
8
|
+
"array.item-duplicate": "No pot ser un duplicat",
|
|
9
|
+
/** Array has more than the maximum of "$maxLength" items */
|
|
10
|
+
"array.maximum-length": "Ha de tenir com a m\xE0xim {{maxLength}} elements",
|
|
11
|
+
/** Portable Text array has more than the maximum of "$maxLength" items */
|
|
12
|
+
"array.maximum-length_blocks": "Ha de tenir com a m\xE0xim {{maxLength}} blocs",
|
|
13
|
+
/** Array has less than the minimum of "$minLength" items */
|
|
14
|
+
"array.minimum-length": "Ha de tenir com a m\xEDnim {{minLength}} elements",
|
|
15
|
+
/** Portable Text array has less than the minimum of "$minLength" blocks */
|
|
16
|
+
"array.minimum-length_blocks": "Ha de tenir com a m\xEDnim {{minLength}} blocs",
|
|
17
|
+
/** Date is not valid or not in the correct format (ISO-8601) */
|
|
18
|
+
"date.invalid-format": "Ha de ser una cadena de text amb data formatada en ISO-8601 v\xE0lida",
|
|
19
|
+
/** Date is later than the given maximum date "$maxDate" */
|
|
20
|
+
"date.maximum": "Ha de ser igual o anterior a {{maxDate}}",
|
|
21
|
+
/** Date is earlier than the given minimum date "$minDate" */
|
|
22
|
+
"date.minimum": "Ha de ser igual o posterior a {{minDate}}",
|
|
23
|
+
/** A value of incorrect type is found, eg found `number` instead of `string` */
|
|
24
|
+
"generic.incorrect-type": 'Tipus esperat "{{expectedType}}", trobat "{{actualType}}"',
|
|
25
|
+
/** Value is not one of the values specifically allowed */
|
|
26
|
+
"generic.not-allowed": "El valor no coincideix amb cap dels valors permesos",
|
|
27
|
+
/** Value "$givenValue" is not one of the values specifically allowed */
|
|
28
|
+
"generic.not-allowed_hint": 'El valor "{{hint}}" no coincideix amb cap dels valors permesos',
|
|
29
|
+
/** A value is expected, but none is provided */
|
|
30
|
+
"generic.required": "Requerit",
|
|
31
|
+
/** Number is less than the given minimum threshold value "$threshold" */
|
|
32
|
+
"number.greater-than": "Ha de ser m\xE9s gran que {{threshold}}",
|
|
33
|
+
/** Number is greater than the given maximum threshold value "$threshold" */
|
|
34
|
+
"number.less-than": "Ha de ser menor que {{threshold}}",
|
|
35
|
+
/** Number is higher than the given maximum value "$maxNumber" */
|
|
36
|
+
"number.maximum": "Ha de ser menor o igual a {{maxNumber}}",
|
|
37
|
+
/** Number has more precision (decimals) than the allowed "$limit" */
|
|
38
|
+
"number.maximum-precision": "La m\xE0xima precisi\xF3 \xE9s {{limit}}",
|
|
39
|
+
/** Number is lower than the given minimum value "$minNumber" */
|
|
40
|
+
"number.minimum": "Ha de ser m\xE9s gran o igual a {{minNumber}}",
|
|
41
|
+
/** Number is not an integer ("whole number") */
|
|
42
|
+
"number.non-integer": "Ha de ser un nombre enter",
|
|
43
|
+
/** Object is missing a reference to an asset document in its `asset` field */
|
|
44
|
+
"object.asset-required": "Es requereix un actiu",
|
|
45
|
+
/** Object is missing a reference to a file asset document in its `asset` field */
|
|
46
|
+
"object.asset-required_file": "Es requereix un fitxer",
|
|
47
|
+
/** Object is missing a reference to an image asset document in its `asset` field */
|
|
48
|
+
"object.asset-required_image": "Es requereix una imatge",
|
|
49
|
+
/** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */
|
|
50
|
+
"object.not-reference": "Ha de ser una refer\xE8ncia a un document",
|
|
51
|
+
/** Object references a document which is not published */
|
|
52
|
+
"object.reference-not-published": "El document referenciat ha de ser publicat",
|
|
53
|
+
/** Accessibility label for closing the validation panel */
|
|
54
|
+
"panel.close-button-aria-label": "Tanca la validaci\xF3",
|
|
55
|
+
/** Message shown when the validation panel is opened but there are no errors/warnings */
|
|
56
|
+
"panel.no-errors-message": "No hi ha errors de validaci\xF3",
|
|
57
|
+
/** Title for the actual "Validation" panel/feature */
|
|
58
|
+
"panel.title": "Validaci\xF3",
|
|
59
|
+
/** Slug is an object, but is missing a `current` string property */
|
|
60
|
+
"slug.missing-current": "El slug ha de tenir un valor",
|
|
61
|
+
/** Slug is not an object (eg `{current: 'some-slug'}`) */
|
|
62
|
+
"slug.not-object": "El slug ha de ser un objecte",
|
|
63
|
+
/** Slug is already in use somewhere else, but needs to be unique */
|
|
64
|
+
"slug.not-unique": "El slug ja est\xE0 en \xFAs",
|
|
65
|
+
/** String is not a valid email address */
|
|
66
|
+
"string.email": "Ha de ser una adre\xE7a de correu electr\xF2nic v\xE0lida",
|
|
67
|
+
/** String has a different character length than the exact number "$wantedLength" */
|
|
68
|
+
"string.exact-length": "Ha de tenir exactament {{wantedLength}} car\xE0cters",
|
|
69
|
+
/** String contains characters that are not in lowercase */
|
|
70
|
+
"string.lowercase": "Ha de ser tot en car\xE0cters min\xFAsculs",
|
|
71
|
+
/** String is longer than the limit of "$maxLength" characters */
|
|
72
|
+
"string.maximum-length": "Ha de tenir com a m\xE0xim {{maxLength}} car\xE0cters",
|
|
73
|
+
/** String is shorter than the limit of "$minLength" characters */
|
|
74
|
+
"string.minimum-length": "Ha de tenir com a m\xEDnim {{minLength}} car\xE0cters",
|
|
75
|
+
/** String does not match the given regular expression, but should */
|
|
76
|
+
"string.regex-does-not-match": 'No coincideix amb el patr\xF3 "{{name}}"',
|
|
77
|
+
/** String matches the given regular expression, but should not */
|
|
78
|
+
"string.regex-match": 'No ha de coincidir amb el patr\xF3 "{{name}}"',
|
|
79
|
+
/** String contains characters that are not in uppercase */
|
|
80
|
+
"string.uppercase": "Ha de ser tot en car\xE0cters maj\xFAsculs",
|
|
81
|
+
/** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */
|
|
82
|
+
"string.url.disallowed-scheme": "No coincideix amb els protocols/esquemes permesos",
|
|
83
|
+
/** String contains a URL with a username or password specified before the host */
|
|
84
|
+
"string.url.includes-credentials": "No es permeten nom d'usuari/contrasenya",
|
|
85
|
+
/** String is not a valid URL */
|
|
86
|
+
"string.url.invalid": "No \xE9s una URL v\xE0lida",
|
|
87
|
+
/** String is not an absolute URL (eg it is missing a protocol/host) */
|
|
88
|
+
"string.url.not-absolute": "No es permeten URLs relatives",
|
|
89
|
+
/** String is not a relative URL (eg it contains a protocol/host) */
|
|
90
|
+
"string.url.not-relative": "Nom\xE9s es permeten URLs relatives"
|
|
91
|
+
});
|
|
92
|
+
exports.default = validation;
|
|
93
|
+
//# sourceMappingURL=validation.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.cjs","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Ha de tenir exactament {{wantedLength}} elements',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Ha de tenir exactament {{wantedLength}} blocs',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'No pot ser un duplicat',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Ha de tenir com a màxim {{maxLength}} elements',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Ha de tenir com a màxim {{maxLength}} blocs',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Ha de tenir com a mínim {{minLength}} elements',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Ha de tenir com a mínim {{minLength}} blocs',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Ha de ser una cadena de text amb data formatada en ISO-8601 vàlida',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Ha de ser igual o anterior a {{maxDate}}',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Ha de ser igual o posterior a {{minDate}}',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Tipus esperat \"{{expectedType}}\", trobat \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'El valor no coincideix amb cap dels valors permesos',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'El valor \"{{hint}}\" no coincideix amb cap dels valors permesos',\n /** A value is expected, but none is provided */\n 'generic.required': 'Requerit',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Ha de ser més gran que {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Ha de ser menor que {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Ha de ser menor o igual a {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'La màxima precisió és {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Ha de ser més gran o igual a {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Ha de ser un nombre enter',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Es requereix un actiu',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Es requereix un fitxer',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Es requereix una imatge',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Ha de ser una referència a un document',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'El document referenciat ha de ser publicat',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Tanca la validació',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'No hi ha errors de validació',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validació',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'El slug ha de tenir un valor',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'El slug ha de ser un objecte',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'El slug ja està en ús',\n\n /** String is not a valid email address */\n 'string.email': 'Ha de ser una adreça de correu electrònic vàlida',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Ha de tenir exactament {{wantedLength}} caràcters',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Ha de ser tot en caràcters minúsculs',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Ha de tenir com a màxim {{maxLength}} caràcters',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Ha de tenir com a mínim {{minLength}} caràcters',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'No coincideix amb el patró \"{{name}}\"',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'No ha de coincidir amb el patró \"{{name}}\"',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Ha de ser tot en caràcters majúsculs',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': 'No coincideix amb els protocols/esquemes permesos',\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': \"No es permeten nom d'usuari/contrasenya\",\n /** String is not a valid URL */\n 'string.url.invalid': 'No és una URL vàlida',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': 'No es permeten URLs relatives',\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': 'Només es permeten URLs relatives',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,aAAeA,sCAA+B;AAAA;AAAA,EAE5C,sBAAsB;AAAA;AAAA,EAEtB,6BAA6B;AAAA;AAAA,EAE7B,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAG/B,uBAAuB;AAAA;AAAA,EAEvB,gBAAgB;AAAA;AAAA,EAEhB,gBAAgB;AAAA;AAAA,EAGhB,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAGpB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,kBAAkB;AAAA;AAAA,EAElB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAGtB,yBAAyB;AAAA;AAAA,EAEzB,8BAA8B;AAAA;AAAA,EAE9B,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAGlC,iCAAiC;AAAA;AAAA,EAEjC,2BAA2B;AAAA;AAAA,EAE3B,eAAe;AAAA;AAAA,EAGf,wBAAwB;AAAA;AAAA,EAExB,mBAAmB;AAAA;AAAA,EAEnB,mBAAmB;AAAA;AAAA,EAGnB,gBAAgB;AAAA;AAAA,EAEhB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,yBAAyB;AAAA;AAAA,EAEzB,yBAAyB;AAAA;AAAA,EAEzB,+BAA+B;AAAA;AAAA,EAE/B,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,sBAAsB;AAAA;AAAA,EAEtB,2BAA2B;AAAA;AAAA,EAE3B,2BAA2B;AAC7B,CAAC;;"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var sanity = require("sanity"), vision = sanity.removeUndefinedLocaleResources({
|
|
3
|
+
/** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
|
|
4
|
+
"action.copy-url-to-clipboard": "Copia al porta-retalls",
|
|
5
|
+
/** Label for stopping an ongoing listen operation */
|
|
6
|
+
"action.listen-cancel": "Atura",
|
|
7
|
+
/** Label for setting up a listener */
|
|
8
|
+
"action.listen-execute": "Escolta",
|
|
9
|
+
/** Label for cancelling an ongoing query */
|
|
10
|
+
"action.query-cancel": "Cancel\xB7la",
|
|
11
|
+
/** Label for executing the query, eg doing a fetch */
|
|
12
|
+
"action.query-execute": "Obt\xE9",
|
|
13
|
+
/**
|
|
14
|
+
* Some features has a "New" label indicating that the feature was recently introduced.
|
|
15
|
+
* This defines what the text of that label is. Keep it short and sweet.
|
|
16
|
+
*/
|
|
17
|
+
"label.new": "Nou",
|
|
18
|
+
/** Error message for when the "Params" input are not a valid json */
|
|
19
|
+
"params.error.params-invalid-json": "Els par\xE0metres no s\xF3n JSON v\xE0lid",
|
|
20
|
+
/** Label for "Params" (parameters) editor/input */
|
|
21
|
+
"params.label": "Par\xE0metres",
|
|
22
|
+
/** Label for 'Column' indicator when there is an error within the query */
|
|
23
|
+
"query.error.column": "Columna",
|
|
24
|
+
/** Label for 'Line' indicator when there is an error within the query */
|
|
25
|
+
"query.error.line": "L\xEDnia",
|
|
26
|
+
/** Label for "Query" editor/input */
|
|
27
|
+
"query.label": "Consulta",
|
|
28
|
+
/** Label for the "Query URL" field, shown after executing a query, and allows for copying */
|
|
29
|
+
"query.url": "URL de la consulta",
|
|
30
|
+
/** Label for "End to End time" information of the fetched query */
|
|
31
|
+
"result.end-to-end-time-label": "Temps complet",
|
|
32
|
+
/** Label for "Execution time" information of the fetched query */
|
|
33
|
+
"result.execution-time-label": "Execuci\xF3",
|
|
34
|
+
/** Label for "Result" explorer/view */
|
|
35
|
+
"result.label": "Resultat",
|
|
36
|
+
/** Tooltip text shown when the query result is not encodable as CSV */
|
|
37
|
+
"result.save-result-as-csv.not-csv-encodable": "El resultat no es pot codificar com a CSV",
|
|
38
|
+
/** Label for "Save result as" result action */
|
|
39
|
+
"result.save-result-as-format": "Desa el resultat com a <SaveResultButtons/>",
|
|
40
|
+
/**
|
|
41
|
+
* "Not applicable" message for when there is no Execution time or End to End time information
|
|
42
|
+
* available for the query (eg when the query has not been executed, or errored)
|
|
43
|
+
*/
|
|
44
|
+
"result.timing-not-applicable": "n/d",
|
|
45
|
+
/** Label for the "API version" dropdown in settings */
|
|
46
|
+
"settings.api-version-label": "Versi\xF3 de l'API",
|
|
47
|
+
/** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
|
|
48
|
+
"settings.custom-api-version-label": "Versi\xF3 personalitzada de l'API",
|
|
49
|
+
/** Label for the "Dataset" dropdown in vision settings */
|
|
50
|
+
"settings.dataset-label": "Dataset",
|
|
51
|
+
/** Error label for when the API version in 'Custom API version' input is invalid */
|
|
52
|
+
"settings.error.invalid-api-version": "Versi\xF3 de l'API no v\xE0lida",
|
|
53
|
+
/** Label for the "other" versions within the "API version" dropdown */
|
|
54
|
+
"settings.other-api-version-label": "Altra",
|
|
55
|
+
/**
|
|
56
|
+
* Label for the "Perspective" dropdown in vision settings
|
|
57
|
+
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
58
|
+
*/
|
|
59
|
+
"settings.perspective-label": "Perspectiva",
|
|
60
|
+
/** Notification about previewDrafts to drafts rename */
|
|
61
|
+
"settings.perspective.preview-drafts-renamed-to-drafts.description": 'La perspectiva "<code>previewDrafts</code>" ha estat renombrada a "<code>drafts</code>" i ara est\xE0 obsoleta. Aquest canvi \xE9s efectiu per a totes les versions amb suport de perspectiva (>= v2021-03-25).',
|
|
62
|
+
/** Call to action to read the docs related to "Perspectives" */
|
|
63
|
+
"settings.perspectives.action.docs-link": "Llegeix la documentaci\xF3",
|
|
64
|
+
/** Option for selecting default perspective */
|
|
65
|
+
"settings.perspectives.default": "Cap perspectiva (predeterminada de l'API)",
|
|
66
|
+
/** Description for popover that explains what "Perspectives" are */
|
|
67
|
+
"settings.perspectives.description": `Les Perspectives permeten que la teva consulta s'executi contra diferents "vistes" del contingut del teu dataset`,
|
|
68
|
+
/** Description for upcoming default perspective change */
|
|
69
|
+
"settings.perspectives.new-default.description": `La perspectiva predeterminada canviar\xE0 de "<code>raw</code>" a "<code>published</code>" en una propera versi\xF3 de l'API. Si us plau, consulta la documentaci\xF3 per a m\xE9s detalls.`,
|
|
70
|
+
/** Label for the pinned release perspective */
|
|
71
|
+
"settings.perspectives.pinned-release-label": "Versi\xF3 fixada",
|
|
72
|
+
/** Title for popover that explains what "Perspectives" are */
|
|
73
|
+
"settings.perspectives.title": "Perspectives"
|
|
74
|
+
});
|
|
75
|
+
exports.default = vision;
|
|
76
|
+
//# sourceMappingURL=vision.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vision.cjs","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Copia al porta-retalls',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Atura',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Escolta',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Cancel·la',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Obté',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nou',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Els paràmetres no són JSON vàlid',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Paràmetres',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Columna',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Línia',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Consulta',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL de la consulta',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'Temps complet',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Execució',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'El resultat no es pot codificar com a CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Desa el resultat com a <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n/d',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': \"Versió de l'API\",\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': \"Versió personalitzada de l'API\",\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': \"Versió de l'API no vàlida\",\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Altra',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspectiva',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'La perspectiva \"<code>previewDrafts</code>\" ha estat renombrada a \"<code>drafts</code>\" i ara està obsoleta. Aquest canvi és efectiu per a totes les versions amb suport de perspectiva (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Llegeix la documentació',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': \"Cap perspectiva (predeterminada de l'API)\",\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Les Perspectives permeten que la teva consulta s\\'executi contra diferents \"vistes\" del contingut del teu dataset',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'La perspectiva predeterminada canviarà de \"<code>raw</code>\" a \"<code>published</code>\" en una propera versió de l\\'API. Si us plau, consulta la documentació per a més detalls.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Versió fixada',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectives',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;;"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
|
+
var canvas = removeUndefinedLocaleResources({
|
|
3
|
+
/** The text for the "Edit in Canvas" action. */
|
|
4
|
+
"action.edit-document": "Edita a Canvas",
|
|
5
|
+
/** The text for the "Link to Canvas" action. */
|
|
6
|
+
"action.link-document": "Enlla\xE7a a Canvas",
|
|
7
|
+
/** The text for the "Link to Canvas" action when the document is not yet resolved. */
|
|
8
|
+
"action.link-document-disabled.initial-value-not-resolved": "Espereu fins que els valors inicials del document estiguin resolts",
|
|
9
|
+
/** The text for the "Link to Canvas" action when the user doesn't have permissions to link the document to Canvas. */
|
|
10
|
+
"action.link-document-disabled.missing-permissions": "No teniu permisos per enlla\xE7ar aquest document a Canvas",
|
|
11
|
+
/** The text for the "Link to Canvas" action when the document is not in the dashboard. */
|
|
12
|
+
"action.link-document-disabled.not-in-dashboard": "Obriu aquest document al Tauler de control per enlla\xE7ar-lo a Canvas",
|
|
13
|
+
/** The text for the "Link to Canvas" action when the document is a version document. */
|
|
14
|
+
"action.link-document-disabled.version-document": "Els documents de versi\xF3 encara no s\xF3n compatibles amb Canvas",
|
|
15
|
+
/** The text for the "Unlink from Canvas" action. */
|
|
16
|
+
"action.unlink-document": "Desenlla\xE7a de Canvas",
|
|
17
|
+
/** The text for the action button in the banner when the document is linked to Canvas. */
|
|
18
|
+
"banner.edit-document-in-canvas": "Edita a Canvas",
|
|
19
|
+
/** The text for the banner when the document is linked to Canvas. */
|
|
20
|
+
"banner.linked-to-canvas": "Aquest document est\xE0 enlla\xE7at a Canvas",
|
|
21
|
+
/** The text for the "Confirm document changes" dialog cancel button. */
|
|
22
|
+
"dialog.confirm-document-changes.cancel": "Cancel\xB7la",
|
|
23
|
+
/** The text for the "Confirm document changes" dialog confirm button. */
|
|
24
|
+
"dialog.confirm-document-changes.confirm": "Accepta i continua",
|
|
25
|
+
/** The description for the "Confirm document changes" dialog. */
|
|
26
|
+
"dialog.confirm-document-changes.description": `Aquest document necessita ser actualitzat per ser compatible amb Canvas.
|
|
27
|
+
El contingut existent pot ser editat o eliminat com a part d'aquest proc\xE9s.`,
|
|
28
|
+
/** The description for the "Confirm document changes" dialog footer. */
|
|
29
|
+
"dialog.confirm-document-changes.footer-description": "Podeu desenlla\xE7ar de Canvas en qualsevol moment",
|
|
30
|
+
/** The title for the "Confirm document changes" dialog. */
|
|
31
|
+
"dialog.confirm-document-changes.title": "Confirma els canvis del document",
|
|
32
|
+
/** The text for the Link to Canvas dialog when there is a error. */
|
|
33
|
+
"dialog.link-to-canvas.error": "No s'ha pogut enlla\xE7ar a Canvas",
|
|
34
|
+
/** The text for the "Link to Canvas" dialog when the document is being redirected. */
|
|
35
|
+
"dialog.link-to-canvas.redirecting": "Us estem redirigint a Canvas per completar l'enlla\xE7...",
|
|
36
|
+
/** The title for the "Link to Canvas" dialog. */
|
|
37
|
+
"dialog.link-to-canvas.title": "Enlla\xE7a a Canvas",
|
|
38
|
+
/** The text for the "Link to Canvas" dialog when the document is being validated. */
|
|
39
|
+
"dialog.link-to-canvas.validating": "Validant",
|
|
40
|
+
/** The text for the "Unlink from Canvas" dialog cancel button. */
|
|
41
|
+
"dialog.unlink-from-canvas.cancel": "Cancel\xB7la",
|
|
42
|
+
/** The text for the "Unlink from Canvas" dialog description. */
|
|
43
|
+
"dialog.unlink-from-canvas.description": "Un cop desenlla\xE7at, ser\xE0 editable aqu\xED i les futures edicions a Canvas ja no es mapejaran autom\xE0ticament a aquest document.",
|
|
44
|
+
/** The text for the "Unlink from Canvas" dialog error message. */
|
|
45
|
+
"dialog.unlink-from-canvas.error": "No s'ha pogut desenlla\xE7ar de Canvas",
|
|
46
|
+
/** The text for the "Unlink from Canvas" dialog success message. */
|
|
47
|
+
"dialog.unlink-from-canvas.success": "Desenlla\xE7at de Canvas",
|
|
48
|
+
/** The title for the "Unlink from Canvas" dialog. */
|
|
49
|
+
"dialog.unlink-from-canvas.title": "Desenlla\xE7a de Canvas",
|
|
50
|
+
/** The text for the "Unlink from Canvas" dialog unlink button. */
|
|
51
|
+
"dialog.unlink-from-canvas.unlink-action": "Desenlla\xE7a ara",
|
|
52
|
+
/** The text for the "Unlink from Canvas" dialog when the document is being unlinked. */
|
|
53
|
+
"dialog.unlink-from-canvas.unlinking": "Esteu desenlla\xE7ant <strong>\u201C{{documentTitle}}\u201D</strong> de Canvas.",
|
|
54
|
+
/** The text for the "Navigate to Canvas" dialog error message. */
|
|
55
|
+
"navigate-to-canvas-doc.error.missing-permissions": "Falten permisos per navegar al Canvas"
|
|
56
|
+
});
|
|
57
|
+
export {
|
|
58
|
+
canvas as default
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=canvas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"canvas.js","sources":["../../src/canvas.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The text for the \"Edit in Canvas\" action. */\n 'action.edit-document': 'Edita a Canvas',\n /** The text for the \"Link to Canvas\" action. */\n 'action.link-document': 'Enllaça a Canvas',\n /** The text for the \"Link to Canvas\" action when the document is not yet resolved. */\n 'action.link-document-disabled.initial-value-not-resolved':\n 'Espereu fins que els valors inicials del document estiguin resolts',\n /** The text for the \"Link to Canvas\" action when the user doesn't have permissions to link the document to Canvas. */\n 'action.link-document-disabled.missing-permissions':\n 'No teniu permisos per enllaçar aquest document a Canvas',\n /** The text for the \"Link to Canvas\" action when the document is not in the dashboard. */\n 'action.link-document-disabled.not-in-dashboard':\n 'Obriu aquest document al Tauler de control per enllaçar-lo a Canvas',\n /** The text for the \"Link to Canvas\" action when the document is a version document. */\n 'action.link-document-disabled.version-document':\n 'Els documents de versió encara no són compatibles amb Canvas',\n /** The text for the \"Unlink from Canvas\" action. */\n 'action.unlink-document': 'Desenllaça de Canvas',\n\n /** The text for the action button in the banner when the document is linked to Canvas. */\n 'banner.edit-document-in-canvas': 'Edita a Canvas',\n /** The text for the banner when the document is linked to Canvas. */\n 'banner.linked-to-canvas': 'Aquest document està enllaçat a Canvas',\n\n /** The text for the \"Confirm document changes\" dialog cancel button. */\n 'dialog.confirm-document-changes.cancel': 'Cancel·la',\n /** The text for the \"Confirm document changes\" dialog confirm button. */\n 'dialog.confirm-document-changes.confirm': 'Accepta i continua',\n /** The description for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.description':\n \"Aquest document necessita ser actualitzat per ser compatible amb Canvas.\\n El contingut existent pot ser editat o eliminat com a part d'aquest procés.\",\n /** The description for the \"Confirm document changes\" dialog footer. */\n 'dialog.confirm-document-changes.footer-description':\n 'Podeu desenllaçar de Canvas en qualsevol moment',\n /** The title for the \"Confirm document changes\" dialog. */\n 'dialog.confirm-document-changes.title': 'Confirma els canvis del document',\n /** The text for the Link to Canvas dialog when there is a error. */\n 'dialog.link-to-canvas.error': \"No s'ha pogut enllaçar a Canvas\",\n /** The text for the \"Link to Canvas\" dialog when the document is being redirected. */\n 'dialog.link-to-canvas.redirecting': \"Us estem redirigint a Canvas per completar l'enllaç...\",\n /** The title for the \"Link to Canvas\" dialog. */\n 'dialog.link-to-canvas.title': 'Enllaça a Canvas',\n /** The text for the \"Link to Canvas\" dialog when the document is being validated. */\n 'dialog.link-to-canvas.validating': 'Validant',\n /** The text for the \"Unlink from Canvas\" dialog cancel button. */\n 'dialog.unlink-from-canvas.cancel': 'Cancel·la',\n /** The text for the \"Unlink from Canvas\" dialog description. */\n 'dialog.unlink-from-canvas.description':\n 'Un cop desenllaçat, serà editable aquí i les futures edicions a Canvas ja no es mapejaran automàticament a aquest document.',\n /** The text for the \"Unlink from Canvas\" dialog error message. */\n 'dialog.unlink-from-canvas.error': \"No s'ha pogut desenllaçar de Canvas\",\n /** The text for the \"Unlink from Canvas\" dialog success message. */\n 'dialog.unlink-from-canvas.success': 'Desenllaçat de Canvas',\n /** The title for the \"Unlink from Canvas\" dialog. */\n 'dialog.unlink-from-canvas.title': 'Desenllaça de Canvas',\n /** The text for the \"Unlink from Canvas\" dialog unlink button. */\n 'dialog.unlink-from-canvas.unlink-action': 'Desenllaça ara',\n /** The text for the \"Unlink from Canvas\" dialog when the document is being unlinked. */\n 'dialog.unlink-from-canvas.unlinking':\n 'Esteu desenllaçant <strong>“{{documentTitle}}”</strong> de Canvas.',\n\n /** The text for the \"Navigate to Canvas\" dialog error message. */\n 'navigate-to-canvas-doc.error.missing-permissions': 'Falten permisos per navegar al Canvas',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,4DACE;AAAA;AAAA,EAEF,qDACE;AAAA;AAAA,EAEF,kDACE;AAAA;AAAA,EAEF,kDACE;AAAA;AAAA,EAEF,0BAA0B;AAAA;AAAA,EAG1B,kCAAkC;AAAA;AAAA,EAElC,2BAA2B;AAAA;AAAA,EAG3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,+CACE;AAAA;AAAA;AAAA,EAEF,sDACE;AAAA;AAAA,EAEF,yCAAyC;AAAA;AAAA,EAEzC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,+BAA+B;AAAA;AAAA,EAE/B,oCAAoC;AAAA;AAAA,EAEpC,oCAAoC;AAAA;AAAA,EAEpC,yCACE;AAAA;AAAA,EAEF,mCAAmC;AAAA;AAAA,EAEnC,qCAAqC;AAAA;AAAA,EAErC,mCAAmC;AAAA;AAAA,EAEnC,2CAA2C;AAAA;AAAA,EAE3C,uCACE;AAAA;AAAA,EAGF,oDAAoD;AACtD,CAAC;"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
|
+
var comments = removeUndefinedLocaleResources({
|
|
3
|
+
/** The close comments button text */
|
|
4
|
+
"close-pane-button-text": "Tanca els comentaris",
|
|
5
|
+
/** The aria label for the close comments button */
|
|
6
|
+
"close-pane-button-text-aria-label": "Tanca els comentaris",
|
|
7
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */
|
|
8
|
+
"compose.add-comment-input-placeholder": "Afegeix un comentari a <strong>{{field}}</strong>",
|
|
9
|
+
/** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */
|
|
10
|
+
"compose.add-comment-input-placeholder-upsell": "Actualitza per afegir un comentari",
|
|
11
|
+
/** When composing a comment, the placeholder text shown when the input is empty */
|
|
12
|
+
"compose.create-comment-placeholder": "Crea un nou comentari",
|
|
13
|
+
/** When composing a comment, the aria label for the button to mention a user */
|
|
14
|
+
"compose.mention-user-aria-label": "Menciona un usuari",
|
|
15
|
+
/** When composing a comment, the tooltip text for the button to mention a user */
|
|
16
|
+
"compose.mention-user-tooltip": "Menciona un usuari",
|
|
17
|
+
/** When composing a reply, the placeholder text shown when the input is empty */
|
|
18
|
+
"compose.reply-placeholder": "Respon",
|
|
19
|
+
/** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */
|
|
20
|
+
"compose.reply-placeholder-upsell": "Actualitza per respondre",
|
|
21
|
+
/** When composing a comment, the aria label for the button to send a comment */
|
|
22
|
+
"compose.send-comment-aria-label": "Envia el comentari",
|
|
23
|
+
/** When composing a comment, the tooltip text for the button to send a comment */
|
|
24
|
+
"compose.send-comment-tooltip": "Envia el comentari",
|
|
25
|
+
/** The inspector text when error copying link */
|
|
26
|
+
"copy-link-error-message": "No s'ha pogut copiar l'enlla\xE7 al porta-retalls",
|
|
27
|
+
/** The delete dialog body for a comment */
|
|
28
|
+
"delete-comment.body": "Un cop eliminat, un comentari no es pot recuperar.",
|
|
29
|
+
/** The delete dialog confirm button text for a comment */
|
|
30
|
+
"delete-comment.confirm": "Elimina el comentari",
|
|
31
|
+
/** The delete dialog title for a comment */
|
|
32
|
+
"delete-comment.title": "Vols eliminar aquest comentari?",
|
|
33
|
+
/** The delete dialog error */
|
|
34
|
+
"delete-dialog.error": "S'ha produ\xEFt un error en eliminar el comentari. Si us plau, intenta-ho de nou.",
|
|
35
|
+
/** The delete dialog body for a thread */
|
|
36
|
+
"delete-thread.body": "Aquest comentari i les seves respostes seran eliminats, i un cop eliminats no es poden recuperar.",
|
|
37
|
+
/** The delete dialog conform button text for a thread */
|
|
38
|
+
"delete-thread.confirm": "Elimina el fil",
|
|
39
|
+
/** The delete dialog title for a thread */
|
|
40
|
+
"delete-thread.title": "Vols eliminar aquest fil de comentaris?",
|
|
41
|
+
/** The button text for confirming discard */
|
|
42
|
+
"discard.button-confirm": "Descarta",
|
|
43
|
+
/** The header for discard comment dialog */
|
|
44
|
+
"discard.header": "Vols descartar el comentari?",
|
|
45
|
+
/** The text for discard comment dialog */
|
|
46
|
+
"discard.text": "Vols descartar el comentari?",
|
|
47
|
+
/** Sharing feedback on the comments feature: The link title */
|
|
48
|
+
"feature-feedback.link": "Comparteix la teva opini\xF3",
|
|
49
|
+
/** Sharing feedback on the comments feature: The form title */
|
|
50
|
+
"feature-feedback.title": "Ajuda a millorar ",
|
|
51
|
+
/** The name of the comments feature, for use in header. Capitalized, eg "Comments". */
|
|
52
|
+
"feature-name": "Comentaris",
|
|
53
|
+
/** Aria label for button above fields to add a comment, when the field currently do not have any comments */
|
|
54
|
+
"field-button.aria-label-add": "Afegeix un comentari",
|
|
55
|
+
/** Aria label for button above fields that opens the comments for this field, when there are existing comments */
|
|
56
|
+
"field-button.aria-label-open": "Obre els comentaris",
|
|
57
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */
|
|
58
|
+
"field-button.content_one": "Veure comentari",
|
|
59
|
+
/** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */
|
|
60
|
+
"field-button.content_other": "Veure comentaris",
|
|
61
|
+
/** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */
|
|
62
|
+
"field-button.title": "Afegeix un comentari",
|
|
63
|
+
/* The text shown in the inline comment button when the button is disabled due to overlap */
|
|
64
|
+
"inline-add-comment-button.disabled-overlap-title": "Els comentaris no poden solapar-se",
|
|
65
|
+
/** The text shown in the inline comment button */
|
|
66
|
+
"inline-add-comment-button.title": "Afegeix un comentari",
|
|
67
|
+
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
|
|
68
|
+
"list-item.breadcrumb-button-go-to-field-aria-label": "V\xE9s al camp {{field}}",
|
|
69
|
+
/** The button tooltip content for the add reaction button */
|
|
70
|
+
"list-item.context-menu-add-reaction": "Afegeix una reacci\xF3",
|
|
71
|
+
/** The button tooltip aria label for adding a reaction */
|
|
72
|
+
"list-item.context-menu-add-reaction-aria-label": "Afegeix una reacci\xF3",
|
|
73
|
+
/** The button tooltip content for the add reaction button and mode is upsell */
|
|
74
|
+
"list-item.context-menu-add-reaction-upsell": "Actualitza per afegir una reacci\xF3",
|
|
75
|
+
/** The action menu item for copying a comment link */
|
|
76
|
+
"list-item.copy-link": "Copia l'enlla\xE7 al comentari",
|
|
77
|
+
/** The action menu item for deleting a comment */
|
|
78
|
+
"list-item.delete-comment": "Esborra el comentari",
|
|
79
|
+
/** The action menu item for editing a comment */
|
|
80
|
+
"list-item.edit-comment": "Edita el comentari",
|
|
81
|
+
/** The action menu item for editing a comment and the mode is upsell */
|
|
82
|
+
"list-item.edit-comment-upsell": "Actualitza per editar el comentari",
|
|
83
|
+
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
|
|
84
|
+
"list-item.go-to-field-button.aria-label": "V\xE9s al camp",
|
|
85
|
+
/**
|
|
86
|
+
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
|
|
87
|
+
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
|
|
88
|
+
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
|
|
89
|
+
*/
|
|
90
|
+
"list-item.layout-context": "a <IntentLink>{{title}}</IntentLink>",
|
|
91
|
+
/** The marker to indicate that a comment has been edited in brackets */
|
|
92
|
+
"list-item.layout-edited": "editat",
|
|
93
|
+
/** The error text when sending a comment has failed */
|
|
94
|
+
"list-item.layout-failed-sent": "No s'ha pogut enviar.",
|
|
95
|
+
/** The loading message when posting a comment is in progress */
|
|
96
|
+
"list-item.layout-posting": "Publicant...",
|
|
97
|
+
/** The text for retrying posting a comment */
|
|
98
|
+
"list-item.layout-retry": "Torna-ho a provar",
|
|
99
|
+
/** The text shown when the value a comment references has been deleted */
|
|
100
|
+
"list-item.missing-referenced-value-tooltip-content": "El text comentat ha estat esborrat",
|
|
101
|
+
/** The aria label for the comments menu button to open the actions menu */
|
|
102
|
+
"list-item.open-menu-aria-label": "Obre el men\xFA d'accions del comentari",
|
|
103
|
+
/** The button text to re-open a resolved comment */
|
|
104
|
+
"list-item.re-open-resolved": "Reobre",
|
|
105
|
+
/** The button aria label to re-open a comment that is resolved */
|
|
106
|
+
"list-item.re-open-resolved-aria-label": "Reobre",
|
|
107
|
+
/** The button aria label to mark a comment as resolved */
|
|
108
|
+
"list-item.resolved-tooltip-aria-label": "Marca el comentari com a resolt",
|
|
109
|
+
/** The button text to mark a comment as resolved */
|
|
110
|
+
"list-item.resolved-tooltip-content": "Marca com a resolt",
|
|
111
|
+
/** The empty state text for open comments */
|
|
112
|
+
"list-status.empty-state-open-text": "Els comentaris oberts en aquest document es mostraran aqu\xED.",
|
|
113
|
+
/** The empty state title for open comments */
|
|
114
|
+
"list-status.empty-state-open-title": "Encara no hi ha comentaris oberts",
|
|
115
|
+
/** The empty state text for resolved comments */
|
|
116
|
+
"list-status.empty-state-resolved-text": "Els comentaris resolts en aquest document es mostraran aqu\xED.",
|
|
117
|
+
/** The empty state title for resolved comments */
|
|
118
|
+
"list-status.empty-state-resolved-title": "Encara no hi ha comentaris resolts",
|
|
119
|
+
/** The list status message for error */
|
|
120
|
+
"list-status.error": "Alguna cosa ha anat malament",
|
|
121
|
+
/** The list status message for loading status */
|
|
122
|
+
"list-status.loading": "Carregant comentaris",
|
|
123
|
+
/** Text shown when no users can be found to mention */
|
|
124
|
+
"mentions.no-users-found": "No s'han trobat usuaris",
|
|
125
|
+
/** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */
|
|
126
|
+
"mentions.unauthorized-user": "No autoritzat",
|
|
127
|
+
/** Aria label for the command list for users to mention */
|
|
128
|
+
"mentions.user-list-aria-label": "Llista d'usuaris per mencionar",
|
|
129
|
+
/** The comments onboarding popover text */
|
|
130
|
+
"onboarding.body": "Pots afegir comentaris a qualsevol camp d'un document. Apareixeran aqu\xED, agrupats per camp.",
|
|
131
|
+
/** The comments onboarding dismiss text */
|
|
132
|
+
"onboarding.dismiss": "Ent\xE8s",
|
|
133
|
+
/** The comments onboarding popover header text */
|
|
134
|
+
"onboarding.header": "Els camps del document ara tenen comentaris",
|
|
135
|
+
/** Tooltip for the button to add a reaction to a comment */
|
|
136
|
+
"reactions.add-reaction-tooltip": "Afegeix reacci\xF3",
|
|
137
|
+
/** Aria label for the individual reactions you can choose from when reacting to a comment */
|
|
138
|
+
"reactions.react-with-aria-label": "Reacciona amb {{reactionName}}",
|
|
139
|
+
/** When a users' name cannot be resolved, fall back to this name */
|
|
140
|
+
"reactions.user-list.unknown-user-fallback-name": "Usuari desconegut",
|
|
141
|
+
/**
|
|
142
|
+
* When showing list of users who have reacted, replaces your own name with "you", eg
|
|
143
|
+
* "Donna, you, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
144
|
+
* is used when you are the first to react, eg "You, Donna and Tyler reacted with 👍".
|
|
145
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
146
|
+
*/
|
|
147
|
+
"reactions.user-list.you": "tu",
|
|
148
|
+
/**
|
|
149
|
+
* When showing list of users who have reacted, replaces your own name with "You", eg
|
|
150
|
+
* "You, Donna, James, and Tyler reacted with 👍". A different key (`_leading` suffix)
|
|
151
|
+
* is used when you are not the first to react, eg "Donna, you, James and Tyler reacted with 👍".
|
|
152
|
+
* Use `{{name}}` if you want to instead use the current users' actual name.
|
|
153
|
+
*/
|
|
154
|
+
"reactions.user-list.you_leading": "Tu",
|
|
155
|
+
/**
|
|
156
|
+
* The text shown for the tooltip that appears when hovering over the reaction count, eg
|
|
157
|
+
* "Donna, James, and Tyler Reacted with 👍". Three components are available for use:
|
|
158
|
+
* - `<UserList/>` - the list of names of users who have reacted, using the locales list format
|
|
159
|
+
* - `<Text>` - should be wrapped around the text describing the action ("reacted with")
|
|
160
|
+
* - `<ReactionName/>` - the name of the reaction emoji, eg ":heavy_plus_sign:"
|
|
161
|
+
*/
|
|
162
|
+
"reactions.users-reacted-with-reaction": "<UserList/> <Text>han reaccionat amb</Text> <ReactionName/>",
|
|
163
|
+
/** Status filter: The short title describing filtering on open (non-resolved) comments */
|
|
164
|
+
"status-filter.status-open": "Oberts",
|
|
165
|
+
/** Status filter: The full text for describing filtering on open (non-resolved) comments */
|
|
166
|
+
"status-filter.status-open-full": "Comentaris oberts",
|
|
167
|
+
/** Status filter: The short title describing filtering on resolved comments */
|
|
168
|
+
"status-filter.status-resolved": "Resolts",
|
|
169
|
+
/** Status filter: The full text for describing filtering on resolved comments */
|
|
170
|
+
"status-filter.status-resolved-full": "Comentaris resolts",
|
|
171
|
+
/** Status filter: The full text for describing filtering on resolved comments and is upsell mode */
|
|
172
|
+
"status-filter.status-resolved-full-upsell": "Actualitza per veure els comentaris resolts"
|
|
173
|
+
});
|
|
174
|
+
export {
|
|
175
|
+
comments as default
|
|
176
|
+
};
|
|
177
|
+
//# sourceMappingURL=comments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comments.js","sources":["../../src/comments.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The close comments button text */\n 'close-pane-button-text': 'Tanca els comentaris',\n\n /** The aria label for the close comments button */\n 'close-pane-button-text-aria-label': 'Tanca els comentaris',\n\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments */\n 'compose.add-comment-input-placeholder': 'Afegeix un comentari a <strong>{{field}}</strong>',\n /** When composing a comment, the placeholder text shown when adding a comment to a field with no current comments and the mode is upsell */\n 'compose.add-comment-input-placeholder-upsell': 'Actualitza per afegir un comentari',\n /** When composing a comment, the placeholder text shown when the input is empty */\n 'compose.create-comment-placeholder': 'Crea un nou comentari',\n /** When composing a comment, the aria label for the button to mention a user */\n 'compose.mention-user-aria-label': 'Menciona un usuari',\n /** When composing a comment, the tooltip text for the button to mention a user */\n 'compose.mention-user-tooltip': 'Menciona un usuari',\n /** When composing a reply, the placeholder text shown when the input is empty */\n 'compose.reply-placeholder': 'Respon',\n /** When composing a reply, the placeholder text shown when the input is empty and the mode is upsell */\n 'compose.reply-placeholder-upsell': 'Actualitza per respondre',\n /** When composing a comment, the aria label for the button to send a comment */\n 'compose.send-comment-aria-label': 'Envia el comentari',\n /** When composing a comment, the tooltip text for the button to send a comment */\n 'compose.send-comment-tooltip': 'Envia el comentari',\n\n /** The inspector text when error copying link */\n 'copy-link-error-message': \"No s'ha pogut copiar l'enllaç al porta-retalls\",\n\n /** The delete dialog body for a comment */\n 'delete-comment.body': 'Un cop eliminat, un comentari no es pot recuperar.',\n /** The delete dialog confirm button text for a comment */\n 'delete-comment.confirm': 'Elimina el comentari',\n /** The delete dialog title for a comment */\n 'delete-comment.title': 'Vols eliminar aquest comentari?',\n\n /** The delete dialog error */\n 'delete-dialog.error':\n \"S'ha produït un error en eliminar el comentari. Si us plau, intenta-ho de nou.\",\n\n /** The delete dialog body for a thread */\n 'delete-thread.body':\n 'Aquest comentari i les seves respostes seran eliminats, i un cop eliminats no es poden recuperar.',\n /** The delete dialog conform button text for a thread */\n 'delete-thread.confirm': 'Elimina el fil',\n /** The delete dialog title for a thread */\n 'delete-thread.title': 'Vols eliminar aquest fil de comentaris?',\n\n /** The button text for confirming discard */\n 'discard.button-confirm': 'Descarta',\n /** The header for discard comment dialog */\n 'discard.header': 'Vols descartar el comentari?',\n /** The text for discard comment dialog */\n 'discard.text': 'Vols descartar el comentari?',\n\n /** Sharing feedback on the comments feature: The link title */\n 'feature-feedback.link': 'Comparteix la teva opinió',\n /** Sharing feedback on the comments feature: The form title */\n 'feature-feedback.title': 'Ajuda a millorar ',\n\n /** The name of the comments feature, for use in header. Capitalized, eg \"Comments\". */\n 'feature-name': 'Comentaris',\n\n /** Aria label for button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.aria-label-add': 'Afegeix un comentari',\n /** Aria label for button above fields that opens the comments for this field, when there are existing comments */\n 'field-button.aria-label-open': 'Obre els comentaris',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there is a single comment present */\n 'field-button.content_one': 'Veure comentari',\n /** Text shown in popover when hovering the button above fields that opens the comments panel, when there are more than one comment present */\n 'field-button.content_other': 'Veure comentaris',\n /** Text shown in popover when hovering the button above fields to add a comment, when the field currently do not have any comments */\n 'field-button.title': 'Afegeix un comentari',\n\n /* The text shown in the inline comment button when the button is disabled due to overlap */\n 'inline-add-comment-button.disabled-overlap-title': 'Els comentaris no poden solapar-se',\n /** The text shown in the inline comment button */\n 'inline-add-comment-button.title': 'Afegeix un comentari',\n\n /** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */\n 'list-item.breadcrumb-button-go-to-field-aria-label': 'Vés al camp {{field}}',\n /** The button tooltip content for the add reaction button */\n 'list-item.context-menu-add-reaction': 'Afegeix una reacció',\n /** The button tooltip aria label for adding a reaction */\n 'list-item.context-menu-add-reaction-aria-label': 'Afegeix una reacció',\n /** The button tooltip content for the add reaction button and mode is upsell */\n 'list-item.context-menu-add-reaction-upsell': 'Actualitza per afegir una reacció',\n /** The action menu item for copying a comment link */\n 'list-item.copy-link': \"Copia l'enllaç al comentari\",\n /** The action menu item for deleting a comment */\n 'list-item.delete-comment': 'Esborra el comentari',\n /** The action menu item for editing a comment */\n 'list-item.edit-comment': 'Edita el comentari',\n /** The action menu item for editing a comment and the mode is upsell */\n 'list-item.edit-comment-upsell': 'Actualitza per editar el comentari',\n /** Aria label for the button that takes you to the field, which wraps a thread/comment */\n 'list-item.go-to-field-button.aria-label': 'Vés al camp',\n /**\n * The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.\n * Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:\n * eg \"on Home\", \"on Coffee Machine | Products\", \"on Pricing – Sanity\"\n */\n 'list-item.layout-context': 'a <IntentLink>{{title}}</IntentLink>',\n /** The marker to indicate that a comment has been edited in brackets */\n 'list-item.layout-edited': 'editat',\n /** The error text when sending a comment has failed */\n 'list-item.layout-failed-sent': \"No s'ha pogut enviar.\",\n /** The loading message when posting a comment is in progress */\n 'list-item.layout-posting': 'Publicant...',\n /** The text for retrying posting a comment */\n 'list-item.layout-retry': 'Torna-ho a provar',\n /** The text shown when the value a comment references has been deleted */\n 'list-item.missing-referenced-value-tooltip-content': 'El text comentat ha estat esborrat',\n /** The aria label for the comments menu button to open the actions menu */\n 'list-item.open-menu-aria-label': \"Obre el menú d'accions del comentari\",\n /** The button text to re-open a resolved comment */\n 'list-item.re-open-resolved': 'Reobre',\n /** The button aria label to re-open a comment that is resolved */\n 'list-item.re-open-resolved-aria-label': 'Reobre',\n /** The button aria label to mark a comment as resolved */\n 'list-item.resolved-tooltip-aria-label': 'Marca el comentari com a resolt',\n /** The button text to mark a comment as resolved */\n 'list-item.resolved-tooltip-content': 'Marca com a resolt',\n\n /** The empty state text for open comments */\n 'list-status.empty-state-open-text':\n 'Els comentaris oberts en aquest document es mostraran aquí.',\n /** The empty state title for open comments */\n 'list-status.empty-state-open-title': 'Encara no hi ha comentaris oberts',\n /** The empty state text for resolved comments */\n 'list-status.empty-state-resolved-text':\n 'Els comentaris resolts en aquest document es mostraran aquí.',\n /** The empty state title for resolved comments */\n 'list-status.empty-state-resolved-title': 'Encara no hi ha comentaris resolts',\n /** The list status message for error */\n 'list-status.error': 'Alguna cosa ha anat malament',\n /** The list status message for loading status */\n 'list-status.loading': 'Carregant comentaris',\n\n /** Text shown when no users can be found to mention */\n 'mentions.no-users-found': \"No s'han trobat usuaris\",\n /** Label/badge shown for users that are not authorized to see the document, and thus cannot be mentioned */\n 'mentions.unauthorized-user': 'No autoritzat',\n /** Aria label for the command list for users to mention */\n 'mentions.user-list-aria-label': \"Llista d'usuaris per mencionar\",\n\n /** The comments onboarding popover text */\n 'onboarding.body':\n \"Pots afegir comentaris a qualsevol camp d'un document. Apareixeran aquí, agrupats per camp.\",\n /** The comments onboarding dismiss text */\n 'onboarding.dismiss': 'Entès',\n /** The comments onboarding popover header text */\n 'onboarding.header': 'Els camps del document ara tenen comentaris',\n\n /** Tooltip for the button to add a reaction to a comment */\n 'reactions.add-reaction-tooltip': 'Afegeix reacció',\n /** Aria label for the individual reactions you can choose from when reacting to a comment */\n 'reactions.react-with-aria-label': 'Reacciona amb {{reactionName}}',\n /** When a users' name cannot be resolved, fall back to this name */\n 'reactions.user-list.unknown-user-fallback-name': 'Usuari desconegut',\n /**\n * When showing list of users who have reacted, replaces your own name with \"you\", eg\n * \"Donna, you, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are the first to react, eg \"You, Donna and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you': 'tu',\n /**\n * When showing list of users who have reacted, replaces your own name with \"You\", eg\n * \"You, Donna, James, and Tyler reacted with 👍\". A different key (`_leading` suffix)\n * is used when you are not the first to react, eg \"Donna, you, James and Tyler reacted with 👍\".\n * Use `{{name}}` if you want to instead use the current users' actual name.\n */\n 'reactions.user-list.you_leading': 'Tu',\n /**\n * The text shown for the tooltip that appears when hovering over the reaction count, eg\n * \"Donna, James, and Tyler Reacted with 👍\". Three components are available for use:\n * - `<UserList/>` - the list of names of users who have reacted, using the locales list format\n * - `<Text>` - should be wrapped around the text describing the action (\"reacted with\")\n * - `<ReactionName/>` - the name of the reaction emoji, eg \":heavy_plus_sign:\"\n */\n 'reactions.users-reacted-with-reaction':\n '<UserList/> <Text>han reaccionat amb</Text> <ReactionName/>',\n\n /** Status filter: The short title describing filtering on open (non-resolved) comments */\n 'status-filter.status-open': 'Oberts',\n /** Status filter: The full text for describing filtering on open (non-resolved) comments */\n 'status-filter.status-open-full': 'Comentaris oberts',\n /** Status filter: The short title describing filtering on resolved comments */\n 'status-filter.status-resolved': 'Resolts',\n /** Status filter: The full text for describing filtering on resolved comments */\n 'status-filter.status-resolved-full': 'Comentaris resolts',\n /** Status filter: The full text for describing filtering on resolved comments and is upsell mode */\n 'status-filter.status-resolved-full-upsell': 'Actualitza per veure els comentaris resolts',\n})\n"],"names":[],"mappings":";AAEA,IAAA,WAAe,+BAA+B;AAAA;AAAA,EAE5C,0BAA0B;AAAA;AAAA,EAG1B,qCAAqC;AAAA;AAAA,EAGrC,yCAAyC;AAAA;AAAA,EAEzC,gDAAgD;AAAA;AAAA,EAEhD,sCAAsC;AAAA;AAAA,EAEtC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAEhC,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,mCAAmC;AAAA;AAAA,EAEnC,gCAAgC;AAAA;AAAA,EAGhC,2BAA2B;AAAA;AAAA,EAG3B,uBAAuB;AAAA;AAAA,EAEvB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAGxB,uBACE;AAAA;AAAA,EAGF,sBACE;AAAA;AAAA,EAEF,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAGvB,0BAA0B;AAAA;AAAA,EAE1B,kBAAkB;AAAA;AAAA,EAElB,gBAAgB;AAAA;AAAA,EAGhB,yBAAyB;AAAA;AAAA,EAEzB,0BAA0B;AAAA;AAAA,EAG1B,gBAAgB;AAAA;AAAA,EAGhB,+BAA+B;AAAA;AAAA,EAE/B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,8BAA8B;AAAA;AAAA,EAE9B,sBAAsB;AAAA;AAAA,EAGtB,oDAAoD;AAAA;AAAA,EAEpD,mCAAmC;AAAA;AAAA,EAGnC,sDAAsD;AAAA;AAAA,EAEtD,uCAAuC;AAAA;AAAA,EAEvC,kDAAkD;AAAA;AAAA,EAElD,8CAA8C;AAAA;AAAA,EAE9C,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,iCAAiC;AAAA;AAAA,EAEjC,2CAA2C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,4BAA4B;AAAA;AAAA,EAE5B,2BAA2B;AAAA;AAAA,EAE3B,gCAAgC;AAAA;AAAA,EAEhC,4BAA4B;AAAA;AAAA,EAE5B,0BAA0B;AAAA;AAAA,EAE1B,sDAAsD;AAAA;AAAA,EAEtD,kCAAkC;AAAA;AAAA,EAElC,8BAA8B;AAAA;AAAA,EAE9B,yCAAyC;AAAA;AAAA,EAEzC,yCAAyC;AAAA;AAAA,EAEzC,sCAAsC;AAAA;AAAA,EAGtC,qCACE;AAAA;AAAA,EAEF,sCAAsC;AAAA;AAAA,EAEtC,yCACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAGvB,2BAA2B;AAAA;AAAA,EAE3B,8BAA8B;AAAA;AAAA,EAE9B,iCAAiC;AAAA;AAAA,EAGjC,mBACE;AAAA;AAAA,EAEF,sBAAsB;AAAA;AAAA,EAEtB,qBAAqB;AAAA;AAAA,EAGrB,kCAAkC;AAAA;AAAA,EAElC,mCAAmC;AAAA;AAAA,EAEnC,kDAAkD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOlD,2BAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO3B,mCAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQnC,yCACE;AAAA;AAAA,EAGF,6BAA6B;AAAA;AAAA,EAE7B,kCAAkC;AAAA;AAAA,EAElC,iCAAiC;AAAA;AAAA,EAEjC,sCAAsC;AAAA;AAAA,EAEtC,6CAA6C;AAC/C,CAAC;"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
|
+
var copyPaste = removeUndefinedLocaleResources({
|
|
3
|
+
/** Text on the field action button to copy a document */
|
|
4
|
+
"copy-paste.field-action-copy-button.document.title": "Copia el document",
|
|
5
|
+
/** Text on the field action button to copy a field */
|
|
6
|
+
"copy-paste.field-action-copy-button.field.title": "Copia el camp",
|
|
7
|
+
/** Text on the field action button to paste a document */
|
|
8
|
+
"copy-paste.field-action-paste-button.document.title": "Enganxa el document",
|
|
9
|
+
/** Text on the field action button to paste a field */
|
|
10
|
+
"copy-paste.field-action-paste-button.field.title": "Enganxa el camp",
|
|
11
|
+
/** The error message that is shown when the clipboard is not supported */
|
|
12
|
+
"copy-paste.on-copy.validation.clipboard-not-supported.title": "El teu navegador no admet aquesta acci\xF3",
|
|
13
|
+
/** The error message that is shown when there is no value to copy */
|
|
14
|
+
"copy-paste.on-copy.validation.no-value.title": "Valor buit, res per copiar",
|
|
15
|
+
/** --- On copy --- */
|
|
16
|
+
/** The error message that is shown when schema types are incompatible */
|
|
17
|
+
"copy-paste.on-copy.validation.schema-type-incompatible.title": "No s'ha pogut resoldre el tipus d'esquema per la ruta: {{path}}",
|
|
18
|
+
/** The validation message that is shown when array types are incompatible */
|
|
19
|
+
"copy-paste.on-paste.validation.array-type-incompatible.description": `El valor del tipus "{{type}}" no est\xE0 perm\xE8s en aquest camp d'array`,
|
|
20
|
+
/** The validation message that is shown when array values are incompatible */
|
|
21
|
+
"copy-paste.on-paste.validation.array-value-incompatible.description": `El valor del tipus "{{type}}" no est\xE0 perm\xE8s en aquest camp d'array`,
|
|
22
|
+
/** The validation message that is shown when the clipboard is empty */
|
|
23
|
+
"copy-paste.on-paste.validation.clipboard-empty.title": "Res per enganxar",
|
|
24
|
+
/** The validation message that is shown when the clipboard item is invalid */
|
|
25
|
+
"copy-paste.on-paste.validation.clipboard-invalid.title": "Element del porta-retalls inv\xE0lid",
|
|
26
|
+
/** The validation message that is shown when image files are incompatible */
|
|
27
|
+
"copy-paste.on-paste.validation.image-file-incompatible.description": 'Un "{{sourceSchemaType}}" no est\xE0 perm\xE8s en un "{{targetSchemaType}}"',
|
|
28
|
+
/** The error message that is shown when the MIME type is not accepted */
|
|
29
|
+
"copy-paste.on-paste.validation.mime-type-incompatible.description": 'El tipus MIME "{{mimeType}}" no est\xE0 acceptat per aquest camp',
|
|
30
|
+
/** The error message that is shown when the MIME type validation fails */
|
|
31
|
+
"copy-paste.on-paste.validation.mime-type-validation-failed.description": "La validaci\xF3 del tipus MIME ha fallat",
|
|
32
|
+
/** The warning message that is shown when not all values can be pasted */
|
|
33
|
+
"copy-paste.on-paste.validation.partial-warning.title": "No s'han pogut enganxar tots els valors",
|
|
34
|
+
/** The validation message that is shown when primitive types are incompatible */
|
|
35
|
+
"copy-paste.on-paste.validation.primitive-type-incompatible.description": 'El valor del tipus "{{type}}" no est\xE0 perm\xE8s en aquest camp',
|
|
36
|
+
/** --- On paste --- */
|
|
37
|
+
/** The validation message that is shown when pasting a value into a read-only target */
|
|
38
|
+
"copy-paste.on-paste.validation.read-only-target.description": "El dest\xED \xE9s de nom\xE9s lectura",
|
|
39
|
+
/** The validation message that is shown when reference is incompatible with filter */
|
|
40
|
+
"copy-paste.on-paste.validation.reference-filter-incompatible.description": "La refer\xE8ncia no est\xE0 permesa en el camp de refer\xE8ncia segons el filtre",
|
|
41
|
+
/** The validation message that is shown when reference types are incompatible */
|
|
42
|
+
"copy-paste.on-paste.validation.reference-type-incompatible.description": 'Les refer\xE8ncies del tipus "{{sourceReferenceType}}" no estan permeses en el camp de refer\xE8ncia que accepta tipus "{{targetReferenceTypes}}"',
|
|
43
|
+
/** The validation message that is shown when reference does not exist */
|
|
44
|
+
"copy-paste.on-paste.validation.reference-validation-failed.description": 'El document referenciat "{{ref}}" no existeix',
|
|
45
|
+
/** The validation message that is shown when the source and target schema types are incompatible */
|
|
46
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.description": "Els tipus d'esquema d'origen i dest\xED no s\xF3n compatibles",
|
|
47
|
+
/** The validation message that is shown when schema types are incompatible */
|
|
48
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.title": "No s'ha pogut resoldre el tipus d'esquema per la ruta: {{path}}",
|
|
49
|
+
/** The validation message that is shown when string values are incompatible */
|
|
50
|
+
"copy-paste.on-paste.validation.string-value-incompatible.description": 'El valor "{{value}}" no est\xE0 perm\xE8s en "{{allowedStrings}}"'
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
copyPaste as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=copy-paste.js.map
|