Skip to content

Commit

Permalink
fix(pt-BR): automated translation updates (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Jan 17, 2024
1 parent e2ec3bf commit d88e479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions locales/pt-BR/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ export default removeUndefinedLocaleResources({
'production-preview.menu-item.title': 'Abrir pré-visualização',

/** Label for button when status is saved */
'status-bar.document-status-pulse.status.saved.text': undefined, // 'Saved'
'status-bar.document-status-pulse.status.saved.text': 'Salvo',
/** Label for button when status is syncing */
'status-bar.document-status-pulse.status.syncing.text': undefined, // 'Saving...'
'status-bar.document-status-pulse.status.syncing.text': 'Salvando...',
/** Accessibility label indicating when the document was last published, in relative time, eg "3 weeks ago" */
'status-bar.publish-status-button.last-published-time.aria-label':
'Última publicação {{relativeTime}}',
Expand Down
4 changes: 2 additions & 2 deletions locales/pt-BR/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ export default removeUndefinedLocaleResources({
/** Label for tooltip to show which provider the currently logged in user is using */
'user-menu.login-provider': 'Logado com {{providerTitle}}',
/** Label for open menu button for user menu */
'user-menu.open-menu': undefined, // 'Open menu'
'user-menu.open-menu': 'Abrir menu',

/**
* Label for action to add a workspace (currently a developer-oriented action, as this will
Expand All @@ -1642,7 +1642,7 @@ export default removeUndefinedLocaleResources({
/** Button label for opening the workspace switcher */
'workspaces.select-workspace-label': 'Selecione o espaço de trabalho',
/** Tooltip for the workspace menu */
'workspaces.select-workspace-tooltip': undefined, // 'Select workspace'
'workspaces.select-workspace-tooltip': 'Selecionar espaço de trabalho',
/** Title for Workplaces dropdown menu */
'workspaces.title': 'Espaços de trabalho',
})

0 comments on commit d88e479

Please sign in to comment.