forked from Shadowed/OptionHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
localization.zhCN.lua
54 lines (53 loc) · 2.13 KB
/
localization.zhCN.lua
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
if GetLocale() ~= "zhCN" then return end
local OPTIONHOUSE, L = ...
-- Traditional Chinese translations
L["|cffffffff%.2f KiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f KiB/秒|r\n\n内存/秒"
L["|cffffffff%.2f MiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f MiB/秒|r\n\n内存/秒"
L["%.3f KiB (%.2f%%)"] = "%.3f KiB (%.2f%%)"
L["%.3f KiB/s"] = "%.3f KiB/秒"
L["%.3f MiB (%.2f%%)"] = "%.3f MiB (%.2f%%)"
L["%.3f MiB/s"] = "%.3f MiB/秒"
L["CPU"] = "CPU"
L["CPU/Sec"] = "CPU/秒"
L["Dependencies"] = "依存关系"
L["Disable All"] = "禁用全部"
L["Disable CPU"] = "禁用 CPU"
L["Disabled on UI Reload"] = "插件重载后禁用"
L["Enable All"] = "启用全部"
L["Enable CPU"] = "启用CPU"
L["Enabled on UI Reload"] = "插件重载后启用"
L["Is Loadable on Demand but already loaded"] = "是按需要才加载但已经加载"
L["Load"] = "加载"
L["Loadable on Demand"] = "按需要加载"
L["Loaded"] = "已加载"
L["Management"] = "插件管理"
L["Mem/Sec"] = "内存/秒"
L["Memory"] = "内存"
L["Name"] = "插件名"
L["Option House"] = "Option House"
L["Performance"] = "性能"
L["Reload UI"] = "重载插件"
L["Search..."] = "搜索..."
--L["Show Blizzard AddOns"] = ""
L["Status"] = "状态"
L["Would you like to enable the %d dependencies for %s?"] = "你想为 %s 启用 %d?"
L["Would you like to enable the %d dependency for %s?"] = "你想为 %s 启用 %d?"
L["Would you like to enable the %s child addon for %s?"] = "你想为 %s 启用 %s 子插件?"
L["Would you like to enable the %s children addons for %s?"] = "你想为 %s 启用 %s 子插件?"
L["|cffd8d8d8Author:|r %s"] = "|cffd8d8d8作者:|r %s"
L["|cffd8d8d8Notes:|r %s"] = "|cffd8d8d8注释:|r %s"
L["|cffd8d8d8Version:|r %s"] = "|cffd8d8d8版本:|r %s"
--L["Profiles"] = ""
--L["New"] = ""
--L["New profile"] = ""
--L["Enter a name for the new profile:"] = ""
--L["Created new profile: %s"] = ""
--L["Save"] = ""
--L["Saved profile: %s"] = ""
--L["Load"] = ""
--L["Loaded profile: %s"] = ""
--L["Rename"] = ""
--L["Enter a new name for this profile:"] = ""
--L["Renamed profile from %s to %s."] = ""
--L["Delete"] = ""
--L["Deleted profile: %s"] = ""