Ajout des fonctions de gestion des soins
This commit is contained in:
76
lang/en.json
76
lang/en.json
@@ -18,6 +18,12 @@
|
||||
"Save": "Save",
|
||||
"Cancel": "Cancel",
|
||||
"Close": "Close",
|
||||
"Dialog": {
|
||||
"ConfirmDeleteTitle": "Confirm Deletion",
|
||||
"ConfirmDeleteContent": "Are you sure you want to delete \"{name}\"?",
|
||||
"Yes": "Yes",
|
||||
"No": "No"
|
||||
},
|
||||
"Themes": {
|
||||
"BlackAndRed": "Classic Traveller Cover",
|
||||
"Mwamba": "Oppa Mwamba Style",
|
||||
@@ -60,6 +66,7 @@
|
||||
"Weeks": "Weeks",
|
||||
"NewCareer": "New Career",
|
||||
"AddCareer": "Add Career",
|
||||
"ThisTrait": "this trait",
|
||||
"EditCareer": "Edit Career",
|
||||
"EditTrait": "Éditer Trait",
|
||||
"DeleteTrait": "Supprimer Trait",
|
||||
@@ -343,7 +350,10 @@
|
||||
"EncumbranceDM": "Encumbrance (DM -2)",
|
||||
"FatigueDM": "Fatigue (DM -2)",
|
||||
"Boon": "Boon",
|
||||
"Bane": "Bane"
|
||||
"Bane": "Bane",
|
||||
"CreatureSkill": "Skill",
|
||||
"NoSkill": "No skill",
|
||||
"Days": "Days"
|
||||
},
|
||||
"Timeframes": {
|
||||
"Normal": "Normal",
|
||||
@@ -355,7 +365,11 @@
|
||||
"ApplyDamages": "Apply Damages",
|
||||
"Damages": "Roll damages",
|
||||
"Success": "Success",
|
||||
"Failure": "Failure"
|
||||
"Failure": "Failure",
|
||||
"Effect": "Effect",
|
||||
"Dice": "Dice",
|
||||
"Result": "Result",
|
||||
"DiceModifier": "Dice Modifier"
|
||||
}
|
||||
},
|
||||
"Items": {
|
||||
@@ -393,7 +407,7 @@
|
||||
"Informations": "Informations",
|
||||
"Improvement": "Improvement",
|
||||
"Interval": "Interval",
|
||||
"IsMelee": "IsMelee",
|
||||
"IsMelee": "Melee Weapon",
|
||||
"Items": "Items",
|
||||
"Level": "Level",
|
||||
"Location": "Location",
|
||||
@@ -410,6 +424,7 @@
|
||||
"Occupation": "Occupation",
|
||||
"OnHand": "On Hand",
|
||||
"Options": "Options",
|
||||
"PerDay": "per day",
|
||||
"PSICost": "PSI Cost",
|
||||
"Powered": "Powered",
|
||||
"Processing": "Processing",
|
||||
@@ -461,11 +476,13 @@
|
||||
"TabAttacks": "Attacks",
|
||||
"TabTraits": "Traits",
|
||||
"TabInfo": "Information",
|
||||
"TabCombat": "Combat",
|
||||
"SkillName": "Skill",
|
||||
"SkillLevel": "Level",
|
||||
"SkillNote": "Note",
|
||||
"AttackName": "Attack",
|
||||
"AttackDamage": "Damage",
|
||||
"AttackSkill": "Skill",
|
||||
"TraitName": "Trait",
|
||||
"TraitValue": "Value",
|
||||
"AddSkill": "Add a skill",
|
||||
@@ -480,6 +497,36 @@
|
||||
"SkillLabel": "Skill",
|
||||
"RollTitle": "Creature roll"
|
||||
},
|
||||
"SpeedBands": {
|
||||
"Stoppped": "Stopped",
|
||||
"Idle": "Idle",
|
||||
"VerySlow": "Very Slow",
|
||||
"Slow": "Slow",
|
||||
"Medium": "Medium",
|
||||
"High": "High",
|
||||
"Fast": "Fast",
|
||||
"VeryFast": "Very Fast",
|
||||
"Subsonic": "Subsonic",
|
||||
"Hypersonic": "Hypersonic"
|
||||
},
|
||||
"Vehicule": {
|
||||
"Hull": "Hull",
|
||||
"ArmorFront": "Front",
|
||||
"ArmorSides": "Sides",
|
||||
"ArmorRear": "Rear",
|
||||
"Armor": "Armor",
|
||||
"SpeedCruise": "Cruise Speed",
|
||||
"SpeedMax": "Max Speed",
|
||||
"Agility": "Agility",
|
||||
"Crew": "Crew",
|
||||
"Passengers": "Passengers",
|
||||
"Cargo": "Cargo (t)",
|
||||
"Shipping": "Shipping (t)",
|
||||
"Cost": "Cost (Cr)",
|
||||
"Autopilot": "Autopilot",
|
||||
"TabStats": "Statistics",
|
||||
"TabDescription": "Description"
|
||||
},
|
||||
"CreatureBehaviorType": {
|
||||
"herbivore": "Herbivore",
|
||||
"carnivore": "Carnivore",
|
||||
@@ -500,6 +547,29 @@
|
||||
"necrophage": "Carrion-eater",
|
||||
"reducteur": "Reducer",
|
||||
"opportuniste": "Opportunist"
|
||||
},
|
||||
"Healing": {
|
||||
"Title": "Healing",
|
||||
"FirstAid": "First Aid",
|
||||
"Surgery": "Surgery",
|
||||
"MedicalCare": "Medical Care",
|
||||
"NaturalHealing": "Natural Healing",
|
||||
"WillRestore": "Will restore",
|
||||
"SurgeryFailed": "Surgery failed - patient takes damage",
|
||||
"ApplyHealing": "Apply Healing",
|
||||
"ApplySurgeryDamage": "Apply Surgery Damage",
|
||||
"SurgeryDamage": "surgery damage",
|
||||
"ApplyToTarget": "Apply healing to selected target",
|
||||
"NoMedicineSkill": "No Medicine Skill",
|
||||
"Heals": "heals"
|
||||
},
|
||||
"Notifications": {
|
||||
"HealingApplied": "{name} has been healed for {amount} points.",
|
||||
"DamageApplied": "{name} has taken {amount} damage."
|
||||
},
|
||||
"Errors": {
|
||||
"NoTokenSelected": "No token selected. Select a token on the scene before applying.",
|
||||
"InvalidRollFormula": "Invalid roll formula."
|
||||
}
|
||||
},
|
||||
"TYPES.Actor.creature": "Creature"
|
||||
|
||||
Reference in New Issue
Block a user