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
3.3 KiB
XML
19 lines
3.3 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">単発のタスクをこなすために、To-Doを使いましょう。</string>
|
||
<string name="tutorial_todos_2">もしTo-Doに期限があるのなら、設定しましょう。あなたにはクリアできるはず…がんばって!</string>
|
||
<string name="tutorial_rewards_1">得られたゴールドであなたのアバター用に装備を購入しましょう!</string>
|
||
<string name="tutorial_rewards_2">あなた自身のモチベーションを上げるために、現実世界での報酬を登録することもできます。</string>
|
||
<string name="tutorial_tasks_complete">これで説明は終わりです。もし説明を思い出したいときは、よくある質問をチェックしましょう。</string>
|
||
<string name="tutorial_skills">スキルは、強力な効果を持つ特殊能力です! スキルをタップして使いましょう。スキルを使うとマナ (青いバー) が減ります。マナは、毎日チェックして実生活のタスクを達成することで獲得できます。詳しくは、メニューの「よくある質問」をチェックしましょう!</string>
|
||
<string name="tutorial_party">ここは、あなたと仲間たちが目標達成のために互いに責任感を持ち続けられる場です。タスクをこなしてモンスターと戦うことができます!</string>
|
||
<string name="tutorial_tavern">キャンプ場へようこそ! ここは年齢なんか気にしないオープンなチャットルームです。ここでタスクの進め方について話したり、質問したりできます。楽しんでね!</string>
|
||
<string name="tutorial_stats">一度にステータスを割り当てるには灰色のボタンを、1つずつ割り振るには矢印をタップして下さい。</string>
|
||
</resources>
|