mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
* Revert "Getting Most Recent Translations" * revert * adding back in .example files * string xml is a little funky * userRepository added * added strings and set up for if user has group challenges * checking challenge/party membership * Just trying to learn flowables * Recognizes user as part of group challenges * Log statements to track code flow * Fixed the code flow * Fixed the timing issue, not super elegant * reverting GroupViewModel to its initial for now * Adding functionality to remove challenges * Added Chloe's guild changes * quick guild fix * Fixed guild modal formatting issue for consistency and added new strings to strings.xml * Fixed an instance of if/else formatting * Update GuildDetailFragment.kt Corrected alert title for leaving a guild while not a member of Guild Challenges. Co-authored-by: Isabel Lally <43449214+ilally93@users.noreply.github.com> Co-authored-by: Isabel Lally <ilally93@gmail.com> Co-authored-by: Isabel Lally <lallyir@g.cofc.edu> Co-authored-by: Phillip Thelen <phillip@habitica.com>
21 lines
No EOL
1 KiB
XML
21 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="sidebar_tasks">Tarefas</string>
|
|
<string name="sidebar_skills">Habilidades</string>
|
|
<string name="sidebar_section_social">Social</string>
|
|
<string name="sidebar_inbox">Mensagens</string>
|
|
<string name="sidebar_tavern">Taberna</string>
|
|
<string name="sidebar_party">Equipa</string>
|
|
<string name="sidebar_guilds">Guildas</string>
|
|
<string name="sidebar_challenges">Desafios</string>
|
|
<string name="sidebar_section_inventory">Inventário</string>
|
|
<string name="sidebar_avatar">Avatar</string>
|
|
<string name="sidebar_equipment">Equipamento</string>
|
|
<string name="sidebar_stable">Crias e Montadas</string>
|
|
<string name="sidebar_news">Notícias</string>
|
|
<string name="sidebar_about">Sobre</string>
|
|
<string name="sidebar_shops">Lojas</string>
|
|
<string name="sidebar_stats">Atributos</string>
|
|
<string name="sidebar_subscription">Assinatura</string>
|
|
<string name="sidebar_gems">Comprar Gemas</string>
|
|
</resources> |