fix(i18n): localisation des notifications et messages d'erreur du système
This commit is contained in:
@@ -473,6 +473,23 @@
|
||||
"BOL.notification.MacroMultipleTokensSelected": "Vous avez sélectionné plusieurs tokens",
|
||||
"BOL.notification.MacroNoActorAvailable": "Aucun acteur n'a pu être ciblé",
|
||||
"BOL.notification.MacroNoTokenSelected": "Vous devez sélectionner un token",
|
||||
"BOL.notification.MacroNoItemFound": "{actor} : aucun(e) {type} trouvé(e).",
|
||||
"BOL.notification.MacroSpecifyNameOrIndex": "Précisez le nom ou l'index : {names}",
|
||||
"BOL.notification.MacroBadIndex": "{actor} : index {index} invalide pour {type}.",
|
||||
"BOL.notification.MacroItemNotFound": "{actor} : {type} \"{name}\" introuvable.",
|
||||
"BOL.notification.MacroUnknownAttribute": "Attribut inconnu : \"{key}\". Valeurs : vigor, agility, mind, appeal",
|
||||
"BOL.notification.MacroUnknownAptitude": "Aptitude inconnue : \"{key}\". Valeurs : init, melee, ranged, def",
|
||||
"BOL.notification.MacroUnknownRollType": "Type de jet inconnu : \"{type}\". Types valides : attribute, aptitude, weapon, spell, alchemy, horoscope",
|
||||
"BOL.notification.MacroNoPower": "Plus assez de points de Pouvoir !",
|
||||
"BOL.notification.FullDefense": "{actor} est en Défense Totale ! Il ne peut pas attaquer ce round.",
|
||||
"BOL.notification.WeaponNotFound": "Impossible de trouver l'arme !",
|
||||
"BOL.notification.AlchemyNotFound": "Impossible de trouver l'alchimie !",
|
||||
"BOL.notification.SpellNotFound": "Impossible de trouver ce sort !",
|
||||
"BOL.notification.NotEnoughCreationPrep": "Pas assez de Points de Création investis dans la Préparation !",
|
||||
"BOL.notification.NoPower": "Plus assez de points de Pouvoir !",
|
||||
"BOL.notification.AttackNotFound": "Impossible de trouver l'attaque correspondante, erreur de suivi de combat.",
|
||||
"BOL.notification.NoBirthHour": "{actor} n'a pas d'heure de naissance, ou elle est incorrecte : {hour}",
|
||||
"BOL.notification.BadBirthHour": "{hour} ne correspond pas à une heure de naissance",
|
||||
|
||||
"BOL.size.tiny": "Minuscule",
|
||||
"BOL.size.verysmall": "Très petite",
|
||||
@@ -632,6 +649,8 @@
|
||||
"BOL.chat.pcwarningmsg": "<b>ATTENTION</b> Le joueur n'est relié à aucun personnage !",
|
||||
"BOL.chat.pcnotlinked": "Le token du personnage joueur n'est pas relié à l'acteur",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>ATTENTION</b> Le token du personnage joueur n'est pas relié à l'acteur !",
|
||||
"BOL.chat.msgonlygm": "Message réservé au MJ uniquement",
|
||||
"BOL.chat.babelewarning": "⚠ ATTENTION ! La langue anglaise est sélectionnée, mais le module Babele n'est pas installé !<br>Veuillez installer babele depuis l'onglet des modules dans l'interface de Foundry.",
|
||||
|
||||
"BOL.settings.rollArmor": "Effectuer des jets pour les armures",
|
||||
"BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)",
|
||||
|
||||
Reference in New Issue
Block a user