Skip to content

Commit ddc6d06

Browse files
author
AutoTranslator
committed
fix(pt-BR): automated translation updates
1 parent e301033 commit ddc6d06

File tree

3 files changed

+53
-9
lines changed

3 files changed

+53
-9
lines changed

locales/pt-BR/src/comments.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export default removeUndefinedLocaleResources({
7878
/** The text shown in the inline comment button */
7979
'inline-add-comment-button.title': 'Adicionar comentário',
8080

81+
/** The title of the error card shown in the comments inspector */
82+
'inspector-error.title': 'Algo deu errado ao carregar os comentários',
83+
8184
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
8285
'list-item.breadcrumb-button-go-to-field-aria-label': 'Ir para o campo {{field}}',
8386
/** The button tooltip content for the add reaction button */

locales/pt-BR/src/structure.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export default removeUndefinedLocaleResources({
1717
/** Message prompting the user to confirm discarding changes */
1818
'action.discard-changes.confirm-dialog.confirm-discard-changes':
1919
'Você tem certeza de que deseja descartar todas as alterações desde a última publicação?',
20+
/** Message prompting the user to confirm discarding changes */
21+
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
22+
'Você tem certeza de que deseja descartar todas as alterações e excluir este documento rascunho?',
23+
/**Header for the confirm discard dialog */
24+
'action.discard-changes.confirm-dialog.header.text': 'Descartar alterações?',
2025
/** Tooltip when action is disabled because the document has no unpublished changes */
2126
'action.discard-changes.disabled.no-change': 'Este documento não tem alterações não publicadas',
2227
/** Tooltip when action is disabled because the document is not published */
@@ -170,6 +175,11 @@ export default removeUndefinedLocaleResources({
170175
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
171176
'banners.release.navigate-to-edit-description-multiple_other':
172177
'Este documento faz parte do lançamento <VersionBadge/> e mais {{count}} lançamentos',
178+
/** The text for the banner that appears when a document is not part of any release
179+
* @deprecated – no longer in use
180+
* */
181+
'banners.release.navigate-to-edit-description-none':
182+
'Este documento não faz parte de nenhum lançamento',
173183
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
174184
'banners.release.navigate-to-edit-description-single':
175185
'Este documento faz parte do lançamento <VersionBadge/>',

locales/pt-BR/src/studio.ts

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,11 +1391,22 @@ export default removeUndefinedLocaleResources({
13911391
'release.dialog.create.confirm': 'Criar lançamento',
13921392
/** Title for creating releases dialog */
13931393
'release.dialog.create.title': 'Nova versão',
1394-
/** Body text for the dialog confirming deletion of a scheduled draft */
1395-
'release.dialog.delete-schedule-draft.body':
1396-
'Tem certeza de que deseja excluir este rascunho agendado? Esta ação não pode ser desfeita.',
1394+
/** Body text when deleting scheduled draft and draft is already up to date */
1395+
'release.dialog.delete-schedule-draft.body-already-current':
1396+
'Excluir este rascunho agendado? Seu rascunho já está atualizado.',
1397+
/** Body text when deleting scheduled draft and changes will be saved to draft */
1398+
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
1399+
'Excluir este rascunho agendado? Suas alterações serão salvas no rascunho.',
1400+
/** Body text when deleting scheduled draft with checkbox shown for user choice */
1401+
'release.dialog.delete-schedule-draft.body-with-choice': 'Excluir este rascunho agendado?',
13971402
/** Confirm button text for deleting a scheduled draft */
13981403
'release.dialog.delete-schedule-draft.confirm': 'Sim, excluir agendamento',
1404+
/** Checkbox label for copying scheduled draft to draft before deletion */
1405+
'release.dialog.delete-schedule-draft.copy-checkbox':
1406+
'Manter minhas alterações agendadas copiando-as para o rascunho (recomendado)',
1407+
/** Explanation text shown when scheduled draft has different changes than current draft */
1408+
'release.dialog.delete-schedule-draft.different-changes-explanation':
1409+
'Seu rascunho agendado tem alterações diferentes do seu rascunho atual.',
13991410
/** Header for the dialog confirming deletion of a scheduled draft */
14001411
'release.dialog.delete-schedule-draft.header': 'Excluir rascunho agendado',
14011412
/** Body text for change schedule dialog */
@@ -1438,9 +1449,13 @@ export default removeUndefinedLocaleResources({
14381449
'release.schedule-dialog.publish-date-in-past-warning': 'Agende para uma data e hora futuras.',
14391450
/** Label for date picker when scheduling a release */
14401451
'release.schedule-dialog.select-publish-date-label': 'Publicar em',
1441-
/** The toast description that will be shown when the user has a release perspective which is now archived */
1452+
/** The toast description that will be shown when the user has a release perspective which is now archived
1453+
* @deprecated – no longer needed
1454+
* */
14421455
'release.toast.archived-release.description': 'Este lançamento foi desafixado',
1443-
/** The toast title that will be shown when the user has a release perspective which is now archived */
1456+
/** The toast title that will be shown when the user has a release perspective which is now archived
1457+
* @deprecated – no longer needed
1458+
* */
14441459
'release.toast.archived-release.title': "A versão '{{title}}' foi arquivada",
14451460
/** The toast title that will be shown the creating a release fails */
14461461
'release.toast.create-release-error.title': 'Falha ao criar lançamento',
@@ -1450,25 +1465,33 @@ export default removeUndefinedLocaleResources({
14501465
/** Success toast for deleting a scheduled draft */
14511466
'release.toast.delete-schedule-draft.success':
14521467
'O documento de rascunho agendado <strong>{{title}}</strong> foi excluído.',
1453-
/** The toast title that will be shown when the user has a release perspective which is now deleted */
1468+
/** The toast title that will be shown when the user has a release perspective which is now deleted
1469+
* @deprecated – no longer needed
1470+
* */
14541471
'release.toast.not-found-release.title': "O lançamento '{{title}}' não pôde ser encontrado",
14551472
/** Error toast for running a scheduled publish immediately */
14561473
'release.toast.publish-scheduled-draft.error':
14571474
'Falha ao publicar o documento de rascunho agendado <strong>{{title}}</strong>: {{error}}',
14581475
/** Success toast for running a scheduled publish immediately */
14591476
'release.toast.publish-scheduled-draft.success':
14601477
'O documento de rascunho agendado <strong>{{title}}</strong> foi publicado.',
1461-
/** The toast description that will be shown when the user has a release perspective which is now published */
1478+
/** The toast description that will be shown when the user has a release perspective which is now published
1479+
* @deprecated – no longer needed
1480+
**/
14621481
'release.toast.published-release.description': 'Este lançamento foi desafixado',
1463-
/** The toast title that will be shown when the user has a release perspective which is now deleted */
1482+
/** The toast title that will be shown when the user has a release perspective which is now deleted
1483+
* @deprecated – no longer needed
1484+
**/
14641485
'release.toast.published-release.title': "O lançamento '{{title}}' foi publicado",
14651486
/** Error toast for rescheduling a draft */
14661487
'release.toast.reschedule-scheduled-draft.error':
14671488
'Falha ao reagendar o documento de rascunho agendado <strong>{{title}}</strong>: {{error}}',
14681489
/** Success toast for rescheduling a draft */
14691490
'release.toast.reschedule-scheduled-draft.success':
14701491
'O documento de rascunho agendado <strong>{{title}}</strong> foi reagendado.',
1471-
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
1492+
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1493+
* @deprecated – no longer needed
1494+
* */
14721495
'release.toast.scheduled-draft-published.title': 'O rascunho programado foi publicado',
14731496
/** Label for when a version of a document has already been added to the release */
14741497
'release.tooltip.already-added': 'Uma versão deste documento já foi adicionada',
@@ -1484,6 +1507,14 @@ export default removeUndefinedLocaleResources({
14841507
/** Tooltip for the dropdown to show all versions of document */
14851508
'release.version-list.tooltip': 'Ver todas as versões do documento',
14861509

1510+
/** Button text for contacting support in the releases misconfiguration dialog */
1511+
'releases.upsell.misconfiguration.contact-support': 'Contatar Suporte',
1512+
/** Header for the releases misconfiguration dialog */
1513+
'releases.upsell.misconfiguration.header': 'Problema de configuração de lançamentos de conteúdo',
1514+
/** Message shown in the releases misconfiguration dialog */
1515+
'releases.upsell.misconfiguration.message':
1516+
'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 ter seus lançamentos de conteúdo configurados corretamente.',
1517+
14871518
/** Confirm button text for the schedule publish dialog */
14881519
'schedule-publish-dialog.confirm': 'Agendar',
14891520
/** Description for the schedule publish dialog */

0 commit comments

Comments
 (0)