@sanity/locale-ca-es 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/copy-paste.cjs +3 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/feedback.cjs +68 -0
- package/dist/_chunks-cjs/feedback.cjs.map +1 -0
- package/dist/_chunks-cjs/presentation.cjs +194 -0
- package/dist/_chunks-cjs/presentation.cjs.map +1 -0
- package/dist/_chunks-cjs/releases.cjs +688 -0
- package/dist/_chunks-cjs/releases.cjs.map +1 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs +32 -0
- package/dist/_chunks-cjs/singleDocRelease.cjs.map +1 -0
- package/dist/_chunks-cjs/structure.cjs +12 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +3 -8
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +33 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +3 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/feedback.js +70 -0
- package/dist/_chunks-es/feedback.js.map +1 -0
- package/dist/_chunks-es/presentation.js +196 -0
- package/dist/_chunks-es/presentation.js.map +1 -0
- package/dist/_chunks-es/releases.js +690 -0
- package/dist/_chunks-es/releases.js.map +1 -0
- package/dist/_chunks-es/singleDocRelease.js +34 -0
- package/dist/_chunks-es/singleDocRelease.js.map +1 -0
- package/dist/_chunks-es/structure.js +12 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +3 -8
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +33 -0
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +2 -0
- package/src/feedback.ts +46 -0
- package/src/index.ts +17 -2
- package/src/presentation.ts +143 -0
- package/src/releases.ts +518 -0
- package/src/singleDocRelease.ts +23 -0
- package/src/structure.ts +8 -0
- package/src/studio.ts +2 -9
- package/src/vision.ts +22 -0
- package/dist/_chunks-cjs/create.cjs +0 -35
- package/dist/_chunks-cjs/create.cjs.map +0 -1
- package/dist/_chunks-es/create.js +0 -37
- package/dist/_chunks-es/create.js.map +0 -1
package/src/vision.ts
CHANGED
|
@@ -20,12 +20,22 @@ export default removeUndefinedLocaleResources({
|
|
|
20
20
|
/** Label for executing the query, eg doing a fetch */
|
|
21
21
|
'action.query-execute': 'Obté',
|
|
22
22
|
/** Label for saving a query */
|
|
23
|
+
'action.save-personal-copy': undefined, // 'Save personal copy'
|
|
24
|
+
/** Label for saving a personal query */
|
|
25
|
+
'action.save-personal-query': undefined, // 'Save as personal'
|
|
26
|
+
/** Label for saving a query */
|
|
23
27
|
'action.save-query': 'Desa consulta',
|
|
28
|
+
/** Label for saving a shared query */
|
|
29
|
+
'action.save-shared-query': undefined, // 'Save as shared'
|
|
30
|
+
/** Label for unsharing a query */
|
|
31
|
+
'action.unshare': undefined, // 'Unshare'
|
|
24
32
|
/** Label for updating a query */
|
|
25
33
|
'action.update': 'Actualitza',
|
|
26
34
|
|
|
27
35
|
/** Label for actions user can take */
|
|
28
36
|
'label.actions': 'Accions',
|
|
37
|
+
/** Label for all saved queries */
|
|
38
|
+
'label.all': undefined, // 'All'
|
|
29
39
|
/** Label for saved queries that have been edited */
|
|
30
40
|
'label.edited': 'Editat',
|
|
31
41
|
/**
|
|
@@ -43,8 +53,12 @@ export default removeUndefinedLocaleResources({
|
|
|
43
53
|
'label.search-queries': 'Cerca consultes',
|
|
44
54
|
/** Share query */
|
|
45
55
|
'label.share': 'Comparteix',
|
|
56
|
+
/** Label for query type "shared" */
|
|
57
|
+
'label.shared': undefined, // 'Shared'
|
|
46
58
|
/** Label for saved query type "team" */
|
|
47
59
|
'label.team': 'Equip',
|
|
60
|
+
/** Label for untitled query fallback */
|
|
61
|
+
'label.untitled-query': undefined, // 'Untitled'
|
|
48
62
|
|
|
49
63
|
/** Error message for when the "Params" input are not a valid json */
|
|
50
64
|
'params.error.params-invalid-json': 'Els paràmetres no són JSON vàlid',
|
|
@@ -80,8 +94,16 @@ export default removeUndefinedLocaleResources({
|
|
|
80
94
|
'save-query.already-saved': 'Consulta ja desada',
|
|
81
95
|
/** Save error label */
|
|
82
96
|
'save-query.error': 'Error en desar la consulta',
|
|
97
|
+
/** Save personal copy success label */
|
|
98
|
+
'save-query.personal-copy-success': undefined, // 'Personal copy saved'
|
|
99
|
+
/** Warning displayed before sharing a query */
|
|
100
|
+
'save-query.share-warning': undefined, // 'Shared queries are stored as documents in your dataset and count toward your document quota.'
|
|
101
|
+
/** Save shared query success label */
|
|
102
|
+
'save-query.shared-success': undefined, // 'Shared query saved'
|
|
83
103
|
/** Save success label */
|
|
84
104
|
'save-query.success': 'Consulta desada',
|
|
105
|
+
/** Save unshared query success label */
|
|
106
|
+
'save-query.unshared-success': undefined, // 'Query moved to personal'
|
|
85
107
|
|
|
86
108
|
/** Label for the "API version" dropdown in settings */
|
|
87
109
|
'settings.api-version-label': "Versió de l'API",
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var sanity = require("sanity"), create = sanity.removeUndefinedLocaleResources({
|
|
3
|
-
/** Text in badge above header in Create Link info popover */
|
|
4
|
-
"create-link-info-popover.eyebrow-badge": "Acc\xE9s anticipat",
|
|
5
|
-
/** Text above header in Create Link info popover */
|
|
6
|
-
"create-link-info-popover.eyebrow-title": "Sanity Create",
|
|
7
|
-
/** Header in Create Link info popover */
|
|
8
|
-
"create-link-info-popover.header": "Autoria amb prioritat a la idea",
|
|
9
|
-
/** Informational text in Create Link info popover */
|
|
10
|
-
"create-link-info-popover.text": "Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja autom\xE0ticament als camps de l'Estudi mentre escrius.",
|
|
11
|
-
/** Tooltip for Create Link button */
|
|
12
|
-
"create-link-info.tooltip": "Apr\xE8n m\xE9s",
|
|
13
|
-
/** Edit in Create button text */
|
|
14
|
-
"edit-in-create-button.text": "Edita amb Sanity Create",
|
|
15
|
-
/** CTA in "Start writing in Create" dialog: Learn more */
|
|
16
|
-
"start-in-create-dialog.cta.learn-more": "Apr\xE8n m\xE9s.",
|
|
17
|
-
/** Text for the document pane banner informing users that the document is linked to Sanity Create */
|
|
18
|
-
"studio-create-link-banner.text": "Aquest document est\xE0 vinculat a Sanity Create",
|
|
19
|
-
/** Unlink document from Sanity Create button text */
|
|
20
|
-
"unlink-from-create-button.text": "Desvincula",
|
|
21
|
-
/** Unlink from Create dialog: Cancel button text */
|
|
22
|
-
"unlink-from-create-dialog.cancel.text": "Cancel\xB7la",
|
|
23
|
-
/** Unlink from Create dialog: Document title used if no other title can be determined */
|
|
24
|
-
"unlink-from-create-dialog.document.untitled.text": "Sense t\xEDtol",
|
|
25
|
-
/** Unlink from Create dialog – first informational paragraph */
|
|
26
|
-
"unlink-from-create-dialog.first-paragraph": "Est\xE0s desvinculant \u201C<strong>{{title}}</strong>\u201D de Sanity Create perqu\xE8 pugui ser editat aqu\xED.",
|
|
27
|
-
/** Unlink from Create dialog header */
|
|
28
|
-
"unlink-from-create-dialog.header": "Vols canviar l'edici\xF3 a l'Estudi?",
|
|
29
|
-
/** Unlink from Create dialog – second informational paragraph */
|
|
30
|
-
"unlink-from-create-dialog.second-paragraph": "Mantindr\xE0s el teu contingut en ambd\xF3s llocs. Qualsevol canvi nou a Sanity Create deixar\xE0 de sincronitzar-se amb aquest Estudi.",
|
|
31
|
-
/** Unlink from Create dialog: Unlink button text */
|
|
32
|
-
"unlink-from-create-dialog.unlink.text": "Desvincula ara"
|
|
33
|
-
});
|
|
34
|
-
exports.default = create;
|
|
35
|
-
//# sourceMappingURL=create.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.cjs","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': 'Accés anticipat',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': 'Autoria amb prioritat a la idea',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n \"Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja automàticament als camps de l'Estudi mentre escrius.\",\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Aprèn més',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Edita amb Sanity Create',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Aprèn més.',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': 'Aquest document està vinculat a Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Desvincula',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Cancel·la',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Sense títol',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Estàs desvinculant “<strong>{{title}}</strong>” de Sanity Create perquè pugui ser editat aquí.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': \"Vols canviar l'edició a l'Estudi?\",\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Mantindràs el teu contingut en ambdós llocs. Qualsevol canvi nou a Sanity Create deixarà de sincronitzar-se amb aquest Estudi.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Desvincula ara',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";gCAEA,SAAeA,sCAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,yCAAyC;AAAA;AAAA,EAGzC,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;;"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { removeUndefinedLocaleResources } from "sanity";
|
|
2
|
-
var create = removeUndefinedLocaleResources({
|
|
3
|
-
/** Text in badge above header in Create Link info popover */
|
|
4
|
-
"create-link-info-popover.eyebrow-badge": "Acc\xE9s anticipat",
|
|
5
|
-
/** Text above header in Create Link info popover */
|
|
6
|
-
"create-link-info-popover.eyebrow-title": "Sanity Create",
|
|
7
|
-
/** Header in Create Link info popover */
|
|
8
|
-
"create-link-info-popover.header": "Autoria amb prioritat a la idea",
|
|
9
|
-
/** Informational text in Create Link info popover */
|
|
10
|
-
"create-link-info-popover.text": "Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja autom\xE0ticament als camps de l'Estudi mentre escrius.",
|
|
11
|
-
/** Tooltip for Create Link button */
|
|
12
|
-
"create-link-info.tooltip": "Apr\xE8n m\xE9s",
|
|
13
|
-
/** Edit in Create button text */
|
|
14
|
-
"edit-in-create-button.text": "Edita amb Sanity Create",
|
|
15
|
-
/** CTA in "Start writing in Create" dialog: Learn more */
|
|
16
|
-
"start-in-create-dialog.cta.learn-more": "Apr\xE8n m\xE9s.",
|
|
17
|
-
/** Text for the document pane banner informing users that the document is linked to Sanity Create */
|
|
18
|
-
"studio-create-link-banner.text": "Aquest document est\xE0 vinculat a Sanity Create",
|
|
19
|
-
/** Unlink document from Sanity Create button text */
|
|
20
|
-
"unlink-from-create-button.text": "Desvincula",
|
|
21
|
-
/** Unlink from Create dialog: Cancel button text */
|
|
22
|
-
"unlink-from-create-dialog.cancel.text": "Cancel\xB7la",
|
|
23
|
-
/** Unlink from Create dialog: Document title used if no other title can be determined */
|
|
24
|
-
"unlink-from-create-dialog.document.untitled.text": "Sense t\xEDtol",
|
|
25
|
-
/** Unlink from Create dialog – first informational paragraph */
|
|
26
|
-
"unlink-from-create-dialog.first-paragraph": "Est\xE0s desvinculant \u201C<strong>{{title}}</strong>\u201D de Sanity Create perqu\xE8 pugui ser editat aqu\xED.",
|
|
27
|
-
/** Unlink from Create dialog header */
|
|
28
|
-
"unlink-from-create-dialog.header": "Vols canviar l'edici\xF3 a l'Estudi?",
|
|
29
|
-
/** Unlink from Create dialog – second informational paragraph */
|
|
30
|
-
"unlink-from-create-dialog.second-paragraph": "Mantindr\xE0s el teu contingut en ambd\xF3s llocs. Qualsevol canvi nou a Sanity Create deixar\xE0 de sincronitzar-se amb aquest Estudi.",
|
|
31
|
-
/** Unlink from Create dialog: Unlink button text */
|
|
32
|
-
"unlink-from-create-dialog.unlink.text": "Desvincula ara"
|
|
33
|
-
});
|
|
34
|
-
export {
|
|
35
|
-
create as default
|
|
36
|
-
};
|
|
37
|
-
//# sourceMappingURL=create.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sources":["../../src/create.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text in badge above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-badge': 'Accés anticipat',\n /** Text above header in Create Link info popover */\n 'create-link-info-popover.eyebrow-title': 'Sanity Create',\n /** Header in Create Link info popover */\n 'create-link-info-popover.header': 'Autoria amb prioritat a la idea',\n /** Informational text in Create Link info popover */\n 'create-link-info-popover.text':\n \"Escriu de manera natural en un editor potenciat per IA. El teu contingut es mapeja automàticament als camps de l'Estudi mentre escrius.\",\n\n /** Tooltip for Create Link button */\n 'create-link-info.tooltip': 'Aprèn més',\n\n /** Edit in Create button text */\n 'edit-in-create-button.text': 'Edita amb Sanity Create',\n\n /** CTA in \"Start writing in Create\" dialog: Learn more */\n 'start-in-create-dialog.cta.learn-more': 'Aprèn més.',\n\n /** Text for the document pane banner informing users that the document is linked to Sanity Create */\n 'studio-create-link-banner.text': 'Aquest document està vinculat a Sanity Create',\n\n /** Unlink document from Sanity Create button text */\n 'unlink-from-create-button.text': 'Desvincula',\n\n /** Unlink from Create dialog: Cancel button text */\n 'unlink-from-create-dialog.cancel.text': 'Cancel·la',\n /** Unlink from Create dialog: Document title used if no other title can be determined */\n 'unlink-from-create-dialog.document.untitled.text': 'Sense títol',\n /** Unlink from Create dialog – first informational paragraph */\n 'unlink-from-create-dialog.first-paragraph':\n 'Estàs desvinculant “<strong>{{title}}</strong>” de Sanity Create perquè pugui ser editat aquí.',\n /** Unlink from Create dialog header */\n 'unlink-from-create-dialog.header': \"Vols canviar l'edició a l'Estudi?\",\n /** Unlink from Create dialog – second informational paragraph */\n 'unlink-from-create-dialog.second-paragraph':\n 'Mantindràs el teu contingut en ambdós llocs. Qualsevol canvi nou a Sanity Create deixarà de sincronitzar-se amb aquest Estudi.',\n /** Unlink from Create dialog: Unlink button text */\n 'unlink-from-create-dialog.unlink.text': 'Desvincula ara',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,0CAA0C;AAAA;AAAA,EAE1C,mCAAmC;AAAA;AAAA,EAEnC,iCACE;AAAA;AAAA,EAGF,4BAA4B;AAAA;AAAA,EAG5B,8BAA8B;AAAA;AAAA,EAG9B,yCAAyC;AAAA;AAAA,EAGzC,kCAAkC;AAAA;AAAA,EAGlC,kCAAkC;AAAA;AAAA,EAGlC,yCAAyC;AAAA;AAAA,EAEzC,oDAAoD;AAAA;AAAA,EAEpD,6CACE;AAAA;AAAA,EAEF,oCAAoC;AAAA;AAAA,EAEpC,8CACE;AAAA;AAAA,EAEF,yCAAyC;AAC3C,CAAC;"}
|