Skip to content

Commit 3bb8092

Browse files
committed
Add Japanese translations
1 parent 14d75af commit 3bb8092

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"connect": "接続",
3+
"connect_hint": "サーバーに接続",
4+
"connect_password_protected_hint": "パスワード保護されたサーバーに接続",
5+
"connecting_to": "接続中",
6+
"create_room": "ルームを作成",
7+
"direct_connect": "直接接続",
8+
"event_selection": "イベントを選択",
9+
"failed_initial_attempt": "接続に失敗, 再接続中...",
10+
"game_room": "試合会場",
11+
"gathering_data": "データ取得中",
12+
"gathering_event_list": "イベントを取得中...",
13+
"gathering_server_list": "サーバーリストを取得中...",
14+
"ip_address_domain_name": "IPアドレス / ドメイン名",
15+
"leaderboard": "リーダーボード",
16+
"match_created_waiting_for_coordinator": "試合が作成されました。コーディネーターの選曲を待機中...",
17+
"ongoing_games": "進行中の試合",
18+
"password": "パスワード:",
19+
"patch_notes": "Patch Notes",
20+
"players": "プレイヤー",
21+
"please_wait": "お待ちください",
22+
"port": "ポート",
23+
"qualifiers": "予選",
24+
"qualifiers_hint": "トーナメントの予選譜面をプレイする",
25+
"qualifier_room": "Qualifier Room",
26+
"quotes": [
27+
// "It’s hard to beat a person who never gives up.",
28+
// "You're off to great places, today is your day.",
29+
// "Winning doesn't always mean being first.",
30+
// "It always seems impossible until it is done.",
31+
// "The only time you fail is when you fall down and stay down.",
32+
// "It’s not whether you get knocked down, it’s whether you get up.",
33+
// "The difference between ordinary and extraordinary is that little extra.",
34+
// "Success is the sum of small efforts repeated day in and day out.",
35+
// "If you're a true warrior, competition doesn't scare you. It makes you better.",
36+
// "Becoming number one is easier than remaining number one.",
37+
// "In a competition, there's always winners and losers. And I think everyone is here to win, which makes it fun for us all."
38+
],
39+
"room_selection": "ルーム選択",
40+
"server_selection": "サーバーを選択",
41+
"setting_up_synchronized_streams": "配信を同期中",
42+
"this_server_is_password_protected": "このサーバーはパスワード保護されています",
43+
"tournament": "トーナメント",
44+
"tournament_hint": "Click on this the day of the tournament to join the lobby for your match",
45+
"tournament_room": "トーナメント会場",
46+
"update_required": "アップデートが必要。",
47+
"update_required_new_version": "アップデートが必要。 新バージョン:",
48+
"visit_site_to_download_new_version": "新バージョンのダウンロードは https://github.com/MatrikMoon/TournamentAssistant/releases まで",
49+
"waiting_for_coordinator": "コーディネーターが試合を作成するのを待機中...",
50+
"waiting_for_host_to_select_song": "ホストの選曲を待機中..."
51+
}

TournamentAssistant/TournamentAssistant.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
<EmbeddedResource Include="Localization\nl.json" />
369369
<EmbeddedResource Include="Localization\nb.json" />
370370
<EmbeddedResource Include="Localization\ko.json" />
371+
<EmbeddedResource Include="Localization\jp.json" />
371372
<None Include="packages.config" />
372373
<EmbeddedResource Include="UI\ViewControllers\PasswordEntry.bsml">
373374
<DependentUpon>PasswordEntry.cs</DependentUpon>

0 commit comments

Comments
 (0)