Working on 0.8.x
- NPC with all ring on strengths/weaknesses (CSS TODO). - Removed Custom tech "Links" as they are in fact "Bonds" and need more work. - Added Bonds, SignatureScroll, ItemPatterns and working on titles
This commit is contained in:
@@ -30,7 +30,11 @@
|
||||
"TypeTechnique": "Technique",
|
||||
"TypeProperty": "Property",
|
||||
"TypePeculiarity": "Peculiarity",
|
||||
"TypeAdvancement": "Advancement"
|
||||
"TypeAdvancement": "Advancement",
|
||||
"TypeTitle": "Title",
|
||||
"TypeBond": "Bond",
|
||||
"TypeSignature_scroll": "Signature Scroll",
|
||||
"TypeItem_pattern": "Item Pattern"
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
@@ -136,7 +140,6 @@
|
||||
"properties": "Properties",
|
||||
"weapons": {
|
||||
"title": "Weapons",
|
||||
"title_new": "New Weapon",
|
||||
"damage": "Damage",
|
||||
"range": "Range",
|
||||
"stats": "Stats",
|
||||
@@ -148,20 +151,17 @@
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armors",
|
||||
"title_new": "New Armor",
|
||||
"type": "Resistances",
|
||||
"physical": "physical",
|
||||
"supernatural": "supernatural",
|
||||
"equipped": "Equipped"
|
||||
},
|
||||
"items": {
|
||||
"title": "Items",
|
||||
"title_new": "New Item"
|
||||
"title": "Items"
|
||||
},
|
||||
"feats": "Feats",
|
||||
"techniques": {
|
||||
"title": "Techniques",
|
||||
"title_new": "New Technique",
|
||||
"not_allowed": "Your character does not use this type of technique.",
|
||||
"only_one": "Your character can possess only one of theses technique.",
|
||||
"type": "Allowed Techniques",
|
||||
@@ -175,11 +175,10 @@
|
||||
"ninjutsu": "Ninjutsu",
|
||||
"school_ability": "School Ability",
|
||||
"mastery_ability": "Mastery Ability",
|
||||
"link": "Links",
|
||||
"title_ability": "Title Ability",
|
||||
"specificity": "Specificities"
|
||||
},
|
||||
"peculiarities": {
|
||||
"title_new": "New peculiarity",
|
||||
"types": {
|
||||
"distinction": "Distinction",
|
||||
"passion": "Passion",
|
||||
@@ -212,6 +211,7 @@
|
||||
"attitude": "Demeanor:",
|
||||
"advantages": "Distinctions and Passions",
|
||||
"disadvantages": "Adversities and Anxieties",
|
||||
"bonds": "Bonds",
|
||||
"npc": {
|
||||
"advantages": "Advantages",
|
||||
"disadvantages": "Disadvantages"
|
||||
@@ -322,7 +322,6 @@
|
||||
},
|
||||
"advancements": {
|
||||
"title": "Advancements",
|
||||
"title_new": "New advancement",
|
||||
"school_rank": "School rank",
|
||||
"school_rank_0": "Bg",
|
||||
"total": "Total",
|
||||
@@ -331,7 +330,10 @@
|
||||
"saved": "Saved",
|
||||
"total_xp_rank": "Xp spent",
|
||||
"curriculum": "In curriculum",
|
||||
"curriculum_validate": "Complete this rank"
|
||||
"curriculum_validate": "Complete this rank",
|
||||
"rarity_modifier": "Rarity modifier",
|
||||
"item_pattern": "Item Patterns",
|
||||
"signature_scroll": "Signature Scrolls"
|
||||
},
|
||||
"character_types": {
|
||||
"character": "Player Character",
|
||||
|
||||
@@ -30,7 +30,11 @@
|
||||
"TypeTechnique": "Técnica",
|
||||
"TypeProperty": "Propiedad",
|
||||
"TypePeculiarity": "Peculiaridad",
|
||||
"TypeAdvancement": "Mejora"
|
||||
"TypeAdvancement": "Mejora",
|
||||
"TypeTitle": "Title",
|
||||
"TypeBond": "Bond",
|
||||
"TypeSignatureScroll": "Signature Scroll",
|
||||
"TypeItemPattern": "Item Pattern"
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
@@ -136,7 +140,6 @@
|
||||
"properties": "Propiedades",
|
||||
"weapons": {
|
||||
"title": "Armas",
|
||||
"title_new": "Nueva arma",
|
||||
"damage": "Daño",
|
||||
"range": "Alcance",
|
||||
"stats": "Estadísticas",
|
||||
@@ -148,15 +151,13 @@
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armaduras",
|
||||
"title_new": "Nueva Armadura",
|
||||
"type": "Defensa",
|
||||
"physical": "física",
|
||||
"supernatural": "sobrenatural",
|
||||
"equipped": "Equipado"
|
||||
},
|
||||
"items": {
|
||||
"title": "Objetos",
|
||||
"title_new": "Nuevo objeto"
|
||||
"title": "Objetos"
|
||||
},
|
||||
"feats": "Logros",
|
||||
"techniques": {
|
||||
@@ -164,7 +165,6 @@
|
||||
"type": "Técnicas permitidas",
|
||||
"not_allowed": "Tu personaje no puede utilizar este tipo de técnica.",
|
||||
"only_one": "Tu personaje sólo puede poseer una de estas técnicas.",
|
||||
"title_new": "Nueva Técnica",
|
||||
"kata": "Kata",
|
||||
"kiho": "Kihõ",
|
||||
"inversion": "Inversion",
|
||||
@@ -175,11 +175,10 @@
|
||||
"ninjutsu": "Ninjutsu",
|
||||
"school_ability": "Capacidad de escuela",
|
||||
"mastery_ability": "Habilidad de maestría",
|
||||
"link": "Links",
|
||||
"title_ability": "Title Ability",
|
||||
"specificity": "Specificities"
|
||||
},
|
||||
"peculiarities": {
|
||||
"title_new": "Nueva peculiaridad",
|
||||
"types": {
|
||||
"distinction": "Distinción",
|
||||
"passion": "Pasión",
|
||||
@@ -212,6 +211,7 @@
|
||||
"attitude": "Actitud:",
|
||||
"advantages": "Distinciones y pasiones",
|
||||
"disadvantages": "Adversidades y ansiedades",
|
||||
"bonds": "Bonds",
|
||||
"npc": {
|
||||
"advantages": "Ventajas",
|
||||
"disadvantages": "Desventajas"
|
||||
@@ -322,7 +322,6 @@
|
||||
},
|
||||
"advancements": {
|
||||
"title": "Avances",
|
||||
"title_new": "Nuevo avance",
|
||||
"school_rank": "Rango de la escuela",
|
||||
"school_rank_0": "Bg",
|
||||
"total": "Total",
|
||||
@@ -331,7 +330,10 @@
|
||||
"saved": "Guardado",
|
||||
"total_xp_rank": "PE gastados",
|
||||
"curriculum": "En programa de estudio",
|
||||
"curriculum_validate": "Completar este rango"
|
||||
"curriculum_validate": "Completar este rango",
|
||||
"rarity_modifier": "Rarity modifier",
|
||||
"item_pattern": "Item patterns",
|
||||
"signature_scroll": "Signature scrolls"
|
||||
},
|
||||
"character_types": {
|
||||
"character": "Personaje jugador",
|
||||
|
||||
@@ -30,7 +30,11 @@
|
||||
"TypeTechnique": "Technique",
|
||||
"TypeProperty": "Propriété",
|
||||
"TypePeculiarity": "Particularité",
|
||||
"TypeAdvancement": "Progression"
|
||||
"TypeAdvancement": "Progression",
|
||||
"TypeTitle": "Titre",
|
||||
"TypeBond": "Lien",
|
||||
"TypeSignature_scroll": "Rouleau de marque",
|
||||
"TypeItem_pattern": "Procédé de fabrication"
|
||||
},
|
||||
"l5r5e": {
|
||||
"global": {
|
||||
@@ -136,7 +140,6 @@
|
||||
"properties": "Propriétés",
|
||||
"weapons": {
|
||||
"title": "Armement",
|
||||
"title_new": "Nouvelle Arme",
|
||||
"damage": "Dégâts de base (DDB)",
|
||||
"range": "Portée (PRT)",
|
||||
"stats": "Attributs",
|
||||
@@ -148,20 +151,17 @@
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armures",
|
||||
"title_new": "Nouvelle Armure",
|
||||
"type": "Défense",
|
||||
"physical": "Physique",
|
||||
"supernatural": "Spirituelle",
|
||||
"equipped": "Équipé"
|
||||
},
|
||||
"items": {
|
||||
"title": "Objets",
|
||||
"title_new": "Nouvel Objet"
|
||||
"title": "Objets"
|
||||
},
|
||||
"feats": "Prouesses",
|
||||
"techniques": {
|
||||
"title": "Techniques",
|
||||
"title_new": "Nouvelle Technique",
|
||||
"not_allowed": "Votre personnage n'utilise pas ce type de technique.",
|
||||
"only_one": "Votre personnage ne peut avoir qu'une seule de ces technique.",
|
||||
"type": "Type accessible",
|
||||
@@ -175,10 +175,10 @@
|
||||
"ninjutsu": "Ninjutsu",
|
||||
"school_ability": "Capacité d'école",
|
||||
"mastery_ability": "Capacité de maîtrise",
|
||||
"title_ability": "Capacité de Titre",
|
||||
"specificity": "Particularités"
|
||||
},
|
||||
"peculiarities": {
|
||||
"title_new": "Nouvelle particularité",
|
||||
"types": {
|
||||
"distinction": "Aptitude",
|
||||
"passion": "Passion",
|
||||
@@ -211,6 +211,7 @@
|
||||
"attitude": "attitude :",
|
||||
"advantages": "Aptitudes et Passions",
|
||||
"disadvantages": "Coups du sort et défaillances",
|
||||
"bonds": "Liens",
|
||||
"npc": {
|
||||
"advantages": "Avantages",
|
||||
"disadvantages": "Désavantages"
|
||||
@@ -321,7 +322,6 @@
|
||||
},
|
||||
"advancements": {
|
||||
"title": "Progressions",
|
||||
"title_new": "Nouvelle progression",
|
||||
"school_rank": "Rang d'école",
|
||||
"school_rank_0": "Bg",
|
||||
"total": "Totale",
|
||||
@@ -330,7 +330,10 @@
|
||||
"saved": "Restante",
|
||||
"total_xp_rank": "Xp dépensée",
|
||||
"curriculum": "Inclus dans le cursus",
|
||||
"curriculum_validate": "Valider la progression"
|
||||
"curriculum_validate": "Valider la progression",
|
||||
"rarity_modifier": "Modificateur de rareté",
|
||||
"item_pattern": "Procédés de fabrication",
|
||||
"signature_scroll": "Rouleaux de marque"
|
||||
},
|
||||
"character_types": {
|
||||
"character": "Personnage Joueur",
|
||||
|
||||
Reference in New Issue
Block a user