Add realtime database to the APP.

This commit is contained in:
Thomas Andres Gomez 2023-10-04 19:21:10 +02:00
parent e2209bf005
commit ee81f9082d
50 changed files with 1478 additions and 342 deletions

View file

@ -75,7 +75,7 @@
<string name="map_label">Coordinates</string>
<string name="character_sheet_title">Character sheet</string>
<string name="character_sheet_title_hp">HP</string>
<string name="character_sheet_title_hp">Hit Point</string>
<string name="character_sheet_title_ca">CA</string>
<string name="character_sheet_title_dc">DC</string>
<string name="character_sheet_title_speed">Speed</string>
@ -154,4 +154,10 @@
<string name="alteration_source">Source: %1$s</string>
<string name="alteration_target">Target: %1$s</string>
<string name="token_label_title">Skill</string>
<string name="token_label_rage">Rage</string>
<string name="token_label_relentless_endurance">Relentless Endurance</string>
<string name="token_label_bardic_inspiration">Bardic Inspiration</string>
<string name="token_label_divine_conduit">Divine Conduit</string>
</resources>