Support des propriétés d'items
Amélioration de l'interface d'édition d'items
This commit is contained in:
43
lang/en.json
43
lang/en.json
@@ -24,21 +24,22 @@
|
||||
|
||||
"BOL.ui.tab.stats": "Attributs",
|
||||
"BOL.ui.tab.combat": "Combat",
|
||||
"BOL.ui.tab.actions": "Actions",
|
||||
"BOL.ui.tab.features": "Traits",
|
||||
"BOL.ui.tab.equipment": "Equipement",
|
||||
"BOL.ui.tab.description": "Description",
|
||||
"BOL.ui.tab.details": "Details",
|
||||
|
||||
"BOL.ui.properties": "Proprietes",
|
||||
"BOL.ui.properties": "Propriétés",
|
||||
"BOL.ui.description": "Description",
|
||||
"BOL.ui.actions": "Actions",
|
||||
"BOL.ui.capacities": "Capacités",
|
||||
"BOL.ui.damages": "Dommages",
|
||||
"BOL.ui.details": "Détails",
|
||||
"BOL.ui.category": "Catégorie",
|
||||
"BOL.ui.subcategory": "Sous-catégorie",
|
||||
"BOL.ui.type": "Type",
|
||||
"BOL.ui.subtype": "Sous-type",
|
||||
"BOL.ui.properties": "Propriétés",
|
||||
"BOL.ui.attribute" : "Attribut",
|
||||
"BOL.ui.aptitude" : "Aptitude",
|
||||
"BOL.ui.advantages" : "Avantages/Désavantages",
|
||||
@@ -46,11 +47,16 @@
|
||||
"BOL.ui.item": "Objet",
|
||||
"BOL.ui.edit": "Editer",
|
||||
"BOL.ui.unequip": "Déséquiper",
|
||||
"BOL.ui.equip": "Equiper",
|
||||
"BOL.ui.equip": "Équiper",
|
||||
"BOL.ui.delete": "Supprimer",
|
||||
"BOL.ui.roll" : "Utiliser",
|
||||
"BOL.ui.equipment" : "Équipement",
|
||||
"BOL.ui.equipmentProperties" : "Propiétés d'équipement",
|
||||
"BOL.ui.weaponProperties" : "Propiétés offensives",
|
||||
"BOL.ui.protectionProperties" : "Protection",
|
||||
"BOL.ui.magicalProperties" : "Propriétés magiques",
|
||||
"BOL.ui.armor" : "Armure",
|
||||
"BOL.ui.reach" : "Allonge",
|
||||
"BOL.ui.weapon" : "Arme",
|
||||
"BOL.ui.melee" : "Arme de contact",
|
||||
"BOL.ui.ranged" : "Arme à distance",
|
||||
@@ -59,6 +65,8 @@
|
||||
"BOL.ui.blocking" : "Blocage",
|
||||
"BOL.ui.range" : "Portée",
|
||||
"BOL.ui.quantity" : "Quantité",
|
||||
"BOL.ui.qty" : "Qté",
|
||||
"BOL.ui.slot" : "Empl.",
|
||||
"BOL.ui.weight" : "Poids",
|
||||
"BOL.ui.price": "Prix",
|
||||
"BOL.ui.cancel": "Annuler",
|
||||
@@ -77,6 +85,13 @@
|
||||
"BOL.ui.critical" : "Succès critique",
|
||||
"BOL.ui.maneuvers" : "Actions de combat",
|
||||
"BOL.ui.stacksize" : "Taille de pile (max)",
|
||||
"BOL.ui.weapons" : "Armes",
|
||||
"BOL.ui.protections" : "Protections",
|
||||
"BOL.ui.ammos" : "Munitions",
|
||||
"BOL.ui.containers" : "Conteneurs",
|
||||
"BOL.ui.treasure" : "Trésor",
|
||||
"BOL.ui.vehicles" : "Véhicules/Montures",
|
||||
"BOL.ui.misc" : "Divers",
|
||||
|
||||
"BOL.featureCategory.origins": "Origines",
|
||||
"BOL.featureCategory.races": "Races",
|
||||
@@ -140,7 +155,7 @@
|
||||
"BOL.itemProperty.bashing": "Dégâts non létaux",
|
||||
"BOL.itemProperty.stackable": "Empilable",
|
||||
"BOL.itemProperty.ranged": "A distance",
|
||||
"BOL.itemProperty.weapon": "Arme",
|
||||
"BOL.itemProperty.weapon": "Offensive",
|
||||
"BOL.itemProperty.reloadable": "Rechargeable",
|
||||
"BOL.itemProperty.worn": "Équipé",
|
||||
"BOL.itemProperty.spell" : "Sort",
|
||||
@@ -169,7 +184,8 @@
|
||||
"BOL.itemProperty.blockingAttacksBlocked" : "Attaques bloquée",
|
||||
"BOL.itemProperty.blocking1Attack" : "Bloque 1 attaque",
|
||||
"BOL.itemProperty.blockingAllAttacks" : "Bloque toutes les attaques",
|
||||
|
||||
"BOL.itemProperty.slot" : "Emplacement utilisé",
|
||||
"BOL.itemProperty.reload": "Rechargement (Actions)",
|
||||
|
||||
"BOL.itemStat.quantity": "Quantité",
|
||||
"BOL.itemStat.weight": "Poids",
|
||||
@@ -208,6 +224,23 @@
|
||||
"BOL.armorQuality.heavySup" : "Lourde Supérieure",
|
||||
"BOL.armorQuality.heavyLeg" : "Lourde Légendaire",
|
||||
|
||||
"BOL.equipmentSlots.none" : "-",
|
||||
"BOL.equipmentSlots.head" : "Tête",
|
||||
"BOL.equipmentSlots.neck" : "Cou",
|
||||
"BOL.equipmentSlots.shoulders" : "Épaules",
|
||||
"BOL.equipmentSlots.body" : "Corps",
|
||||
"BOL.equipmentSlots.rhand" : "Main droite",
|
||||
"BOL.equipmentSlots.lhand" : "Main gauche",
|
||||
"BOL.equipmentSlots.2hands" : "2 mains",
|
||||
"BOL.equipmentSlots.rarm" : "Bras droit",
|
||||
"BOL.equipmentSlots.larm" : "Bras gauche",
|
||||
"BOL.equipmentSlots.chest" : "Torse",
|
||||
"BOL.equipmentSlots.belt" : "Ceinture",
|
||||
"BOL.equipmentSlots.legs" : "Jambes",
|
||||
"BOL.equipmentSlots.feet" : "Pieds",
|
||||
"BOL.equipmentSlots.finder" : "Doigt",
|
||||
"BOL.equipmentSlots.ear" : "Oreille",
|
||||
|
||||
|
||||
"BOL.range.PointBlank": "Bout portant",
|
||||
"BOL.range.Short": "Courte",
|
||||
|
||||
50
lang/fr.json
50
lang/fr.json
@@ -24,21 +24,22 @@
|
||||
|
||||
"BOL.ui.tab.stats": "Attributs",
|
||||
"BOL.ui.tab.combat": "Combat",
|
||||
"BOL.ui.tab.actions": "Actions",
|
||||
"BOL.ui.tab.features": "Traits",
|
||||
"BOL.ui.tab.equipment": "Equipement",
|
||||
"BOL.ui.tab.description": "Description",
|
||||
"BOL.ui.tab.details": "Details",
|
||||
|
||||
"BOL.ui.properties": "Proprietes",
|
||||
"BOL.ui.properties": "Propriétés",
|
||||
"BOL.ui.description": "Description",
|
||||
"BOL.ui.actions": "Actions",
|
||||
"BOL.ui.capacities": "Capacités",
|
||||
"BOL.ui.damages": "Dommages",
|
||||
"BOL.ui.details": "Détails",
|
||||
"BOL.ui.category": "Catégorie",
|
||||
"BOL.ui.subcategory": "Sous-catégorie",
|
||||
"BOL.ui.type": "Type",
|
||||
"BOL.ui.subtype": "Sous-type",
|
||||
"BOL.ui.properties": "Propriétés",
|
||||
"BOL.ui.attribute" : "Attribut",
|
||||
"BOL.ui.aptitude" : "Aptitude",
|
||||
"BOL.ui.advantages" : "Avantages/Désavantages",
|
||||
@@ -46,11 +47,16 @@
|
||||
"BOL.ui.item": "Objet",
|
||||
"BOL.ui.edit": "Editer",
|
||||
"BOL.ui.unequip": "Déséquiper",
|
||||
"BOL.ui.equip": "Equiper",
|
||||
"BOL.ui.equip": "Équiper",
|
||||
"BOL.ui.delete": "Supprimer",
|
||||
"BOL.ui.roll" : "Utiliser",
|
||||
"BOL.ui.equipment" : "Équipement",
|
||||
"BOL.ui.equipmentProperties" : "Propiétés d'équipement",
|
||||
"BOL.ui.weaponProperties" : "Propiétés offensives",
|
||||
"BOL.ui.protectionProperties" : "Protection",
|
||||
"BOL.ui.magicalProperties" : "Propriétés magiques",
|
||||
"BOL.ui.armor" : "Armure",
|
||||
"BOL.ui.reach" : "Allonge",
|
||||
"BOL.ui.weapon" : "Arme",
|
||||
"BOL.ui.melee" : "Arme de contact",
|
||||
"BOL.ui.ranged" : "Arme à distance",
|
||||
@@ -59,6 +65,8 @@
|
||||
"BOL.ui.blocking" : "Blocage",
|
||||
"BOL.ui.range" : "Portée",
|
||||
"BOL.ui.quantity" : "Quantité",
|
||||
"BOL.ui.qty" : "Qté",
|
||||
"BOL.ui.slot" : "Empl.",
|
||||
"BOL.ui.weight" : "Poids",
|
||||
"BOL.ui.price": "Prix",
|
||||
"BOL.ui.cancel": "Annuler",
|
||||
@@ -77,6 +85,15 @@
|
||||
"BOL.ui.critical" : "Succès critique",
|
||||
"BOL.ui.maneuvers" : "Actions de combat",
|
||||
"BOL.ui.stacksize" : "Taille de pile (max)",
|
||||
"BOL.ui.weapons" : "Armes",
|
||||
"BOL.ui.protections" : "Protections",
|
||||
"BOL.ui.ammos" : "Munitions",
|
||||
"BOL.ui.containers" : "Conteneurs",
|
||||
"BOL.ui.treasure" : "Trésor",
|
||||
"BOL.ui.vehicles" : "Véhicules/Montures",
|
||||
"BOL.ui.misc" : "Divers",
|
||||
"BOL.ui.vehicleProperties" : " Propriétés de véhicule",
|
||||
"BOL.ui.speed" : "Vitesse",
|
||||
|
||||
"BOL.featureCategory.origins": "Origines",
|
||||
"BOL.featureCategory.races": "Races",
|
||||
@@ -140,7 +157,7 @@
|
||||
"BOL.itemProperty.bashing": "Dégâts non létaux",
|
||||
"BOL.itemProperty.stackable": "Empilable",
|
||||
"BOL.itemProperty.ranged": "A distance",
|
||||
"BOL.itemProperty.weapon": "Arme",
|
||||
"BOL.itemProperty.weapon": "Offensive",
|
||||
"BOL.itemProperty.reloadable": "Rechargeable",
|
||||
"BOL.itemProperty.worn": "Équipé",
|
||||
"BOL.itemProperty.spell" : "Sort",
|
||||
@@ -169,7 +186,8 @@
|
||||
"BOL.itemProperty.blockingAttacksBlocked" : "Attaques bloquée",
|
||||
"BOL.itemProperty.blocking1Attack" : "Bloque 1 attaque",
|
||||
"BOL.itemProperty.blockingAllAttacks" : "Bloque toutes les attaques",
|
||||
|
||||
"BOL.itemProperty.slot" : "Emplacement utilisé",
|
||||
"BOL.itemProperty.reload": "Rechargement (Actions)",
|
||||
|
||||
"BOL.itemStat.quantity": "Quantité",
|
||||
"BOL.itemStat.weight": "Poids",
|
||||
@@ -208,6 +226,28 @@
|
||||
"BOL.armorQuality.heavySup" : "Lourde Supérieure",
|
||||
"BOL.armorQuality.heavyLeg" : "Lourde Légendaire",
|
||||
|
||||
"BOL.equipmentSlots.none" : "-",
|
||||
"BOL.equipmentSlots.head" : "Tête",
|
||||
"BOL.equipmentSlots.neck" : "Cou",
|
||||
"BOL.equipmentSlots.shoulders" : "Épaules",
|
||||
"BOL.equipmentSlots.body" : "Corps",
|
||||
"BOL.equipmentSlots.rhand" : "Main droite",
|
||||
"BOL.equipmentSlots.lhand" : "Main gauche",
|
||||
"BOL.equipmentSlots.2hands" : "2 mains",
|
||||
"BOL.equipmentSlots.rarm" : "Bras droit",
|
||||
"BOL.equipmentSlots.larm" : "Bras gauche",
|
||||
"BOL.equipmentSlots.chest" : "Torse",
|
||||
"BOL.equipmentSlots.belt" : "Ceinture",
|
||||
"BOL.equipmentSlots.legs" : "Jambes",
|
||||
"BOL.equipmentSlots.feet" : "Pieds",
|
||||
"BOL.equipmentSlots.finder" : "Doigt",
|
||||
"BOL.equipmentSlots.ear" : "Oreille",
|
||||
|
||||
"BOL.vehicleCategory.mount" : "Monture terrestre",
|
||||
"BOL.vehicleCategory.flying" : "Monture volante",
|
||||
"BOL.vehicleCategory.boat" : "Bateau",
|
||||
"BOL.vehicleCategory.other" : "Autre",
|
||||
|
||||
|
||||
"BOL.range.PointBlank": "Bout portant",
|
||||
"BOL.range.Short": "Courte",
|
||||
|
||||
Reference in New Issue
Block a user