Skip to content

Commit

Permalink
Merge pull request #66 from foundryvtthub/weblate-party-overview-main
Browse files Browse the repository at this point in the history
Translations update from Foundry Hub - Weblate
  • Loading branch information
mclemente authored May 1, 2023
2 parents 84574f5 + 6920e25 commit 90d15c7
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 14 deletions.
5 changes: 1 addition & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@
"GENERAL": "General",
"LIMIT": "Limit",
"NAME": "Name",
"SKILLS": "Skills",
"PROFICIENCIES": "Proficiencies",
"TOTAL": "Total",
"WEALTH": "Wealth",
"EXPERIENCE": "Experience",
"XP": "XP",

"DND5E": {
"Traits": "Traits"
},

"cof": {
"attributes": {
"melee": {
Expand All @@ -64,7 +61,7 @@
},
"level": {
"label": "Level",
"abbrev": "NLvl"
"abbrev": "Lvl"
}
}
}
Expand Down
47 changes: 47 additions & 0 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,53 @@
"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",
"3": "Todos en propiedad"
},
"GENERAL": "General",
"LIMIT": "Límite",
"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"
}
}
}
13 changes: 5 additions & 8 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
},
Expand Down Expand Up @@ -36,17 +36,14 @@
"GENERAL": "Général",
"LIMIT": "Limite",
"NAME": "Nom",
"SKILLS": "Talents",
"PROFICIENCIES": "Compétences",
"TOTAL": "Total",
"WEALTH": "Richesse",
"EXPERIENCE": "Experience",
"XP": "XP",

"EXPERIENCE": "Expérience",
"XP": "EXP",
"DND5E": {
"Traits": "Traitx"
"Traits": "Caractéristiques"
},

"cof": {
"attributes": {
"melee": {
Expand Down
1 change: 0 additions & 1 deletion lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"GENERAL": "一般",
"LIMIT": "限定",
"NAME": "名前",
"SKILLS": "技能",
"PROFICIENCIES": "習熟",
"TOTAL": "合計",
"WEALTH": "財産",
Expand Down
31 changes: 30 additions & 1 deletion lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,40 @@
"LIMIT": "Limite",
"NAME": "Nome",
"PROFICIENCIES": "Proficiências",
"SKILLS": "Perícias",
"TOTAL": "Total",
"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": "EXP",
"cof": {
"attributes": {
"melee": {
"abbrev": "Cont"
},
"ranged": {
"abbrev": "Rang"
},
"magic": {
"abbrev": "Mag"
},
"size": {
"label": "Tamanho",
"abbrev": "Tamanho"
},
"level": {
"label": "Nível",
"abbrev": "Niv"
}
}
}
}
}

0 comments on commit 90d15c7

Please sign in to comment.