1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-20 17:18:50 +00:00
doukutsu-rs/src/builtin/locale/jp.json

126 lines
3.9 KiB
JSON
Raw Normal View History

2022-03-15 01:54:03 +00:00
{
"common": {
"name": "doukutsu-rs",
"back": "< 戻る",
"yes": "はい",
"no": "いいえ",
"on": "オン",
"off": "オフ"
},
"menus": {
"main_menu": {
"start": "ゲームスタート",
"challenges": "チャレンジ",
2022-04-29 18:38:02 +00:00
"options": "オプション",
2022-03-15 01:54:03 +00:00
"editor": "レベルエディタ",
"jukebox": "ジュークボックス",
"quit": "辞める"
},
"pause_menu": {
"resume": "再開",
"retry": "リトライ",
"options": "設定",
"title": "メインメニュー",
"title_confirm": "メインメニュー?",
"quit": "辞める",
"quit_confirm": "辞める?"
},
"save_menu": {
"new": "新しいデータ",
"delete_info": "右矢印キーで削除",
"delete_confirm": "消去?"
},
"difficulty_menu": {
"title": "難易度選択",
"easy": "簡単",
"normal": "普通",
"hard": "難しい"
},
2022-06-22 22:08:36 +00:00
"coop_menu": {
"title": "プレイヤー数を選択",
"one": "1人プレイ",
2022-06-22 22:08:36 +00:00
"two": "2人プレイ"
},
"skin_menu": {
"title": "プレーヤー2の外観を選択します",
"label": "外観:"
},
2022-03-15 01:54:03 +00:00
"challenge_menu": {
"start": "スタート",
"no_replay": "ノーリプレイ",
2022-04-20 12:47:31 +00:00
"replay_best": "ベストプレイを再生",
"delete_replay": "リプレイを削除"
2022-03-15 01:54:03 +00:00
},
"options_menu": {
"graphics": "グラフィック",
"graphics_menu": {
2022-07-13 14:03:17 +00:00
"window_mode": {
"entry": "画面表示:",
"windowed": "ウィンドウ",
"fullscreen": "フルスクリーン"
},
2022-03-15 01:54:03 +00:00
"lighting_effects": "ライティング効果:",
"weapon_light_cone": "兵器のライトコーン:",
"screen_shake": {
"entry": "画面の揺れ:",
"full": "1x",
"half": "0.5x",
"off": "オフ"
},
2022-03-15 01:54:03 +00:00
"motion_interpolation": "モーション補間:",
"subpixel_scrolling": "サブピクセルスクロール:",
"original_textures": "オリジナルテクスチャ:",
"seasonal_textures": "季節ものテクスチャ:",
2022-04-15 00:51:48 +00:00
"renderer": "レンダラ:",
"vsync_mode": {
"entry": "V-Sync:",
"uncapped": "Uncapped",
2022-04-15 02:15:25 +00:00
"uncapped_desc": "V-Sync Off.",
2022-04-15 00:51:48 +00:00
"vsync": "Enabled",
2022-04-15 02:15:25 +00:00
"vsync_desc": "V-Sync On.",
"vrr_1x": "Variable Refresh Rate (1x)",
"vrr_1x_desc": "Uses (G-/Free)Sync if available.",
"vrr_2x": "Variable Refresh Rate (2x)",
"vrr_2x_desc": "Uses (G-/Free)Sync if available.",
"vrr_3x": "Variable Refresh Rate (3x)",
"vrr_3x_desc": "Uses (G-/Free)Sync if available."
2022-04-15 00:51:48 +00:00
}
2022-03-15 01:54:03 +00:00
},
"sound": "サウンド",
"sound_menu": {
"music_volume": "BGM音量",
"effects_volume": "サウンド音量",
"bgm_interpolation": {
"entry": "BGM内挿",
"linear": "線形補間",
"linear_desc": "速い、フリーウェア版に近いVista+",
"cosine": "余弦",
"cosine_desc": "余弦補間",
"cubic": "立方体",
"cubic_desc": "立方体補間",
"linear_lp": "線形補間+LP",
"linear_lp_desc": "最も遅い、フリーウェア版に近いXP",
"nearest": "最近傍",
"nearest_desc": "最速、最低品質"
},
"soundtrack": "サウンドトラック: {soundtrack}"
},
"language": "言語",
"game_timing": {
"entry": "ゲームのタイミング:",
"50tps": "50tps (freeware)",
"60tps": "60tps (CS+)"
}
}
},
"soundtrack": {
"organya": "オルガーニャ",
"remastered": "リマスター",
"new": "新",
"famitracks": "ファミトラック"
},
"game": {
"cutscene_skip": "{key} を押し続け、カットシーンをスキップ"
}
}