@sanity/locale-ca-es 1.0.6 → 1.0.8
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/structure.cjs +11 -6
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +57 -106
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +1 -2
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/structure.js +11 -6
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +57 -106
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +1 -2
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +2 -2
- package/src/structure.ts +12 -3
- package/src/studio.ts +72 -53
- package/src/vision.ts +1 -1
|
@@ -104,8 +104,7 @@ var vision = removeUndefinedLocaleResources({
|
|
|
104
104
|
/** Label for the pinned release perspective */
|
|
105
105
|
"settings.perspectives.pinned-release-label": "Versi\xF3 fixada",
|
|
106
106
|
/** Label for the scheduled drafts perspective */
|
|
107
|
-
"settings.perspectives.scheduled-drafts":
|
|
108
|
-
// 'Scheduled drafts'
|
|
107
|
+
"settings.perspectives.scheduled-drafts": "Esborranys programats",
|
|
109
108
|
/** Title for popover that explains what "Perspectives" are */
|
|
110
109
|
"settings.perspectives.title": "Perspectives"
|
|
111
110
|
});
|
|
@@ -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': '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 /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts':
|
|
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 /** Label for the scheduled drafts perspective */\n 'settings.perspectives.scheduled-drafts': 'Esborranys programats',\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,0CAA0C;AAAA;AAAA,EAE1C,+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.
|
|
3
|
+
"version": "1.0.8",
|
|
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 || ^4.0.0-0"
|
|
49
|
+
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
package/src/structure.ts
CHANGED
|
@@ -86,7 +86,7 @@ export default removeUndefinedLocaleResources({
|
|
|
86
86
|
'banners.archived-release.description':
|
|
87
87
|
'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',
|
|
88
88
|
/** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
|
|
89
|
-
'banners.archived-scheduled-draft.description':
|
|
89
|
+
'banners.archived-scheduled-draft.description': 'Aquest esborrany programat està arxivat',
|
|
90
90
|
/** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
|
|
91
91
|
'banners.choose-new-document-destination.cannot-create-draft-document':
|
|
92
92
|
"No es pot crear un document d'esborrany.",
|
|
@@ -186,7 +186,8 @@ export default removeUndefinedLocaleResources({
|
|
|
186
186
|
'banners.revision-not-found.description':
|
|
187
187
|
"No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.",
|
|
188
188
|
/** The text content for the scheduled draft override banner */
|
|
189
|
-
'banners.scheduled-draft-override-banner.text':
|
|
189
|
+
'banners.scheduled-draft-override-banner.text':
|
|
190
|
+
"Existeix un esborrany programat per a aquest document. Si publiqueu canvis ara, seran sobreescrits quan s'executi la programació.",
|
|
190
191
|
/** The text content for the unpublished document banner when is part of a release */
|
|
191
192
|
'banners.unpublished-release-banner.text':
|
|
192
193
|
'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',
|
|
@@ -203,6 +204,14 @@ export default removeUndefinedLocaleResources({
|
|
|
203
204
|
'buttons.action-menu-button.aria-label': 'Obre les accions del document',
|
|
204
205
|
/** The action menu button tooltip */
|
|
205
206
|
'buttons.action-menu-button.tooltip': 'Accions del document',
|
|
207
|
+
/** The aria-label for the collapse pane button on the document panel header */
|
|
208
|
+
'buttons.focus-pane-button.aria-label.collapse': 'Col·lapsa tots els panells',
|
|
209
|
+
/** The aria-label for the focus pane button on the document panel header */
|
|
210
|
+
'buttons.focus-pane-button.aria-label.focus': 'Centra el panell',
|
|
211
|
+
/** The tooltip for the collapse pane button on the document panel header */
|
|
212
|
+
'buttons.focus-pane-button.tooltip.collapse': 'Col·lapsa tots els panells',
|
|
213
|
+
/** The tooltip for the focus pane button on the document panel header */
|
|
214
|
+
'buttons.focus-pane-button.tooltip.focus': 'Centra el panell',
|
|
206
215
|
/** The aria-label for the split pane button on the document panel header */
|
|
207
216
|
'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',
|
|
208
217
|
/** The tool tip for the split pane button on the document panel header */
|
|
@@ -638,5 +647,5 @@ export default removeUndefinedLocaleResources({
|
|
|
638
647
|
'timeline-item.not-found-release.tooltip': 'No s\'ha trobat la publicació amb id "{{releaseId}}"',
|
|
639
648
|
|
|
640
649
|
/** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
|
|
641
|
-
'toggle-inline-changes.menu-item.title':
|
|
650
|
+
'toggle-inline-changes.menu-item.title': 'Canvis en línia',
|
|
642
651
|
})
|
package/src/studio.ts
CHANGED
|
@@ -2,11 +2,12 @@ import {removeUndefinedLocaleResources} from 'sanity'
|
|
|
2
2
|
|
|
3
3
|
export default removeUndefinedLocaleResources({
|
|
4
4
|
/** "Configuration issue" header */
|
|
5
|
-
'about-dialog.configuration-issue.header':
|
|
5
|
+
'about-dialog.configuration-issue.header': "S'ha detectat un problema de configuració",
|
|
6
6
|
/** Message shown if sanity.cli.ts is missing deployment.appId */
|
|
7
|
-
'about-dialog.configuration-issue.missing-appid':
|
|
7
|
+
'about-dialog.configuration-issue.missing-appid':
|
|
8
|
+
"Les actualitzacions automàtiques estan habilitades, però no s'ha configurat cap <code>deployment.appId</code> a <code>sanity.cli.ts</code>. Aquest Studio s'està actualitzant contra el canal <strong>latest</strong>.",
|
|
8
9
|
/** "View documentation" link for auto-updating studios */
|
|
9
|
-
'about-dialog.configuration-issue.missing-appid.view-documentation':
|
|
10
|
+
'about-dialog.configuration-issue.missing-appid.view-documentation': 'Veure la documentació',
|
|
10
11
|
/** "Disabled" status for auto-updates in About-dialog */
|
|
11
12
|
'about-dialog.version-info.auto-updates.disabled': 'Desactivat',
|
|
12
13
|
/** "Enabled" status for auto-updates in About-dialog */
|
|
@@ -16,7 +17,7 @@ export default removeUndefinedLocaleResources({
|
|
|
16
17
|
/** "How to enable" next to Disabled state for Auto updates in version info dialog */
|
|
17
18
|
'about-dialog.version-info.auto-updates.how-to-enable': 'Com activar',
|
|
18
19
|
/** "Manage version" link text */
|
|
19
|
-
'about-dialog.version-info.auto-updates.manage-version':
|
|
20
|
+
'about-dialog.version-info.auto-updates.manage-version': 'Gestionar la versió',
|
|
20
21
|
/** Text displayed on the "Copy to clipboard"-button after clicked */
|
|
21
22
|
'about-dialog.version-info.copy-to-clipboard-button.copied-text':
|
|
22
23
|
'Copiat al porta-retalls. Feliç enganxada!',
|
|
@@ -29,32 +30,32 @@ export default removeUndefinedLocaleResources({
|
|
|
29
30
|
/** "Latest version" header in version info dialog */
|
|
30
31
|
'about-dialog.version-info.latest-version.header': 'Última versió',
|
|
31
32
|
/** Info text when auto updates is enabled and a new version is available */
|
|
32
|
-
'about-dialog.version-info.new-auto-update-version-available':
|
|
33
|
+
'about-dialog.version-info.new-auto-update-version-available': 'Nova versió disponible',
|
|
33
34
|
/** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
|
|
34
35
|
* It's a new version configured for auto updates which in some cases could even be a version below current */
|
|
35
|
-
'about-dialog.version-info.new-version.text':
|
|
36
|
+
'about-dialog.version-info.new-version.text': 'Nova versió',
|
|
36
37
|
/** "Reload"-button when auto updates is enabled and a new version is available */
|
|
37
|
-
'about-dialog.version-info.reload':
|
|
38
|
+
'about-dialog.version-info.reload': 'Recarregar',
|
|
38
39
|
/** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
|
|
39
|
-
'about-dialog.version-info.reload-to-update':
|
|
40
|
+
'about-dialog.version-info.reload-to-update': "Recarrega l'Studio per actualitzar",
|
|
40
41
|
/** "Development" tooltip in About-dialog */
|
|
41
|
-
'about-dialog.version-info.tooltip.development':
|
|
42
|
+
'about-dialog.version-info.tooltip.development': 'Desenvolupament',
|
|
42
43
|
/** "New version available" tooltip in About-dialog */
|
|
43
|
-
'about-dialog.version-info.tooltip.new-version-available':
|
|
44
|
+
'about-dialog.version-info.tooltip.new-version-available': 'Nova versió disponible',
|
|
44
45
|
/** "Prerelease" tooltip in About-dialog */
|
|
45
|
-
'about-dialog.version-info.tooltip.prerelease':
|
|
46
|
+
'about-dialog.version-info.tooltip.prerelease': 'Prellançament',
|
|
46
47
|
/** "Up to date" tooltip in About-dialog */
|
|
47
|
-
'about-dialog.version-info.tooltip.up-to-date':
|
|
48
|
+
'about-dialog.version-info.tooltip.up-to-date': 'Actualitzat',
|
|
48
49
|
/** @deprecated "Up to date" status in About-dialog */
|
|
49
50
|
'about-dialog.version-info.up-to-date': 'Actualitzat',
|
|
50
51
|
/** "Upgrade"-button text */
|
|
51
|
-
'about-dialog.version-info.update-button.text':
|
|
52
|
+
'about-dialog.version-info.update-button.text': 'Actualitzar',
|
|
52
53
|
/** "Upgrade"-button tooltip text */
|
|
53
|
-
'about-dialog.version-info.update-button.tooltip':
|
|
54
|
+
'about-dialog.version-info.update-button.tooltip': 'Aprèn com actualitzar Sanity Studio',
|
|
54
55
|
/** "User agent" header in About-dialog */
|
|
55
56
|
'about-dialog.version-info.user-agent.header': "Agent d'usuari",
|
|
56
57
|
/** "View on GitHub" link from version info dialog */
|
|
57
|
-
'about-dialog.version-info.view-on-github':
|
|
58
|
+
'about-dialog.version-info.view-on-github': 'Veure a GitHub',
|
|
58
59
|
|
|
59
60
|
/** The text used in the tooltip shown in the dialog close button */
|
|
60
61
|
'announcement.dialog.close': 'Tancar',
|
|
@@ -126,7 +127,7 @@ export default removeUndefinedLocaleResources({
|
|
|
126
127
|
/** Select asset dialog title for images */
|
|
127
128
|
'asset-source.dialog.default-title_image': 'Selecciona la imatge',
|
|
128
129
|
/** Select asset dialog title for videos */
|
|
129
|
-
'asset-source.dialog.default-title_video':
|
|
130
|
+
'asset-source.dialog.default-title_video': 'Selecciona vídeo',
|
|
130
131
|
/** Insert asset error */
|
|
131
132
|
'asset-source.dialog.insert-asset-error':
|
|
132
133
|
"Error en inserir l'actiu. Consulta la consola per a més informació.",
|
|
@@ -207,12 +208,17 @@ export default removeUndefinedLocaleResources({
|
|
|
207
208
|
'asset-sources.media-library.file.title': 'Biblioteca de mitjans',
|
|
208
209
|
'asset-sources.media-library.image.title': 'Biblioteca de mitjans',
|
|
209
210
|
/** Info messages for the Media Library Asset Source */
|
|
210
|
-
'asset-sources.media-library.select-dialog.title_file':
|
|
211
|
-
|
|
212
|
-
'asset-sources.media-library.select-dialog.
|
|
211
|
+
'asset-sources.media-library.select-dialog.title_file':
|
|
212
|
+
'Seleccionant fitxer per a {{targetTitle}}',
|
|
213
|
+
'asset-sources.media-library.select-dialog.title_image':
|
|
214
|
+
'Seleccionant imatge per a {{targetTitle}}',
|
|
215
|
+
'asset-sources.media-library.select-dialog.title_video':
|
|
216
|
+
'Seleccionant vídeo per a {{targetTitle}}',
|
|
213
217
|
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
214
|
-
'asset-sources.media-library.warning.file-already-exist.description':
|
|
215
|
-
|
|
218
|
+
'asset-sources.media-library.warning.file-already-exist.description':
|
|
219
|
+
'Utilitzant el fitxer existent trobat a la biblioteca.',
|
|
220
|
+
'asset-sources.media-library.warning.file-already-exist.title':
|
|
221
|
+
"El fitxer: '{{filename}}' ja existeix",
|
|
216
222
|
|
|
217
223
|
/** Label when a release has been deleted by a different user */
|
|
218
224
|
'banners.deleted-bundle-banner.text':
|
|
@@ -463,6 +469,8 @@ export default removeUndefinedLocaleResources({
|
|
|
463
469
|
'document-status.date': '{{date}}',
|
|
464
470
|
/** Label to show in the document footer indicating the last edited date of the document */
|
|
465
471
|
'document-status.edited': 'Editat {{date}}',
|
|
472
|
+
/** Label to show in the document footer status line when a document was last published */
|
|
473
|
+
'document-status.last-published': 'Darrera publicació',
|
|
466
474
|
/** Label to show in the document footer indicating the document is not published*/
|
|
467
475
|
'document-status.not-published': 'No publicat',
|
|
468
476
|
/** Label to show in the document footer indicating the published date of the document */
|
|
@@ -476,7 +484,7 @@ export default removeUndefinedLocaleResources({
|
|
|
476
484
|
'document.type.not-found': 'No s\'ha trobat el tipus de document "{{type}}"',
|
|
477
485
|
|
|
478
486
|
/** Error message shown when an action cannot be performed */
|
|
479
|
-
'errors.unable-to-perform-action':
|
|
487
|
+
'errors.unable-to-perform-action': 'No es pot realitzar aquesta acció',
|
|
480
488
|
|
|
481
489
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
482
490
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
@@ -578,7 +586,7 @@ export default removeUndefinedLocaleResources({
|
|
|
578
586
|
/** Information for what the latest sanity version is */
|
|
579
587
|
'help-resources.latest-sanity-version': 'La versió més recent és {{latestVersion}}',
|
|
580
588
|
/** Menu item for reloading Studio to update */
|
|
581
|
-
'help-resources.studio-auto-update-now':
|
|
589
|
+
'help-resources.studio-auto-update-now': 'Recarrega per actualitzar a la v{{newVersion}}',
|
|
582
590
|
/** Information for what studio version the current studio is running */
|
|
583
591
|
'help-resources.studio-version': 'Versió de Sanity Studio {{studioVersion}}',
|
|
584
592
|
/** Title for help and resources menus */
|
|
@@ -1292,7 +1300,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1292
1300
|
/** Action message to add document to release */
|
|
1293
1301
|
'release.action.add-to-release': 'Afegir a {{title}}',
|
|
1294
1302
|
/** Tooltip message for document that is already added to release */
|
|
1295
|
-
'release.action.already-exists-in-release':
|
|
1303
|
+
'release.action.already-exists-in-release': 'El document ja existeix en la versió',
|
|
1296
1304
|
/** Action message for when document is already in release */
|
|
1297
1305
|
'release.action.already-in-release': 'Ja en la versió {{title}}',
|
|
1298
1306
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
@@ -1300,15 +1308,15 @@ export default removeUndefinedLocaleResources({
|
|
|
1300
1308
|
/** Action message for creating new releases */
|
|
1301
1309
|
'release.action.create-new': 'Nova versió',
|
|
1302
1310
|
/** Description for toast when version creation failed */
|
|
1303
|
-
'release.action.create-version.failure':
|
|
1311
|
+
'release.action.create-version.failure': 'Ha fallat la creació de la versió',
|
|
1304
1312
|
/** Action message for deleting a scheduled publish */
|
|
1305
|
-
'release.action.delete-schedule':
|
|
1313
|
+
'release.action.delete-schedule': 'Elimina el calendari',
|
|
1306
1314
|
/** Action message for when document is already in release */
|
|
1307
1315
|
'release.action.discard-version': 'Descartar versió',
|
|
1308
1316
|
/** Description for toast when version discarding failed */
|
|
1309
1317
|
'release.action.discard-version.failure': "No s'ha pogut descartar la versió",
|
|
1310
1318
|
/** Action message for editing the schedule of a scheduled publish */
|
|
1311
|
-
'release.action.edit-schedule':
|
|
1319
|
+
'release.action.edit-schedule': 'Edita el calendari',
|
|
1312
1320
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1313
1321
|
'release.action.new-release': 'Nova Versió',
|
|
1314
1322
|
'release.action.new-release.limit-reached_other':
|
|
@@ -1316,7 +1324,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1316
1324
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1317
1325
|
'release.action.permission.error': 'No tens permís per realitzar aquesta acció',
|
|
1318
1326
|
/** Action message for running a scheduled draft immediately */
|
|
1319
|
-
'release.action.publish-now':
|
|
1327
|
+
'release.action.publish-now': 'Publica ara',
|
|
1320
1328
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1321
1329
|
'release.action.revert-unpublish-version.failure.description':
|
|
1322
1330
|
'Torneu-ho a intentar o comproveu la vostra connexió. El document encara es mantindrà sense publicar en el moment del llançament.',
|
|
@@ -1337,7 +1345,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1337
1345
|
/** Action message for when the view release is pressed */
|
|
1338
1346
|
'release.action.view-release': 'Veure la versió',
|
|
1339
1347
|
/** Action message for when the view scheduled drafts is pressed */
|
|
1340
|
-
'release.action.view-scheduled-drafts':
|
|
1348
|
+
'release.action.view-scheduled-drafts': 'Veure esborranys programats',
|
|
1341
1349
|
/** Label for banner when release is scheduled */
|
|
1342
1350
|
'release.banner.scheduled-for-publishing-on': 'Programat per ser publicat el {{date}}',
|
|
1343
1351
|
/** Label for Draft chip in document header */
|
|
@@ -1376,23 +1384,26 @@ export default removeUndefinedLocaleResources({
|
|
|
1376
1384
|
/** Title for creating releases dialog */
|
|
1377
1385
|
'release.dialog.create.title': 'Nova versió',
|
|
1378
1386
|
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1379
|
-
'release.dialog.delete-schedule-draft.body':
|
|
1387
|
+
'release.dialog.delete-schedule-draft.body':
|
|
1388
|
+
'Estàs segur que vols eliminar aquest esborrany programat? Aquesta acció no es pot desfer.',
|
|
1380
1389
|
/** Confirm button text for deleting a scheduled draft */
|
|
1381
|
-
'release.dialog.delete-schedule-draft.confirm':
|
|
1390
|
+
'release.dialog.delete-schedule-draft.confirm': 'Sí, elimina el calendari',
|
|
1382
1391
|
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1383
|
-
'release.dialog.delete-schedule-draft.header':
|
|
1392
|
+
'release.dialog.delete-schedule-draft.header': "Elimina l'esborrany programat",
|
|
1384
1393
|
/** Body text for change schedule dialog */
|
|
1385
|
-
'release.dialog.edit-schedule.body':
|
|
1394
|
+
'release.dialog.edit-schedule.body':
|
|
1395
|
+
'Selecciona una nova data i hora per a la publicació programada.',
|
|
1386
1396
|
/** Confirm button text for change schedule dialog */
|
|
1387
|
-
'release.dialog.edit-schedule.confirm':
|
|
1397
|
+
'release.dialog.edit-schedule.confirm': 'Actualitza el calendari',
|
|
1388
1398
|
/** Header for change schedule dialog */
|
|
1389
|
-
'release.dialog.edit-schedule.header':
|
|
1399
|
+
'release.dialog.edit-schedule.header': 'Canvia el calendari',
|
|
1390
1400
|
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1391
|
-
'release.dialog.publish-scheduled-draft.body':
|
|
1401
|
+
'release.dialog.publish-scheduled-draft.body':
|
|
1402
|
+
'Estàs segur que vols publicar aquest esborrany programat immediatament?',
|
|
1392
1403
|
/** Confirm button text for running a scheduled draft immediately */
|
|
1393
|
-
'release.dialog.publish-scheduled-draft.confirm':
|
|
1404
|
+
'release.dialog.publish-scheduled-draft.confirm': 'Sí, executa ara',
|
|
1394
1405
|
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1395
|
-
'release.dialog.publish-scheduled-draft.header':
|
|
1406
|
+
'release.dialog.publish-scheduled-draft.header': "Publica l'esborrany ara",
|
|
1396
1407
|
/** Label for description in tooltip to explain release types */
|
|
1397
1408
|
'release.dialog.tooltip.description':
|
|
1398
1409
|
"El temps previst de llançament s'utilitza per crear millors previsualitzacions i indicacions sobre si els documents entren en conflicte.",
|
|
@@ -1405,9 +1416,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1405
1416
|
/** Tooltip for button to hide release visibility */
|
|
1406
1417
|
'release.layer.hide': 'Amagar versió',
|
|
1407
1418
|
/** Label for the release menu */
|
|
1408
|
-
'release.menu.label':
|
|
1419
|
+
'release.menu.label': 'Menú de publicació',
|
|
1409
1420
|
/** Tooltip for the release menu */
|
|
1410
|
-
'release.menu.tooltip':
|
|
1421
|
+
'release.menu.tooltip': 'Accions',
|
|
1411
1422
|
/** Label for draft perspective in navbar */
|
|
1412
1423
|
'release.navbar.drafts': 'Esborranys',
|
|
1413
1424
|
/** Label for published releases in navbar */
|
|
@@ -1417,9 +1428,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1417
1428
|
/** The placeholder text when the release doesn't have a title */
|
|
1418
1429
|
'release.placeholder-untitled-release': 'Versió sense títol',
|
|
1419
1430
|
/** Description for warning that the published schedule time is in the past */
|
|
1420
|
-
'release.schedule-dialog.publish-date-in-past-warning':
|
|
1431
|
+
'release.schedule-dialog.publish-date-in-past-warning': 'Programa per a un temps i data futurs.',
|
|
1421
1432
|
/** Label for date picker when scheduling a release */
|
|
1422
|
-
'release.schedule-dialog.select-publish-date-label':
|
|
1433
|
+
'release.schedule-dialog.select-publish-date-label': 'Publica el',
|
|
1423
1434
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1424
1435
|
'release.toast.archived-release.description': 'Aquesta versió ha estat desancorada',
|
|
1425
1436
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
@@ -1427,23 +1438,31 @@ export default removeUndefinedLocaleResources({
|
|
|
1427
1438
|
/** The toast title that will be shown the creating a release fails */
|
|
1428
1439
|
'release.toast.create-release-error.title': "No s'ha pogut crear la release",
|
|
1429
1440
|
/** Error toast for deleting a scheduled draft */
|
|
1430
|
-
'release.toast.delete-schedule-draft.error':
|
|
1441
|
+
'release.toast.delete-schedule-draft.error':
|
|
1442
|
+
"No s'ha pogut eliminar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1431
1443
|
/** Success toast for deleting a scheduled draft */
|
|
1432
|
-
'release.toast.delete-schedule-draft.success':
|
|
1444
|
+
'release.toast.delete-schedule-draft.success':
|
|
1445
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat eliminat.",
|
|
1433
1446
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1434
1447
|
'release.toast.not-found-release.title': "No s'ha trobat la release '{{title}}'",
|
|
1435
1448
|
/** Error toast for running a scheduled publish immediately */
|
|
1436
|
-
'release.toast.publish-scheduled-draft.error':
|
|
1449
|
+
'release.toast.publish-scheduled-draft.error':
|
|
1450
|
+
"No s'ha pogut publicar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1437
1451
|
/** Success toast for running a scheduled publish immediately */
|
|
1438
|
-
'release.toast.publish-scheduled-draft.success':
|
|
1452
|
+
'release.toast.publish-scheduled-draft.success':
|
|
1453
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat publicat.",
|
|
1439
1454
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1440
1455
|
'release.toast.published-release.description': 'Aquesta release ha estat desancorada',
|
|
1441
1456
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1442
1457
|
'release.toast.published-release.title': "La release '{{title}}' ha estat publicada",
|
|
1443
1458
|
/** Error toast for rescheduling a draft */
|
|
1444
|
-
'release.toast.reschedule-scheduled-draft.error':
|
|
1459
|
+
'release.toast.reschedule-scheduled-draft.error':
|
|
1460
|
+
"No s'ha pogut reprogramar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1445
1461
|
/** Success toast for rescheduling a draft */
|
|
1446
|
-
'release.toast.reschedule-scheduled-draft.success':
|
|
1462
|
+
'release.toast.reschedule-scheduled-draft.success':
|
|
1463
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat reprogramat.",
|
|
1464
|
+
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
|
|
1465
|
+
'release.toast.scheduled-draft-published.title': "L'esborrany programat ha estat publicat",
|
|
1447
1466
|
/** Label for when a version of a document has already been added to the release */
|
|
1448
1467
|
'release.tooltip.already-added': "Ja s'ha afegit una versió d'aquest document",
|
|
1449
1468
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1459,14 +1478,14 @@ export default removeUndefinedLocaleResources({
|
|
|
1459
1478
|
'release.version-list.tooltip': 'Veure totes les versions del document',
|
|
1460
1479
|
|
|
1461
1480
|
/** Confirm button text for the schedule publish dialog */
|
|
1462
|
-
'schedule-publish-dialog.confirm':
|
|
1481
|
+
'schedule-publish-dialog.confirm': 'Programa',
|
|
1463
1482
|
/** Description for the schedule publish dialog */
|
|
1464
|
-
'schedule-publish-dialog.description':
|
|
1483
|
+
'schedule-publish-dialog.description': 'Selecciona quan aquest document hauria de ser publicat.',
|
|
1465
1484
|
/** Header for the schedule publish dialog */
|
|
1466
|
-
'schedule-publish-dialog.header':
|
|
1485
|
+
'schedule-publish-dialog.header': "Programa l'esborrany per a la publicació",
|
|
1467
1486
|
|
|
1468
1487
|
/** Title for a scheduled draft release */
|
|
1469
|
-
'scheduled-drafts.release.title':
|
|
1488
|
+
'scheduled-drafts.release.title': 'Publicació programada',
|
|
1470
1489
|
|
|
1471
1490
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1472
1491
|
'search.action-open-aria-label': 'Obrir cerca',
|
|
@@ -2112,7 +2131,7 @@ export default removeUndefinedLocaleResources({
|
|
|
2112
2131
|
*/
|
|
2113
2132
|
'workspaces.action.choose-another-workspace': 'Tria un altre espai de treball',
|
|
2114
2133
|
/** Label for title to switch workspace before workspaces are listed */
|
|
2115
|
-
'workspaces.action.switch-workspace':
|
|
2134
|
+
'workspaces.action.switch-workspace': "Canvia l'espai de treball",
|
|
2116
2135
|
/** Label for heading that indicates that you can choose your workspace */
|
|
2117
2136
|
'workspaces.choose-your-workspace-label': 'Tria el teu espai de treball',
|
|
2118
2137
|
/** Label for the workspace menu */
|
package/src/vision.ts
CHANGED
|
@@ -114,7 +114,7 @@ export default removeUndefinedLocaleResources({
|
|
|
114
114
|
/** Label for the pinned release perspective */
|
|
115
115
|
'settings.perspectives.pinned-release-label': 'Versió fixada',
|
|
116
116
|
/** Label for the scheduled drafts perspective */
|
|
117
|
-
'settings.perspectives.scheduled-drafts':
|
|
117
|
+
'settings.perspectives.scheduled-drafts': 'Esborranys programats',
|
|
118
118
|
/** Title for popover that explains what "Perspectives" are */
|
|
119
119
|
'settings.perspectives.title': 'Perspectives',
|
|
120
120
|
})
|