Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pt-BR): automated translation updates #292

Merged
merged 1 commit into from
Jan 17, 2024
Merged
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
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',
})