Machine translation for ES
some minors fixes
This commit is contained in:
@@ -1,22 +1,24 @@
|
||||
{
|
||||
"i18N.Language": "English",
|
||||
"i18N.Maintainers": ["Team L5R"],
|
||||
"SETTINGS.Simplemacroshorthandn": "Shortened Macro Syntax",
|
||||
"SETTINGS.Simplemacroshorthandl": "Enable a shortened macro syntax which allows referencing attributes directly, for example @str instead of @attributes.str.value. Disable this setting if you need the ability to reference the full attribute model, for example @attributes.str.label.",
|
||||
"SETTINGS.Simpleinitformulan": "Initiative Formula",
|
||||
"SETTINGS.Simpleinitformulal": "Enter an initiative formula, such as d20+@dex",
|
||||
"SETTINGS.None": "No option",
|
||||
"SIMPLE.Notifyinitformulaupdated": "Initiative formula was updated to:",
|
||||
"SIMPLE.Notifyinitformulainvalid": "Initiative formula was invalid:",
|
||||
"ACTOR.TypeCharacter": "Player Character",
|
||||
"ACTOR.TypeNpc": "Non-Player Character",
|
||||
"ITEM.TypeItem": "Item",
|
||||
"ITEM.TypeArmor": "Armor",
|
||||
"ITEM.TypeWeapon": "Weapon",
|
||||
"ITEM.TypeTechnique": "Technique",
|
||||
"ITEM.TypeProperty": "Property",
|
||||
"ITEM.TypePeculiarity": "Peculiarity",
|
||||
"ITEM.TypeAdvancement": "Advancement",
|
||||
"i18n": {
|
||||
"Language": "English",
|
||||
"Maintainers": ["Team L5R"]
|
||||
},
|
||||
"SETTINGS": {
|
||||
"None": "No option"
|
||||
},
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Player Character",
|
||||
"TypeNpc": "Non-Player Character"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeItem": "Item",
|
||||
"TypeArmor": "Armor",
|
||||
"TypeWeapon": "Weapon",
|
||||
"TypeTechnique": "Technique",
|
||||
"TypeProperty": "Property",
|
||||
"TypePeculiarity": "Peculiarity",
|
||||
"TypeAdvancement": "Advancement"
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
"ok": "OK",
|
||||
@@ -305,7 +307,6 @@
|
||||
"twenty_questions": {
|
||||
"title": "Twenty questions",
|
||||
"bt_abrev": "20Q",
|
||||
"bt_refresh": "Refresh",
|
||||
"bt_next": "Next",
|
||||
"increase_ring1": "Ring increase (1)",
|
||||
"increase_ring2": "Ring increase (2)",
|
||||
|
||||
Reference in New Issue
Block a user