Skip to content

Commit

Permalink
feat(localization): added some variables for execution of rituals
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Jan 3, 2024
1 parent f38a5b7 commit afa63fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lang/en.json
Expand Up @@ -189,6 +189,14 @@
"ordemparanormal.duration": "Duração",
"ordemparanormal.subtypeWeapon": "Subtipo de Arma",
"ordemparanormal.powerType": "Tipo de Poder",
"ordemparanormal.execution": "Execution",

"ordemparanormal.executionChoices": {
"free": "Livre",
"default": "Padrão",
"complete": "Completa",
"reaction": "Reação"
},

"ordemparanormal.weaponTypeChoices": {
"melee": "Melee",
Expand Down
8 changes: 8 additions & 0 deletions lang/pt-BR.json
Expand Up @@ -189,6 +189,14 @@
"ordemparanormal.duration": "Duração",
"ordemparanormal.subtypeWeapon": "Subtipo de Arma",
"ordemparanormal.powerType": "Tipo de Poder",
"ordemparanormal.execution": "Execução",

"ordemparanormal.executionChoices": {
"free": "Livre",
"default": "Padrão",
"complete": "Completa",
"reaction": "Reação"
},

"ordemparanormal.weaponTypeChoices": {
"melee": "Corpo a Corpo",
Expand Down

0 comments on commit afa63fd

Please sign in to comment.