Add item CRUD into the GameMaster screen

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2025-04-04 17:05:29 +02:00
parent 4ac30fd9b5
commit 5bcb4367d6
32 changed files with 1467 additions and 40 deletions

View file

@ -232,6 +232,7 @@
<string name="game_master__title">Admin</string>
<string name="game_master__action">GameMaster</string>
<string name="game_master__action__save">Sauvegarder</string>
<string name="game_master__character__filter">Filtrer par nom :</string>
<string name="game_master__character_level__label">niv: %1$d</string>
<string name="game_master__character_tag__character">Joueur</string>
@ -253,7 +254,15 @@
<string name="game_master__alteration__edit_tags">Tags</string>
<string name="game_master__alteration__edit_field_id">Identifiant du champ</string>
<string name="game_master__alteration__edit_field_expression">Expression</string>
<string name="game_master__alteration__edit_field_save">Sauvegarder</string>
<string name="game_master__alteration__edit_field_cancel">Annuler</string>
<string name="game_master__item__create">Créer un objet</string>
<string name="game_master__item__delete">Supprimer un objet</string>
<string name="game_master__item__edit_id">Identifiant de l'altération</string>
<string name="game_master__item__edit_label">Nom</string>
<string name="game_master__item__edit_description">Description</string>
<string name="game_master__item__edit_image">Image url</string>
<string name="game_master__item__edit_thumbnail">Vignette url</string>
<string name="game_master__item__edit_stackable">Empilable</string>
<string name="game_master__item__edit_equipable">Équipable</string>
<string name="game_master__item__edit_consumable">Consommable</string>
</resources>