Add filter chip to the gamemaster character screen.

This commit is contained in:
Thomas Andres Gomez 2025-03-16 14:41:23 +01:00
parent a59444c610
commit 662e270f3f
6 changed files with 196 additions and 75 deletions

View file

@ -178,10 +178,10 @@
<string name="level_up__skill_level">niv : %1$d -</string>
<string name="game_master__character_level__label">niv: %1$d</string>
<string name="game_master__character_tag__character_search">joueur</string>
<string name="game_master__character_tag__character_label">joueur: %1$d</string>
<string name="game_master__character_tag__npc_search">npc</string>
<string name="game_master__character_tag__npc_label">npc: %1$d</string>
<string name="game_master__character_tag__character_search">Joueur</string>
<string name="game_master__character_tag__character_label">Joueur-%1$d</string>
<string name="game_master__character_tag__npc_search">Npc</string>
<string name="game_master__character_tag__npc_label">Npc-%1$d</string>
<string name="game_master__character_action__display_portrait">Afficher le portrait</string>
<string name="game_master__character_action__add_to_group">Ajouter au groupe</string>
<string name="game_master__character_action__remove_from_group">Retirer du groupe (id: %1$d)</string>