mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46: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>
19 lines
2.4 KiB
XML
19 lines
2.4 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
||
<resources>
|
||
<string name="tutorial_overview">我们在这儿!我已经根据你的兴趣给你添加了几个任务~也试试自己添加几个吧!你还可以点击任务标题来修改它们。</string>
|
||
<string name="tutorial_habits_1">首先是习惯。它们可以是你想养成的积极习惯,也可以是你想停止的消极习惯。</string>
|
||
<string name="tutorial_habits_2">每当你完成一次积极的习惯,点击习惯前的加号,就可以获得经验和金币啦!</string>
|
||
<string name="tutorial_habits_3">如果你一不留神完成了一次消极习惯,点击减号,这会减少你的角色的生命值来帮助你保持责任感。</string>
|
||
<string name="tutorial_habits_4">试试看!你可以通过底部导航来探索其他类型的任务。</string>
|
||
<string name="tutorial_dailies_1">将需要定期完成、与时间息息相关的任务写入每日任务。</string>
|
||
<string name="tutorial_dailies_2">小心——如果你错过一个任务,你的虚拟化身就会彻夜受到伤害。坚持不懈地做完任务会带来巨大回报!</string>
|
||
<string name="tutorial_todos_1">使用待办事项记录你要做的一次性任务。</string>
|
||
<string name="tutorial_todos_2">如果你的待办事项有时间限制,那就设置一个到期日。看起来你可以完成一个了——继续吧!</string>
|
||
<string name="tutorial_rewards_1">用你获得的金币给你的人物购买装备!</string>
|
||
<string name="tutorial_rewards_2">你也可以根据你的动力源创造现实中的自定义奖励。</string>
|
||
<string name="tutorial_tasks_complete">暂时就是这么多了。如果你需要再次提醒,去看看FAQ部分。</string>
|
||
<string name="tutorial_skills">技能是有强大作用的特殊能力!点击技能来释放它。使用技能需要消耗魔法值(蓝色条),魔力可由每日签到和完成现实任务来获得。更多信息请查询FAQ!</string>
|
||
<string name="tutorial_party">在这里,你和你的朋友可以互相督促完成目标并通过完成任务组团打小怪兽!</string>
|
||
<string name="tutorial_tavern">欢迎来到酒馆,这里是一个公开的不分年龄的聊天室!这里,可以聊聊心得,问问问题。祝您玩的愉快!</string>
|
||
<string name="tutorial_stats">按灰色按钮来一次分配你的属性,或者按箭头一次加一点。</string>
|
||
</resources>
|