Skip to content

Commit

Permalink
Update japanese dialogs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AGPumBoy authored Oct 26, 2024
1 parent 2a55466 commit d1d3e15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions language-pack/src/main/res/values-ja/dialogs.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="dialog_exit_yes">Yes</string>
<string name="dialog_exit_no">No</string>
<string name="dialog_exit_message">Are you sure you want to exit the game?</string>
<string name="dialog_exit_yes">はい</string>
<string name="dialog_exit_no">いいえ</string>
<string name="dialog_exit_message">ゲームを終了しますか。</string>

<string name="dialog_visit_osu_website">Do you want to visit the official osu! website?</string>
<string name="dialog_visit_osudroid_profile_page">Do you want to visit your profile page?</string>
<string name="dialog_visit_osudroid_website">Do you want to visit the official osu!droid website?</string>
<string name="dialog_visit_osu_website">osu!公式ウェブサイト</string>
<string name="dialog_visit_osudroid_profile_page">プロフィールページ</string>
<string name="dialog_visit_osudroid_website">osu!droid公式ウェブサイト</string>

<!-- All new strings should present below for better managing locals... -->

</resources>
</resources>

0 comments on commit d1d3e15

Please sign in to comment.