Ajout dialog employé

This commit is contained in:
2026-06-03 19:20:09 +02:00
parent 48660c9430
commit 6f3996d216
32 changed files with 1758 additions and 53 deletions
+52 -1
View File
@@ -204,5 +204,56 @@
"DNC.Chat.DamageUsageStable": "L'arme tient bon, ses degats restent inchanges.",
"DNC.Chat.DamageUsageExhausted": "L'arme est epuisee, elle ne peut plus causer de degats.",
"DNC.UI.DamageExhausted": "Epuise",
"DNC.Warn.DamageExhausted": "Cette arme est epuisee et ne peut plus causer de degats."
"DNC.Warn.DamageExhausted": "Cette arme est epuisee et ne peut plus causer de degats.",
"DNC.Dialog.EmployeesTitle": "Employés",
"DNC.Dialog.EmployeesTabEmployes": "Employés",
"DNC.Dialog.EmployeesTabCombat": "Combat",
"DNC.Dialog.EmployeesTabCharacteristics": "Caractéristiques",
"DNC.Dialog.EmployeesTabMagie": "Magie",
"DNC.Dialog.EmployeesTabClients": "Clients",
"DNC.Empty.NoEmployees": "Aucun employé trouvé.",
"DNC.UI.Weapons": "Armes",
"DNC.UI.Armors": "Armures",
"DNC.UI.Spells": "Sortilèges",
"DNC.UI.Capacities": "Capacités",
"DNC.UI.Employee": "Employé",
"DNC.UI.Dv": "DV",
"DNC.UI.MeleeAttacks": "Attaques CàC",
"DNC.UI.RangedAttacks": "Attaques Dist.",
"DNC.UI.Damage": "Dégâts",
"DNC.UI.Range": "Portée",
"DNC.UI.Ammunition": "Munitions",
"DNC.UI.ProtectionDie": "Protection Δ",
"DNC.UI.Encumbrance": "Encombrement",
"DNC.UI.RemainingProtection": "Protection restante",
"DNC.UI.Notes": "Notes",
"DNC.UI.Description": "Description",
"DNC.UI.Rank": "Rang",
"DNC.UI.Focus": "Focus",
"DNC.UI.Chaos": "Chaos",
"DNC.WeaponCategory.Melee": "Corps à corps",
"DNC.WeaponCategory.Ranged": "Distance",
"DNC.WeaponHands.Label": "Mains",
"DNC.WeaponHands.One": "1 main",
"DNC.WeaponHands.Two": "2 mains",
"DNC.WeaponRange.Contact": "Contact",
"DNC.Ammunition.Exhausted": "Épuisées",
"DNC.Empty.NoWeapons": "Aucune arme répertoriée.",
"DNC.Empty.NoArmors": "Aucune armure répertoriée.",
"DNC.Empty.NoSpells": "Aucun sortilège répertorié.",
"DNC.Empty.NoCapacities": "Aucune capacité répertoriée.",
"DNC.Empty.NoClients": "Aucun client répertorié.",
"DNC.Client.Species": "Espèce",
"DNC.Client.Category": "Catégorie",
"DNC.Client.Role": "Rôle"
}