Skip to content

Commit

Permalink
Add Japanese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrikMoon committed Feb 9, 2023
1 parent 14d75af commit 3bb8092
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
51 changes: 51 additions & 0 deletions TournamentAssistant/Localization/jp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"connect": "接続",
"connect_hint": "サーバーに接続",
"connect_password_protected_hint": "パスワード保護されたサーバーに接続",
"connecting_to": "接続中",
"create_room": "ルームを作成",
"direct_connect": "直接接続",
"event_selection": "イベントを選択",
"failed_initial_attempt": "接続に失敗, 再接続中...",
"game_room": "試合会場",
"gathering_data": "データ取得中",
"gathering_event_list": "イベントを取得中...",
"gathering_server_list": "サーバーリストを取得中...",
"ip_address_domain_name": "IPアドレス / ドメイン名",
"leaderboard": "リーダーボード",
"match_created_waiting_for_coordinator": "試合が作成されました。コーディネーターの選曲を待機中...",
"ongoing_games": "進行中の試合",
"password": "パスワード:",
"patch_notes": "Patch Notes",
"players": "プレイヤー",
"please_wait": "お待ちください",
"port": "ポート",
"qualifiers": "予選",
"qualifiers_hint": "トーナメントの予選譜面をプレイする",
"qualifier_room": "Qualifier Room",
"quotes": [
// "It’s hard to beat a person who never gives up.",
// "You're off to great places, today is your day.",
// "Winning doesn't always mean being first.",
// "It always seems impossible until it is done.",
// "The only time you fail is when you fall down and stay down.",
// "It’s not whether you get knocked down, it’s whether you get up.",
// "The difference between ordinary and extraordinary is that little extra.",
// "Success is the sum of small efforts repeated day in and day out.",
// "If you're a true warrior, competition doesn't scare you. It makes you better.",
// "Becoming number one is easier than remaining number one.",
// "In a competition, there's always winners and losers. And I think everyone is here to win, which makes it fun for us all."
],
"room_selection": "ルーム選択",
"server_selection": "サーバーを選択",
"setting_up_synchronized_streams": "配信を同期中",
"this_server_is_password_protected": "このサーバーはパスワード保護されています",
"tournament": "トーナメント",
"tournament_hint": "Click on this the day of the tournament to join the lobby for your match",
"tournament_room": "トーナメント会場",
"update_required": "アップデートが必要。",
"update_required_new_version": "アップデートが必要。 新バージョン:",
"visit_site_to_download_new_version": "新バージョンのダウンロードは https://github.com/MatrikMoon/TournamentAssistant/releases まで",
"waiting_for_coordinator": "コーディネーターが試合を作成するのを待機中...",
"waiting_for_host_to_select_song": "ホストの選曲を待機中..."
}
1 change: 1 addition & 0 deletions TournamentAssistant/TournamentAssistant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
<EmbeddedResource Include="Localization\nl.json" />
<EmbeddedResource Include="Localization\nb.json" />
<EmbeddedResource Include="Localization\ko.json" />
<EmbeddedResource Include="Localization\jp.json" />
<None Include="packages.config" />
<EmbeddedResource Include="UI\ViewControllers\PasswordEntry.bsml">
<DependentUpon>PasswordEntry.cs</DependentUpon>
Expand Down

0 comments on commit 3bb8092

Please sign in to comment.