Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
Fix english text
  • Loading branch information
rinnocenti committed Jan 3, 2021
1 parent f05070c commit 6c9c1d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 9 additions & 7 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"invalidCheck": "{token} already been looted"
},
"Looting.Settings": {
"percentWeapon": "Pilhagem de Armas (%)",
"percentWeaponHint": "Porcentagem de chance das armas no inventório do NPC não servirem para pilhagem (Foram danificadas)",
"percentEquipment": "Pilhagem de equipamento (%)",
"percentEquipmentHint": "Porcentagem de chance das armas no inventório do NPC não servirem para pilhagem (Foram danificadas)",
"percentConsumable": "Pilhagem de consumivel (%)",
"percentConsumableHint": "Porcentagem de chance das armas no inventório do NPC não servirem para pilhagem (Foram danificadas)",
"percentWeapon": "Weapons Loot (%)",
"percentWeaponHint": "Percentage chance of weapons in the NPC inventory not being looting (ie. too damaged for use)",
"percentEquipment": "Equipment Loot (%)",
"percentEquipmentHint": "Percentage chance of equipment in the NPC inventory not being looting (ie. too damaged for use)",
"percentConsumable": "Consumable Loot (%)",
"percentConsumableHint": "Percentage chance of consumable in the NPC inventory not being looting (too damaged for use)",
"removeItem": "Remove Item from token",
"removeItemHint" : "Se ativado remove os itens do token (não remove do ator a menos que o token estiver linkado)"
"removeItemHint": "If enabled it removes items from the token (does not remove from the actor unless the token is linked)",
"interactDistance": "Maximum distance to interact (in grids)",
"interactDistanceHint": "the maximum distance for players to interact with the lock in number of grids"
}
}
2 changes: 2 additions & 0 deletions lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"percentEquipmentHint": "Porcentagem de chance das armas no inventório do NPC não servirem para pilhagem (Foram danificadas)",
"percentConsumable": "Pilhagem de consumivel (%)",
"percentConsumableHint": "Porcentagem de chance das armas no inventório do NPC não servirem para pilhagem (Foram danificadas)",
"interactDistance": "Distância máxima para interagir (em grade)",
"interactDistanceHint": "A distância mimáxima para os jogadores interagirem com a trava em unidades de grade do mapa",
"removeItem": "Remover os Itens",
"removeItemHint": "Se ativado remove os itens do token (não remove do ator a menos que o token estiver linkado)"
}
Expand Down

0 comments on commit 6c9c1d8

Please sign in to comment.