@sanity/locale-ca-es 1.0.6 → 1.0.7
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 +3 -6
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +53 -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 +3 -6
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +53 -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 +1 -1
- package/src/structure.ts +4 -3
- package/src/studio.ts +68 -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
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>',
|
|
@@ -638,5 +639,5 @@ export default removeUndefinedLocaleResources({
|
|
|
638
639
|
'timeline-item.not-found-release.tooltip': 'No s\'ha trobat la publicació amb id "{{releaseId}}"',
|
|
639
640
|
|
|
640
641
|
/** 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':
|
|
642
|
+
'toggle-inline-changes.menu-item.title': 'Canvis en línia',
|
|
642
643
|
})
|
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':
|
|
@@ -476,7 +482,7 @@ export default removeUndefinedLocaleResources({
|
|
|
476
482
|
'document.type.not-found': 'No s\'ha trobat el tipus de document "{{type}}"',
|
|
477
483
|
|
|
478
484
|
/** Error message shown when an action cannot be performed */
|
|
479
|
-
'errors.unable-to-perform-action':
|
|
485
|
+
'errors.unable-to-perform-action': 'No es pot realitzar aquesta acció',
|
|
480
486
|
|
|
481
487
|
/** The value of the <code>_key</code> property must be a unique string. */
|
|
482
488
|
'form.error.duplicate-keys-alert.details.additional-description':
|
|
@@ -578,7 +584,7 @@ export default removeUndefinedLocaleResources({
|
|
|
578
584
|
/** Information for what the latest sanity version is */
|
|
579
585
|
'help-resources.latest-sanity-version': 'La versió més recent és {{latestVersion}}',
|
|
580
586
|
/** Menu item for reloading Studio to update */
|
|
581
|
-
'help-resources.studio-auto-update-now':
|
|
587
|
+
'help-resources.studio-auto-update-now': 'Recarrega per actualitzar a la v{{newVersion}}',
|
|
582
588
|
/** Information for what studio version the current studio is running */
|
|
583
589
|
'help-resources.studio-version': 'Versió de Sanity Studio {{studioVersion}}',
|
|
584
590
|
/** Title for help and resources menus */
|
|
@@ -1292,7 +1298,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1292
1298
|
/** Action message to add document to release */
|
|
1293
1299
|
'release.action.add-to-release': 'Afegir a {{title}}',
|
|
1294
1300
|
/** Tooltip message for document that is already added to release */
|
|
1295
|
-
'release.action.already-exists-in-release':
|
|
1301
|
+
'release.action.already-exists-in-release': 'El document ja existeix en la versió',
|
|
1296
1302
|
/** Action message for when document is already in release */
|
|
1297
1303
|
'release.action.already-in-release': 'Ja en la versió {{title}}',
|
|
1298
1304
|
/** Action message for when you click to view all versions you can copy the current document to */
|
|
@@ -1300,15 +1306,15 @@ export default removeUndefinedLocaleResources({
|
|
|
1300
1306
|
/** Action message for creating new releases */
|
|
1301
1307
|
'release.action.create-new': 'Nova versió',
|
|
1302
1308
|
/** Description for toast when version creation failed */
|
|
1303
|
-
'release.action.create-version.failure':
|
|
1309
|
+
'release.action.create-version.failure': 'Ha fallat la creació de la versió',
|
|
1304
1310
|
/** Action message for deleting a scheduled publish */
|
|
1305
|
-
'release.action.delete-schedule':
|
|
1311
|
+
'release.action.delete-schedule': 'Elimina el calendari',
|
|
1306
1312
|
/** Action message for when document is already in release */
|
|
1307
1313
|
'release.action.discard-version': 'Descartar versió',
|
|
1308
1314
|
/** Description for toast when version discarding failed */
|
|
1309
1315
|
'release.action.discard-version.failure': "No s'ha pogut descartar la versió",
|
|
1310
1316
|
/** Action message for editing the schedule of a scheduled publish */
|
|
1311
|
-
'release.action.edit-schedule':
|
|
1317
|
+
'release.action.edit-schedule': 'Edita el calendari',
|
|
1312
1318
|
/** Action message for when a new release is created off an existing version, draft or published document */
|
|
1313
1319
|
'release.action.new-release': 'Nova Versió',
|
|
1314
1320
|
'release.action.new-release.limit-reached_other':
|
|
@@ -1316,7 +1322,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1316
1322
|
/** Tooltip message for not having permissions for creating new releases */
|
|
1317
1323
|
'release.action.permission.error': 'No tens permís per realitzar aquesta acció',
|
|
1318
1324
|
/** Action message for running a scheduled draft immediately */
|
|
1319
|
-
'release.action.publish-now':
|
|
1325
|
+
'release.action.publish-now': 'Publica ara',
|
|
1320
1326
|
/** Error message description for when a version is reverted from being unpublished */
|
|
1321
1327
|
'release.action.revert-unpublish-version.failure.description':
|
|
1322
1328
|
'Torneu-ho a intentar o comproveu la vostra connexió. El document encara es mantindrà sense publicar en el moment del llançament.',
|
|
@@ -1337,7 +1343,7 @@ export default removeUndefinedLocaleResources({
|
|
|
1337
1343
|
/** Action message for when the view release is pressed */
|
|
1338
1344
|
'release.action.view-release': 'Veure la versió',
|
|
1339
1345
|
/** Action message for when the view scheduled drafts is pressed */
|
|
1340
|
-
'release.action.view-scheduled-drafts':
|
|
1346
|
+
'release.action.view-scheduled-drafts': 'Veure esborranys programats',
|
|
1341
1347
|
/** Label for banner when release is scheduled */
|
|
1342
1348
|
'release.banner.scheduled-for-publishing-on': 'Programat per ser publicat el {{date}}',
|
|
1343
1349
|
/** Label for Draft chip in document header */
|
|
@@ -1376,23 +1382,26 @@ export default removeUndefinedLocaleResources({
|
|
|
1376
1382
|
/** Title for creating releases dialog */
|
|
1377
1383
|
'release.dialog.create.title': 'Nova versió',
|
|
1378
1384
|
/** Body text for the dialog confirming deletion of a scheduled draft */
|
|
1379
|
-
'release.dialog.delete-schedule-draft.body':
|
|
1385
|
+
'release.dialog.delete-schedule-draft.body':
|
|
1386
|
+
'Estàs segur que vols eliminar aquest esborrany programat? Aquesta acció no es pot desfer.',
|
|
1380
1387
|
/** Confirm button text for deleting a scheduled draft */
|
|
1381
|
-
'release.dialog.delete-schedule-draft.confirm':
|
|
1388
|
+
'release.dialog.delete-schedule-draft.confirm': 'Sí, elimina el calendari',
|
|
1382
1389
|
/** Header for the dialog confirming deletion of a scheduled draft */
|
|
1383
|
-
'release.dialog.delete-schedule-draft.header':
|
|
1390
|
+
'release.dialog.delete-schedule-draft.header': "Elimina l'esborrany programat",
|
|
1384
1391
|
/** Body text for change schedule dialog */
|
|
1385
|
-
'release.dialog.edit-schedule.body':
|
|
1392
|
+
'release.dialog.edit-schedule.body':
|
|
1393
|
+
'Selecciona una nova data i hora per a la publicació programada.',
|
|
1386
1394
|
/** Confirm button text for change schedule dialog */
|
|
1387
|
-
'release.dialog.edit-schedule.confirm':
|
|
1395
|
+
'release.dialog.edit-schedule.confirm': 'Actualitza el calendari',
|
|
1388
1396
|
/** Header for change schedule dialog */
|
|
1389
|
-
'release.dialog.edit-schedule.header':
|
|
1397
|
+
'release.dialog.edit-schedule.header': 'Canvia el calendari',
|
|
1390
1398
|
/** Body text for the dialog confirming running a scheduled draft immediately */
|
|
1391
|
-
'release.dialog.publish-scheduled-draft.body':
|
|
1399
|
+
'release.dialog.publish-scheduled-draft.body':
|
|
1400
|
+
'Estàs segur que vols publicar aquest esborrany programat immediatament?',
|
|
1392
1401
|
/** Confirm button text for running a scheduled draft immediately */
|
|
1393
|
-
'release.dialog.publish-scheduled-draft.confirm':
|
|
1402
|
+
'release.dialog.publish-scheduled-draft.confirm': 'Sí, executa ara',
|
|
1394
1403
|
/** Header for the dialog confirming running a scheduled draft immediately */
|
|
1395
|
-
'release.dialog.publish-scheduled-draft.header':
|
|
1404
|
+
'release.dialog.publish-scheduled-draft.header': "Publica l'esborrany ara",
|
|
1396
1405
|
/** Label for description in tooltip to explain release types */
|
|
1397
1406
|
'release.dialog.tooltip.description':
|
|
1398
1407
|
"El temps previst de llançament s'utilitza per crear millors previsualitzacions i indicacions sobre si els documents entren en conflicte.",
|
|
@@ -1405,9 +1414,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1405
1414
|
/** Tooltip for button to hide release visibility */
|
|
1406
1415
|
'release.layer.hide': 'Amagar versió',
|
|
1407
1416
|
/** Label for the release menu */
|
|
1408
|
-
'release.menu.label':
|
|
1417
|
+
'release.menu.label': 'Menú de publicació',
|
|
1409
1418
|
/** Tooltip for the release menu */
|
|
1410
|
-
'release.menu.tooltip':
|
|
1419
|
+
'release.menu.tooltip': 'Accions',
|
|
1411
1420
|
/** Label for draft perspective in navbar */
|
|
1412
1421
|
'release.navbar.drafts': 'Esborranys',
|
|
1413
1422
|
/** Label for published releases in navbar */
|
|
@@ -1417,9 +1426,9 @@ export default removeUndefinedLocaleResources({
|
|
|
1417
1426
|
/** The placeholder text when the release doesn't have a title */
|
|
1418
1427
|
'release.placeholder-untitled-release': 'Versió sense títol',
|
|
1419
1428
|
/** Description for warning that the published schedule time is in the past */
|
|
1420
|
-
'release.schedule-dialog.publish-date-in-past-warning':
|
|
1429
|
+
'release.schedule-dialog.publish-date-in-past-warning': 'Programa per a un temps i data futurs.',
|
|
1421
1430
|
/** Label for date picker when scheduling a release */
|
|
1422
|
-
'release.schedule-dialog.select-publish-date-label':
|
|
1431
|
+
'release.schedule-dialog.select-publish-date-label': 'Publica el',
|
|
1423
1432
|
/** The toast description that will be shown when the user has a release perspective which is now archived */
|
|
1424
1433
|
'release.toast.archived-release.description': 'Aquesta versió ha estat desancorada',
|
|
1425
1434
|
/** The toast title that will be shown when the user has a release perspective which is now archived */
|
|
@@ -1427,23 +1436,29 @@ export default removeUndefinedLocaleResources({
|
|
|
1427
1436
|
/** The toast title that will be shown the creating a release fails */
|
|
1428
1437
|
'release.toast.create-release-error.title': "No s'ha pogut crear la release",
|
|
1429
1438
|
/** Error toast for deleting a scheduled draft */
|
|
1430
|
-
'release.toast.delete-schedule-draft.error':
|
|
1439
|
+
'release.toast.delete-schedule-draft.error':
|
|
1440
|
+
"No s'ha pogut eliminar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1431
1441
|
/** Success toast for deleting a scheduled draft */
|
|
1432
|
-
'release.toast.delete-schedule-draft.success':
|
|
1442
|
+
'release.toast.delete-schedule-draft.success':
|
|
1443
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat eliminat.",
|
|
1433
1444
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1434
1445
|
'release.toast.not-found-release.title': "No s'ha trobat la release '{{title}}'",
|
|
1435
1446
|
/** Error toast for running a scheduled publish immediately */
|
|
1436
|
-
'release.toast.publish-scheduled-draft.error':
|
|
1447
|
+
'release.toast.publish-scheduled-draft.error':
|
|
1448
|
+
"No s'ha pogut publicar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1437
1449
|
/** Success toast for running a scheduled publish immediately */
|
|
1438
|
-
'release.toast.publish-scheduled-draft.success':
|
|
1450
|
+
'release.toast.publish-scheduled-draft.success':
|
|
1451
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat publicat.",
|
|
1439
1452
|
/** The toast description that will be shown when the user has a release perspective which is now published */
|
|
1440
1453
|
'release.toast.published-release.description': 'Aquesta release ha estat desancorada',
|
|
1441
1454
|
/** The toast title that will be shown when the user has a release perspective which is now deleted */
|
|
1442
1455
|
'release.toast.published-release.title': "La release '{{title}}' ha estat publicada",
|
|
1443
1456
|
/** Error toast for rescheduling a draft */
|
|
1444
|
-
'release.toast.reschedule-scheduled-draft.error':
|
|
1457
|
+
'release.toast.reschedule-scheduled-draft.error':
|
|
1458
|
+
"No s'ha pogut reprogramar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
|
|
1445
1459
|
/** Success toast for rescheduling a draft */
|
|
1446
|
-
'release.toast.reschedule-scheduled-draft.success':
|
|
1460
|
+
'release.toast.reschedule-scheduled-draft.success':
|
|
1461
|
+
"El document d'esborrany programat <strong>{{title}}</strong> ha estat reprogramat.",
|
|
1447
1462
|
/** Label for when a version of a document has already been added to the release */
|
|
1448
1463
|
'release.tooltip.already-added': "Ja s'ha afegit una versió d'aquest document",
|
|
1449
1464
|
/** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
|
|
@@ -1459,14 +1474,14 @@ export default removeUndefinedLocaleResources({
|
|
|
1459
1474
|
'release.version-list.tooltip': 'Veure totes les versions del document',
|
|
1460
1475
|
|
|
1461
1476
|
/** Confirm button text for the schedule publish dialog */
|
|
1462
|
-
'schedule-publish-dialog.confirm':
|
|
1477
|
+
'schedule-publish-dialog.confirm': 'Programa',
|
|
1463
1478
|
/** Description for the schedule publish dialog */
|
|
1464
|
-
'schedule-publish-dialog.description':
|
|
1479
|
+
'schedule-publish-dialog.description': 'Selecciona quan aquest document hauria de ser publicat.',
|
|
1465
1480
|
/** Header for the schedule publish dialog */
|
|
1466
|
-
'schedule-publish-dialog.header':
|
|
1481
|
+
'schedule-publish-dialog.header': "Programa l'esborrany per a la publicació",
|
|
1467
1482
|
|
|
1468
1483
|
/** Title for a scheduled draft release */
|
|
1469
|
-
'scheduled-drafts.release.title':
|
|
1484
|
+
'scheduled-drafts.release.title': 'Publicació programada',
|
|
1470
1485
|
|
|
1471
1486
|
/** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
|
|
1472
1487
|
'search.action-open-aria-label': 'Obrir cerca',
|
|
@@ -2112,7 +2127,7 @@ export default removeUndefinedLocaleResources({
|
|
|
2112
2127
|
*/
|
|
2113
2128
|
'workspaces.action.choose-another-workspace': 'Tria un altre espai de treball',
|
|
2114
2129
|
/** Label for title to switch workspace before workspaces are listed */
|
|
2115
|
-
'workspaces.action.switch-workspace':
|
|
2130
|
+
'workspaces.action.switch-workspace': "Canvia l'espai de treball",
|
|
2116
2131
|
/** Label for heading that indicates that you can choose your workspace */
|
|
2117
2132
|
'workspaces.choose-your-workspace-label': 'Tria el teu espai de treball',
|
|
2118
2133
|
/** 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
|
})
|