@sanity/locale-ca-es 1.0.1 → 1.0.3

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.
@@ -134,14 +134,12 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
134
134
  "asset-sources.dataset.file.title": "Fitxers de l'espai de treball",
135
135
  "asset-sources.dataset.image.title": "Imatges de l'espai de treball",
136
136
  /** Error messages for the Media Library Asset Source */
137
- "asset-sources.media-library.error.library-could-not-be-resolved": void 0,
138
- // 'Something went wrong trying to resolve the Media Library for this project.'
137
+ "asset-sources.media-library.error.library-could-not-be-resolved": "Alguna cosa ha anat malament intentant resoldre la Biblioteca de Mitjans per a aquest projecte.",
139
138
  /** Menu Items for Media Library Asset Source */
140
139
  "asset-sources.media-library.file.title": "Biblioteca de mitjans",
141
140
  "asset-sources.media-library.image.title": "Biblioteca de mitjans",
142
141
  /** Info messages for the Media Library Asset Source */
143
- "asset-sources.media-library.info.provisioning": void 0,
144
- // 'Please wait while we prepare your Media Library'
142
+ "asset-sources.media-library.info.provisioning": "Espereu mentre preparem la vostra Biblioteca de Mitjans",
145
143
  /** Label when a release has been deleted by a different user */
146
144
  "banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
147
145
  /** Action message for navigating to next month */
@@ -284,8 +282,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
284
282
  /** Loading changes in Review Changes Pane */
285
283
  "changes.loading-changes": "Carregant canvis\u2026",
286
284
  /** Error message shown when the document revision could not be found */
287
- "changes.missing-since-document-error": void 0,
288
- // '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.'
285
+ "changes.missing-since-document-error": "No hem pogut trobar la revisi\xF3 del document amb id: <code>{{revisionId}}</code> que esteu intentant comparar. <Break/> Aix\xF2 probablement es deu a la pol\xEDtica de retenci\xF3 d'historial del vostre pla. <Break/> Si us plau, seleccioneu una entrada <strong>Des de</strong> diferent.",
289
286
  /** No Changes description in the Review Changes pane */
290
287
  "changes.no-changes-description": "Edita el document o selecciona una versi\xF3 anterior en la l\xEDnia de temps per veure una llista de canvis apar\xE8ixer en aquest panell.",
291
288
  /** No Changes title in the Review Changes pane */
@@ -333,11 +330,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
333
330
  /** 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 */
334
331
  "changes.removed-label": "Eliminat",
335
332
  /** Same Revision Selected description in the Review Changes pane */
336
- "changes.same-revision-selected-description": void 0,
337
- // 'You have selected the same <strong>from</strong> and <strong>to</strong> revision, please select different revisions to compare the changes between them.'
333
+ "changes.same-revision-selected-description": "Heu seleccionat la mateixa revisi\xF3 <strong>des de</strong> i <strong>fins a</strong>, si us plau seleccioneu revisions diferents per comparar els canvis entre elles.",
338
334
  /** Same Revision Selected title in the Review Changes pane */
339
- "changes.same-revision-selected-title": void 0,
340
- // 'Same revision selected'
335
+ "changes.same-revision-selected-title": "Seleccionada la mateixa revisi\xF3",
341
336
  /** Title for the Review Changes pane */
342
337
  "changes.title": "Hist\xF2ria",
343
338
  /**The title that will be shown in the badge inside the events when the item is a draft */
@@ -352,8 +347,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
352
347
  /** Default text in shared loader text / spinner lockup */
353
348
  "common.loading": "Carregant",
354
349
  /** The title of the reconnecting toast */
355
- "common.reconnecting.toast.title": void 0,
356
- // 'Trying to connect…'
350
+ "common.reconnecting.toast.title": "Intentant connectar\u2026",
357
351
  /** --- Configuration issues --- */
358
352
  /** Default label text on configuration issues button */
359
353
  "configuration-issues.button.label": "Problemes de configuraci\xF3",
@@ -388,8 +382,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
388
382
  /** Label to show in the document footer indicating the revision from date of the document */
389
383
  "document-status.revision-from": "Revisi\xF3 de <em>{{date}}</em>",
390
384
  /** Label to show in the document footer indicating that the revision was not found */
391
- "document-status.revision-not-found": void 0,
392
- // 'Revision not found'
385
+ "document-status.revision-not-found": "Revisi\xF3 no trobada",
393
386
  /** Label to indicate that a document type was not found */
394
387
  "document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
395
388
  /** The value of the <code>_key</code> property must be a unique string. */
@@ -1029,17 +1022,13 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1029
1022
  /** Unexpected error: `{{error}}` */
1030
1023
  "member-field-error.unexpected-error": "Error inesperat: {{error}}",
1031
1024
  /** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */
