From 6286a8b3e797d78f217f8bbfc13bee14e1e725f3 Mon Sep 17 00:00:00 2001 From: eunaumtenhoid Date: Sun, 2 Apr 2023 12:45:39 +0000 Subject: [PATCH 01/12] Translated using Weblate (Portuguese (Brazil) (pt-BR)) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/pt-BR/ --- lang/pt-BR.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lang/pt-BR.json b/lang/pt-BR.json index 586c42d..c92282c 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -35,6 +35,36 @@ "WEALTH": "Riqueza", "DND5E": { "Traits": "Traços" + }, + "filter": { + "2": "Oculto (Cena)", + "0": "Todos (Cena, Sem filtro)", + "1": "Todos (Cena)", + "3": "Todos Próprios", + "4": "Todos Selecionados" + }, + "EXPERIENCE": "Experiência", + "XP": "XP", + "cof": { + "attributes": { + "melee": { + "abbrev": "Cont" + }, + "ranged": { + "abbrev": "Rang" + }, + "magic": { + "abbrev": "Mag" + }, + "size": { + "label": "Tamanho", + "abbrev": "Tamanho" + }, + "level": { + "label": "Nível", + "abbrev": "NLvl" + } + } } } } From a8b6c282249cbc65badb3d7c22895d18f1022ffd Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:18:41 +0000 Subject: [PATCH 02/12] Translated using Weblate (English) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/en/ --- lang/en.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/en.json b/lang/en.json index ae18a27..679dde4 100644 --- a/lang/en.json +++ b/lang/en.json @@ -42,11 +42,9 @@ "WEALTH": "Wealth", "EXPERIENCE": "Experience", "XP": "XP", - "DND5E": { "Traits": "Traits" }, - "cof": { "attributes": { "melee": { @@ -64,7 +62,7 @@ }, "level": { "label": "Level", - "abbrev": "NLvl" + "abbrev": "Lvl" } } } From db79e6e30be5fa809396786cbf539e7d8cc97f35 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:27:10 +0000 Subject: [PATCH 03/12] Translated using Weblate (Spanish) Currently translated at 55.8% (19 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/es/ --- lang/es.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/lang/es.json b/lang/es.json index 782a17c..1d6c1e8 100644 --- a/lang/es.json +++ b/lang/es.json @@ -17,6 +17,23 @@ "name": "Alternar el Party Overview", "hint": "Abre o cierra la ventana de el Party Overview." } - } + }, + "SystemProvider": { + "Name": "Proveedor de Sistemas", + "choices": { + "module": "Módulo {name}", + "native": "Genérico", + "system": "Sistema {name}" + } + }, + "filter": { + "0": "Todos (Escena, Sin filtro)", + "1": "Todos (Escena)", + "2": "Oculto (Escena)", + "4": "Todos los seleccionados" + }, + "GENERAL": "General", + "LIMIT": "Límite", + "NAME": "Nombre" } } From a93284a39e8897a1d8772873e4f59f5690487567 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:24:38 +0000 Subject: [PATCH 04/12] Translated using Weblate (French) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/fr/ --- lang/fr.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lang/fr.json b/lang/fr.json index effe77f..2bb83da 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -5,10 +5,10 @@ "Hint": "Permet de donner accès à la fenêtre Party aux joueurs." }, "SystemProvider": { - "Name": "System Provider", + "Name": "Fournisseur de Système", "choices": { "module": "Module {name}", - "native": "Generic", + "native": "Générique", "system": "System {name}" } }, @@ -40,13 +40,11 @@ "PROFICIENCIES": "Compétences", "TOTAL": "Total", "WEALTH": "Richesse", - "EXPERIENCE": "Experience", + "EXPERIENCE": "Expérience", "XP": "XP", - "DND5E": { "Traits": "Traitx" }, - "cof": { "attributes": { "melee": { From ea07480fc66519bb404a34a67306784a3a51573e Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:24:17 +0000 Subject: [PATCH 05/12] Translated using Weblate (Portuguese (Brazil) (pt-BR)) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/pt-BR/ --- lang/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pt-BR.json b/lang/pt-BR.json index c92282c..21af8e2 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -62,7 +62,7 @@ }, "level": { "label": "Nível", - "abbrev": "NLvl" + "abbrev": "Nvl" } } } From fe17ac5543a99b70a9106a5bc511d4acacb35fc2 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:31:14 +0000 Subject: [PATCH 06/12] Translated using Weblate (Japanese) Currently translated at 58.8% (20 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/ja/ --- lang/ja.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/ja.json b/lang/ja.json index fff268b..1265889 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -29,7 +29,6 @@ "GENERAL": "一般", "LIMIT": "限定", "NAME": "名前", - "SKILLS": "技能", "PROFICIENCIES": "習熟", "TOTAL": "合計", "WEALTH": "財産", From 808cc7e62e139a85e5972b904e4aadf064cfff1b Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:31:14 +0000 Subject: [PATCH 07/12] Translated using Weblate (French) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/fr/ --- lang/fr.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/fr.json b/lang/fr.json index 2bb83da..9e44d62 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -36,7 +36,6 @@ "GENERAL": "Général", "LIMIT": "Limite", "NAME": "Nom", - "SKILLS": "Talents", "PROFICIENCIES": "Compétences", "TOTAL": "Total", "WEALTH": "Richesse", From 9b3725e22f27a1050522a6d271bbe7f75fc5522d Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:31:14 +0000 Subject: [PATCH 08/12] Translated using Weblate (Portuguese (Brazil) (pt-BR)) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/pt-BR/ --- lang/pt-BR.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/pt-BR.json b/lang/pt-BR.json index 21af8e2..87795cd 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -30,7 +30,6 @@ "LIMIT": "Limite", "NAME": "Nome", "PROFICIENCIES": "Proficiências", - "SKILLS": "Perícias", "TOTAL": "Total", "WEALTH": "Riqueza", "DND5E": { From 6b4bb3ce3815652c82320641fdbf239f15a175a9 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:31:14 +0000 Subject: [PATCH 09/12] Translated using Weblate (English) Currently translated at 100.0% (34 of 34 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/en/ --- lang/en.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 679dde4..5563cbe 100644 --- a/lang/en.json +++ b/lang/en.json @@ -36,7 +36,6 @@ "GENERAL": "General", "LIMIT": "Limit", "NAME": "Name", - "SKILLS": "Skills", "PROFICIENCIES": "Proficiencies", "TOTAL": "Total", "WEALTH": "Wealth", From 44b88df4fe3c7a6ac942749b1e169f8a2cdf743e Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:31:40 +0000 Subject: [PATCH 10/12] Translated using Weblate (Spanish) Currently translated at 100.0% (33 of 33 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/es/ --- lang/es.json | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/lang/es.json b/lang/es.json index 1d6c1e8..b78148f 100644 --- a/lang/es.json +++ b/lang/es.json @@ -30,10 +30,40 @@ "0": "Todos (Escena, Sin filtro)", "1": "Todos (Escena)", "2": "Oculto (Escena)", - "4": "Todos los seleccionados" + "4": "Todos los seleccionados", + "3": "Todos en propiedad" }, "GENERAL": "General", "LIMIT": "Límite", - "NAME": "Nombre" + "NAME": "Nombre", + "cof": { + "attributes": { + "level": { + "abbrev": "Niv", + "label": "Nivel" + }, + "melee": { + "abbrev": "Cont" + }, + "ranged": { + "abbrev": "Alc" + }, + "magic": { + "abbrev": "Mag" + }, + "size": { + "label": "Tamaño", + "abbrev": "Tam" + } + } + }, + "PROFICIENCIES": "Competencias", + "TOTAL": "Total", + "WEALTH": "Riqueza", + "EXPERIENCE": "Experiencia", + "XP": "EXP", + "DND5E": { + "Traits": "Características" + } } } From 8a891bb26adb727ba146689915d9762a84e2abff Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:33:45 +0000 Subject: [PATCH 11/12] Translated using Weblate (French) Currently translated at 100.0% (33 of 33 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/fr/ --- lang/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr.json b/lang/fr.json index 9e44d62..3081254 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -40,9 +40,9 @@ "TOTAL": "Total", "WEALTH": "Richesse", "EXPERIENCE": "Expérience", - "XP": "XP", + "XP": "EXP", "DND5E": { - "Traits": "Traitx" + "Traits": "Caractéristiques" }, "cof": { "attributes": { From 6920e25d9b0ab3b2cd9f6a3c0318cdeb117a8cb1 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 3 Apr 2023 19:32:09 +0000 Subject: [PATCH 12/12] Translated using Weblate (Portuguese (Brazil) (pt-BR)) Currently translated at 100.0% (33 of 33 strings) Translation: Party Overview/main Translate-URL: https://weblate.foundryvtt-hub.com/projects/party-overview/main/pt-BR/ --- lang/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pt-BR.json b/lang/pt-BR.json index 87795cd..27decaf 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -43,7 +43,7 @@ "4": "Todos Selecionados" }, "EXPERIENCE": "Experiência", - "XP": "XP", + "XP": "EXP", "cof": { "attributes": { "melee": { @@ -61,7 +61,7 @@ }, "level": { "label": "Nível", - "abbrev": "Nvl" + "abbrev": "Niv" } } }