Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/pt-PT/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"browserslist": "extends @sanity/browserslist-config",
"peerDependencies": {
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
"sanity": "^3.22.0 || ^4.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions locales/pt-PT/src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ export default removeUndefinedLocaleResources({
/** The text shown in the inline comment button */
'inline-add-comment-button.title': 'Adicionar comentário',

/** The title of the error card shown in the comments inspector */
'inspector-error.title': 'Algo deu errado ao carregar os comentários',

/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
'list-item.breadcrumb-button-go-to-field-aria-label': 'Ir para o campo {{field}}',
/** The button tooltip content for the add reaction button */
Expand Down
10 changes: 10 additions & 0 deletions locales/pt-PT/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ export default removeUndefinedLocaleResources({
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes':
'Tem certeza de que deseja descartar todas as alterações desde a última publicação?',
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
'Tem certeza de que deseja descartar todas as alterações e excluir este documento rascunho?',
/**Header for the confirm discard dialog */
'action.discard-changes.confirm-dialog.header.text': 'Descartar alterações?',
/** Tooltip when action is disabled because the document has no unpublished changes */
'action.discard-changes.disabled.no-change': 'Este documento não tem alterações não publicadas',
/** Tooltip when action is disabled because the document is not published */
Expand Down Expand Up @@ -170,6 +175,11 @@ export default removeUndefinedLocaleResources({
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
'banners.release.navigate-to-edit-description-multiple_other':
'Este documento faz parte da <VersionBadge/> release e mais {{count}} releases',
/** The text for the banner that appears when a document is not part of any release
* @deprecated – no longer in use
* */
'banners.release.navigate-to-edit-description-none':
'Este documento não faz parte de nenhum lançamento',
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
'banners.release.navigate-to-edit-description-single':
'Este documento faz parte da <VersionBadge/> release',
Expand Down
49 changes: 40 additions & 9 deletions locales/pt-PT/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1388,11 +1388,22 @@ export default removeUndefinedLocaleResources({
'release.dialog.create.confirm': 'Criar lançamento',
/** Title for creating releases dialog */
'release.dialog.create.title': 'Nova versão',
/** Body text for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.body':
'Tem certeza de que deseja excluir este rascunho programado? Esta ação não pode ser desfeita.',
/** Body text when deleting scheduled draft and draft is already up to date */
'release.dialog.delete-schedule-draft.body-already-current':
'Excluir este rascunho agendado? Seu rascunho já está atualizado.',
/** Body text when deleting scheduled draft and changes will be saved to draft */
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
'Excluir este rascunho agendado? Suas alterações serão salvas no rascunho.',
/** Body text when deleting scheduled draft with checkbox shown for user choice */
'release.dialog.delete-schedule-draft.body-with-choice': 'Excluir este rascunho agendado?',
/** Confirm button text for deleting a scheduled draft */
'release.dialog.delete-schedule-draft.confirm': 'Sim, excluir cronograma',
/** Checkbox label for copying scheduled draft to draft before deletion */
'release.dialog.delete-schedule-draft.copy-checkbox':
'Manter minhas alterações agendadas copiando-as para o rascunho (recomendado)',
/** Explanation text shown when scheduled draft has different changes than current draft */
'release.dialog.delete-schedule-draft.different-changes-explanation':
'Seu rascunho agendado tem alterações diferentes do seu rascunho atual.',
/** Header for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.header': 'Excluir rascunho programado',
/** Body text for change schedule dialog */
Expand Down Expand Up @@ -1437,9 +1448,13 @@ export default removeUndefinedLocaleResources({
'Programe para um horário e data futuros.',
/** Label for date picker when scheduling a release */
'release.schedule-dialog.select-publish-date-label': 'Publicar em',
/** The toast description that will be shown when the user has a release perspective which is now archived */
/** The toast description that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.description': 'Este lançamento foi desafixado',
/** The toast title that will be shown when the user has a release perspective which is now archived */
/** The toast title that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.title': "A versão '{{title}}' foi arquivada",
/** The toast title that will be shown the creating a release fails */
'release.toast.create-release-error.title': 'Falha ao criar versão',
Expand All @@ -1449,25 +1464,33 @@ export default removeUndefinedLocaleResources({
/** Success toast for deleting a scheduled draft */
'release.toast.delete-schedule-draft.success':
'O documento de rascunho programado <strong>{{title}}</strong> foi excluído.',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
* */
'release.toast.not-found-release.title': "O lançamento '{{title}}' não pôde ser encontrado",
/** Error toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.error':
'Falha ao publicar o documento de rascunho programado <strong>{{title}}</strong>: {{error}}',
/** Success toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.success':
'O documento de rascunho programado <strong>{{title}}</strong> foi publicado.',
/** The toast description that will be shown when the user has a release perspective which is now published */
/** The toast description that will be shown when the user has a release perspective which is now published
* @deprecated – no longer needed
**/
'release.toast.published-release.description': 'Este lançamento foi desafixado',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
**/
'release.toast.published-release.title': "O lançamento '{{title}}' foi publicado",
/** Error toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.error':
'Falha ao reprogramar o documento de rascunho programado <strong>{{title}}</strong>: {{error}}',
/** Success toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.success':
'O documento de rascunho programado <strong>{{title}}</strong> foi reprogramado.',
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
* @deprecated – no longer needed
* */
'release.toast.scheduled-draft-published.title': 'O rascunho programado foi publicado',
/** Label for when a version of a document has already been added to the release */
'release.tooltip.already-added': 'Uma versão deste documento já foi adicionada',
Expand All @@ -1483,6 +1506,14 @@ export default removeUndefinedLocaleResources({
/** Tooltip for the dropdown to show all versions of document */
'release.version-list.tooltip': 'Ver todas as versões do documento',

/** Button text for contacting support in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.contact-support': 'Contatar Suporte',
/** Header for the releases misconfiguration dialog */
'releases.upsell.misconfiguration.header': 'Problema de configuração de lançamentos de conteúdo',
/** Message shown in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.message':
'Os lançamentos de conteúdo estão habilitados para o seu projeto, mas parece haver um problema de configuração com os limites de seus lançamentos. Por favor, contate o suporte para que seus lançamentos de conteúdo sejam configurados corretamente.',

/** Confirm button text for the schedule publish dialog */
'schedule-publish-dialog.confirm': 'Programar',
/** Description for the schedule publish dialog */
Expand Down
Loading