@sanity/locale-ca-es 1.0.1 → 1.0.2

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.
@@ -3,60 +3,46 @@ var vision = removeUndefinedLocaleResources({
3
3
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
4
4
  "action.copy-url-to-clipboard": "Copia al porta-retalls",
5
5
  /** Label for deleting a query */
6
- "action.delete": void 0,
7
- // 'Delete'
6
+ "action.delete": "Esborra",
8
7
  /** Label for editing a query's title */
9
- "action.edit-title": void 0,
10
- // 'Edit title'
8
+ "action.edit-title": "Edita el t\xEDtol",
11
9
  /** Label for stopping an ongoing listen operation */
12
10
  "action.listen-cancel": "Atura",
13
11
  /** Label for setting up a listener */
14
12
  "action.listen-execute": "Escolta",
15
13
  /** Label for query loading table */
16
- "action.load-queries": void 0,
17
- // 'Load queries'
14
+ "action.load-queries": "Carrega consultes",
18
15
  /** Label for loading a query */
19
- "action.load-query": void 0,
20
- // 'Load query'
16
+ "action.load-query": "Carrega consulta",
21
17
  /** Label for cancelling an ongoing query */
22
18
  "action.query-cancel": "Cancel\xB7la",
23
19
  /** Label for executing the query, eg doing a fetch */
24
20
  "action.query-execute": "Obt\xE9",
25
21
  /** Label for saving a query */
26
- "action.save-query": void 0,
27
- // 'Save query'
22
+ "action.save-query": "Desa consulta",
28
23
  /** Label for updating a query */
29
- "action.update": void 0,
30
- // 'Update'
24
+ "action.update": "Actualitza",
31
25
  /** Label for actions user can take */
32
- "label.actions": void 0,
33
- // 'Actions'
26
+ "label.actions": "Accions",
34
27
  /** Label for saved queries that have been edited */
35
- "label.edited": void 0,
36
- // 'Edited'
28
+ "label.edited": "Editat",
37
29
  /**
38
30
  * Some features has a "New" label indicating that the feature was recently introduced.
39
31
  * This defines what the text of that label is. Keep it short and sweet.
40
32
  */
41
33
  "label.new": "Nou",
42
34
  /** Label for query type "personal" */
43
- "label.personal": void 0,
44
- // 'Personal'
35
+ "label.personal": "Personal",
45
36
  /** Label for savedAt date */
46
- "label.saved-at": void 0,
47
- // 'Saved at'
37
+ "label.saved-at": "Desat el",
48
38
  /** Saved queries */
49
- "label.saved-queries": void 0,
50
- // 'Saved queries'
39
+ "label.saved-queries": "Consultes desades",
51
40
  /** Search queries */
52
- "label.search-queries": void 0,
53
- // 'Search queries'
41
+ "label.search-queries": "Cerca consultes",
54
42
  /** Share query */
55
- "label.share": void 0,
56
- // 'Share'
43
+ "label.share": "Comparteix",
57
44
  /** Label for saved query type "team" */
58
- "label.team": void 0,
59
- // 'Team'
45
+ "label.team": "Equip",
60
46
  /** Error message for when the "Params" input are not a valid json */
61
47
  "params.error.params-invalid-json": "Els par\xE0metres no s\xF3n JSON v\xE0lid",
62
48
  /** Label for "Params" (parameters) editor/input */
@@ -85,14 +71,11 @@ var vision = removeUndefinedLocaleResources({
85
71
  */
86
72
  "result.timing-not-applicable": "n/d",
87
73
  /** Query already saved error label */
88
- "save-query.already-saved": void 0,
89
- // 'Query already saved'
74
+ "save-query.already-saved": "Consulta ja desada",
90
75
  /** Save error label */
91
- "save-query.error": void 0,
92
- // 'Error saving query'
76
+ "save-query.error": "Error en desar la consulta",
93
77
  /** Save success label */
94
- "save-query.success": void 0,
95
- // 'Query saved'
78
+ "save-query.success": "Consulta desada",
96
79
  /** Label for the "API version" dropdown in settings */
97
80
  "settings.api-version-label": "Versi\xF3 de l'API",
98
81
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
@@ -1 +1 @@
1
- {"version":3,"file":"vision.js","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 deleting a query */\n 'action.delete': undefined, // 'Delete'\n /** Label for editing a query's title */\n 'action.edit-title': undefined, // 'Edit title'\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 query loading table */\n 'action.load-queries': undefined, // 'Load queries'\n /** Label for loading a query */\n 'action.load-query': undefined, // 'Load query'\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 /** Label for saving a query */\n 'action.save-query': undefined, // 'Save query'\n /** Label for updating a query */\n 'action.update': undefined, // 'Update'\n\n /** Label for actions user can take */\n 'label.actions': undefined, // 'Actions'\n /** Label for saved queries that have been edited */\n 'label.edited': undefined, // 'Edited'\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 /** Label for query type \"personal\" */\n 'label.personal': undefined, // 'Personal'\n /** Label for savedAt date */\n 'label.saved-at': undefined, // 'Saved at'\n /** Saved queries */\n 'label.saved-queries': undefined, // 'Saved queries'\n /** Search queries */\n 'label.search-queries': undefined, // 'Search queries'\n /** Share query */\n 'label.share': undefined, // 'Share'\n /** Label for saved query type \"team\" */\n 'label.team': undefined, // 'Team'\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 /** Query already saved error label */\n 'save-query.already-saved': undefined, // 'Query already saved'\n /** Save error label */\n 'save-query.error': undefined, // 'Error saving query'\n /** Save success label */\n 'save-query.success': undefined, // 'Query saved'\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":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA;AAAA,EAGd,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,4BAA4B;AAAA;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA;AAAA,EAGtB,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;"}
1
+ {"version":3,"file":"vision.js","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 deleting a query */\n 'action.delete': 'Esborra',\n /** Label for editing a query's title */\n 'action.edit-title': 'Edita el títol',\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 query loading table */\n 'action.load-queries': 'Carrega consultes',\n /** Label for loading a query */\n 'action.load-query': 'Carrega consulta',\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 /** Label for saving a query */\n 'action.save-query': 'Desa consulta',\n /** Label for updating a query */\n 'action.update': 'Actualitza',\n\n /** Label for actions user can take */\n 'label.actions': 'Accions',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Editat',\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 /** Label for query type \"personal\" */\n 'label.personal': 'Personal',\n /** Label for savedAt date */\n 'label.saved-at': 'Desat el',\n /** Saved queries */\n 'label.saved-queries': 'Consultes desades',\n /** Search queries */\n 'label.search-queries': 'Cerca consultes',\n /** Share query */\n 'label.share': 'Comparteix',\n /** Label for saved query type \"team\" */\n 'label.team': 'Equip',\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 /** Query already saved error label */\n 'save-query.already-saved': 'Consulta ja desada',\n /** Save error label */\n 'save-query.error': 'Error en desar la consulta',\n /** Save success label */\n 'save-query.success': 'Consulta desada',\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":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,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,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,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;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-ca-es",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "Catalan / Català locale/translation for Sanity Studio",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "browserslist": "extends @sanity/browserslist-config",
48
48
  "peerDependencies": {
49
- "sanity": "^3.22.0"
49
+ "sanity": "^3.22.0 || ^4.0.0-0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
package/src/structure.ts CHANGED
@@ -160,7 +160,8 @@ export default removeUndefinedLocaleResources({
160
160
  /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
161
161
  'banners.release.waiting.title': 'Afegint document a la publicació…',
162
162
  /** The text for the revision not found banner */
163
- 'banners.revision-not-found.description': undefined, // 'We couldn\'t find the document revision selected, please select another entry from the history list.'
163
+ 'banners.revision-not-found.description':
164
+ "No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.",
164
165
  /** The text content for the unpublished document banner when is part of a release */
165
166
  'banners.unpublished-release-banner.text':
166
167
  'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',
@@ -200,9 +201,11 @@ export default removeUndefinedLocaleResources({
200
201
  'canvas.banner.popover-heading': 'Creació prioritzant la idea',
201
202
 
202
203
  /** The description for the changes banner */
203
- 'changes.banner.description': undefined, // 'Showing the history for the <strong>{{perspective}}</strong> version of this document.'
204
+ 'changes.banner.description':
205
+ "Mostrant l'historial per a la versió <strong>{{perspective}}</strong> d'aquest document.",
204
206
  /** The tooltip for the changes banner */
205
- 'changes.banner.tooltip': undefined, // 'This view shows the changes that occurred in a specific version of this document. Select a different version to see its changes'
207
+ 'changes.banner.tooltip':
208
+ "Aquesta vista mostra els canvis que han ocorregut en una versió específica d'aquest document. Seleccioneu una versió diferent per veure els seus canvis",
206
209
  /** The label used in the changes inspector for the from selector */
207
210
  'changes.from.label': 'Des de',
208
211
  /* The label for the history tab in the changes inspector*/
@@ -370,9 +373,10 @@ export default removeUndefinedLocaleResources({
370
373
  'document.favorites.remove-from-favorites': 'Treure de preferits',
371
374
 
372
375
  /** The description for the events inspector when we can't load the document so we default to compare with published */
373
- 'events.compare-with-published.description': undefined, // 'We\'re unable to load the changes for this document, probably due to history retention policy of your plan, this shows you how the <strong>{{version}}</strong> version compares to the <strong>published</strong> version.'
376
+ 'events.compare-with-published.description':
377
+ "No podem carregar els canvis d'aquest document, probablement a causa de la política de retenció d'historial del vostre pla, això us mostra com la versió <strong>{{version}}</strong> es compara amb la versió <strong>publicada</strong>.",
374
378
  /** The title for the events inspector when we can't load the document so we default to compare with published */
375
- 'events.compare-with-published.title': undefined, // 'Comparing with published'
379
+ 'events.compare-with-published.title': 'Comparant amb la publicada',
376
380
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
377
381
  'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',
378
382
  /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
@@ -440,18 +444,20 @@ export default removeUndefinedLocaleResources({
440
444
  /** The text used in the document header title if no other title can be determined */
441
445
  'panes.document-header-title.untitled.text': 'Sense títol',
442
446
  /** The help text saying that we'll retry fetching the document list */
443
- 'panes.document-list-pane.error.retrying': undefined, // 'Retrying…'
447
+ 'panes.document-list-pane.error.retrying': 'Tornant a intentar…',
444
448
  /** The error text on the document list pane */
445
449
  'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',
446
450
  /** The error text on the document list pane */
447
- 'panes.document-list-pane.error.text.dev': undefined, // 'Error: <Code>{{error}}</Code>'
451
+ 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',
448
452
  /** The error text on the document list pane if the browser appears to be offlline */
449
- 'panes.document-list-pane.error.text.offline': undefined, // 'The Internet connection appears to be offline.'
453
+ 'panes.document-list-pane.error.text.offline':
454
+ 'La connexió a Internet sembla estar fora de línia.',
450
455
  /** The error title on the document list pane */
451
456
  'panes.document-list-pane.error.title': "No s'han pogut obtenir els elements de la llista",
452
457
  /** The help text saying that we'll retry fetching the document list */
453
- 'panes.document-list-pane.error.will-retry-automatically_one': undefined, // 'Retrying…'
454
- 'panes.document-list-pane.error.will-retry-automatically_other': undefined, // 'Retrying… (#{{count}}).'
458
+ 'panes.document-list-pane.error.will-retry-automatically_one': 'Tornant a intentar…',
459
+ 'panes.document-list-pane.error.will-retry-automatically_other':
460
+ 'Tornant a intentar… (#{{count}}).',
455
461
  /** The text of the document list pane if more than a maximum number of documents are returned */
456
462
  'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',
457
463
  /** The text of the document list pane if no documents are found for a specified type */
@@ -461,7 +467,7 @@ export default removeUndefinedLocaleResources({
461
467
  /** The text of the document list pane if no documents are found matching specified criteria */
462
468
  'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',
463
469
  /** The search input for the search input on the document list pane */
464
- 'panes.document-list-pane.reconnecting': undefined, // 'Trying to connect…'
470
+ 'panes.document-list-pane.reconnecting': 'Intentant connectar…',
465
471
  /** The aria-label for the search input on the document list pane */
466
472
  'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',
467
473
  /** The search input for the search input on the document list pane */
@@ -601,5 +607,5 @@ export default removeUndefinedLocaleResources({
601
607
  /** The text for the expand action in the timeline item menu */
602
608
  'timeline-item.menu.action-expand': 'Expandir',
603
609
  /** The text for the published event menu tooltip when the release is not found */
604
- 'timeline-item.not-found-release.tooltip': undefined, // 'Release with id "{{releaseId}}" not found'
610
+ 'timeline-item.not-found-release.tooltip': 'No s\'ha trobat la publicació amb id "{{releaseId}}"',
605
611
  })
package/src/studio.ts CHANGED
@@ -163,12 +163,14 @@ export default removeUndefinedLocaleResources({
163
163
  'asset-sources.dataset.file.title': "Fitxers de l'espai de treball",
164
164
  'asset-sources.dataset.image.title': "Imatges de l'espai de treball",
165
165
  /** Error messages for the Media Library Asset Source */
166
- 'asset-sources.media-library.error.library-could-not-be-resolved': undefined, // 'Something went wrong trying to resolve the Media Library for this project.'
166
+ 'asset-sources.media-library.error.library-could-not-be-resolved':
167
+ 'Alguna cosa ha anat malament intentant resoldre la Biblioteca de Mitjans per a aquest projecte.',
167
168
  /** Menu Items for Media Library Asset Source */
168
169
  'asset-sources.media-library.file.title': 'Biblioteca de mitjans',
169
170
  'asset-sources.media-library.image.title': 'Biblioteca de mitjans',
170
171
  /** Info messages for the Media Library Asset Source */
171
- 'asset-sources.media-library.info.provisioning': undefined, // 'Please wait while we prepare your Media Library'
172
+ 'asset-sources.media-library.info.provisioning':
173
+ 'Espereu mentre preparem la vostra Biblioteca de Mitjans',
172
174
 
173
175
  /** Label when a release has been deleted by a different user */
174
176
  'banners.deleted-bundle-banner.text':
@@ -317,7 +319,8 @@ export default removeUndefinedLocaleResources({
317
319
  /** Loading changes in Review Changes Pane */
318
320
  'changes.loading-changes': 'Carregant canvis…',
319
321
  /** Error message shown when the document revision could not be found */
320
- 'changes.missing-since-document-error': undefined, // 'We couldn\'t find the document revision with id: <code>{{revisionId}}</code> you\'re trying to compare. <Break/> This is probably due to history retention policy of your plan. <Break/> Please select a different <strong>From</strong> entry.'
322
+ 'changes.missing-since-document-error':
323
+ "No hem pogut trobar la revisió del document amb id: <code>{{revisionId}}</code> que esteu intentant comparar. <Break/> Això probablement es deu a la política de retenció d'historial del vostre pla. <Break/> Si us plau, seleccioneu una entrada <strong>Des de</strong> diferent.",
321
324
  /** No Changes description in the Review Changes pane */
322
325
  'changes.no-changes-description':
323
326
  'Edita el document o selecciona una versió anterior en la línia de temps per veure una llista de canvis aparèixer en aquest panell.',
@@ -367,9 +370,10 @@ export default removeUndefinedLocaleResources({
367
370
  /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
368
371
  'changes.removed-label': 'Eliminat',
369
372
  /** Same Revision Selected description in the Review Changes pane */
370
- 'changes.same-revision-selected-description': undefined, // 'You have selected the same <strong>from</strong> and <strong>to</strong> revision, please select different revisions to compare the changes between them.'
373
+ 'changes.same-revision-selected-description':
374
+ 'Heu seleccionat la mateixa revisió <strong>des de</strong> i <strong>fins a</strong>, si us plau seleccioneu revisions diferents per comparar els canvis entre elles.',
371
375
  /** Same Revision Selected title in the Review Changes pane */
372
- 'changes.same-revision-selected-title': undefined, // 'Same revision selected'
376
+ 'changes.same-revision-selected-title': 'Seleccionada la mateixa revisió',
373
377
  /** Title for the Review Changes pane */
374
378
  'changes.title': 'Història',
375
379
  /**The title that will be shown in the badge inside the events when the item is a draft */
@@ -385,7 +389,7 @@ export default removeUndefinedLocaleResources({
385
389
  /** Default text in shared loader text / spinner lockup */
386
390
  'common.loading': 'Carregant',
387
391
  /** The title of the reconnecting toast */
388
- 'common.reconnecting.toast.title': undefined, // 'Trying to connect…'
392
+ 'common.reconnecting.toast.title': 'Intentant connectar…',
389
393
 
390
394
  /** --- Configuration issues --- */
391
395
  /** Default label text on configuration issues button */
@@ -424,7 +428,7 @@ export default removeUndefinedLocaleResources({
424
428
  /** Label to show in the document footer indicating the revision from date of the document */
425
429
  'document-status.revision-from': 'Revisió de <em>{{date}}</em>',
426
430
  /** Label to show in the document footer indicating that the revision was not found */
427
- 'document-status.revision-not-found': undefined, // 'Revision not found'
431
+ 'document-status.revision-not-found': 'Revisió no trobada',
428
432
 
429
433
  /** Label to indicate that a document type was not found */
430
434
  'document.type.not-found': 'No s\'ha trobat el tipus de document "{{type}}"',
@@ -1172,13 +1176,14 @@ export default removeUndefinedLocaleResources({
1172
1176
  'member-field-error.unexpected-error': 'Error inesperat: {{error}}',
1173
1177
 
1174
1178
  /** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */
1175
- 'network-check.slow-protocol-warning.description': undefined, // 'Your browser is using an outdated HTTP protocol to communicate with Sanity. This may result in substantially degraded performance.'
1179
+ 'network-check.slow-protocol-warning.description':
1180
+ 'El vostre navegador està utilitzant un protocol HTTP antiquat per comunicar-se amb Sanity. Això pot resultar en un rendiment substancialment degradat.',
1176
1181
  /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1177
- 'network-check.slow-protocol-warning.learn-more-button.text': undefined, // 'Learn more'
1182
+ 'network-check.slow-protocol-warning.learn-more-button.text': 'Apreneu més',
1178
1183
  /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1179
- 'network-check.slow-protocol-warning.snooze-button.text': undefined, // 'Don\'t show again for this session'
1184
+ 'network-check.slow-protocol-warning.snooze-button.text': 'No mostrar de nou en aquesta sessió',
1180
1185
  /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
1181
- 'network-check.slow-protocol-warning.title': undefined, // 'You\'ve got your breaks on'
1186
+ 'network-check.slow-protocol-warning.title': 'Teniu els frens posats',
1182
1187
 
1183
1188
  /** Button label for "Create new document" button */
1184
1189
  'new-document.button': 'Crear',
@@ -1255,6 +1260,7 @@ export default removeUndefinedLocaleResources({
1255
1260
  'release.action.discard-version.failure': "No s'ha pogut descartar la versió",
1256
1261
  /** Action message for when a new release is created off an existing version, draft or published document */
1257
1262
  'release.action.new-release': 'Nova Versió',
1263
+ 'release.action.new-release.limit-reached_other': undefined, // 'This workspace is limited to {{count}} releases'
1258
1264
  /** Tooltip message for not having permissions for creating new releases */
1259
1265
  'release.action.permission.error': 'No tens permís per realitzar aquesta acció',
1260
1266
  /** Error message for when a version is set to be unpublished */
@@ -1795,6 +1801,27 @@ export default removeUndefinedLocaleResources({
1795
1801
  /** Accessibility label for the navbar status button */
1796
1802
  'status-button.aria-label': 'Estat de la configuració',
1797
1803
 
1804
+ /* Time zone handling */
1805
+ 'time-zone.action.search-for-timezone-placeholder': undefined, // 'Search for a city or time zone'
1806
+ /* Label for the local time zone button */
1807
+ 'time-zone.action.select-local-time-zone': undefined, // 'Select local time zone'
1808
+ /* Dialog info for the time zone dialog */
1809
+ 'time-zone.dialog-info.content-releases': undefined, // 'The selected time zone will change how dates are represented in content releases.'
1810
+ /* Dialog info for the time zone dialog */
1811
+ 'time-zone.dialog-info.input': undefined, // 'The selected time zone will change how dates are represented only for this input in this document.'
1812
+ /* Dialog info for the time zone dialog */
1813
+ 'time-zone.dialog-info.scheduled-publishing': undefined, // 'The selected time zone will change how dates are represented in schedules.'
1814
+ /* Label for the local time zone button */
1815
+ 'time-zone.local-time': undefined, // 'local time'
1816
+ /* Label for the time zone button */
1817
+ 'time-zone.time-zone': undefined, // 'Time zone'
1818
+ /* Tooltip content for the time zone dialog */
1819
+ 'time-zone.time-zone-tooltip-content-releases': undefined, // 'Displaying releases in {{alternativeName}} GMT{{offset}}'
1820
+ /* Tooltip content for the time zone dialog */
1821
+ 'time-zone.time-zone-tooltip-input': undefined, // 'Displaying <em>{{title}}</em> in {{alternativeName}} GMT{{offset}}'
1822
+ /* Tooltip content for the time zone dialog */
1823
+ 'time-zone.time-zone-tooltip-scheduled-publishing': undefined, // 'Displaying schedules in {{alternativeName}} GMT{{offset}}'
1824
+
1798
1825
  /** Title for the changes tooltip in the history inspector*/
1799
1826
  'timeline.changes.title': 'Canvis per',
1800
1827
  /** Description for error when the timeline for the given document can't be loaded */
@@ -1844,9 +1871,9 @@ export default removeUndefinedLocaleResources({
1844
1871
  /** Label shown in review changes timeline when a document has been deleted, with a timestamp */
1845
1872
  'timeline.operation.deleted_timestamp': 'Esborrat: {{timestamp, datetime}}',
1846
1873
  /** Label shown in review changes timeline when a draft document has been created*/
1847
- 'timeline.operation.draft-created': undefined, // 'Draft created'
1874
+ 'timeline.operation.draft-created': 'Esborrany creat',
1848
1875
  /** Label shown in review changes timeline when a draft document has been created, with a timestamp */
1849
- 'timeline.operation.draft-created_timestamp': undefined, // 'Draft created: {{timestamp, datetime}}'
1876
+ 'timeline.operation.draft-created_timestamp': 'Esborrany creat: {{timestamp, datetime}}',
1850
1877
  /** Label shown in review changes timeline when a draft has been discarded */
1851
1878
  'timeline.operation.draft-discarded': 'Esborrany descartat',
1852
1879
  /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
@@ -1859,8 +1886,8 @@ export default removeUndefinedLocaleResources({
1859
1886
  'timeline.operation.edited-live': 'Editat en viu',
1860
1887
  /** Label shown in review changes timeline when a document has been edited live, with a timestamp */
1861
1888
  'timeline.operation.edited-live_timestamp': 'Editat en viu: {{timestamp, datetime}}',
1862
- /** Label shown in review changes timeline when a document has been created */
1863
- 'timeline.operation.history-cleared': undefined, // 'Deleted by retention policy'
1889
+ /** Label shown in review changes timeline event when transactions have been deleted by retention policy */
1890
+ 'timeline.operation.history-cleared': 'Esborrat per la política de retenció',
1864
1891
  /** Label shown in review changes timeline when a document was published */
1865
1892
  'timeline.operation.published': 'Publicat',
1866
1893
  /** Label shown in review changes timeline when a document was published, with a timestamp */
@@ -1870,13 +1897,13 @@ export default removeUndefinedLocaleResources({
1870
1897
  /** Label shown in review changes timeline when a document was unpublished, with a timestamp */
1871
1898
  'timeline.operation.unpublished_timestamp': 'Despublicat: {{timestamp, datetime}}',
1872
1899
  /** Label shown in review changes timeline when a document version has been created */
1873
- 'timeline.operation.version-created': undefined, // 'Version created'
1900
+ 'timeline.operation.version-created': 'Versió creada',
1874
1901
  /** Label shown in review changes timeline when a document version has been created, with a timestamp */
1875
- 'timeline.operation.version-created_timestamp': undefined, // 'Version created: {{timestamp, datetime}}'
1902
+ 'timeline.operation.version-created_timestamp': 'Versió creada: {{timestamp, datetime}}',
1876
1903
  /** Label shown in review changes timeline when a document version has been discarded */
1877
- 'timeline.operation.version-discarded': undefined, // 'Version discarded'
1904
+ 'timeline.operation.version-discarded': 'Versió descartada',
1878
1905
  /** Label shown in review changes timeline when a document version has been discarded, with a timestamp */
1879
- 'timeline.operation.version-discarded_timestamp': undefined, // 'Version discarded: {{timestamp, datetime}}'
1906
+ 'timeline.operation.version-discarded_timestamp': 'Versió descartada: {{timestamp, datetime}}',
1880
1907
  /**
1881
1908
  * Label for determining since which version the changes for timeline menu dropdown are showing.
1882
1909
  * Receives the time label as a parameter (`timestamp`).
package/src/vision.ts CHANGED
@@ -4,47 +4,47 @@ export default removeUndefinedLocaleResources({
4
4
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
5
5
  'action.copy-url-to-clipboard': 'Copia al porta-retalls',
6
6
  /** Label for deleting a query */
7
- 'action.delete': undefined, // 'Delete'
7
+ 'action.delete': 'Esborra',
8
8
  /** Label for editing a query's title */
9
- 'action.edit-title': undefined, // 'Edit title'
9
+ 'action.edit-title': 'Edita el títol',
10
10
  /** Label for stopping an ongoing listen operation */
11
11
  'action.listen-cancel': 'Atura',
12
12
  /** Label for setting up a listener */
13
13
  'action.listen-execute': 'Escolta',
14
14
  /** Label for query loading table */
15
- 'action.load-queries': undefined, // 'Load queries'
15
+ 'action.load-queries': 'Carrega consultes',
16
16
  /** Label for loading a query */
17
- 'action.load-query': undefined, // 'Load query'
17
+ 'action.load-query': 'Carrega consulta',
18
18
  /** Label for cancelling an ongoing query */
19
19
  'action.query-cancel': 'Cancel·la',
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-query': undefined, // 'Save query'
23
+ 'action.save-query': 'Desa consulta',
24
24
  /** Label for updating a query */
25
- 'action.update': undefined, // 'Update'
25
+ 'action.update': 'Actualitza',
26
26
 
27
27
  /** Label for actions user can take */
28
- 'label.actions': undefined, // 'Actions'
28
+ 'label.actions': 'Accions',
29
29
  /** Label for saved queries that have been edited */
30
- 'label.edited': undefined, // 'Edited'
30
+ 'label.edited': 'Editat',
31
31
  /**
32
32
  * Some features has a "New" label indicating that the feature was recently introduced.
33
33
  * This defines what the text of that label is. Keep it short and sweet.
34
34
  */
35
35
  'label.new': 'Nou',
36
36
  /** Label for query type "personal" */
37
- 'label.personal': undefined, // 'Personal'
37
+ 'label.personal': 'Personal',
38
38
  /** Label for savedAt date */
39
- 'label.saved-at': undefined, // 'Saved at'
39
+ 'label.saved-at': 'Desat el',
40
40
  /** Saved queries */
41
- 'label.saved-queries': undefined, // 'Saved queries'
41
+ 'label.saved-queries': 'Consultes desades',
42
42
  /** Search queries */
43
- 'label.search-queries': undefined, // 'Search queries'
43
+ 'label.search-queries': 'Cerca consultes',
44
44
  /** Share query */
45
- 'label.share': undefined, // 'Share'
45
+ 'label.share': 'Comparteix',
46
46
  /** Label for saved query type "team" */
47
- 'label.team': undefined, // 'Team'
47
+ 'label.team': 'Equip',
48
48
 
49
49
  /** Error message for when the "Params" input are not a valid json */
50
50
  'params.error.params-invalid-json': 'Els paràmetres no són JSON vàlid',
@@ -77,11 +77,11 @@ export default removeUndefinedLocaleResources({
77
77
  'result.timing-not-applicable': 'n/d',
78
78
 
79
79
  /** Query already saved error label */
80
- 'save-query.already-saved': undefined, // 'Query already saved'
80
+ 'save-query.already-saved': 'Consulta ja desada',
81
81
  /** Save error label */
82
- 'save-query.error': undefined, // 'Error saving query'
82
+ 'save-query.error': 'Error en desar la consulta',
83
83
  /** Save success label */
84
- 'save-query.success': undefined, // 'Query saved'
84
+ 'save-query.success': 'Consulta desada',
85
85
 
86
86
  /** Label for the "API version" dropdown in settings */
87
87
  'settings.api-version-label': "Versió de l'API",