vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar_ClockFu")
2  
3 L:RegisterTranslations("zhCN", function() return {
4 ["24-hour format"] = "24小时制",
5 ["Toggle between 12-hour and 24-hour format"] = "切换12小时制或24小时制显示方式",
6 ["Show seconds"] = "显示秒",
7 ["Local time"] = "显示本地时间",
8 ["Toggle between local time and server time"] = "切换显示服务器时间或本地时间",
9 ["Both times"] = "同时显示2个时间",
10 ["Toggle between showing two times or just one"] = "切换同时显示2个时间或只显示1个时间",
11 ["Show day/night bubble"] = "显示白天黑夜图标",
12 ["Show the day/night bubble on the upper-right corner of the minimap"] = "显示白天黑夜图标在小地图上",
13 ["Set the color of the text"] = "设置文字显示颜色",
14  
15 ["AceConsole-commands"] = { "/clockfu" },
16  
17 ["Server time"] = "服务器时间",
18 ["UTC"] = "格林威治时间"
19 } end)