We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9717a3c commit 893d6a0Copy full SHA for 893d6a0
src/bin/imports/lang/zh-CN.nss
@@ -1,8 +1,10 @@
1
/*
2
Simplified Chinese
3
by: github.com/JohnsonRan
4
+ github.com/XY0797
5
*/
6
7
+xxx="欢迎用中文"
8
// shell.nss
9
pin_unpin="固定/取消固定"
10
@@ -13,6 +15,7 @@ windows_notepad="Windows 记事本"
13
15
14
16
// file-manage.nss
17
file_manage="文件管理"
18
+copy_multiple_paths='复制选中的 (@sel.count) 个项目'
19
all="全选"
20
invert="反选"
21
none="全不选"
@@ -35,7 +38,7 @@ accessed="访问时间"
35
38
new_folder="新建文件夹"
36
39
new_file="新建文件"
37
40
datetime="当前时间"
-guid="GUID"
41
+guid="Guid"
42
43
// goto.nss
44
folder="文件夹"
@@ -66,6 +69,7 @@ ethernet="以太网"
66
69
wifi="WLAN"
67
70
connections="网络连接"
68
71
72
+
73
// taskbar.nss
74
apps="应用"
75
paint="画图"
0 commit comments