@sanity/locale-ca-es 1.0.5 → 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.
@@ -74,6 +74,8 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
74
74
  "action.unpublish.live-edit.disabled": "Aquest document t\xE9 l'edici\xF3 en viu activada i no pot ser despublicat",
75
75
  /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
76
76
  "banners.archived-release.description": "Aquesta versi\xF3 del document pertany a la versi\xF3 arxivada <VersionBadge>{{title}}</VersionBadge>",
77
+ /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */
78
+ "banners.archived-scheduled-draft.description": "Aquest esborrany programat est\xE0 arxivat",
77
79
  /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */
78
80
  "banners.choose-new-document-destination.cannot-create-draft-document": "No es pot crear un document d'esborrany.",
79
81
  /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */
@@ -152,6 +154,8 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
152
154
  "banners.release.waiting.title": "Afegint document a la publicaci\xF3\u2026",
153
155
  /** The text for the revision not found banner */
154
156
  "banners.revision-not-found.description": "No hem pogut trobar la revisi\xF3 del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.",
157
+ /** The text content for the scheduled draft override banner */
158
+ "banners.scheduled-draft-override-banner.text": "Existeix un esborrany programat per a aquest document. Si publiqueu canvis ara, seran sobreescrits quan s'executi la programaci\xF3.",
155
159
  /** The text content for the unpublished document banner when is part of a release */
156
160
  "banners.unpublished-release-banner.text": "Aquest document ser\xE0 despublicat com a part de la publicaci\xF3 <VersionBadge>{{title}}</VersionBadge>",
157
161
  /** The text content for the unpublished document banner letting the user know that the current published version is being shown */
@@ -525,7 +529,9 @@ var sanity = require("sanity"), structure = sanity.removeUndefinedLocaleResource
525
529
  /** The text for the expand action in the timeline item menu */
526
530
  "timeline-item.menu.action-expand": "Expandir",
527
531
  /** The text for the published event menu tooltip when the release is not found */
528
- "timeline-item.not-found-release.tooltip": `No s'ha trobat la publicaci\xF3 amb id "{{releaseId}}"`
532
+ "timeline-item.not-found-release.tooltip": `No s'ha trobat la publicaci\xF3 amb id "{{releaseId}}"`,
533
+ /** The text for the "Inline changes" action, which is used to toggle the visibility of content diffs inside inputs */
534
+ "toggle-inline-changes.menu-item.title": "Canvis en l\xEDnia"
529
535
  });
530
536
  exports.default = structure;
