From 0a422ec22f4bf234b5a16c7a4d74cdce0ca4601b Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Tue, 17 Jan 2023 19:23:58 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (616 of 616 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/pt_BR/ --- static/locales/pt_BR.client.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/static/locales/pt_BR.client.json b/static/locales/pt_BR.client.json index c16da713..b9b53227 100644 --- a/static/locales/pt_BR.client.json +++ b/static/locales/pt_BR.client.json @@ -37,7 +37,9 @@ "Type a message...": "Escreva uma mensagem…", "User Attributes": "Atributos de Usuário", "Users": "Usuários", - "View As": "Ver como" + "View As": "Ver como", + "Seed rules": "Regras de propagação", + "When adding table rules, automatically add a rule to grant OWNER full access.": "Ao adicionar regras de tabela, adicione automaticamente uma regra para conceder ao PROPRIETÁRIO acesso total." }, "AccountPage": { "API": "API", @@ -819,11 +821,24 @@ "UnknownUser": "Usuário desconhecido" }, "FilterBar": { - "SearchColumns": "Procurar colunas" + "SearchColumns": "Procurar colunas", + "Search Columns": "Procurar colunas" }, "ViewAsDropdown": { "View As": "Ver como", "Users from table": "Usuários da tabela", "Example Users": "Usuários de exemplo" + }, + "ACLUsers": { + "Users from table": "Usuários da tabela", + "View As": "Ver como", + "Example Users": "Usuários de exemplo" + }, + "TypeTransform": { + "Apply": "Aplicar", + "Cancel": "Cancelar", + "Preview": "Pré-visualização", + "Revise": "Revisar", + "Update formula (Shift+Enter)": "Atualizar a fórmula (Shift+Enter)" } }