mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (605 of 605 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/pt_BR/
This commit is contained in:
parent
53fb8a1394
commit
ab769ce8c5
@ -36,7 +36,8 @@
|
||||
"Special Rules": "Regras Especiais",
|
||||
"Type a message...": "Escreva uma mensagem…",
|
||||
"User Attributes": "Atributos de Usuário",
|
||||
"Users": "Usuários"
|
||||
"Users": "Usuários",
|
||||
"View As": "Ver como"
|
||||
},
|
||||
"AccountPage": {
|
||||
"API": "API",
|
||||
@ -120,7 +121,17 @@
|
||||
"Reset column": "Reinicializar coluna",
|
||||
"Reset entire column": "Redefinir coluna inteira",
|
||||
"Reset {{count}} columns": "Reinicializar {{count}} colunas",
|
||||
"Reset {{count}} entire columns": "Reinicializar {{count}} colunas inteiras"
|
||||
"Reset {{count}} entire columns": "Reinicializar {{count}} colunas inteiras",
|
||||
"Delete {{count}} columns_other": "Excluir {{count}} colunas",
|
||||
"Delete {{count}} rows_one": "Excluir linha",
|
||||
"Delete {{count}} rows_other": "Excluir {{count}} linhas",
|
||||
"Duplicate rows_one": "Duplicar linha",
|
||||
"Duplicate rows_other": "Duplicar linhas",
|
||||
"Reset {{count}} columns_one": "Reinicializar coluna",
|
||||
"Reset {{count}} columns_other": "Reinicializar {{count}} colunas",
|
||||
"Reset {{count}} entire columns_one": "Reinicializar toda a coluna",
|
||||
"Reset {{count}} entire columns_other": "Reinicializar {{count}} colunas inteiras",
|
||||
"Delete {{count}} columns_one": "Excluir coluna"
|
||||
},
|
||||
"ChartView": {
|
||||
"Create separate series for each value of the selected column.": "Crie séries separadas para cada valor da coluna selecionada.",
|
||||
@ -155,7 +166,8 @@
|
||||
"Others": "Outros",
|
||||
"Search": "Pesquisa",
|
||||
"Search values": "Pesquisar valores",
|
||||
"Start": "Começo"
|
||||
"Start": "Começo",
|
||||
"Filter by Range": "Filtrar por intervalo"
|
||||
},
|
||||
"CustomSectionConfig": {
|
||||
" (optional)": " (opcional)",
|
||||
@ -173,7 +185,9 @@
|
||||
"Widget needs to {{read}} the current table.": "O Widget necessita {{read}} a tabela atual.",
|
||||
"Widget needs {{fullAccess}} to this document.": "O Widget necessita {{fullAccess}} ao documento.",
|
||||
"{{wrongTypeCount}} non-{{columnType}} column is not shown": "{{wrongTypeCount}} a não-{{columnType}} coluna não é mostrada",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown": "{{wrongTypeCount}} as não-{{columnType}} colunas não são mostradas"
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown": "{{wrongTypeCount}} as não-{{columnType}} colunas não são mostradas",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown_one": "{{wrongTypeCount}} a não-{{columnType}} coluna não é mostrada",
|
||||
"{{wrongTypeCount}} non-{{columnType}} columns are not shown_other": "{{wrongTypeCount}} as não-{{columnType}} colunas não são mostradas"
|
||||
},
|
||||
"DataTables": {
|
||||
"Click to copy": "Clique para copiar",
|
||||
@ -319,7 +333,13 @@
|
||||
"Mixed Behavior": "Comportamento Misto",
|
||||
"Set formula": "Definir fórmula",
|
||||
"Set trigger formula": "Definir fórmula de disparo",
|
||||
"TRIGGER FORMULA": "FÓRMULA DE DISPARO"
|
||||
"TRIGGER FORMULA": "FÓRMULA DE DISPARO",
|
||||
"Data Columns_one": "Coluna de Dados",
|
||||
"Data Columns_other": "Colunas de Dados",
|
||||
"Empty Columns_one": "Coluna vazia",
|
||||
"Empty Columns_other": "Colunas Vazias",
|
||||
"Formula Columns_one": "Coluna de Fórmula",
|
||||
"Formula Columns_other": "Colunas de Fórmula"
|
||||
},
|
||||
"FieldMenus": {
|
||||
"Revert to common settings": "Reverter para configurações comuns",
|
||||
@ -364,7 +384,23 @@
|
||||
"Sorted (#{{count}})": "Ordenado (#{{count}})",
|
||||
"Unfreeze all columns": "Descongelar todas as colunas",
|
||||
"Unfreeze this column": "Descongelar essa coluna",
|
||||
"Unfreeze {{count}} columns": "Descongelar {{count}} colunas"
|
||||
"Unfreeze {{count}} columns": "Descongelar {{count}} colunas",
|
||||
"Delete {{count}} columns_one": "Excluir coluna",
|
||||
"Delete {{count}} columns_other": "Excluir {{count}} colunas",
|
||||
"Freeze {{count}} columns_one": "Congelar esta coluna",
|
||||
"Freeze {{count}} columns_other": "Congelar {{count}} colunas",
|
||||
"Freeze {{count}} more columns_one": "Congelar mais uma coluna",
|
||||
"Freeze {{count}} more columns_other": "Congelar {{count}} colunas mais",
|
||||
"Hide {{count}} columns_one": "Ocultar coluna",
|
||||
"Hide {{count}} columns_other": "Ocultar {{count}} colunas",
|
||||
"Reset {{count}} columns_one": "Reinicializar coluna",
|
||||
"Reset {{count}} columns_other": "Reinicializar {{count}} colunas",
|
||||
"Reset {{count}} entire columns_one": "Reinicializar toda a coluna",
|
||||
"Reset {{count}} entire columns_other": "Reinicializar {{count}} colunas inteiras",
|
||||
"Sorted (#{{count}})_one": "Ordenado (#{{count}})",
|
||||
"Sorted (#{{count}})_other": "Ordenado (#{{count}})",
|
||||
"Unfreeze {{count}} columns_one": "Descongelar esta coluna",
|
||||
"Unfreeze {{count}} columns_other": "Descongelar {{count}} colunas"
|
||||
},
|
||||
"GristDoc": {
|
||||
"Added new linked section to view {{viewName}}": "Adicionada nova seção vinculada para visualizar {{viewName}}}",
|
||||
@ -374,14 +410,14 @@
|
||||
"HomeIntro": {
|
||||
", or find an expert via our ": ", ou encontre um especialista através do nosso",
|
||||
"Any documents created in this site will appear here.": "Qualquer documento criado neste site aparecerá aqui.",
|
||||
"Browse Templates": "Procure os Modelos",
|
||||
"Browse Templates": "Explore os Modelos",
|
||||
"Create Empty Document": "Criar um Documento Vazio",
|
||||
"Get started by creating your first Grist document.": "Comece criando seu primeiro documento Grist.",
|
||||
"Get started by exploring templates, or creating your first Grist document.": "Comece explorando os modelos, ou criando seu primeiro documento Grist.",
|
||||
"Get started by inviting your team and creating your first Grist document.": "Comece convidando sua equipe e criando seu primeiro documento Grist.",
|
||||
"Help Center": "Centro de Ajuda",
|
||||
"Import Document": "Importar Documento",
|
||||
"Interested in using Grist outside of your team? Visit your free ": "Interessado em usar Grist fora de sua equipe? Visite seu site gratuitamente",
|
||||
"Interested in using Grist outside of your team? Visit your free ": "Interessado em usar Grist fora de sua equipe? Visite gratuitamente seu ",
|
||||
"Invite Team Members": "Convide membros da equipe",
|
||||
"Sign up": "Cadastre-se",
|
||||
"Sprouts Program": "Programa Brotos",
|
||||
@ -476,7 +512,9 @@
|
||||
"Delete": "Excluir",
|
||||
"Delete data and this page.": "Excluir os dados desta página.",
|
||||
"The following table will no longer be visible": "A tabela a seguir não será mais visível",
|
||||
"The following tables will no longer be visible": "As seguintes tabelas não serão mais visíveis"
|
||||
"The following tables will no longer be visible": "As seguintes tabelas não serão mais visíveis",
|
||||
"The following tables will no longer be visible_one": "A seguinte tabela não será mais visível",
|
||||
"The following tables will no longer be visible_other": "As seguintes tabelas não serão mais visíveis"
|
||||
},
|
||||
"PermissionsWidget": {
|
||||
"Allow All": "Permitir Todos",
|
||||
@ -530,7 +568,13 @@
|
||||
"Theme": "Tema",
|
||||
"WIDGET TITLE": "TÍTULO DO WIDGET",
|
||||
"Widget": "Widget",
|
||||
"You do not have edit access to this document": "Você não tem permissão de edição desse documento"
|
||||
"You do not have edit access to this document": "Você não tem permissão de edição desse documento",
|
||||
"Series_one": "Séries",
|
||||
"Series_other": "Séries",
|
||||
"Columns_one": "Coluna",
|
||||
"Columns_other": "Colunas",
|
||||
"Fields_one": "Campo",
|
||||
"Fields_other": "Campos"
|
||||
},
|
||||
"RowContextMenu": {
|
||||
"Copy anchor link": "Copiar o link de ancoragem",
|
||||
@ -539,7 +583,9 @@
|
||||
"Duplicate rows": "Duplicar linhas",
|
||||
"Insert row": "Inserir linha",
|
||||
"Insert row above": "Inserir linha acima",
|
||||
"Insert row below": "Inserir linha abaixo"
|
||||
"Insert row below": "Inserir linha abaixo",
|
||||
"Duplicate rows_one": "Duplicar linha",
|
||||
"Duplicate rows_other": "Duplicar linhas"
|
||||
},
|
||||
"SelectionSummary": {
|
||||
"Copied to clipboard": "Copiado para a área de transferência"
|
||||
@ -574,14 +620,17 @@
|
||||
"Empty values last": "Valores vazios por último",
|
||||
"Natural sort": "Classificação natural",
|
||||
"Update Data": "Atualizar Dados",
|
||||
"Use choice position": "Usar posição de escolha"
|
||||
"Use choice position": "Usar posição de escolha",
|
||||
"Search Columns": "Procurar colunas"
|
||||
},
|
||||
"SortFilterConfig": {
|
||||
"FILTER": "FILTRAR",
|
||||
"Revert": "Reverter",
|
||||
"SORT": "ORDENAR",
|
||||
"Save": "Salvar",
|
||||
"Update Sort & Filter settings": "Atualizar configurações de Classificação e Filtro"
|
||||
"Update Sort & Filter settings": "Atualizar configurações de Classificação e Filtro",
|
||||
"Filter": "FILTRAR",
|
||||
"Sort": "ORDENAR"
|
||||
},
|
||||
"ThemeConfig": {
|
||||
"Appearance ": "Aparência ",
|
||||
@ -765,5 +814,16 @@
|
||||
},
|
||||
"sendToDrive": {
|
||||
"Sending file to Google Drive": "Enviando arquivo ao Google Drive"
|
||||
},
|
||||
"ViewAsBanner": {
|
||||
"UnknownUser": "Usuário desconhecido"
|
||||
},
|
||||
"FilterBar": {
|
||||
"SearchColumns": "Procurar colunas"
|
||||
},
|
||||
"ViewAsDropdown": {
|
||||
"View As": "Ver como",
|
||||
"Users from table": "Usuários da tabela",
|
||||
"Example Users": "Usuários de exemplo"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user