mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-15 18:32:48 +00:00
103 lines
2.4 KiB
JSON
103 lines
2.4 KiB
JSON
{
|
|
"common": {
|
|
"name": "doukutsu-rs",
|
|
"back": "< Back",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"on": "ON",
|
|
"off": "OFF"
|
|
},
|
|
|
|
"menus": {
|
|
"main_menu": {
|
|
"start": "Start Game",
|
|
"challenges": "Challenges",
|
|
"options": "Options",
|
|
"editor": "Editor",
|
|
"jukebox": "Jukebox",
|
|
"quit": "Quit"
|
|
},
|
|
|
|
"pause_menu": {
|
|
"resume": "Resume",
|
|
"retry": "Retry",
|
|
"options": "Options",
|
|
"title": "Title",
|
|
"title_confirm": "Title?",
|
|
"quit": "Quit",
|
|
"quit_confirm": "Quit?"
|
|
},
|
|
|
|
"save_menu": {
|
|
"new": "New Save",
|
|
"delete_info": "Press Right to Delete",
|
|
"delete_confirm": "Delete?"
|
|
},
|
|
|
|
"difficulty_menu": {
|
|
"title": "Select Difficulty",
|
|
"easy": "Easy",
|
|
"normal": "Normal",
|
|
"hard": "Hard"
|
|
},
|
|
|
|
"challenge_menu": {
|
|
"start": "Start",
|
|
"no_replay": "No Replay",
|
|
"replay_best": "Replay Best"
|
|
},
|
|
|
|
"options_menu": {
|
|
"graphics": "Graphics...",
|
|
"graphics_menu": {
|
|
"lighting_effects": "Lighting effects:",
|
|
"weapon_light_cone": "Weapon light cone:",
|
|
"motion_interpolation": "Motion interpolation:",
|
|
"subpixel_scrolling": "Subpixel scrolling:",
|
|
"original_textures": "Original textures:",
|
|
"seasonal_textures": "Seasonal textures:",
|
|
"renderer": "Renderer:"
|
|
},
|
|
|
|
"sound": "Sound...",
|
|
"sound_menu": {
|
|
"music_volume": "Music Volume",
|
|
"effects_volume": "Effects Volume",
|
|
"bgm_interpolation": {
|
|
"entry": "BGM Interpolation:",
|
|
"linear": "Linear",
|
|
"linear_desc": "Fast, similar to freeware on Vista+",
|
|
"cosine": "Cosine",
|
|
"cosine_desc": "Cosine interpolation",
|
|
"cubic": "Cubic",
|
|
"cubic_desc": "Cubic interpolation",
|
|
"linear_lp": "Linear+LP",
|
|
"linear_lp_desc": "Slowest, similar to freeware on XP",
|
|
"nearest": "Nearest",
|
|
"nearest_desc": "Fastest, lowest quality"
|
|
},
|
|
"soundtrack": "Soundtrack: {soundtrack}"
|
|
},
|
|
|
|
"language": "Language...",
|
|
|
|
"game_timing": {
|
|
"entry": "Game timing:",
|
|
"50tps": "50tps (freeware)",
|
|
"60tps": "60tps (CS+)"
|
|
}
|
|
}
|
|
},
|
|
|
|
"soundtrack": {
|
|
"organya": "Organya",
|
|
"remastered": "Remastered",
|
|
"new": "New",
|
|
"famitracks": "Famitracks"
|
|
},
|
|
|
|
"game": {
|
|
"cutscene_skip": "Hold {key} to skip the cutscene"
|
|
}
|
|
}
|