From 3ddc0fb2b01d816db24df6cf6fdee9f80a8e0e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20Corr=C3=AAa?= Date: Wed, 12 Mar 2025 16:55:55 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Adi=C3=A7=C3=A3o=20do=20arquivos=20de=20tra?= =?UTF-8?q?du=C3=A7=C3=A3o=20em=20portugu=C3=AAs=20BR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/pt_br.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 lang/pt_br.json diff --git a/lang/pt_br.json b/lang/pt_br.json new file mode 100644 index 0000000..eb68219 --- /dev/null +++ b/lang/pt_br.json @@ -0,0 +1,39 @@ +{ +"SETTINGS.SimpleMacroShorthandN": "Sintaxe de macro abreviada", +"SETTINGS.SimpleMacroShorthandL": "Habilite uma sintaxe de macro abreviada que permita referenciar atributos diretamente, por exemplo @str em vez de @attributes.str.value. Desabilite esta configuração se precisar referenciar o modelo de atributo completo, por exemplo @attributes.str.label.", +"SETTINGS.SimpleInitFormulaN": "Fórmula de iniciativa", +"SETTINGS.SimpleInitFormulaL": "Digite uma fórmula de iniciativa, como d20+@dex", + +"SIMPLE.ItemCreate": "Criar item", +"SIMPLE.ItemEdit": "Editar item", +"SIMPLE.ItemDelete": "Excluir item", +"SIMPLE.ItemNew": "Novo item", + +"SIMPLE.NotifyInitFormulaUpdated": "A fórmula de iniciativa foi atualizada para", +"SIMPLE.NotifyInitFormulaInvalid": "A fórmula de iniciativa era inválida", +"SIMPLE.NotifyGroupDuplicate": "O grupo de atributos já existe.", +"SIMPLE.NotifyGroupAttrDuplicate": "O grupo de atributos já existe como um atributo.", +"SIMPLE.NotifyGroupAlphanumeric": "Os nomes dos grupos de atributos não podem conter espaços ou pontos.", +"SIMPLE.NotifyGroupReserved": "O grupo de atributos \"{key}\" está reservado e não pode ser usado.", +"SIMPLE.NotifyAttrDuplicate": "A chave de atributo já existe como um grupo.", +"SIMPLE.NotifyAttrInvalid": "As chaves de atributo não podem conter espaços ou pontos.", + +"SIMPLE.ResourceMin": "Mín", +"SIMPLE.ResourceValue": "Valor", +"SIMPLE.ResourceMax": "Máx", + +"SIMPLE.DefineTemplate": "Definir como modelo", +"SIMPLE.UnsetTemplate": "Desdefinir modelo", +"SIMPLE.NoTemplate": "Nenhum modelo", + +"SIMPLE.AttributeKey": "Chave de atributo", +"SIMPLE.AttributeValue": "Valor", +"SIMPLE.AttributeLabel": "Rótulo", +"SIMPLE.AttributeDtype": "Tipo de dados", + +"SIMPLE.DeleteGroup": "Excluir grupo?", +"SIMPLE.DeleteGroupContent": "Você deseja excluir este grupo? Isso excluirá o seguinte grupo e todos os atributos incluídos nele: ", + +"SIMPLE.Create": "Criar", +"SIMPLE.New": "Novo" +} \ No newline at end of file From d73c463f909b1bb8cfe9b5247438dd37b8c20d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20Corr=C3=AAa?= Date: Wed, 12 Mar 2025 16:57:57 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Modifica=C3=A7=C3=A3o=20do=20Arquivo=20Syst?= =?UTF-8?q?em=20adicionando=20a=20tradu=C3=A7=C3=A3o=20em=20PT=5FBR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system.json b/system.json index 736eaff..8ad9e78 100644 --- a/system.json +++ b/system.json @@ -24,6 +24,11 @@ "lang": "pl", "name": "Polski", "path": "lang/pl.json" + }, + { + "lang": "pt-BR", + "name": "Português (Brasil)", + "path": "lang/pt_br.json", } ], "compatibility": {