2022-05-12 06:39:26 +00:00
{
"lang_name" : "English" ,
"main" : {
2023-03-23 06:31:44 +00:00
"title" : "Cultivation" ,
2022-05-12 06:39:26 +00:00
"launch_button" : "Launch" ,
2023-02-26 03:17:37 +00:00
"gc_enable" : "Connect to Grasscutter" ,
2022-06-11 23:14:14 +00:00
"https_enable" : "Use HTTPS" ,
2022-05-14 05:01:14 +00:00
"ip_placeholder" : "Server Address..." ,
2022-05-16 05:06:43 +00:00
"port_placeholder" : "Port..." ,
"files_downloading" : "Files Downloading: " ,
2023-06-07 01:07:54 +00:00
"files_extracting" : "Files Extracting: " ,
2023-06-18 22:10:22 +00:00
"game_path_notify" : "Game path not found, remember to set it in settings!"
2022-05-13 05:46:50 +00:00
} ,
"options" : {
2022-07-02 21:16:20 +00:00
"enabled" : "Enabled" ,
"disabled" : "Disabled" ,
2022-07-09 07:11:19 +00:00
"game_path" : "Set Game Install Path" ,
2022-09-04 21:00:27 +00:00
"game_command" : "Game Launch Command" ,
2022-07-09 07:11:19 +00:00
"game_executable" : "Set Game Executable" ,
2023-02-28 00:15:21 +00:00
"recover_rsa" : "Emergency Delete RSA" ,
2022-05-22 02:43:45 +00:00
"grasscutter_jar" : "Set Grasscutter JAR" ,
2022-07-02 21:16:20 +00:00
"toggle_encryption" : "Toggle Encryption" ,
2022-07-16 23:59:16 +00:00
"install_certificate" : "Install Proxy Certificate" ,
2022-05-16 23:58:02 +00:00
"java_path" : "Set Custom Java Path" ,
2022-05-17 03:14:54 +00:00
"grasscutter_with_game" : "Automatically launch Grasscutter with game" ,
2022-06-03 02:03:32 +00:00
"language" : "Select Language" ,
"background" : "Set Custom Background (link or image file)" ,
2023-08-15 05:15:22 +00:00
"use_theme_background" : "Use the background supplied by selected theme" ,
2022-07-20 00:07:10 +00:00
"theme" : "Set Theme" ,
2023-02-28 00:15:21 +00:00
"patch_rsa" : "Automatically Patch RSA" ,
2022-08-27 00:53:45 +00:00
"use_proxy" : "Use Internal Proxy" ,
2022-09-03 03:11:14 +00:00
"wipe_login" : "Wipe Login Cache" ,
2023-04-01 01:40:14 +00:00
"horny_mode" : "Horny Mode" ,
2023-04-15 05:22:34 +00:00
"auto_mongodb" : "Automatically Start MongoDB" ,
2023-06-18 22:46:03 +00:00
"un_elevated" : "Run the game non-elevated (no admin)" ,
2023-08-18 11:31:18 +00:00
"redirect_more" : "Also redirect other MHY games" ,
2023-08-18 11:57:50 +00:00
"check_aagl" : "For more options, check the other launcher" ,
2023-09-16 23:09:49 +00:00
"grasscutter_elevation" : "Method of running GC on restricted ports" ,
2023-09-17 01:41:18 +00:00
"web_cache" : "Delete webCaches folder" ,
2024-10-30 19:18:07 +00:00
"launch_args" : "Launch Args" ,
"offline_mode" : "Offline Mode" ,
"fix_res" : "Fix Login Timeout"
2022-05-13 05:46:50 +00:00
} ,
2022-05-14 07:24:32 +00:00
"downloads" : {
2023-02-26 07:15:42 +00:00
"grasscutter_fullbuild" : "Download Grasscutter All-in-One" ,
2024-10-30 19:18:07 +00:00
"grasscutter_fullquest" : "Download 5.0 All-in-One" ,
2022-05-17 01:56:48 +00:00
"grasscutter_stable_data" : "Download Grasscutter Stable Data" ,
2022-05-17 02:06:07 +00:00
"grasscutter_latest_data" : "Download Grasscutter Latest Data" ,
2022-05-17 01:56:48 +00:00
"grasscutter_stable_data_update" : "Update Grasscutter Stable Data" ,
2022-05-17 02:06:07 +00:00
"grasscutter_latest_data_update" : "Update Grasscutter Latest Data" ,
2023-05-15 04:54:14 +00:00
"grasscutter_unstable" : "Download Grasscutter Questing" ,
2022-05-14 07:24:32 +00:00
"grasscutter_latest" : "Download Grasscutter Latest" ,
2023-05-15 04:54:14 +00:00
"grasscutter_unstable_update" : "Update Grasscutter Questing" ,
2022-05-17 01:56:48 +00:00
"grasscutter_latest_update" : "Update Grasscutter Latest" ,
2022-07-06 17:25:54 +00:00
"resources" : "Download Grasscutter Resources" ,
2023-02-26 03:17:37 +00:00
"game" : "Download Game" ,
2023-02-26 07:15:42 +00:00
"aio_header" : "All-in-One Downloads:" ,
2023-04-07 08:15:17 +00:00
"individual_header" : "Individual downloads:" ,
"mods_header" : "Mods:" ,
"migoto" : "Download GIMI 3dmigoto"
2022-05-14 07:24:32 +00:00
} ,
2022-05-16 05:13:01 +00:00
"download_status" : {
"downloading" : "Downloading" ,
"extracting" : "Extracting" ,
"error" : "Error" ,
"finished" : "Finished" ,
"stopped" : "Stopped"
} ,
2022-05-13 05:46:50 +00:00
"components" : {
2022-05-14 07:24:32 +00:00
"select_file" : "Select file or folder..." ,
2022-05-25 04:38:49 +00:00
"select_folder" : "Select folder..." ,
2022-07-16 23:59:16 +00:00
"download" : "Download" ,
2023-02-28 17:28:02 +00:00
"delete" : "Delete" ,
2024-10-30 19:18:07 +00:00
"install" : "Install" ,
"fix" : "Fix"
2022-05-14 08:28:56 +00:00
} ,
"news" : {
2022-05-14 09:05:14 +00:00
"latest_commits" : "Recent Commits" ,
2022-05-14 08:28:56 +00:00
"latest_version" : "Latest Version"
2022-06-06 04:36:24 +00:00
} ,
"help" : {
"port_help_text" : "Ensure this is the Dispatch server port, not the Game server port. This is almost always '443'." ,
"game_help_text" : "You do not need to use a separate copy to play with Grasscutter. This is for either downgrading to 2.6 or if you do not have the game installed." ,
"gc_stable_jar" : "Download the current stable Grasscutter build, which includes jar file and data files." ,
2023-02-26 02:21:40 +00:00
"gc_fullbuild" : "Download a full Grasscutter build, including repo, jar, and resources. Is fully set up and does not require any other downloads from this menu." ,
2022-06-06 04:36:24 +00:00
"gc_dev_jar" : "Download the latest development Grasscutter build, which includes jar file and data files." ,
"gc_stable_data" : "Download the current stable Grasscutter data files, which does not come with a jar file. This is useful for updating." ,
"gc_dev_data" : "Download the latest development Grasscutter data files, which does not come with a jar file. This is useful for updating." ,
2022-07-26 01:45:48 +00:00
"encryption" : "This should usually be disabled." ,
"resources" : "These are also required to run a Grasscutter server. This button will be grey if you have an existing resources folder with contents inside" ,
2023-02-28 00:15:21 +00:00
"emergency_rsa" : "In case something went wrong, force delete RSA patch." ,
2022-07-26 01:45:48 +00:00
"use_proxy" : "Use the Cultivation internal proxy. You should have this enabled unless you use something like Fiddler" ,
2023-04-07 04:32:53 +00:00
"patch_rsa" : "Patch and unpatch your game RSA automatically. Unless playing with old/non-official versions (3.0 and older), this should be enabled." ,
2023-04-07 08:15:17 +00:00
"add_delay" : "Set delay in 3dmigoto loader! \nThis should fix loading issues, but will add a small delay to when 3dmigoto is loaded upon launching the game. \nYou can now launch with 3dmigoto again." ,
2023-08-18 11:57:50 +00:00
"migoto" : "For importing models from GameBanana" ,
"grasscutter_elevation_help_text" : "The method used to allow Grasscutter to bind port 443 (which is not allowed for regular users on Linux)\nAvailable methods:\n Capability - grant the Java Virtual Machine the capability to bind ports below 1024. This also allows all other programs running on that JVM to bind these ports.\n Root - run GC as root. This also allows the GC server, its plugins and the JVM to do pretty much anything, including sending your nudes to the NSA, CIA, and the alphabet boys.\n None - for no method. This requires you to change the GC Dispatch port."
2022-07-15 01:49:49 +00:00
} ,
"swag" : {
2022-07-27 03:16:20 +00:00
"akebi_name" : "Akebi" ,
"migoto_name" : "Migoto" ,
"reshade_name" : "Reshade" ,
2024-10-30 19:18:07 +00:00
"akebi" : "Set Akebi/Other Cheat Executable" ,
2022-07-27 03:16:20 +00:00
"migoto" : "Set 3DMigoto Executable" ,
"reshade" : "Set Reshade Injector"
2022-05-12 06:39:26 +00:00
}
2022-07-19 09:37:38 +00:00
}