Add toggable addIventoryItem action linked to the Addable tag.

This commit is contained in:
Thomas Andres Gomez 2025-04-20 12:11:27 +02:00
parent ae820f5979
commit 04825cafda
9 changed files with 180 additions and 41 deletions

View file

@ -187,6 +187,8 @@
<string name="character__inventory__filter_inventory__label">Filtrer l'inventaire</string>
<string name="character__inventory__add_to_inventory__action">Ajouter un objet</string>
<string name="character__inventory__use__action">Utiliser</string>
<string name="character__inventory__equip__action">Équiper</string>
<string name="character__inventory__unequip__action">Déséquiper</string>
<string name="character__inventory__add_to_purse__title">Ajouter à la bourse</string>
<string name="character__inventory__remove_from_purse__title">Retirer de la bourse</string>
<string name="character__inventory__filter_item_inventory__label">Filtrer les objets</string>
@ -194,7 +196,7 @@
<string name="character__inventory__inventory__dialog__action">Ajouter à l'inventaire</string>
<string name="character__inventory__inventory__dialog__count">Quantité</string>
<string name="character__inventory__inventory__dialog__count_action">Modifier</string>
<string name="character__inventory__inventory__dialog__throw_action">Jetter</string>
<string name="character__inventory__inventory__dialog__throw_action">Jeter</string>
<string name="character__inventory__inventory__dialog__equip_action">Equiper</string>
<string name="character__inventory__inventory__dialog__consume_action">Utiliser</string>
<string name="character__inventory__description_empty__label">Cet objet n'a pas de description.</string>