vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- File containing localized strings
2 -- Translation : zhCN - Aska (20051222)
3  
4 if GetLocale() == "zhCN" then
5 -- Chinese Simplified localized variables
6  
7 GroupCalendar_cTitle = "团体行事历 v%s";
8  
9 GroupCalendar_cSun = "日";
10 GroupCalendar_cMon = "一";
11 GroupCalendar_cTue = "二";
12 GroupCalendar_cWed = "三";
13 GroupCalendar_cThu = "四";
14 GroupCalendar_cFri = "五";
15 GroupCalendar_cSat = "六";
16  
17 GroupCalendar_cSunday = "星期日";
18 GroupCalendar_cMonday = "星期一";
19 GroupCalendar_cTuesday = "星期二";
20 GroupCalendar_cWednesday = "星期三";
21 GroupCalendar_cThursday = "星期四";
22 GroupCalendar_cFriday = "星期五";
23 GroupCalendar_cSaturday = "星期六";
24  
25 GroupCalendar_cSelfWillAttend = "%s会出席";
26  
27 GroupCalendar_cMonthNames = {"1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"};
28 GroupCalendar_cDayOfWeekNames = {GroupCalendar_cSunday, GroupCalendar_cMonday, GroupCalendar_cTuesday, GroupCalendar_cWednesday, GroupCalendar_cThursday, GroupCalendar_cFriday, GroupCalendar_cSaturday};
29  
30 GroupCalendar_cLoadMessage = "团体行事历已载入。使用 /calendar 来浏览行事历";
31 GroupCalendar_cInitializingGuilded = "团体行事历: 替已有公会的玩家进行初始化设定";
32 GroupCalendar_cInitializingUnguilded = "团体行事历: 指没有公会的玩家进行初始化设定";
33 GroupCalendar_cLocalTimeNote = "(%s 本地)";
34  
35 GroupCalendar_cOptions = "设定...";
36  
37 GroupCalendar_cCalendar = "行事历";
38 GroupCalendar_cChannel = "频道";
39 GroupCalendar_cTrust = "信任";
40 GroupCalendar_cAbout = "关于";
41  
42 GroupCalendar_cUseServerDateTime = "使用伺服器日期与时间";
43 GroupCalendar_cUseServerDateTimeDescription = "启动此功能将会以伺服器的日期与时间来显示活动资讯,若关闭此功能则会以您的电脑日期及时间来显示。";
44  
45 GroupCalendar_cChannelConfigTitle = "资料频道设定";
46 GroupCalendar_cChannelConfigDescription = "行事历频道用来传送及接收玩家之间的活动,所有在频道的人都能浏灠您的活动。若想替您的行事历保密就必须设定密码。";
47 GroupCalendar_cAutoChannelConfig = "自动频道设定";
48 GroupCalendar_cManualChannelConfig = "手动频道设定";
49 GroupCalendar_cStoreAutoConfig = "自动储存设定到玩家讯息";
50 GroupCalendar_cAutoConfigPlayer = "玩家名称:";
51 GroupCalendar_cApplyChannelChanges = "套用";
52 GroupCalendar_cAutoConfigTipTitle = "自动频道设定";
53 GroupCalendar_cAutoConfigTipDescription = "自动从公会资讯中取得频道资讯。您必须是公会成员,此功能必须在公会干部设定后方可使用。";
54 GroupCalendar_cManualConfigTipDescription = "允许您手动输入频道及密码资料。";
55 GroupCalendar_cStoreAutoConfigTipDescription = "允许公会干部将频道设置资讯存到指定成员的玩家资讯中。";
56 GroupCalendar_cAutoConfigPlayerTipDescription = "玩家在公会资讯中包含频道设置资料。";
57 GroupCalendar_cChannelNameTipTitle = "频道名称";
58 GroupCalendar_cChannelNameTipDescription = "频道名称用来传送及接收其他玩家的活动资料。";
59 GroupCalendar_cConnectChannel = "连线";
60 GroupCalendar_cDisconnectChannel = "中断连线";
61 GroupCalendar_cChannelStatus =
62 {
63 Starting = {mText = "状态: 启动中...", mColor = {r = 1, g = 1, b = 0.3}},
64 Connected = {mText = "状态: 资料频道已连接", mColor = {r = 0.3, g = 1, b = 0.3}},
65 Disconnected = {mText = "状态: 资料频道尚未连接", mColor = {r = 1, g = 0.5, b = 0.2}},
66 Initializing = {mText = "状态: 初始化资料频道", mColor = {r = 1, g = 1, b = 0.3}},
67 Error = {mText = "错误: %s", mColor = {r = 1, g = 0.2, b = 0.4}},
68 };
69  
70 GroupCalendar_cConnected = "已连线";
71 GroupCalendar_cDisconnected = "已中断连线";
72 GroupCalendar_cTooManyChannels = "您已经到达频道的加入上限";
73 GroupCalendar_cJoinChannelFailed = "不明原因引致无法加入频道";
74 GroupCalendar_cWrongPassword = "密码错误";
75 GroupCalendar_cAutoConfigNotFound = "找不到公会设置资料";
76 GroupCalendar_cErrorAccessingNote = "无法接收设置资料";
77  
78 GroupCalendar_cTrustConfigTitle = "信任设定";
79 GroupCalendar_cTrustConfigDescription = "允许您控制能够检视活动的人。行事历本身并无限制谁能够检视活动,设定密码就能有效限制能够检视行事历的人。";
80 GroupCalendar_cTrustGroupLabel = "信任:";
81 GroupCalendar_cEvent = "活动";
82 GroupCalendar_cAttendance = "出席";
83  
84 GroupCalendar_cAboutTitle = "关于团体行事历";
85 GroupCalendar_cTitleVersion = "团体行事历 v"..gGroupCalendar_VersionString;
86 GroupCalendar_cAuthor = "由 Thunderlord 的 Baylord 设计及编写";
87 GroupCalendar_cTestersTitle = "测试人员";
88  
89 GroupCalendar_cSpecialThanksTitle = "特别鸣谢";
90  
91 GroupCalendar_cGuildURL = "http://www.royaltia.com";
92 GroupCalendar_cRebuildDatabase = "重新建立资料库";
93 GroupCalendar_cRebuildDatabaseDescription = "重新建立活动资料库给您的角色。有助解决无法观看所有活动的问题,但是此举动可能有机会会遗失出席回覆的资讯。";
94  
95 GroupCalendar_cTrustGroups =
96 {
97 "所有存取资料频道的玩家",
98 "公会成员",
99 "仅限下列名单列出的玩家"
100 };
101  
102 GroupCalendar_cTrustAnyone = "信任所有存取资料频道的玩家";
103 GroupCalendar_cTrustGuildies = "信任我的公会成员";
104 GroupCalendar_cTrustMinRank = "最低阶级需求:";
105 GroupCalendar_cTrustNobody = "只信任下列名单中列出的玩家";
106 GroupCalendar_cTrustedPlayers = "信任的玩家";
107 GroupCalendar_cExcludedPlayers = "例外的玩家"
108 GroupCalendar_cPlayerName = "玩家名称:";
109 GroupCalendar_cAddTrusted = "信任";
110 GroupCalendar_cRemoveTrusted = "移除";
111 GroupCalendar_cAddExcluded = "例外";
112  
113 CalendarEventViewer_cTitle = "检示活动";
114 CalendarEventViewer_cDone = "完成";
115  
116 CalendarEventViewer_cLevelRangeFormat = "等级 %i 至 %i";
117 CalendarEventViewer_cMinLevelFormat = "等级 %i 或以上";
118 CalendarEventViewer_cMaxLevelFormat = "等级 %i 或以下";
119 CalendarEventViewer_cAllLevels = "所有等级";
120 CalendarEventViewer_cSingleLevel = "只限等级 %i";
121  
122 CalendarEventViewer_cYes = "嗯! 我会出席此活动";
123 CalendarEventViewer_cNo = "不. 我不会出席此活动";
124  
125 CalendarEventViewer_cResponseMessage =
126 {
127 "状态: 没有回应",
128 "状态: 等候确认",
129 "状态: 已确认 - 已接受",
130 "状态: 已确认 - 等候中",
131 "状态: 已确认 - 被拒绝",
132 };
133  
134 CalendarEventEditorFrame_cTitle = "新增/修改活动";
135 CalendarEventEditor_cDone = "完成";
136 CalendarEventEditor_cDelete = "删除";
137  
138 CalendarEventEditor_cConfirmDeleteMsg = "删除 \"%s\"?";
139  
140 -- Event names
141  
142 GroupCalendar_cGeneralEventGroup = "综合";
143 GroupCalendar_cDungeonEventGroup = "地下城";
144 GroupCalendar_cBattlegroundEventGroup = "战场";
145  
146 GroupCalendar_cMeetingEventName = "约会";
147 GroupCalendar_cBirthdayEventName = "生日";
148  
149 GroupCalendar_cAQREventName = "安其拉 (废墟)";
150 GroupCalendar_cAQTEventName = "安其拉 (神殿)";
151 GroupCalendar_cBFDEventName = "黑暗深渊";
152 GroupCalendar_cBRDEventName = "黑石深渊";
153 GroupCalendar_cUBRSEventName = "黑石塔上层";
154 GroupCalendar_cLBRSEventName = "黑石塔";
155 GroupCalendar_cBWLEventName = "黑翼之巢";
156 GroupCalendar_cDeadminesEventName = "死亡矿坑";
157 GroupCalendar_cDMEventName = "厄运之槌";
158 GroupCalendar_cGnomerEventName = "诺姆瑞根";
159 GroupCalendar_cMaraEventName = "玛拉顿";
160 GroupCalendar_cMCEventName = "熔火之心";
161 GroupCalendar_cOnyxiaEventName = "奥尼西亚洞穴";
162 GroupCalendar_cRFCEventName = "怒焰裂谷";
163 GroupCalendar_cRFDEventName = "剃刀高地";
164 GroupCalendar_cRFKEventName = "剃刀沼泽";
165 GroupCalendar_cSMEventName = "血色修道院";
166 GroupCalendar_cScholoEventName = "通灵学院";
167 GroupCalendar_cSFKEventName = "影牙城堡";
168 GroupCalendar_cStockadesEventName = "监狱";
169 GroupCalendar_cStrathEventName = "斯坦索姆";
170 GroupCalendar_cSTEventName = "阿塔哈卡神庙";
171 GroupCalendar_cUldEventName = "奥达曼";
172 GroupCalendar_cWCEventName = "哀嚎洞穴";
173 GroupCalendar_cZFEventName = "祖尔法拉克";
174 GroupCalendar_cZGEventName = "祖尔格拉布";
175  
176 GroupCalendar_cABEventName = "阿拉希盆地";
177 GroupCalendar_cAVEventName = "奥特蔺克山谷";
178 GroupCalendar_cWSGEventName = "战歌峡谷";
179  
180 -- Race names
181  
182 GroupCalendar_cDwarfRaceName = "矮人";
183 GroupCalendar_cGnomeRaceName = "地精";
184 GroupCalendar_cHumanRaceName = "人类";
185 GroupCalendar_cNightElfRaceName = "夜精灵";
186 GroupCalendar_cOrcRaceName = "兽人";
187 GroupCalendar_cTaurenRaceName = "牛头人";
188 GroupCalendar_cTrollRaceName = "食人妖";
189 GroupCalendar_cUndeadRaceName = "不死族";
190 GroupCalendar_cBloodElfRaceName = "血精灵";
191 GroupCalendar_cDraeneiRaceName = "不死族";
192  
193 -- Class names
194  
195 GroupCalendar_cDruidClassName = "德鲁伊";
196 GroupCalendar_cHunterClassName = "猎人";
197 GroupCalendar_cMageClassName = "法师";
198 GroupCalendar_cPaladinClassName = "圣骑士";
199 GroupCalendar_cPriestClassName = "牧师";
200 GroupCalendar_cRogueClassName = "盗贼";
201 GroupCalendar_cShamanClassName = "萨满";
202 GroupCalendar_cWarlockClassName = "术士";
203 GroupCalendar_cWarriorClassName = "战士";
204  
205 -- Plural forms of class names
206  
207 GroupCalendar_cDruidsClassName = "德鲁伊";
208 GroupCalendar_cHuntersClassName = "猎人";
209 GroupCalendar_cMagesClassName = "法师";
210 GroupCalendar_cPaladinsClassName = "圣骑士";
211 GroupCalendar_cPriestsClassName = "牧师";
212 GroupCalendar_cRoguesClassName = "盗贼";
213 GroupCalendar_cShamansClassName = "萨满";
214 GroupCalendar_cWarlocksClassName = "术士";
215 GroupCalendar_cWarriorsClassName = "战士";
216  
217 -- Label forms of the class names for the attendance panel. Usually just the plural
218 -- form of the name followed by a colon
219  
220 GroupCalendar_cDruidsLabel = GroupCalendar_cDruidsClassName..":";
221 GroupCalendar_cHuntersLabel = GroupCalendar_cHuntersClassName..":";
222 GroupCalendar_cMagesLabel = GroupCalendar_cMagesClassName..":";
223 GroupCalendar_cPaladinsLabel = GroupCalendar_cPaladinsClassName..":";
224 GroupCalendar_cPriestsLabel = GroupCalendar_cPriestsClassName..":";
225 GroupCalendar_cRoguesLabel = GroupCalendar_cRoguesClassName..":";
226 GroupCalendar_cShamansLabel = GroupCalendar_cShamansClassName..":";
227 GroupCalendar_cWarlocksLabel = GroupCalendar_cWarlocksClassName..":";
228 GroupCalendar_cWarriorsLabel = GroupCalendar_cWarriorsClassName..":";
229  
230 GroupCalendar_cTimeLabel = "时间:";
231 GroupCalendar_cDurationLabel = "需时:";
232 GroupCalendar_cEventLabel = "活动:";
233 GroupCalendar_cTitleLabel = "标题:";
234 GroupCalendar_cLevelsLabel = "等级:";
235 GroupCalendar_cLevelRangeSeparator = "至";
236 GroupCalendar_cDescriptionLabel = "内容:";
237 GroupCalendar_cCommentLabel = "备注:";
238  
239 CalendarEditor_cNewEvent = "新活动...";
240 CalendarEditor_cEventsTitle = "活动";
241  
242 GroupCalendar_cGermanTranslation = "德文翻译由 Silver Hand 的 Palyr 提供";
243 GroupCalendar_cFrenchTranslation = "法文翻译由 Dalaran (EU) 的 Kisanth 提供";
244 GroupCalendar_cChineseTranslation = "中文翻译由 Royaltia (HK) 的 Aska 提供";
245  
246 CalendarEventEditor_cNotAttending = "不出席";
247 CalendarEventEditor_cConfirmed = "已确定";
248 CalendarEventEditor_cDeclined = "已拒绝";
249 CalendarEventEditor_cStandby = "在等候名单";
250 CalendarEventEditor_cPending = "悬而未决";
251 CalendarEventEditor_cUnknownStatus = "不明 %s";
252  
253 GroupCalendar_cChannelNameLabel = "频道名称:";
254 GroupCalendar_cPasswordLabel = "密码:";
255  
256 GroupCalendar_cTimeRangeFormat = "%s至%s";
257  
258 GroupCalendar_cPluralMinutesFormat = "%d分钟";
259 GroupCalendar_cSingularHourFormat = "%d小时";
260 GroupCalendar_cPluralHourFormat = "%d小时";
261 GroupCalendar_cSingularHourPluralMinutes = "%d小时%d分钟";
262 GroupCalendar_cPluralHourPluralMinutes = "%d小时%d分钟";
263  
264 GroupCalendar_cLongDateFormat = "$year".."年".."$month".."$day".."日";
265 GroupCalendar_cShortDateFormat = "$day/$monthNum";
266 GroupCalendar_cLongDateFormatWithDayOfWeek = "$dow $year".."年".."$month".."$day".."日";
267  
268 GroupCalendar_cNotAttending = "不出席";
269 GroupCalendar_cAttending = "出席";
270 GroupCalendar_cPendingApproval = "等待审批";
271  
272 GroupCalendar_cQuestAttendanceNameFormat = "$name ($level $race)";
273 GroupCalendar_cMeetingAttendanceNameFormat = "$name ($level $class)";
274  
275 GroupCalendar_cNumAttendeesFormat = "%d 位出席";
276  
277 BINDING_HEADER_GROUPCALENDAR_TITLE = "团体行事历";
278 BINDING_NAME_GROUPCALENDAR_TOGGLE = "打开/关闭团体行事历";
279 end