1032
- "network-check.slow-protocol-warning.description": void 0,
1033
- // 'Your browser is using an outdated HTTP protocol to communicate with Sanity. This may result in substantially degraded performance.'
1025
+ "network-check.slow-protocol-warning.description": "El vostre navegador est\xE0 utilitzant un protocol HTTP antiquat per comunicar-se amb Sanity. Aix\xF2 pot resultar en un rendiment substancialment degradat.",
1034
1026
  /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1035
- "network-check.slow-protocol-warning.learn-more-button.text": void 0,
1036
- // 'Learn more'
1027
+ "network-check.slow-protocol-warning.learn-more-button.text": "Apreneu m\xE9s",
1037
1028
  /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1038
- "network-check.slow-protocol-warning.snooze-button.text": void 0,
1039
- // 'Don\'t show again for this session'
1029
+ "network-check.slow-protocol-warning.snooze-button.text": "No mostrar de nou en aquesta sessi\xF3",
1040
1030
  /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
1041
- "network-check.slow-protocol-warning.title": void 0,
1042
- // 'You\'ve got your breaks on'
1031
+ "network-check.slow-protocol-warning.title": "Teniu els frens posats",
1043
1032
  /** Button label for "Create new document" button */
1044
1033
  "new-document.button": "Crear",
1045
1034
  /**
@@ -1047,10 +1036,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1047
1036
  * when there are templates/types available for creation
1048
1037
  */
1049
1038
  "new-document.create-new-document-label": "Document nou\u2026",
1050
- /** Tooltip message for add document button when the selected perspective is published */
1051
- "new-document.disabled-published.tooltip": "No podeu crear documents publicats nous",
1052
- /** Tooltip message for add document button when the selected perspective is for inactive release */
1053
- "new-document.disabled-release.tooltip": "No podeu afegir documents a aquesta versi\xF3",
1054
1039
  /** Placeholder for the "filter" input within the new document menu */
1055
1040
  "new-document.filter-placeholder": "Cerca tipus de documents",
1056
1041
  /** Loading indicator text within the new document menu */
@@ -1110,8 +1095,22 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1110
1095
  "release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
1111
1096
  /** Action message for when a new release is created off an existing version, draft or published document */
1112
1097
  "release.action.new-release": "Nova Versi\xF3",
1098
+ "release.action.new-release.limit-reached_other": void 0,
1099
+ // 'This workspace is limited to {{count}} releases'
1113
1100
  /** Tooltip message for not having permissions for creating new releases */
1114
1101
  "release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
1102
+ /** Error message description for when a version is reverted from being unpublished */
1103
+ "release.action.revert-unpublish-version.failure.description": void 0,
1104
+ // 'Please try again or check your connection. The document is still going to be unpublished upon release.'
1105
+ /** Error message title for when a version is reverted from being unpublished */
1106
+ "release.action.revert-unpublish-version.failure.title": void 0,
1107
+ // 'Failed to revert from setting to unpublish on release.'
1108
+ /** Action message description for when a version is reverted from being unpublished */
1109
+ "release.action.revert-unpublish-version.success.description": void 0,
1110
+ // 'You can now edit this version.'
1111
+ /** Action message title for when a version is reverted from being unpublished */
1112
+ "release.action.revert-unpublish-version.success.title": void 0,
1113
+ // 'Successfully reverted from setting to unpublish on release.'
1115
1114
  /** Error message for when a version is set to be unpublished */
1116
1115
  "release.action.unpublish-version.failure": "No s'ha pogut establir la versi\xF3 per ser despublicada en la versi\xF3",
1117
1116
  /** Action message for when a version is set to be unpublished successfully */
@@ -1578,6 +1577,36 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1578
1577
  "sheet-list.select-fields": "Selecciona fins a 5 tipus de camps",
1579
1578
  /** Accessibility label for the navbar status button */
1580
1579
  "status-button.aria-label": "Estat de la configuraci\xF3",
