-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathzh.json
40 lines (30 loc) · 1.5 KB
/
zh.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
/*********
** Items
*********/
"Catalogue_Name": "服装目录",
"Catalogue_Description": "在家中就能无限制地挑选每件衣物......非常方便!",
"Mirror_Name": "定制魔镜",
"Mirror_Description": "一面能让你改头换面的魔镜.",
/*********
** Generic Mod Config Menu UI
*********/
// main options
// TODO
"config.section.main": "Main options",
"config.enable-key-binds.name": "Enable key binds",
"config.enable-key-binds.desc": "Whether you can use the key bindings to open the menus. If false, the menus can only be accessed through the in-game Clothing Catalogue and Customization Mirror. Default true.",
"config.always-allow-tailoring.name": "Always allow tailoring",
"config.always-allow-tailoring.desc": "Whether the tailoring UI is available before you've unlocked tailoring in the base game. Default false.",
// controls
// TODO
"config.section.controls": "Controls",
"config.clothing-catalogue-key.name": "Clothing Catalogue Key",
"config.clothing-catalogue-key.desc": "The key bind which opens the clothing catalogue UI.",
"config.customize-key.name": "Customize Key",
"config.customize-key.desc": "The key bind which opens the character customization UI.",
"config.dye-key.name": "Dye Key",
"config.dye-key.desc": "The key bind which opens the dye pot UI.",
"config.tailor-key.name": "Tailor Key",
"config.tailor-key.desc": "The key bind which opens the tailoring UI."
}