File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,9 @@ <h5>sel.meta</h5>
223223</ section >
224224< section id ="sel.lnk " class ="my-5 ">
225225 < h5 > sel.lnk</ h5 >
226- < p > Return a path from the shortcut</ p >
226+ < p > Return the target file/dir path from the selected shortcut</ p >
227227 < p > Syntax</ p >
228- < code > sel.lnk(path) </ code >
228+ < code > sel.lnk</ code >
229229</ section >
230230< section id ="sel.lnk.type " class ="my-5 ">
231231 < h5 > sel.lnk.type</ h5 >
Original file line number Diff line number Diff line change 22{
33 menu (separator=" after" title=title.copy_path image=icon.copy_path )
44 {
5- item (where=sel.count > 1 title=' Copy (@sel.count) items selected ' cmd=command.copy (sel (false , " \n " )))
5+ item (where=sel.count > 1 title=loc. copy_multiple_paths cmd=command.copy (sel (false , " \n " )))
66 item (mode=" single" title=@sel.path tip=sel.path cmd=command.copy (sel.path ))
7- item (mode=" single" type=' file' separator=" before" find= ' .lnk' title=' open file location ' )
7+ item (mode=" single" type=' file' separator=" before" where= length (sel .lnk )> 0 title=sel. lnk cmd=command. copy (sel. lnk ) )
88 separator
99 item (mode=" single" where=@sel.parent .len >3 title=sel.parent cmd=@command.copy (sel.parent ))
1010 separator
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ windows_notepad="Windows notepad"
1414
1515// file-manage.nss
1616file_manage=" File manage"
17+ copy_multiple_paths=' Copy (@sel.count) items selected'
1718all=" All"
1819invert=" Invert"
1920none=" None"
@@ -73,6 +74,7 @@ apps="Apps"
7374paint=" Paint"
7475edge=" Edge"
7576calculator=" Calculator"
77+ windows=" windows"
7678cascade_windows=" Cascade windows"
7779Show_windows_stacked=" Show windows stacked"
7880Show_windows_side_by_side=" Show windows side by side"
Original file line number Diff line number Diff line change 11/*
22Simplified Chinese
33by: github.com/JohnsonRan
4+ github.com/XY0797
45*/
56
7+ xxx=" 欢迎用中文"
68// shell.nss
79pin_unpin=" 固定/取消固定"
810
@@ -13,6 +15,7 @@ windows_notepad="Windows 记事本"
1315
1416// file-manage.nss
1517file_manage=" 文件管理"
18+ copy_multiple_paths=' 复制选中的 (@sel.count) 个项目'
1619all=" 全选"
1720invert=" 反选"
1821none=" 全不选"
@@ -35,7 +38,7 @@ accessed="访问时间"
3538new_folder=" 新建文件夹"
3639new_file=" 新建文件"
3740datetime=" 当前时间"
38- guid=" GUID "
41+ guid=" Guid "
3942
4043// goto.nss
4144folder=" 文件夹"
@@ -66,6 +69,7 @@ ethernet="以太网"
6669wifi=" WLAN"
6770connections=" 网络连接"
6871
72+
6973// taskbar.nss
7074apps=" 应用"
7175paint=" 画图"
Original file line number Diff line number Diff line change 1010
1111// localization
1212$loc_path=' imports\l ang\'
13- import lang if(path.exists(loc_path + sys.lang + ".nss"),
14- loc_path + sys.lang + ".nss",
15- loc_path + "\\ en.nss")
13+ import lang loc_path + "en.nss"
14+ import lang if(path.exists(loc_path + sys.lang + ".nss"),
15+ loc_path + sys.lang + ".nss",
16+ loc_path + "en.nss")
1617
1718// or import lang ' imports/lang/en.nss'
1819
Original file line number Diff line number Diff line change 7878 <Component Id =' LANG' Guid =' {FF987BEA-6195-4C05-8523-00936A1BD092}' NeverOverwrite =' yes' >
7979 <File Id =' en.nss' Source =' $(var.bin)\imports\lang\en.nss' />
8080 <File Id =' ar.nss' Source =' $(var.bin)\imports\lang\ar.nss' />
81+ <File Id =' de_DE.nss' Source =' $(var.bin)\imports\lang\de-DE.nss' />
82+ <File Id =' ko.nss' Source =' $(var.bin)\imports\lang\ko.nss' />
83+ <File Id =' no.nss' Source =' $(var.bin)\imports\lang\no.nss' />
84+ <File Id =' pt_BR.nss' Source =' $(var.bin)\imports\lang\pt-BR.nss' />
85+ <File Id =' zh_CN.nss' Source =' $(var.bin)\imports\lang\zh-CN.nss' />
8186 </Component >
8287 </Directory >
8388 </Directory >
You can’t perform that action at this time.
0 commit comments