1580
+ /* Time zone handling */
1581
+ "time-zone.action.search-for-timezone-placeholder": void 0,
1582
+ // 'Search for a city or time zone'
1583
+ /* Label for the local time zone button */
1584
+ "time-zone.action.select-local-time-zone": void 0,
1585
+ // 'Select local time zone'
1586
+ /* Dialog info for the time zone dialog */
1587
+ "time-zone.dialog-info.content-releases": void 0,
1588
+ // 'The selected time zone will change how dates are represented in content releases.'
1589
+ /* Dialog info for the time zone dialog */
1590
+ "time-zone.dialog-info.input": void 0,
1591
+ // 'The selected time zone will change how dates are represented only for this input in this document.'
1592
+ /* Dialog info for the time zone dialog */
1593
+ "time-zone.dialog-info.scheduled-publishing": void 0,
1594
+ // 'The selected time zone will change how dates are represented in schedules.'
1595
+ /* Label for the local time zone button */
1596
+ "time-zone.local-time": void 0,
1597
+ // 'local time'
1598
+ /* Label for the time zone button */
1599
+ "time-zone.time-zone": void 0,
1600
+ // 'Time zone'
1601
+ /* Tooltip content for the time zone dialog */
1602
+ "time-zone.time-zone-tooltip-content-releases": void 0,
1603
+ // 'Displaying releases in {{alternativeName}} GMT{{offset}}'
1604
+ /* Tooltip content for the time zone dialog */
1605
+ "time-zone.time-zone-tooltip-input": void 0,
1606
+ // 'Displaying <em>{{title}}</em> in {{alternativeName}} GMT{{offset}}'
1607
+ /* Tooltip content for the time zone dialog */
1608
+ "time-zone.time-zone-tooltip-scheduled-publishing": void 0,
1609
+ // 'Displaying schedules in {{alternativeName}} GMT{{offset}}'
1581
1610
  /** Title for the changes tooltip in the history inspector*/
1582
1611
  "timeline.changes.title": "Canvis per",
1583
1612
  /** Description for error when the timeline for the given document can't be loaded */
@@ -1622,11 +1651,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1622
1651
  /** Label shown in review changes timeline when a document has been deleted, with a timestamp */
1623
1652
  "timeline.operation.deleted_timestamp": "Esborrat: {{timestamp, datetime}}",
1624
1653
  /** Label shown in review changes timeline when a draft document has been created*/
1625
- "timeline.operation.draft-created": void 0,
1626
- // 'Draft created'
1654
+ "timeline.operation.draft-created": "Esborrany creat",
1627
1655
  /** Label shown in review changes timeline when a draft document has been created, with a timestamp */
1628
- "timeline.operation.draft-created_timestamp": void 0,
1629
- // 'Draft created: {{timestamp, datetime}}'
1656
+ "timeline.operation.draft-created_timestamp": "Esborrany creat: {{timestamp, datetime}}",
1630
1657
  /** Label shown in review changes timeline when a draft has been discarded */
1631
1658
  "timeline.operation.draft-discarded": "Esborrany descartat",
1632
1659
  /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
@@ -1639,9 +1666,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1639
1666
  "timeline.operation.edited-live": "Editat en viu",
1640
1667
  /** Label shown in review changes timeline when a document has been edited live, with a timestamp */
1641
1668
  "timeline.operation.edited-live_timestamp": "Editat en viu: {{timestamp, datetime}}",
1642
- /** Label shown in review changes timeline when a document has been created */
1643
- "timeline.operation.history-cleared": void 0,
1644
- // 'Deleted by retention policy'
1669
+ /** Label shown in review changes timeline event when transactions have been deleted by retention policy */
1670
+ "timeline.operation.history-cleared": "Esborrat per la pol\xEDtica de retenci\xF3",
1645
1671
  /** Label shown in review changes timeline when a document was published */
1646
1672
  "timeline.operation.published": "Publicat",
1647
1673
  /** Label shown in review changes timeline when a document was published, with a timestamp */
@@ -1651,17 +1677,13 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1651
1677
  /** Label shown in review changes timeline when a document was unpublished, with a timestamp */
1652
1678
  "timeline.operation.unpublished_timestamp": "Despublicat: {{timestamp, datetime}}",
1653
1679
  /** Label shown in review changes timeline when a document version has been created */
1654
- "timeline.operation.version-created": void 0,
1655
- // 'Version created'
1680
+ "timeline.operation.version-created": "Versi\xF3 creada",
1656
1681
  /** Label shown in review changes timeline when a document version has been created, with a timestamp */
1657
- "timeline.operation.version-created_timestamp": void 0,
1658
- // 'Version created: {{timestamp, datetime}}'
1682
+ "timeline.operation.version-created_timestamp": "Versi\xF3 creada: {{timestamp, datetime}}",
1659
1683
  /** Label shown in review changes timeline when a document version has been discarded */
1660
- "timeline.operation.version-discarded": void 0,
1661
- // 'Version discarded'
1684
+ "timeline.operation.version-discarded": "Versi\xF3 descartada",
1662
1685
  /** Label shown in review changes timeline when a document version has been discarded, with a timestamp */
1663
- "timeline.operation.version-discarded_timestamp": void 0,
1664
- // 'Version discarded: {{timestamp, datetime}}'
1686
+ "timeline.operation.version-discarded_timestamp": "Versi\xF3 descartada: {{timestamp, datetime}}",
1665
1687
  /**
1666
1688
  * Label for determining since which version the changes for timeline menu dropdown are showing.
1667
1689
  * Receives the time label as a parameter (`timestamp`).