Commit ef13b89 1 parent 5cc1156 commit ef13b89 Copy full SHA for ef13b89
File tree 1 file changed +33
-5
lines changed
src/hexdoc/_export/resources/assets/hexdoc/lang
1 file changed +33
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
hexdoc : {
3
3
welcome : {
4
- "1" : "这是{}文档的在线版本。" ,
5
- "2" : "此版本会显示文档内嵌的图片和图案,合成配方和物品则不会。\
6
- 缺失的内容请查阅游戏内手册。" ,
7
- "3" : "此外,此版本是根据GitHub上最新代码构建而来的。\
4
+ "header" : "这是{}文档的在线版本。" ,
5
+ "bleeding_edge" : "此版本是根据GitHub上最新代码构建而来的。\
8
6
其中可能包含游戏内暂未实装的$(bold)新/$特性,\
9
7
就连Modrinth和CurseForge上的最新版本里也找不到!" ,
10
- "4 " : "$(bold)条目的模糊处理相当于剧透警告/$。\
8
+ "spoilers " : "$(bold)条目的模糊处理相当于剧透警告/$。\
11
9
点击可取消模糊,不过这么做有可能破坏游戏后期的进程与体验。\
12
10
也可点击$(l:?nospoiler)此处/$以取消所有模糊。" ,
13
11
"old_version" : "$(italic)往事犹若异乡;他们在那里做的事情都不一样。/$" ,
21
19
toggle_all : "显示或收起全部" ,
22
20
} ,
23
21
22
+ nav : {
23
+ dropdown : {
24
+ minecraft : "Minecraft {version}" ,
25
+ } ,
26
+ } ,
27
+
24
28
linkout : "链接:" ,
29
+
30
+ recipe : {
31
+ show : "点击以显示配方" ,
32
+ hide : "点击以隐藏配方" ,
33
+ smelting : {
34
+ cooktime : "{}秒" ,
35
+ exp : "{}点经验"
36
+ }
37
+ } ,
38
+
39
+ multiblock : {
40
+ show : "点击以显示多方块" ,
41
+ hide : "点击以隐藏多方块" ,
42
+ } ,
43
+
44
+ when_clicked : "点击时执行:{}" ,
45
+
46
+ any_block : "任意方块" ,
47
+
48
+ redirect : {
49
+ "category.title" : "类别:{}" ,
50
+ "entry.title" : "条目:{}" ,
51
+ "page.title" : "页面:{}" ,
52
+ }
25
53
} ,
26
54
}
You can’t perform that action at this time.
0 commit comments