-
-
Notifications
You must be signed in to change notification settings - Fork 378
/
zh.json
30 lines (23 loc) · 1.84 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
{
/*********
** Generic Mod Config Menu UI
*********/
// warnings
"config.too-complex": "你可以单独对每个地点进行设置,但是这些设置过于复杂,无法通过通用模块配置菜单进行设置。你可以直接编辑模组的config.json文件,或将模组设置重置为默认值(点击“默认”和“保存”按钮,然后重新打开游戏)。",
// options
"config.grow-crops.name": "随处种植作物",
"config.grow-crops.desc": "作物是否可以在所有地点种植和生长。",
"config.grow-crops-out-of-season.name": "随时种植作物",
"config.grow-crops-out-of-season.desc": "作物是否可以在任何季节种植和生产。只有当“随处种植作物”启用时,该选项才会生效。",
// TODO
"config.use-fruit-trees-seasonal-sprites.name": "Seasonal fruit trees sprites",
"config.use-fruit-trees-seasonal-sprites.desc": "Whether fruit trees should use their normal seasonal sprite (true) or their summer sprites (false) when 'grow crops in any season' is enabled.",
"config.force-till-dirt.name": "耕种所有土地瓦片",
"config.force-till-dirt.desc": "是否所有的土地瓦片都可以用锄头耕种,即使它们正常不能耕种。",
"config.force-till-grass.name": "耕种所有草地瓦片",
"config.force-till-grass.desc": "是否所有的草地瓦片都可以用锄头耕种,即使它们正常不能耕种。",
"config.force-till-stone.name": "耕种所有石头瓦片",
"config.force-till-stone.desc": "是否所有的石头瓦片都可以用锄头耕种,即使它们正常不能耕种。",
"config.force-till-other.name": "跟着所有其他瓦片",
"config.force-till-other.desc": "是否所有没有标记为土地、草地或石头的瓦片都可以用锄头耕种,即使它们正常不能耕种。"
}