diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-07 17:25:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-07 17:25:50 -0700 |
| commit | d7b5b81b5d6ec55d0847b5171c3800a8f7b5c001 (patch) | |
| tree | d646d8339602599eee64910cd252de0df595bcfe /site/public | |
| parent | 014443ef502eee0c337a5feb2aa0aeebb8d51557 (diff) | |
feat: add i18n translation (initial JP and EN)
Diffstat (limited to 'site/public')
| -rw-r--r-- | site/public/locales/en/translation.json | 121 | ||||
| -rw-r--r-- | site/public/locales/ja/translation.json | 36 |
2 files changed, 157 insertions, 0 deletions
diff --git a/site/public/locales/en/translation.json b/site/public/locales/en/translation.json new file mode 100644 index 0000000..9221da6 --- /dev/null +++ b/site/public/locales/en/translation.json @@ -0,0 +1,121 @@ +{ + "homepage": { + "welcome": "Welcome to 573 Updates", + "news_aggregation_note": "News and Information for various arcade games is aggregated here!", + "rss_feeds": "RSS feeds are available on each game's individual page", + "github_info": "Please see the GitHub for API information" + }, + "news_feed": "Main News Feed", + "game_selector": "Game Selector", + "loading": "Loading...", + "news_not_found": "News Not Found", + "return_home": "Return Home", + "dark_theme_text": "Dark", + "light_theme_text": "Light", + "view_in_english_text": "View in English", + "view_in_original_text": "View Original", + "machine_tl_note": "The information above is machine translated and may contain inaccuracies", + "ai_summary_note": "The information above is written by AI", + "read_more": "READ MORE", + "copy_link_to_post": "Copy Link to Post", + "copy_link_notif": "Copied Direct Link to Post (Older news are automatically culled after some time)", + "subscribed_to_games_count": "Subscribed to", + "games": "game(s)", + "gameselector": { + "title": "Select a Game", + "subtitle": "Individual game feeds keep a longer history of news relating to that game than the main feed.", + "categories": { + "konami": "KONAMI", + "sega": "SEGA", + "taito": "TAITO", + "bandai_namco": "BANDAI NAMCO", + "community": "COMMUNITY" + }, + "community_description": "Community-driven projects to continue the legacy of dead/abandoned rhythm games" + }, + "gamenotes": { + "common": { + "eamuse_maintenance": "e-amusement Maintenance", + "nesica_maintenance": "NESiCA Maintenance", + "aime_maintenance": "Aime Maintenance", + "allnet_warning": "Private Server Warning", + "na_service_note": "Official e-amusement service in NA available only at Round1 USA", + "private_network_note": "Online Cabinets in non-supported regions (CAN/EU/AUS) are on private networks which run older data", + "japan_only_note": "This version of the game is only available in Japan", + "international_note": "You may be on the International version if you are outside of Japan" + }, + "sdvx": { + "premium_generator": "• [USA] PREMIUM GENERATOR gacha available only ONLINE (No PASELI)", + "voltefactory": "• VP/VOLTEFACTORY rewards only available in Japan", + "cover_art": "• [USA] Some cover art and/or charts have been removed", + "crossregion": "• Official Online play is cross-region (including Japan)" + }, + "iidx": { + "features": "• [USA] Certain e-amusement features such as video upload unavailable" + }, + "chunithm_intl": { + "updates": "• Updates behind JP version. International and JP are completely seperated", + "no_service": "No official service in NA or EU.", + "regions_link": "See supported regions here" + }, + "maimaidx_intl": { + "updates": "• Updates behind JP version. International and JP are completely seperated", + "charts": "• Certain charts are removed from USA region", + "service": "Official service in USA/CAN/ASIA", + "regions_link": "See supported regions here", + "no_eu": "(No official service in EU)" + }, + "ongeki_jp": { + "japan_only": "Official service only in Japan. No International Version", + "private_network": "You are on a private network if the cabinet is not in Japan" + }, + "idac": { + "japan_only": "Official service only in Japan. No International Version", + "private_network": "You are on a private network if the cabinet is not in Japan" + }, + "music_diver": { + "online_service": "Online service available only at Round1 Japan and Round1 USA locations" + }, + "street_fighter": { + "online_service": "Online service in USA only at Round1 locations" + }, + "wacca_plus": { + "community": "WACCA PLUS is a community continuation of WACCA REVERSE after online services ended in 2022", + "note": "Runs on Mythos networked cabs. Not all cabinets have WACCA PLUS as these updates are opt-in by operators." + }, + "museca_plus": { + "community": "MÚSECA PLUS is a fan continuation project for MÚSECA 1+1/2.", + "note": "Runs on various e-amusement private networks. Not all cabinets have MÚSECA PLUS as it is opt-in.", + "download": "You can also download it as a data_mod" + }, + "rb_deluxe_plus": { + "community": "A continuation of the abandoned iOS version of REFLEC BEAT (REFLEC BEAT plus)", + "note": "Needs to be sideloaded once you get a hold of the IPA. Network features supported. iOS ONLY", + "feed_note": "*Not in main feed as date data is unavailable from this source" + }, + "taiko": { + "version_note": "Information below only applies to the latest version of the game (LCD + Banapassport Reader)", + "maintenance": "Maintenance time is 1am - 7am JST (i think?)", + "usa_note": "Applies to USA cabs as well (9am - 3pm PST)" + }, + "wmmt": { + "feed": "Singular news feed for NA, ASIA/OCE, and JPN", + "version": "All regions run different versions of the game" + }, + "ddr": { + "maintenance_note": "Note that USA GOLD cabinets follow Japanese daily maintenance schedule." + }, + "jubeat": { + "online_note": "Online only in Japan and Asia regions. No online service in the US (only old versions running offline-kit)" + }, + "popn_music": { + "online_note": "Online only in Japan and Asia regions. Japan and Asia only. No online service in the US (only old versions running offline-kit)" + }, + "nostalgia": { + "online_note": "Online only in Japan and Asia regions. Japan and Asia only. No online service in the US" + }, + "polaris_chord": { + "online_note": "Official e-amusement service only in Japan." + } + } +} diff --git a/site/public/locales/ja/translation.json b/site/public/locales/ja/translation.json new file mode 100644 index 0000000..ccf96b0 --- /dev/null +++ b/site/public/locales/ja/translation.json @@ -0,0 +1,36 @@ +{ + "homepage": { + "welcome": "573-UPDATES へようこそ", + "news_aggregation_note": "様々なアーケードゲームのニュースと情報がここに集約されています!", + "rss_feeds": "RSSフィードは各ゲームの個別ページで利用可能です", + "github_info": "API情報についてはGitHubをご覧ください" + }, + "news_feed": "メインニュースフィード", + "game_selector": "ゲームセレクタ", + "loading": "読み込み中...", + "news_not_found": "ニュースが見つかりません", + "return_home": "ホームに戻る", + "dark_theme_text": "ダーク", + "light_theme_text": "ライト", + "view_in_english_text": "英語で表示", + "view_in_original_text": "原文で表示", + "machine_tl_note": "上記の情報は機械翻訳されており、不正確な内容が含まれる可能性があります", + "ai_summary_note": "上記の情報はAIによって生成されました", + "read_more": "続きを読む", + "copy_link_to_post": "投稿へのリンクをコピー", + "copy_link_notif": "投稿への直接リンクをコピーしました(古いニュースは一定時間後に自動的に削除されます)", + "subscribed_to_games_count": "通知購読中", + "games": "ゲーム", + "gameselector": { + "title": "ゲームを選択", + "subtitle": "個別のゲームフィードは、メインフィードよりも長い期間のニュース履歴を保持しています。", + "categories": { + "konami": "KONAMI", + "sega": "SEGA", + "taito": "TAITO", + "bandai_namco": "バンダイナムコ", + "community": "コミュニティ" + }, + "community_description": "サービス終了した/放棄されたリズムゲームの遺産を継承するコミュニティ主導のプロジェクト" + } +} |
