Skip to content

Commit

Permalink
Merge pull request #33 from MS-PBS/mine
Browse files Browse the repository at this point in the history
Create es.json
  • Loading branch information
kandashi authored Jan 14, 2021
2 parents fafc46e + 6a47b8d commit e48869d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions lang/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ACTIVEAURAS.measurmentoptions_name":"Sistema de medida",
"ACTIVEAURAS.measurmentoptions_hint":"Usar el sistema de medida de movimiento definido por el sistema, en lugar de una línea recta (euclídeo), por defecto activado",

"ACTIVEAURAS.walltoptions_name": "Paredes bloquean auras",
"ACTIVEAURAS.walltoptions_hint":"Las paredes bloquearán el efecto de las auras",

"ACTIVEAURAS.FORM_IsAura" : "Efecto es aura",
"ACTIVEAURAS.FORM_Inactive": "Aplicar mientras esté inactivo",
"ACTIVEAURAS.FORM_Hidden":"Desactivar mientras esté oculto",
"ACTIVEAURAS.FORM_TargetsName":"Objetivos del aura",
"ACTIVEAURAS.FORM_TargetsNone":"Ninguno",
"ACTIVEAURAS.FORM_TargetsEnemy":"Enemigos",
"ACTIVEAURAS.FORM_TargetsAllies":"Aliados",
"ACTIVEAURAS.FORM_TargetsAll":"Todos",
"ACTIVEAURAS.FORM_Radius": "Radio del aura",

"ACTIVEAURAS.ApplyLog":"Active Auras: {effectDataLabel} aplicado a {tokenName}",
"ACTIVEAURAS.RemoveLog":"Active Auras: {effectDataLabel} quitado de {tokenName}"

}
7 changes: 6 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Active-Auras",
"description": "Active-Auras",
"author": "Kandashi",
"version": "0.1.21",
"version": "0.1.22",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"packs": [
Expand All @@ -23,6 +23,11 @@
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"url": "https://github.com/kandashi/Active-Auras",
Expand Down

0 comments on commit e48869d

Please sign in to comment.