531
537
  //# sourceMappingURL=structure.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': \"Copia l'URL del document\",\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n 'Aquest document encara no existeix o ja ha estat eliminat',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Elimina',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eliminant…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Algunes accions del document estan desactivades per a documents vinculats a Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n \"Estàs segur que vols descartar tots els canvis des de l'última publicació?\",\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Aquest document no té canvis sense publicar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Descarta els canvis',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Aquest document encara no existeix, així que no hi ha res per duplicar',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplica',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicant…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Ja publicat',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Publicat {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operació no preparada',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publica',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publica',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publica',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n \"No es pot publicar ja que l'Edició en Directe està activada per a aquest tipus de document\",\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n \"L'Edició en Directe està activada per a aquest tipus de contingut i la publicació es realitza automàticament a mesura que fas canvis\",\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No hi ha canvis sense publicar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Publicat',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publicant…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Hi ha errors de validació que cal corregir abans que aquest document pugui ser publicat',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Esperant a que les tasques acabin abans de publicar',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Estàs segur que vols restaurar aquest document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'No pots restaurar a la revisió inicial',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revertir a la revisió',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restaurar a aquesta revisió',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Despublicar',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n \"Aquest document té l'edició en viu activada i no pot ser despublicat\",\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n \"No es pot crear un document d'esborrany.\",\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'No es pot crear un document publicat.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Trieu una destinació per a aquest document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'La <VersionBadge>{{title}}</VersionBadge> versió no està activa.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restaurar la revisió més recent',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Aquest document ha estat eliminat.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Aquest tipus de document ha estat obsolet.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Descartar esborrany',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publicar per continuar editant',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n \"El tipus <strong>{{schemaType}}</strong> té <code>liveEdit</code> activat, però existeix una versió esborrany d'aquest document. Publica o descarta l'esborrany per continuar editant-lo en viu.\",\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': \"Compara l'esborrany\",\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': \"Descarta l'esborrany\",\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': \"Publica l'esborrany\",\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n \"L'espai de treball no té esborranys habilitats, però existeix una versió d'esborrany d'aquest document.\",\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'El teu rol <Roles/> no té permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Els teus rols <Roles/> no tenen permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'El teu rol <Roles/> no té permís per editar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Els teus rols <Roles/> no tenen permís per editar aquest document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': \"Sol·licitud d'editor enviada\",\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Demanar per editar',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Estàs veient un document de només lectura que va ser publicat com a part de <VersionBadge>{{title}}</VersionBadge>. No es pot editar',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Recarrega la referència',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n \"Aquesta referència ha canviat des que l'has oberta.\",\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Tanca la referència',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n \"Aquesta referència s'ha eliminat des que l'has oberta.\",\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Afegeix a la publicació',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Obre la publicació per editar',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n \"S'ha produït un error en afegir el document a la publicació: {{message}}\",\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error en afegir el document a la publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'El document només existeix a la',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'publicacions',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicació més.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicacions més',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Aquest document forma part de la publicació <VersionBadge/>',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release':\n 'No està a la publicació <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n \"Espera mentre el document s'afegeix a la publicació. No hauria de trigar més de uns segons.\",\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Afegint document a la publicació…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.\",\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Mostrant la versió <strong>publicada</strong> actual:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nou {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Sense títol',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Obre les accions del document',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Accions del document',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Divideix el panell a la dreta',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Tanca el panell dividit',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Tanca el grup de panells',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edita a Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Aquest document esborrany està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Aquest document en viu està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Aquest document de versió està vinculat a Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Aprèn més',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas et permet crear contingut en un editor de forma lliure que es mapeja automàticament al Studio com a contingut estructurat - mentre escrius.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Creació prioritzant la idea',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n \"Mostrant l'historial per a la versió <strong>{{perspective}}</strong> d'aquest document.\",\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n \"Aquesta vista mostra els canvis que han ocorregut en una versió específica d'aquest document. Seleccioneu una versió diferent per veure els seus canvis\",\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Des de',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Història',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Revisa els canvis',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'A',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" no és un mode de comparació de documents suportat.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'El paràmetre del següent document és invàlid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Incapaç de comparar documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'El paràmetre del document anterior és invàlid.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n \"No hi ha altres versions d'aquest document per comparar.\",\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compara versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Esborrany',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publicat',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compara versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel·la',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Conjunt de dades: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Dataset no disponible',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Datasets no disponibles',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} en un altre dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} en {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': \"Copia l'ID al porta-retalls\",\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID del document',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n \"No s'ha pogut copiar l'ID del document\",\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID del projecte',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Esborra de totes maneres',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Despublica de totes maneres',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Esborra ara',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Despublica ara',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Estàs segur que vols esborrar “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Estàs segur que vols despublicar “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n \"S'ha produït un error en carregar els documents de referència.\",\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reintenta',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Vols esborrar el document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Vols despublicar el document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Buscant documents de referència…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 altra referència no mostrada',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} altres referències no mostrades',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"No podem mostrar les metadades d'aquestes referències a causa d'un token d'accés absent per als datasets relacionats.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Vista prèvia no disponible',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Si esborres aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Si deixes de publicar aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document fa referència a “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents fan referència a “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Potser no podràs esborrar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Potser no podràs deixar de publicar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel·la',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirma',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Contingut',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Sense títol',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': \"Tipus d'esquema desconegut: {{schemaType}}\",\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Tanca',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspeccionant <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Sense valor',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecciona',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Cerca',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Analitzat',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'JSON en brut',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Aquest formulari està ocult',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Sense títol',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Carregant document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Espera mentre el document es sincronitza. Això sol passar just després que el document ha estat publicat, i no hauria de trigar més de uns segons',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sincronitzant document…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Afegir a preferits',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Treure de preferits',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"No podem carregar els canvis d'aquest document, probablement a causa de la política de retenció d'historial del vostre pla, això us mostra com la versió <strong>{{version}}</strong> es compara amb la versió <strong>publicada</strong>.\",\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparant amb la publicada',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Obrir <VersionBadge>esborrany</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Obrir <VersionBadge>{{releaseTitle}}</VersionBadge> alliberament',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Carregant…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Accions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Disposició',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Ordenar',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Vista compacta',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Vista detallada',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Ordenar per Creat',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Ordenar per Última edició',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Aprèn com afegir un tipus de document →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Si us plau, defineix almenys un tipus de document en el teu esquema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No hi ha tipus de documents',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Enrere',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Mostrar menú',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Crear',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Crear nou document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Permisos insuficients',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Sense edicions no publicades',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n \"No s'ha trobat l'esquema per al tipus <Code>{{documentType}}</Code>\",\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publicat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No hi ha edicions sense publicar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nou {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Sense títol',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Tornant a intentar…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline':\n 'La connexió a Internet sembla estar fora de línia.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': \"No s'han pogut obtenir els elements de la llista\",\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Tornant a intentar…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Tornant a intentar… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': \"No hi ha documents d'aquest tipus\",\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': \"No s'han trobat resultats\",\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Intentant connectar…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Cerca a la llista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalls',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': \"S'ha produït un error durant {{context}}\",\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n \"S'ha produït un error en intentar eliminar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n \"S'ha produït un error en intentar despublicar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n \"S'ha realitzat amb èxit {{op}} en el document\",\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n \"L'URL del document s'ha copiat al porta-retalls\",\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n \"<Strong>{{title}}</Strong> s'ha afegit a la publicació\",\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': \"El document s'ha eliminat amb èxit\",\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n \"Tots els canvis des de la darrera publicació s'han descartat. L'esborrany descartat encara es pot recuperar de l'historial\",\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n \"El document s'ha duplicat amb èxit\",\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n \"<Strong>{{title}}</Strong> s'ha publicat\",\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> ha estat restaurat',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n \"<Strong>{{title}}</Strong> ha estat despublicat. S'ha creat un esborrany a partir de l'última revisió publicada.\",\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Sense títol',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Carregant document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n \"El tipus de document no està definit, i no s'ha pogut trobar un document amb l'identificador <Code>{{id}}</Code>.\",\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': \"El document no s'ha trobat\",\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n \"Aquest document té el tipus d'esquema <Code>{{documentType}}</Code>, que no està definit com a tipus en l'esquema local del content studio.\",\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Tipus de document desconegut: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n \"Aquest document no existeix, i no s'ha especificat cap tipus d'esquema per a ell.\",\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Carregant…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Encara carregant…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n \"A l'element d'estructura li falta la propietat <Code>type</Code> requerida.\",\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Tipus de panell desconegut',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n \"L'element d'estructura de tipus <Code>{{type}}</Code> no és una entitat coneguda.\",\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Obrir vista prèvia',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Enviar sol·licitud',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'La teva sol·licitud serà enviada als administradors del projecte. Si vols, també pots incloure una nota',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': \"Demanar accés d'edició\",\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Si vols, pots afegir una nota',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Afegir nota...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'La teva sol·licitud per accedir a aquest projecte ha estat rebutjada.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Has arribat al límit de sol·licituds de rol en tots els projectes. Si us plau, espera abans de presentar més sol·licituds o contacta amb un administrador per obtenir ajuda.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Desat',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Desant...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Última publicació {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Darrera publicació <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Darrera actualització {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Darrera actualització <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Revisar canvis',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Desat!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Desant...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Canvis desats',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Revisar canvis',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Veure documentació',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': \"S'ha trobat un error en llegir l'estructura\",\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Recarregar',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': \"Camí de l'estructura\",\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': \"Obrir menú d'accions\",\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Accions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Col·lapsar',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expandir',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'No s\\'ha trobat la publicació amb id \"{{releaseId}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
