Cultivation/lang/en.json

24 lines
688 B
JSON
Raw Normal View History

2022-05-12 06:39:26 +00:00
{
"lang_name": "English",
"main": {
"title": "Cultivation",
"launch_button": "Launch",
2022-05-14 05:01:14 +00:00
"gc_enable": "Connect via Grasscutter",
"ip_placeholder": "Server Address...",
"port_placeholder": "Port..."
2022-05-13 05:46:50 +00:00
},
"options": {
2022-05-13 06:08:43 +00:00
"game_exec": "Set Game Executable",
2022-05-14 03:27:48 +00:00
"grasscutter_jar": "Set Grasscutter Jar",
2022-05-14 04:15:24 +00:00
"grasscutter_with_game": "Automatically launch Grasscutter with game"
2022-05-13 05:46:50 +00:00
},
2022-05-14 07:24:32 +00:00
"downloads": {
"grasscutter_stable": "Download Grasscutter Stable",
"grasscutter_latest": "Download Grasscutter Latest",
"resources": "Download Grasscutter Resources"
},
2022-05-13 05:46:50 +00:00
"components": {
2022-05-14 07:24:32 +00:00
"select_file": "Select file or folder...",
"download": "Download"
2022-05-12 06:39:26 +00:00
}
}