mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-vlmcsd: Fix misspellings & More active items (#3534)
* Update vlmcsd.lua * Update vlmcsd.ini * Update vlmcsd.zh-cn.po * Update vlmcsd.ini
This commit is contained in:
parent
a22e26ac39
commit
6a6aafebd9
@ -2,7 +2,7 @@
|
||||
|
||||
m = Map("vlmcsd")
|
||||
m.title = translate("vlmcsd config")
|
||||
m.description = translate("A KMS Serever Emulator to active your Windows or Office")
|
||||
m.description = translate("A KMS Server Emulator to active your Windows or Office")
|
||||
|
||||
m:section(SimpleSection).template = "vlmcsd/vlmcsd_status"
|
||||
|
||||
|
@ -18,6 +18,8 @@ msgstr "基本设置"
|
||||
msgid "Config File"
|
||||
msgstr "配置文件"
|
||||
|
||||
msgid "A KMS Serever Emulator to active your Windows or Office"
|
||||
msgstr "KMS服务器可用于激活Windows或Office"
|
||||
|
||||
msgid "<b><font color=green>Vlmcsd is running.</font></b>"
|
||||
msgstr "<b><font color=green>KMS 服务器运行中</font></b>"
|
||||
|
@ -1,11 +1,20 @@
|
||||
#ePID/HwId设置为Windows显式
|
||||
;55c92734-d682-4d71-983e-d6ec3f16059f = 06401-00206-271-392041-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08
|
||||
;Windows = 06401-00206-471-111111-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08
|
||||
|
||||
#ePID设置为Office2010(包含Visio和Project)显式
|
||||
;59a52881-a989-479d-af46-f275c6370663 = 06401-00096-199-496023-03-1033-9600.0000-3622014
|
||||
;Office2010 = 06401-00096-199-222222-03-1033-17763.0000-2822018
|
||||
|
||||
#ePID设置为Office2013(包含Visio和Project)显式
|
||||
;0ff1ce15-a989-479d-af46-f275c6370663 = 06401-00206-234-409313-03-1033-9600.0000-3622014
|
||||
#ePID/HwId设置为Office2013(包含Visio和Project)显式
|
||||
;Office2013 = 06401-00206-234-333333-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08
|
||||
|
||||
#ePID/HwId设置为Office2016(包含Visio和Project)显式
|
||||
;Office2016 = 06401-00206-437-444444-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08
|
||||
|
||||
#ePID/HwId设置为Office2019(包含Visio和Project)显式
|
||||
;Office2019 = 06401-00206-666-666666-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08
|
||||
|
||||
#ePID/HwId设置为Windows中国政府版 (Enterprise G/GN) 显式
|
||||
;WinChinaGov = 06401-03858-000-555555-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08
|
||||
|
||||
#使用自定义TCP端口
|
||||
;Port = 1688
|
||||
|
Loading…
Reference in New Issue
Block a user