1
+ {"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': \"Copia l'URL del document\",\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete':\n 'Aquest document encara no existeix o ja ha estat eliminat',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Elimina',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Eliminant…',\n /** Tooltip when action is disabled because the document is linked to Canvas */\n 'action.disabled-by-canvas.tooltip':\n 'Algunes accions del document estan desactivades per a documents vinculats a Canvas',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n \"Estàs segur que vols descartar tots els canvis des de l'última publicació?\",\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change': 'Aquest document no té canvis sense publicar',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Descarta els canvis',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operació no preparada',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Aquest document encara no existeix, així que no hi ha res per duplicar',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Duplica',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Duplicant…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Ja publicat',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Publicat {{timeSincePublished}}',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operació no preparada',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publica',\n /** Label for the \"Publish\" document action */\n 'action.publish.label': 'Publica',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publica',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n \"No es pot publicar ja que l'Edició en Directe està activada per a aquest tipus de document\",\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n \"L'Edició en Directe està activada per a aquest tipus de contingut i la publicació es realitza automàticament a mesura que fas canvis\",\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'No hi ha canvis sense publicar',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Publicat',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publicant…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Hi ha errors de validació que cal corregir abans que aquest document pugui ser publicat',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Esperant a que les tasques acabin abans de publicar',\n /** Message prompting the user to confirm that they want to restore to an earlier revision*/\n 'action.restore.confirm.message': 'Estàs segur que vols restaurar aquest document?',\n /** Fallback tooltip for when user is looking at the initial revision */\n 'action.restore.disabled.cannot-restore-initial': 'No pots restaurar a la revisió inicial',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Revertir a la revisió',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Restaurar a aquesta revisió',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Aquest document no està publicat',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operació no preparada',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Despublicar',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n \"Aquest document té l'edició en viu activada i no pot ser despublicat\",\n\n /** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */\n 'banners.archived-release.description':\n 'Aquesta versió del document pertany a la versió arxivada <VersionBadge>{{title}}</VersionBadge>',\n /** Description for the archived scheduled draft banner, rendered when viewing the history of a cardinality one release document */\n 'banners.archived-scheduled-draft.description': 'Aquest esborrany programat està arxivat',\n /** The explanation displayed when a user attempts to create a new draft document, but the draft model is not switched on */\n 'banners.choose-new-document-destination.cannot-create-draft-document':\n \"No es pot crear un document d'esborrany.\",\n /** The explanation displayed when a user attempts to create a new published document, but the schema type doesn't support live-editing */\n 'banners.choose-new-document-destination.cannot-create-published-document':\n 'No es pot crear un document publicat.',\n /** The prompt displayed when a user must select a different perspective in order to create a document */\n 'banners.choose-new-document-destination.choose-destination':\n 'Trieu una destinació per a aquest document:',\n /** The explanation displayed when a user attempts to create a new document in a release, but the selected release is inactive */\n 'banners.choose-new-document-destination.release-inactive':\n 'La <VersionBadge>{{title}}</VersionBadge> versió no està activa.',\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Restaurar la revisió més recent',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Aquest document ha estat eliminat.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Aquest tipus de document ha estat obsolet.',\n /** The text for publish action for discarding the version */\n 'banners.live-edit-draft-banner.discard.tooltip': 'Descartar esborrany',\n /** The text for publish action for the draft banner */\n 'banners.live-edit-draft-banner.publish.tooltip': 'Publicar per continuar editant',\n /** The text content for the live edit document when it's a draft */\n 'banners.live-edit-draft-banner.text':\n \"El tipus <strong>{{schemaType}}</strong> té <code>liveEdit</code> activat, però existeix una versió esborrany d'aquest document. Publica o descarta l'esborrany per continuar editant-lo en viu.\",\n /** The label for the \"compare draft\" action */\n 'banners.obsolete-draft.actions.compare-draft.text': \"Compara l'esborrany\",\n /** The label for the \"discard draft\" action */\n 'banners.obsolete-draft.actions.discard-draft.text': \"Descarta l'esborrany\",\n /** The label for the \"publish draft\" action */\n 'banners.obsolete-draft.actions.publish-draft.text': \"Publica l'esborrany\",\n /** The warning displayed when editing a document that has an obsolete draft because the draft model is not switched on */\n 'banners.obsolete-draft.draft-model-inactive.text':\n \"L'espai de treball no té esborranys habilitats, però existeix una versió d'esborrany d'aquest document.\",\n /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'El teu rol <Roles/> no té permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow publishing this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Els teus rols <Roles/> no tenen permís per publicar aquest document.',\n /** The text for the permission check banner if the user only has one role, and it does not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'El teu rol <Roles/> no té permís per editar aquest document.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow editing this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Els teus rols <Roles/> no tenen permís per editar aquest document.',\n /** The pending text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.sent': \"Sol·licitud d'editor enviada\",\n /** The text for the request permission button that appears for viewer roles */\n 'banners.permission-check-banner.request-permission-button.text': 'Demanar per editar',\n /** Description for the archived release banner, rendered when viewing the history of a version document from the published view */\n 'banners.published-release.description':\n 'Estàs veient un document de només lectura que va ser publicat com a part de <VersionBadge>{{title}}</VersionBadge>. No es pot editar',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Recarrega la referència',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n \"Aquesta referència ha canviat des que l'has oberta.\",\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Tanca la referència',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n \"Aquesta referència s'ha eliminat des que l'has oberta.\",\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.add-to-release': 'Afegeix a la publicació',\n /** The text that appears for the action button to add the current document to the global release */\n 'banners.release.action.open-to-edit': 'Obre la publicació per editar',\n /** Toast description in case an error occurs when adding a document to a release */\n 'banners.release.error.description':\n \"S'ha produït un error en afegir el document a la publicació: {{message}}\",\n /** Toast title in case an error occurs when adding a document to a release */\n 'banners.release.error.title': 'Error en afegir el document a la publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description': 'El document només existeix a la',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_one': 'publicació',\n /** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-end_other': 'publicacions',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_one':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicació més.',\n /** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */\n 'banners.release.navigate-to-edit-description-multiple_other':\n 'Aquest document forma part de la publicació <VersionBadge/> i {{count}} publicacions més',\n /** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */\n 'banners.release.navigate-to-edit-description-single':\n 'Aquest document forma part de la publicació <VersionBadge/>',\n /** The text for the banner that appears when a document is not in the current global release */\n 'banners.release.not-in-release':\n 'No està a la publicació <VersionBadge>{{title}}</VersionBadge>.',\n /** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.description':\n \"Espera mentre el document s'afegeix a la publicació. No hauria de trigar més de uns segons.\",\n /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */\n 'banners.release.waiting.title': 'Afegint document a la publicació…',\n /** The text for the revision not found banner */\n 'banners.revision-not-found.description':\n \"No hem pogut trobar la revisió del document seleccionada, si us plau seleccioneu una altra entrada de la llista d'historial.\",\n /** The text content for the scheduled draft override banner */\n 'banners.scheduled-draft-override-banner.text':\n \"Existeix un esborrany programat per a aquest document. Si publiqueu canvis ara, seran sobreescrits quan s'executi la programació.\",\n /** The text content for the unpublished document banner when is part of a release */\n 'banners.unpublished-release-banner.text':\n 'Aquest document serà despublicat com a part de la publicació <VersionBadge>{{title}}</VersionBadge>',\n /** The text content for the unpublished document banner letting the user know that the current published version is being shown */\n 'banners.unpublished-release-banner.text-with-published':\n 'Mostrant la versió <strong>publicada</strong> actual:',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nou {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Sense títol',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Obre les accions del document',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Accions del document',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Divideix el panell a la dreta',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Divideix el panell a la dreta',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Tanca el panell dividit',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Tanca el grup de panells',\n\n /** The text for the canvas linked banner action button */\n 'canvas.banner.edit-in-canvas-action': 'Edita a Canvas',\n /** The text for the canvas linked banner when the document is a draft */\n 'canvas.banner.linked-text.draft': 'Aquest document esborrany està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a live document */\n 'canvas.banner.linked-text.published': 'Aquest document en viu està vinculat a Canvas',\n /** The text for the canvas linked banner when the document is a version document */\n 'canvas.banner.linked-text.version': 'Aquest document de versió està vinculat a Canvas',\n /** The text for the canvas linked banner popover button */\n 'canvas.banner.popover-button-text': 'Aprèn més',\n /** The description for the canvas linked banner popover */\n 'canvas.banner.popover-description':\n 'Canvas et permet crear contingut en un editor de forma lliure que es mapeja automàticament al Studio com a contingut estructurat - mentre escrius.',\n /** The heading for the canvas linked banner popover */\n 'canvas.banner.popover-heading': 'Creació prioritzant la idea',\n\n /** The description for the changes banner */\n 'changes.banner.description':\n \"Mostrant l'historial per a la versió <strong>{{perspective}}</strong> d'aquest document.\",\n /** The tooltip for the changes banner */\n 'changes.banner.tooltip':\n \"Aquesta vista mostra els canvis que han ocorregut en una versió específica d'aquest document. Seleccioneu una versió diferent per veure els seus canvis\",\n /** The label used in the changes inspector for the from selector */\n 'changes.from.label': 'Des de',\n /* The label for the history tab in the changes inspector*/\n 'changes.tab.history': 'Història',\n /* The label for the review tab in the changes inspector*/\n 'changes.tab.review-changes': 'Revisa els canvis',\n /** The label used in the changes inspector for the to selector */\n 'changes.to.label': 'A',\n\n /** The error message shown when the specified document comparison mode is not supported */\n 'compare-version.error.invalidModeParam':\n '\"{{input}}\" no és un mode de comparació de documents suportat.',\n /** The error message shown when the next document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidNextDocumentParam': 'El paràmetre del següent document és invàlid.',\n /** The error message shown when the document comparison URL could not be parsed */\n 'compare-version.error.invalidParams.title': 'Incapaç de comparar documents',\n /** The error message shown when the previous document for comparison could not be extracted from the URL */\n 'compare-version.error.invalidPreviousDocumentParam':\n 'El paràmetre del document anterior és invàlid.',\n\n /** The text for the tooltip when the \"Compare versions\" action for a document is disabled */\n 'compare-versions.menu-item.disabled-reason':\n \"No hi ha altres versions d'aquest document per comparar.\",\n /** The text for the \"Compare versions\" action for a document */\n 'compare-versions.menu-item.title': 'Compara versions',\n /** The string used to label draft documents */\n 'compare-versions.status.draft': 'Esborrany',\n /** The string used to label published documents */\n 'compare-versions.status.published': 'Publicat',\n /** The title used when comparing versions of a document */\n 'compare-versions.title': 'Compara versions',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Cancel·la',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documents',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Conjunt de dades: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Dataset no disponible',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Datasets no disponibles',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} en un altre dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} en {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': \"Copia l'ID al porta-retalls\",\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'ID del document',\n /** The toast title when the copy button has been clicked but copying failed */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':\n \"No s'ha pogut copiar l'ID del document\",\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'ID del projecte',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Esborra de totes maneres',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Despublica de totes maneres',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Esborra ara',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Despublica ara',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Estàs segur que vols esborrar “<DocumentTitle/>”?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Estàs segur que vols despublicar “<DocumentTitle/>”?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n \"S'ha produït un error en carregar els documents de referència.\",\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Reintenta',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Error',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Vols esborrar el document?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Vols despublicar el document?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Buscant documents de referència…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 altra referència no mostrada',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} altres referències no mostrades',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n \"No podem mostrar les metadades d'aquestes referències a causa d'un token d'accés absent per als datasets relacionats.\",\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Vista prèvia no disponible',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Si esborres aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Si deixes de publicar aquest document, els documents que hi fan referència ja no podran accedir-hi.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document fa referència a “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documents fan referència a “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Potser no podràs esborrar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Potser no podràs deixar de publicar “<DocumentTitle/>” perquè els següents documents hi fan referència:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Cancel·la',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Confirma',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Contingut',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Error: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Sense títol',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': \"Tipus d'esquema desconegut: {{schemaType}}\",\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Tanca',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspeccionant <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Sense valor',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecciona',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Cerca',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Analitzat',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'JSON en brut',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Aquest formulari està ocult',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Sense títol',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Carregant document…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Espera mentre el document es sincronitza. Això sol passar just després que el document ha estat publicat, i no hauria de trigar més de uns segons',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Sincronitzant document…',\n\n /** The description for the document favorite action */\n 'document.favorites.add-to-favorites': 'Afegir a preferits',\n /** The description for the document unfavorite action */\n 'document.favorites.remove-from-favorites': 'Treure de preferits',\n\n /** The description for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.description':\n \"No podem carregar els canvis d'aquest document, probablement a causa de la política de retenció d'historial del vostre pla, això us mostra com la versió <strong>{{version}}</strong> es compara amb la versió <strong>publicada</strong>.\",\n /** The title for the events inspector when we can't load the document so we default to compare with published */\n 'events.compare-with-published.title': 'Comparant amb la publicada',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */\n 'events.inspect.release': 'Inspeccionar <VersionBadge>{{releaseTitle}}</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/\n 'events.open.draft': 'Obrir <VersionBadge>esborrany</VersionBadge> document',\n /**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/\n 'events.open.release': 'Obrir <VersionBadge>{{releaseTitle}}</VersionBadge> alliberament',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Carregant…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Accions',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Disposició',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Ordenar',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Vista compacta',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Vista detallada',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Ordenar per Creat',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Ordenar per Última edició',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Aprèn com afegir un tipus de document →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Si us plau, defineix almenys un tipus de document en el teu esquema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'No hi ha tipus de documents',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Enrere',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Mostrar menú',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Crear',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Crear nou document',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Permisos insuficients',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Editat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Sense edicions no publicades',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n \"No s'ha trobat l'esquema per al tipus <Code>{{documentType}}</Code>\",\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Publicat <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'No hi ha edicions sense publicar',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Error: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nou {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Sense títol',\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.retrying': 'Tornant a intentar…',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text.dev': 'Error: <Code>{{error}}</Code>',\n /** The error text on the document list pane if the browser appears to be offlline */\n 'panes.document-list-pane.error.text.offline':\n 'La connexió a Internet sembla estar fora de línia.',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': \"No s'han pogut obtenir els elements de la llista\",\n /** The help text saying that we'll retry fetching the document list */\n 'panes.document-list-pane.error.will-retry-automatically_one': 'Tornant a intentar…',\n 'panes.document-list-pane.error.will-retry-automatically_other':\n 'Tornant a intentar… (#{{count}}).',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Mostrant un màxim de {{limit}} documents',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': \"No hi ha documents d'aquest tipus\",\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': \"No s'han trobat resultats\",\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'No hi ha documents coincidents',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.reconnecting': 'Intentant connectar…',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Cerca a la llista',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Cerca a la llista',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Detalls',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error': \"S'ha produït un error durant {{context}}\",\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n \"S'ha produït un error en intentar eliminar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n \"S'ha produït un error en intentar despublicar aquest document. Això normalment significa que hi ha altres documents que el referencien.\",\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n \"S'ha realitzat amb èxit {{op}} en el document\",\n /** The text when copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n \"L'URL del document s'ha copiat al porta-retalls\",\n /** */\n 'panes.document-operation-results.operation-success_createVersion':\n \"<Strong>{{title}}</Strong> s'ha afegit a la publicació\",\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete': \"El document s'ha eliminat amb èxit\",\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n \"Tots els canvis des de la darrera publicació s'han descartat. L'esborrany descartat encara es pot recuperar de l'historial\",\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate':\n \"El document s'ha duplicat amb èxit\",\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish':\n \"<Strong>{{title}}</Strong> s'ha publicat\",\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> ha estat restaurat',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n \"<Strong>{{title}}</Strong> ha estat despublicat. S'ha creat un esborrany a partir de l'última revisió publicada.\",\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Sense títol',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Carregant document…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n \"El tipus de document no està definit, i no s'ha pogut trobar un document amb l'identificador <Code>{{id}}</Code>.\",\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': \"El document no s'ha trobat\",\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n \"Aquest document té el tipus d'esquema <Code>{{documentType}}</Code>, que no està definit com a tipus en l'esquema local del content studio.\",\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Tipus de document desconegut: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n \"Aquest document no existeix, i no s'ha especificat cap tipus d'esquema per a ell.\",\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Carregant…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Encara carregant…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n \"A l'element d'estructura li falta la propietat <Code>type</Code> requerida.\",\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Tipus de panell desconegut',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n \"L'element d'estructura de tipus <Code>{{type}}</Code> no és una entitat coneguda.\",\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Obrir vista prèvia',\n\n /** The text for the confirm button in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.confirm-button.text': 'Enviar sol·licitud',\n /** The description text for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.description.text':\n 'La teva sol·licitud serà enviada als administradors del projecte. Si vols, també pots incloure una nota',\n /** The header/title for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.header.text': \"Demanar accés d'edició\",\n /** The text describing the note input for the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.description.text': 'Si vols, pots afegir una nota',\n /** The placeholder for the note input in the request permission dialog used in the permissions banner */\n 'request-permission-dialog.note-input.placeholder.text': 'Afegir nota...',\n /** The error/warning text in the request permission dialog when the user's request has been declined */\n 'request-permission-dialog.warning.denied.text':\n 'La teva sol·licitud per accedir a aquest projecte ha estat rebutjada.',\n /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */\n 'request-permission-dialog.warning.limit-reached.text':\n 'Has arribat al límit de sol·licituds de rol en tots els projectes. Si us plau, espera abans de presentar més sol·licituds o contacta amb un administrador per obtenir ajuda.',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Desat',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Desant...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Última publicació {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Darrera publicació <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Darrera actualització {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip':\n 'Darrera actualització <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Revisar canvis',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Desat!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Desant...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Canvis desats',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Revisar canvis',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Veure documentació',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Error',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': \"S'ha trobat un error en llegir l'estructura\",\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Recarregar',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': \"Camí de l'estructura\",\n\n /** The aria label for the menu button in the timeline item */\n 'timeline-item.menu-button.aria-label': \"Obrir menú d'accions\",\n /** The text for the tooltip in menu button the timeline item */\n 'timeline-item.menu-button.tooltip': 'Accions',\n /** The text for the collapse action in the timeline item menu */\n 'timeline-item.menu.action-collapse': 'Col·lapsar',\n /** The text for the expand action in the timeline item menu */\n 'timeline-item.menu.action-expand': 'Expandir',\n /** The text for the published event menu tooltip when the release is not found */\n 'timeline-item.not-found-release.tooltip': 'No s\\'ha trobat la publicació amb id \"{{releaseId}}\"',\n\n /** The text for the \"Inline changes\" action, which is used to toggle the visibility of content diffs inside inputs */\n 'toggle-inline-changes.menu-item.title': 'Canvis en línia',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
@@ -1,5 +1,11 @@
1
1
  "use strict";
2
2
  var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
3
+ /** "Configuration issue" header */
4
+ "about-dialog.configuration-issue.header": "S'ha detectat un problema de configuraci\xF3",
5
+ /** Message shown if sanity.cli.ts is missing deployment.appId */
6
+ "about-dialog.configuration-issue.missing-appid": "Les actualitzacions autom\xE0tiques estan habilitades, per\xF2 no s'ha configurat cap <code>deployment.appId</code> a <code>sanity.cli.ts</code>. Aquest Studio s'est\xE0 actualitzant contra el canal <strong>latest</strong>.",
7
+ /** "View documentation" link for auto-updating studios */
8
+ "about-dialog.configuration-issue.missing-appid.view-documentation": "Veure la documentaci\xF3",
3
9
  /** "Disabled" status for auto-updates in About-dialog */
4
10
  "about-dialog.version-info.auto-updates.disabled": "Desactivat",
5
11
  /** "Enabled" status for auto-updates in About-dialog */
@@ -9,8 +15,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
9
15
  /** "How to enable" next to Disabled state for Auto updates in version info dialog */
10
16
  "about-dialog.version-info.auto-updates.how-to-enable": "Com activar",
11
17
  /** "Manage version" link text */
12
- "about-dialog.version-info.auto-updates.manage-version": void 0,
13
- // 'Manage version'
18
+ "about-dialog.version-info.auto-updates.manage-version": "Gestionar la versi\xF3",
14
19
  /** Text displayed on the "Copy to clipboard"-button after clicked */
15
20
  "about-dialog.version-info.copy-to-clipboard-button.copied-text": "Copiat al porta-retalls. Feli\xE7 enganxada!",
16
21
  /** "Copy to Clipboard" button text for copying version details from About-dialog */
@@ -22,40 +27,32 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
22
27
  /** "Latest version" header in version info dialog */
23
28
  "about-dialog.version-info.latest-version.header": "\xDAltima versi\xF3",
24
29
  /** Info text when auto updates is enabled and a new version is available */
25
- "about-dialog.version-info.new-auto-update-version-available": void 0,
26
- // 'New version available'
30
+ "about-dialog.version-info.new-auto-update-version-available": "Nova versi\xF3 disponible",
27
31
  /** "New version" header in version info dialog - Note that this is not necessary a *higher* version compared to current:
28
32
  * It's a new version configured for auto updates which in some cases could even be a version below current */
29
- "about-dialog.version-info.new-version.text": void 0,
30
- // 'New version'
33
+ "about-dialog.version-info.new-version.text": "Nova versi\xF3",
31
34
  /** "Reload"-button when auto updates is enabled and a new version is available */
32
- "about-dialog.version-info.reload": void 0,
33
- // 'Reload'
35
+ "about-dialog.version-info.reload": "Recarregar",
34
36
  /** "Reload to update"-tooltip when auto updates is enabled and a new version is available */
35
- "about-dialog.version-info.reload-to-update": void 0,
36
- // 'Reload Studio to update'
37
+ "about-dialog.version-info.reload-to-update": "Recarrega l'Studio per actualitzar",
38
+ /** "Development" tooltip in About-dialog */
39
+ "about-dialog.version-info.tooltip.development": "Desenvolupament",
37
40
  /** "New version available" tooltip in About-dialog */
38
- "about-dialog.version-info.tooltip.new-version-available": void 0,
39
- // 'New version available'
41
+ "about-dialog.version-info.tooltip.new-version-available": "Nova versi\xF3 disponible",
40
42
  /** "Prerelease" tooltip in About-dialog */
41
- "about-dialog.version-info.tooltip.prerelease": void 0,
42
- // 'Prerelease'
43
+ "about-dialog.version-info.tooltip.prerelease": "Prellan\xE7ament",
43
44
  /** "Up to date" tooltip in About-dialog */
44
- "about-dialog.version-info.tooltip.up-to-date": void 0,
45
- // 'Up to date'
45
+ "about-dialog.version-info.tooltip.up-to-date": "Actualitzat",
46
46
  /** @deprecated "Up to date" status in About-dialog */
47
47
  "about-dialog.version-info.up-to-date": "Actualitzat",
48
48
  /** "Upgrade"-button text */
49
- "about-dialog.version-info.update-button.text": void 0,
50
- // 'Update'
49
+ "about-dialog.version-info.update-button.text": "Actualitzar",
51
50
  /** "Upgrade"-button tooltip text */
52
- "about-dialog.version-info.update-button.tooltip": void 0,
53
- // 'Learn how to update Sanity Studio'
51
+ "about-dialog.version-info.update-button.tooltip": "Apr\xE8n com actualitzar Sanity Studio",
54
52
  /** "User agent" header in About-dialog */
55
53
  "about-dialog.version-info.user-agent.header": "Agent d'usuari",
56
54
  /** "View on GitHub" link from version info dialog */
57
- "about-dialog.version-info.view-on-github": void 0,
58
- // 'View on GitHub'
55
+ "about-dialog.version-info.view-on-github": "Veure a GitHub",
59
56
  /** The text used in the tooltip shown in the dialog close button */
60
57
  "announcement.dialog.close": "Tancar",
61
58
  /** Aria label to be used in the dialog close button */
@@ -115,13 +112,19 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
115
112
  "asset-source.dialog.default-title_file": "Selecciona l'arxiu",
116
113
  /** Select asset dialog title for images */
117
114
  "asset-source.dialog.default-title_image": "Selecciona la imatge",
115
+ /** Select asset dialog title for videos */
116
+ "asset-source.dialog.default-title_video": "Selecciona v\xEDdeo",
118
117
  /** Insert asset error */
119
118
  "asset-source.dialog.insert-asset-error": "Error en inserir l'actiu. Consulta la consola per a m\xE9s informaci\xF3.",
120
119
  /** Select asset dialog load more items */
121
120
  "asset-source.dialog.load-more": "Carrega m\xE9s",
122
- /** Text shown when selecting a file but there's no files to select from */
121
+ /** Text shown when selecting a file but there's no files to select from
122
+ * @deprecated no longer in use
123
+ */
123
124
  "asset-source.dialog.no-assets_file": "No hi ha arxius",
124
- /** Text shown when selecting an image but there's no images to select from */
125
+ /** Text shown when selecting an image but there's no images to select from
126
+ * @deprecated no longer in use
127
+ */
125
128
  "asset-source.dialog.no-assets_image": "No hi ha imatges",
126
129
  "asset-source.file.asset-list.action.delete.disabled-cannot-delete-current-file": "No es pot esborrar l'arxiu seleccionat actualment",
127
130
  "asset-source.file.asset-list.action.delete.text": "Esborra",
@@ -173,8 +176,12 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
173
176
  "asset-sources.media-library.file.title": "Biblioteca de mitjans",
174
177
  "asset-sources.media-library.image.title": "Biblioteca de mitjans",
175
178
  /** Info messages for the Media Library Asset Source */
176
- "asset-sources.media-library.select-dialog.title": void 0,
177
- // 'Selecting {{assetType}} for {{targetTitle}}'
179
+ "asset-sources.media-library.select-dialog.title_file": "Seleccionant fitxer per a {{targetTitle}}",
180
+ "asset-sources.media-library.select-dialog.title_image": "Seleccionant imatge per a {{targetTitle}}",
181
+ "asset-sources.media-library.select-dialog.title_video": "Seleccionant v\xEDdeo per a {{targetTitle}}",
182
+ /** Warning message shown when uploading already existing files to the Media Library Asset Source */
183
+ "asset-sources.media-library.warning.file-already-exist.description": "Utilitzant el fitxer existent trobat a la biblioteca.",
184
+ "asset-sources.media-library.warning.file-already-exist.title": "El fitxer: '{{filename}}' ja existeix",
178
185
  /** Label when a release has been deleted by a different user */
179
186
  "banners.deleted-bundle-banner.text": "La publicaci\xF3 '<strong>{{title}}</strong>' ha estat eliminada.",
180
187
  /** Action message for navigating to next month */
@@ -420,6 +427,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
420
427
  "document-status.revision-not-found": "Revisi\xF3 no trobada",
421
428
  /** Label to indicate that a document type was not found */
422
429
  "document.type.not-found": `No s'ha trobat el tipus de document "{{type}}"`,
430
+ /** Error message shown when an action cannot be performed */
431
+ "errors.unable-to-perform-action": "No es pot realitzar aquesta acci\xF3",
423
432
  /** The value of the <code>_key</code> property must be a unique string. */
424
433
  "form.error.duplicate-keys-alert.details.additional-description": "El valor de la propietat <code>_key</code> ha de ser una cadena \xFAnica.",
425
434
  /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
@@ -507,8 +516,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
507
516
  /** Information for what the latest sanity version is */
508
517
  "help-resources.latest-sanity-version": "La versi\xF3 m\xE9s recent \xE9s {{latestVersion}}",
509
518
  /** Menu item for reloading Studio to update */
510
- "help-resources.studio-auto-update-now": void 0,
511
- // 'Reload to update to v{{newVersion}}'
519
+ "help-resources.studio-auto-update-now": "Recarrega per actualitzar a la v{{newVersion}}",
512
520
  /** Information for what studio version the current studio is running */
513
521
  "help-resources.studio-version": "Versi\xF3 de Sanity Studio {{studioVersion}}",
514
522
  /** Title for help and resources menus */
@@ -1121,21 +1129,31 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1121
1129
  "release.action.add-to-new-release": "Afegir a la versi\xF3",
1122
1130
  /** Action message to add document to release */
1123
1131
  "release.action.add-to-release": "Afegir a {{title}}",
1132
+ /** Tooltip message for document that is already added to release */
1133
+ "release.action.already-exists-in-release": "El document ja existeix en la versi\xF3",
1124
1134
  /** Action message for when document is already in release */
1125
1135
  "release.action.already-in-release": "Ja en la versi\xF3 {{title}}",
1126
1136
  /** Action message for when you click to view all versions you can copy the current document to */
1127
1137
  "release.action.copy-to": "Copiar la versi\xF3 a",
1128
1138
  /** Action message for creating new releases */
1129
1139
  "release.action.create-new": "Nova versi\xF3",
1140
+ /** Description for toast when version creation failed */
1141
+ "release.action.create-version.failure": "Ha fallat la creaci\xF3 de la versi\xF3",
1142
+ /** Action message for deleting a scheduled publish */
1143
+ "release.action.delete-schedule": "Elimina el calendari",
1130
1144
  /** Action message for when document is already in release */
1131
1145
  "release.action.discard-version": "Descartar versi\xF3",
1132
1146
  /** Description for toast when version discarding failed */
1133
1147
  "release.action.discard-version.failure": "No s'ha pogut descartar la versi\xF3",
1148
+ /** Action message for editing the schedule of a scheduled publish */
1149
+ "release.action.edit-schedule": "Edita el calendari",
1134
1150
  /** Action message for when a new release is created off an existing version, draft or published document */
1135
1151
  "release.action.new-release": "Nova Versi\xF3",
1136
1152
  "release.action.new-release.limit-reached_other": "Aquest espai de treball est\xE0 limitat a {{count}} llan\xE7aments",
1137
1153
  /** Tooltip message for not having permissions for creating new releases */
1138
1154
  "release.action.permission.error": "No tens perm\xEDs per realitzar aquesta acci\xF3",
1155
+ /** Action message for running a scheduled draft immediately */
1156
+ "release.action.publish-now": "Publica ara",
1139
1157
  /** Error message description for when a version is reverted from being unpublished */
1140
1158
  "release.action.revert-unpublish-version.failure.description": "Torneu-ho a intentar o comproveu la vostra connexi\xF3. El document encara es mantindr\xE0 sense publicar en el moment del llan\xE7ament.",
1141
1159
  /** Error message title for when a version is reverted from being unpublished */
@@ -1150,6 +1168,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1150
1168
  "release.action.unpublish-version.success": "S'ha establert correctament <strong>{{title}}</strong> per ser despublicada en la versi\xF3",
1151
1169
  /** Action message for when the view release is pressed */
1152
1170
  "release.action.view-release": "Veure la versi\xF3",
1171
+ /** Action message for when the view scheduled drafts is pressed */
1172
+ "release.action.view-scheduled-drafts": "Veure esborranys programats",
1153
1173
  /** Label for banner when release is scheduled */
1154
1174
  "release.banner.scheduled-for-publishing-on": "Programat per ser publicat el {{date}}",
1155
1175
  /** Label for Draft chip in document header */
@@ -1186,6 +1206,24 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1186
1206
  "release.dialog.create.confirm": "Crear versi\xF3",
1187
1207
  /** Title for creating releases dialog */
1188
1208
  "release.dialog.create.title": "Nova versi\xF3",
1209
+ /** Body text for the dialog confirming deletion of a scheduled draft */
1210
+ "release.dialog.delete-schedule-draft.body": "Est\xE0s segur que vols eliminar aquest esborrany programat? Aquesta acci\xF3 no es pot desfer.",
1211
+ /** Confirm button text for deleting a scheduled draft */
1212
+ "release.dialog.delete-schedule-draft.confirm": "S\xED, elimina el calendari",
1213
+ /** Header for the dialog confirming deletion of a scheduled draft */
1214
+ "release.dialog.delete-schedule-draft.header": "Elimina l'esborrany programat",
1215
+ /** Body text for change schedule dialog */
1216
+ "release.dialog.edit-schedule.body": "Selecciona una nova data i hora per a la publicaci\xF3 programada.",
1217
+ /** Confirm button text for change schedule dialog */
1218
+ "release.dialog.edit-schedule.confirm": "Actualitza el calendari",
1219
+ /** Header for change schedule dialog */
1220
+ "release.dialog.edit-schedule.header": "Canvia el calendari",
1221
+ /** Body text for the dialog confirming running a scheduled draft immediately */
1222
+ "release.dialog.publish-scheduled-draft.body": "Est\xE0s segur que vols publicar aquest esborrany programat immediatament?",
1223
+ /** Confirm button text for running a scheduled draft immediately */
1224
+ "release.dialog.publish-scheduled-draft.confirm": "S\xED, executa ara",
1225
+ /** Header for the dialog confirming running a scheduled draft immediately */
1226
+ "release.dialog.publish-scheduled-draft.header": "Publica l'esborrany ara",
1189
1227
  /** Label for description in tooltip to explain release types */
1190
1228
  "release.dialog.tooltip.description": "El temps previst de llan\xE7ament s'utilitza per crear millors previsualitzacions i indicacions sobre si els documents entren en conflicte.",
1191
1229
  /** Label for noting that a release time is not final */
@@ -1196,6 +1234,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1196
1234
  "release.form.placeholder-describe-release": "Descriu la versi\xF3\u2026",
1197
1235
  /** Tooltip for button to hide release visibility */
1198
1236
  "release.layer.hide": "Amagar versi\xF3",
1237
+ /** Label for the release menu */
1238
+ "release.menu.label": "Men\xFA de publicaci\xF3",
1239
+ /** Tooltip for the release menu */
1240
+ "release.menu.tooltip": "Accions",
1199
1241
  /** Label for draft perspective in navbar */
1200
1242
  "release.navbar.drafts": "Esborranys",
1201
1243
  /** Label for published releases in navbar */
@@ -1204,18 +1246,34 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1204
1246
  "release.navbar.tooltip": "Versions",
1205
1247
  /** The placeholder text when the release doesn't have a title */
1206
1248
  "release.placeholder-untitled-release": "Versi\xF3 sense t\xEDtol",
1249
+ /** Description for warning that the published schedule time is in the past */
1250
+ "release.schedule-dialog.publish-date-in-past-warning": "Programa per a un temps i data futurs.",
1251
+ /** Label for date picker when scheduling a release */
1252
+ "release.schedule-dialog.select-publish-date-label": "Publica el",
1207
1253
  /** The toast description that will be shown when the user has a release perspective which is now archived */
1208
1254
  "release.toast.archived-release.description": "Aquesta versi\xF3 ha estat desancorada",
1209
1255
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1210
1256
  "release.toast.archived-release.title": "La versi\xF3 '{{title}}' ha estat arxivada",
1211
1257
  /** The toast title that will be shown the creating a release fails */
1212
1258
  "release.toast.create-release-error.title": "No s'ha pogut crear la release",
1213
- /**The toast title that will be shown when the user has a release perspective which is now deleted */
1259
+ /** Error toast for deleting a scheduled draft */
1260
+ "release.toast.delete-schedule-draft.error": "No s'ha pogut eliminar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
1261
+ /** Success toast for deleting a scheduled draft */
1262
+ "release.toast.delete-schedule-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat eliminat.",
1263
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1214
1264
  "release.toast.not-found-release.title": "No s'ha trobat la release '{{title}}'",
1265
+ /** Error toast for running a scheduled publish immediately */
1266
+ "release.toast.publish-scheduled-draft.error": "No s'ha pogut publicar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
1267
+ /** Success toast for running a scheduled publish immediately */
1268
+ "release.toast.publish-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat publicat.",
1215
1269
  /** The toast description that will be shown when the user has a release perspective which is now published */
1216
1270
  "release.toast.published-release.description": "Aquesta release ha estat desancorada",
1217
1271
  /** The toast title that will be shown when the user has a release perspective which is now deleted */
1218
1272
  "release.toast.published-release.title": "La release '{{title}}' ha estat publicada",
1273
+ /** Error toast for rescheduling a draft */
1274
+ "release.toast.reschedule-scheduled-draft.error": "No s'ha pogut reprogramar el document d'esborrany programat <strong>{{title}}</strong>: {{error}}",
1275
+ /** Success toast for rescheduling a draft */
1276
+ "release.toast.reschedule-scheduled-draft.success": "El document d'esborrany programat <strong>{{title}}</strong> ha estat reprogramat.",
1219
1277
  /** Label for when a version of a document has already been added to the release */
1220
1278
  "release.tooltip.already-added": "Ja s'ha afegit una versi\xF3 d'aquest document",
1221
1279
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
@@ -1228,6 +1286,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1228
1286
  "release.type.undecided": "Indec\xEDs",
1229
1287
  /** Tooltip for the dropdown to show all versions of document */
1230
1288
  "release.version-list.tooltip": "Veure totes les versions del document",
1289
+ /** Confirm button text for the schedule publish dialog */
1290
+ "schedule-publish-dialog.confirm": "Programa",
1291
+ /** Description for the schedule publish dialog */
1292
+ "schedule-publish-dialog.description": "Selecciona quan aquest document hauria de ser publicat.",
1293
+ /** Header for the schedule publish dialog */
1294
+ "schedule-publish-dialog.header": "Programa l'esborrany per a la publicaci\xF3",
1295
+ /** Title for a scheduled draft release */
1296
+ "scheduled-drafts.release.title": "Publicaci\xF3 programada",
1231
1297
  /** Accessibility label to open search action when the search would go fullscreen (eg on narrower screens) */
1232
1298
  "search.action-open-aria-label": "Obrir cerca",
1233
1299
  /** Action label for adding a search filter */
@@ -1787,6 +1853,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1787
1853
  * workspace to authenticate in.
1788
1854
  */
1789
1855
  "workspaces.action.choose-another-workspace": "Tria un altre espai de treball",
1856
+ /** Label for title to switch workspace before workspaces are listed */
1857
+ "workspaces.action.switch-workspace": "Canvia l'espai de treball",
1790
1858
  /** Label for heading that indicates that you can choose your workspace */
1791
1859
  "workspaces.choose-your-workspace-label": "Tria el teu espai de treball",
1792
1860
  /** Label for the workspace menu */