aboutsummaryrefslogtreecommitdiffstats
path: root/language/zh_TW/common.lang.php
blob: ac8a4b291dce96de754ba0ead4d8373cdbfada64 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA.                                                                  |
// +-----------------------------------------------------------------------+
/*
Language Name: 中文 (繁體) [TW]
Version: 2.3.0
Language URI: http://piwigo.org/ext/extension_view.php?eid=524
Author: Piwigo team
Author URI: http://piwigo.org
*/

// Langage informations
$lang_info['language_name'] = '中文';
$lang_info['country'] = '中國';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'cn';
$lang_info['zero_plural'] = false;

$lang['%d Kb'] = '%d KB';
$lang['%d album updated'] = '%d 相冊已更新';
$lang['%d albums updated'] = '%d 相冊已更新';
$lang['%d comment to validate'] = '%d 條用戶評論被確認';
$lang['%d comments to validate'] = '%d 條用戶評論被確認';
$lang['%d new comment'] = '%d 新評論';
$lang['%d new comments'] = '%d 新評論';
$lang['%d comment'] = '%d 評論';
$lang['%d comments'] = '%d 評論';
$lang['%d hit'] = '查看 %d 次';
$lang['%d hits'] = '查看 %d 次';
$lang['%d new photo'] = '%d 新圖片';
$lang['%d new photos'] = '%d 新圖片';
$lang['%d new user'] = '%d 新用戶';
$lang['%d new users'] = '%d 新用戶';
$lang['About'] = '關於';
$lang['All tags'] = '所有標籤';
$lang['Any tag'] = '任何標籤';
$lang['At least one listed rule must be satisfied.'] = '至少符合一項標準.';
$lang['Author'] = '擁有者';
$lang['Albums'] = '類別';
$lang['Album'] = '相冊';
$lang['Close this window'] = '關閉窗口';
$lang['Complete RSS feed (photos, comments)'] = '完整RSS回饋(圖片, 評論等)';
$lang['Confirm Password'] = '重複輸入密碼';
$lang['Connection settings'] = '連接設置';
$lang['Login'] = '連接';
$lang['Contact webmaster'] = '聯繫網管';
$lang['Create a new account'] = '新建帳號';
$lang['Created on'] = '創建於';
$lang['Creation date'] = '創建日期';
$lang['Current password is wrong'] = '密碼錯誤';
$lang['Dimensions'] = '尺寸';
$lang['Display'] = '顯示';
$lang['Each listed rule must be satisfied.'] = '必須符合每項標準';
$lang['Email address is missing. Please specify an email address.'] = '缺少郵箱地址';
$lang['Email address'] = '郵箱地址';
$lang['Enter your personnal informations'] = '輸入您的個人信息';
$lang['Error sending email'] = '發送郵件出錯';
$lang['File name'] = '文件名';
$lang['File'] = '文件';
$lang['Filesize'] = '文件大小';
$lang['Filter and display'] = '過濾並顯示';
$lang['Filter'] = '過濾';
$lang['Forgot your password?'] = '忘記密碼?';
$lang['Go through the gallery as a visitor'] = '以遊客身份瀏覽圖庫';
$lang['Help'] = '幫助';
$lang['Identification'] = '身份鑒別';
$lang['Photos only RSS feed'] = '圖片RSS';
$lang['Keyword'] = '關鍵字';
$lang['Links'] = '鏈接';
$lang['N/A'] = '不存在';
$lang['New on %s'] = '新創於 %s';
$lang['Notification'] = '通知';
$lang['Number of items'] = '總數';
$lang['Original dimensions'] = '原始大小';
$lang['Password forgotten'] = '忘記密碼';
$lang['Password'] = '密碼';
$lang['Post date'] = '上傳日期';
$lang['Posted on'] = '上傳於';
$lang['Profile'] = '用戶信息';
$lang['Quick connect'] = '快速連接';
$lang['RSS feed'] = 'RSS流';
$lang['Register'] = '註冊';
$lang['Registration'] = '註冊';
$lang['Related tags'] = '關聯標籤';
$lang['Reset'] = '重新設置';
$lang['Retrieve password'] = '重新取得密碼';
$lang['Search rules'] = '搜索規則';
$lang['Search tags'] = '搜索標籤';
$lang['Search'] = '搜索';
$lang['display available tags'] = '查看現有標籤';
$lang['Since'] = '自從';
$lang['Sort by'] = '排序';
$lang['Sort order'] = '排序規則';
$lang['Tag'] = '標籤';
$lang['Tags'] = '標籤簇';
$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'RSS提要,從這個網站上提供新事件的通知:新相片,更新相冊,新評論。要使用 RSS 閱讀器查看new photos, updated albums, new comments. To be used with a RSS feed reader.';
$lang['Unknown feed identifier'] = '未知流標識';
$lang['User comments'] = '用戶評論';
$lang['Username'] = '用戶名';
$lang['Visits'] = '訪問';
$lang['Webmaster'] = '網管';
$lang['Week %d'] = '星期 %d';
$lang['About Piwigo'] = '關於Piwigo';
$lang['You are not authorized to access the requested page'] = '你無權訪問此頁';
$lang['Add to caddie'] = '放入購物籃';
$lang['add this photo to your favorites'] = '把圖片放到收藏夾';
$lang['Administration'] = '管理員';
$lang['all'] = '所有';
$lang['ascending'] = '升序';
$lang['author(s) : %s'] = '擁有者 : %s';
$lang['Expand all albums'] = '展開所有相冊';
$lang['posted after %s (%s)'] = '插入到 %s (%s) 之後';
$lang['posted before %s (%s)'] = '插入到 %s (%s) 之前';
$lang['posted between %s (%s) and %s (%s)'] = '插入到 %s (%s) 和 le %s (%s) 之間';
$lang['posted on %s'] = '插入 %s';
$lang['Best rated'] = '得票最高';
$lang['display best rated photos'] = '顯示得票最高的圖片';
$lang['Calendar'] = '日曆';
$lang['All'] = '所有';
$lang['display each day with photos, month per month'] = '按時間順序來顯示';
$lang['View'] = '視圖';
$lang['chronology_monthly_calendar'] = '月曆';
$lang['chronology_monthly_list'] = '月清單';
$lang['chronology_weekly_list'] = '周清單';
$lang['Click here if your browser does not automatically forward you'] = '如果你的瀏覽器不支持自動轉頁,請按這裡。';
$lang['comment date'] = '評論日期';
$lang['Comment'] = '評論';
$lang['Your comment has been registered'] = '評論已保存';
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = '反灌水系統 : 請稍候再加評論';
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = '由於不符合格式規定,你的評論不能被保存';
$lang['An administrator must authorize your comment before it is visible.'] = '評論需經管理員確認才能顯示在頁面裡。';
$lang['This login is already used by another user'] = '用戶名已存在';
$lang['Comments'] = '評論';
$lang['Add a comment'] = '加評論';
$lang['created after %s (%s)'] = '創建於 %s (%s) 之後';
$lang['created before %s (%s)'] = '創建於 %s (%s) 之前';
$lang['created between %s (%s) and %s (%s)'] = '創建於 %s (%s) 和 le %s (%s) 之間';
$lang['created on %s'] = '創建於 %s';
$lang['Customize'] = '自定義';
$lang['Your Gallery Customization'] = '自定義頁標題';
$lang['day'][0] = '星期日';
$lang['day'][1] = '星期一';
$lang['day'][2] = '星期二';
$lang['day'][3] = '星期三';
$lang['day'][4] = '星期四';
$lang['day'][5] = '星期五';
$lang['day'][6] = '星期六';
$lang['Default'] = '默認';
$lang['delete this photo from your favorites'] = '從收藏夾中刪除此圖片';
$lang['Delete'] = '刪除';
$lang['descending'] = '降序';
$lang['Download'] = '下載';
$lang['Download this file'] = '下載此文件';
$lang['edit'] = '編輯';
$lang['wrong date'] = '日期出錯';
$lang['excluded'] = '不包括';
$lang['Your favorites'] = '我的最愛';
$lang['display your favorites photos'] = '顯示收藏圖片';
$lang['Favorites'] = '收藏';
$lang['First'] = '首頁';
$lang['The gallery is locked for maintenance. Please, come back later.'] = '系統維護,請稍候再試。';
$lang['Page generated in'] = '頁面創建時間';
$lang['guest'] = '遊客';
$lang['Hello'] = '你好';
$lang['available for administrators only'] = '只限於管理者';
$lang['display this album'] = '顯示此相冊根目錄下的相片';
$lang['display last user comments'] = '查看最新用戶評論';
$lang['customize the appareance of the gallery'] = '個性化設置';
$lang['search'] = '搜索';
$lang['Home'] = '主頁';
$lang['in this album'] = '在此相冊裡';
$lang['in %d sub-album'] = '在 %d 子相冊裡';
$lang['in %d sub-albums'] = '在n %d 子相冊裡';
$lang['included'] = '包括';
$lang['Invalid password!'] = '密碼不正確!';
$lang['Language'] = '語言';
$lang['last %d days'] = '最近%d天';
$lang['Last'] = '最後';
$lang['Logout'] = '註銷';
$lang['obligatory'] = '必需';
$lang['Maximum photo height'] = '圖片的最大長度';
$lang['Maximum height must be a number superior to 50'] = '圖片最大長度必須大於50';
$lang['Maximum photo width'] = '圖片的最大寬度';
$lang['Maximum width must be a number superior to 50'] = '圖片最大寬度必須大於50';
$lang['display a calendar by creation date'] = '通過創建時間顯示日曆';
$lang['display all photos in all sub-albums'] = '顯示所有相冊和子相冊的相片';
$lang['return to normal view mode'] = '返回到普通模式顯示';
$lang['display a calendar by posted date'] = '通過發送時間來顯示日曆';
$lang['month'][10] = '十月';
$lang['month'][11] = '十一月';
$lang['month'][12] = '十二月';
$lang['month'][1] = '一月';
$lang['month'][2] = '二月';
$lang['month'][3] = '三月';
$lang['month'][4] = '四月';
$lang['month'][5] = '五月';
$lang['month'][6] = '六月';
$lang['month'][7] = '七月';
$lang['month'][8] = '八月';
$lang['month'][9] = '九月';
$lang['Most visited'] = '最受喜歡';
$lang['display most visited photos'] = '顯示查看次數最多的圖片';
$lang['Unknown identifier'] = '帳戶不存在';
$lang['New password'] = '新密碼';
$lang['Rate this photo'] = '對圖片投票';
$lang['Next'] = '下一頁';
$lang['no rate'] = '沒有被投票';
$lang['Photos posted within the last %d day.'] = '只顯示最近 %d 天的圖片.';
$lang['Photos posted within the last %d days.'] = '只顯示最近 %d 天的圖片.';
$lang['password updated'] = '密碼已更新';
$lang['Recent period must be a positive integer value'] = '再次發表間隔時間必須是正整數';
$lang['photo'] = '圖片';
$lang['Click on the photo to see it in high definition'] = '點擊查看大圖片';
$lang['Show file metadata'] = '顯示文件的元數據';
$lang['Powered by'] = '基於';
$lang['Preferences'] = '使用偏好';
$lang['Previous'] = '前頁';
$lang['Random photos'] = '隨機圖片';
$lang['display a set of random photos'] = '隨機顯示圖片';
$lang['Recent albums'] = '最新的相冊';
$lang['display recently updated albums'] = '顯示最近更新的相冊';
$lang['Recent period'] = '最近階段';
$lang['Recent photos'] = '最新圖片';
$lang['display most recent photos'] = '顯示最新圖片';
$lang['Redirection...'] = '轉跳至...';
$lang['Please, enter a login'] = '請輸入用戶名';
$lang['login mustn\'t end with a space character'] = '用戶名不能以空格結尾';
$lang['login mustn\'t start with a space character'] = '用戶名不能以空格開頭';
$lang['this login is already used'] = '用戶名已存在';
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '郵件地址格式必須符合標準郵件地址格式 xxx@yyy.eee (例如 : jack@altern.org)';
$lang['please enter your password again'] = '請輸入新密碼';
$lang['Auto login'] = '自動連接';
$lang['remove this tag from the list'] = '刪除此標籤';
$lang['representative'] = '代理人';
$lang['Search for Author'] = '搜索上傳者';
$lang['Search in albums'] = '在相冊裡搜索';
$lang['Search by date'] = '通過日期查詢';
$lang['Date'] = '開始日期';
$lang['End-Date'] = '最終日期';
$lang['Kind of date'] = '日期類型';
$lang['Search for words'] = '關鍵字';
$lang['Search for all terms'] = '以與模式查詢';
$lang['Search for any term'] = '以或模式查詢';
$lang['Empty query. No criteria has been entered.'] = '查詢語句不能為空';
$lang['Search results'] = '搜索結果';
$lang['Search in sub-albums'] = '在子相冊裡搜索';
$lang['searched words : %s'] = '搜索詞 : %s';
$lang['Contact'] = '聯繫';
$lang['set as album representative'] = '設置一個相冊代表';
$lang['Show number of comments'] = '顯示評論總數';
$lang['Show number of hits'] = '顯示查看次數';
$lang['slideshow'] = '幻燈片放映';
$lang['stop the slideshow'] = '停止幻燈片放映';
$lang['Specials'] = '特別類';
$lang['SQL queries in'] = 'sql查詢語句';
$lang['display only recently posted photos'] = '只顯示最近內容';
$lang['return to the display of all photos'] = '返回到所有圖片頁面';
$lang['the beginning'] = '開始';
$lang['Interface theme'] = '主題';
$lang['Thumbnails'] = '縮略圖';
$lang['Menu'] = '菜單';
$lang['A comment on your site'] = '網站評論';
$lang['today'] = '今天';
$lang['Update your rating'] = '更改投票';
$lang['the username must be given'] = '缺少用戶名';
$lang['useful when password forgotten'] = '忘記密碼';
$lang['Quick search'] = '快速搜索';
$lang['Connected user: %s'] = '在線用戶: %s';
$lang['IP: %s'] = 'IP地址: %s';
$lang['Browser: %s'] = '瀏覽器: %s';
$lang['Author: %s'] = '上傳者: %s';
$lang['Comment: %s'] = '評論: %s';
$lang['Comment by %s'] = '評論人 %s';
$lang['User: %s'] = '用戶: %s';
$lang['Email: %s'] = '電子郵件: %s';
$lang['Admin: %s'] = '管理員: %s';
$lang['Registration of %s'] = '註冊 %s';
$lang['Album: %s'] = '相冊: %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果遊客反常擁有普通用戶才擁有狀態,請向網絡管理員報告。';
$lang['this email address is already in use'] = '郵箱地址已存在';
$lang['Album results for'] = '相冊的結果';
$lang['Tag results for'] = '符合查詢標籤結果';
$lang['from %s to %s'] = '從 %s 到 %s';
$lang['Play of slideshow'] = '播放';
$lang['Pause of slideshow'] = '暫停';
$lang['Repeat the slideshow'] = '重複播放';
$lang['Not repeat the slideshow'] = '停止重複播放';
$lang['Reduce diaporama speed'] = '減慢播放速度';
$lang['Accelerate diaporama speed'] = '加快播放速度';
$lang['Submit'] = '確認';
$lang['Yes'] = '是';
$lang['No'] = '否';
$lang['%d photo']='%d 圖片';
$lang['%d photos']='%d 圖片';
$lang['%d photo is also linked to current tags'] = '%d 圖片同時與當前標籤相關';
$lang['%d photos are also linked to current tags'] = '%d 圖片同時與當前標籤相關';
$lang['display photos linked to this tag'] = '只查看和這標籤相關的圖片';
$lang['photos posted during the last %d days'] = '圖片在最近%d天裡更新';
$lang['Piwigo Help'] = 'Piwigo幫助';
$lang['Rank'] = '分類';
$lang['group by letters'] = '按字母順序分';
$lang['letters'] = '字母';
$lang['show tag cloud'] = '顯示標籤雲';
$lang['cloud'] = '雲';
$lang['Are you sure?'] = '確定?';
$lang['Reset to default values'] = '重置為默認值';
$lang['delete all photos from your favorites'] = '刪除您的收藏裡所有相片';
$lang['Sent by'] = 'Sent by';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的瀏覽器已關閉或者不支持Cookies. 您必須開啟 cookies 才能登錄.';
$lang['Edit a comment'] = '修改一個評論';
$lang['(!) This comment requires validation'] = '(!) 此評論需要審核';
$lang['Welcome'] = '歡迎';
$lang['Welcome to your Piwigo photo gallery!'] = '歡迎來到您的 Piwigo 畫廊!';
$lang['... or browse your empty gallery'] = '... 或者瀏覽您的空畫廊';
$lang['... or please deactivate this message, I will find my way by myself'] = '... 或者取消此信息,我會自己找到我的方法';
$lang['Hello %s, your Piwigo photo gallery is empty!'] = '您好 %s, 您的 Piwigo 畫廊是空的!';
$lang['I want to add photos'] = '我想添加相片';
$lang['Manage this user comment: %s'] = '管理此用戶的評論: %s';
$lang['This author modified following comment:'] = '此作者修改了以下的評論:';
$lang['This author removed the comment with id %d'] = '此作者刪除了 id 為 %d 的評論';
$lang['Sent by'] = '發送人';
$lang['html tags are not allowed in login'] = 'login內不允許有html標籤';
$lang['%d rates'] = '%d 評價';
$lang['Rating score'] = '評價得分';
$lang['The number of photos per page must be a not null scalar'] = '每頁的照片的數量不能為零';
$lang['Number of photos per page'] = '每頁的照片數量';
$lang['Invalid username or email'] = '無效的用戶名稱或電子郵件';
$lang['Password reset is not allowed for this user'] = '不允許此用戶密碼重置';
$lang['User "%s" has no email address, password reset is not possible']= '查無用戶“%”之電子郵件地址,無法重置密碼';
$lang['Someone requested that the password be reset for the following user account:'] = '有人要求重置以下用戶的密碼:';
$lang['Username "%s" on gallery %s'] = '%s 畫廊中的“%S”用戶 ';
$lang['To reset your password, visit the following address:'] = '要重置密碼,請至以下網址:';
$lang['If this was a mistake, just ignore this email and nothing will happen.'] = '如果這是個錯誤或您並未要求重置密碼,請忽略此電子郵件,您的帳戶將不會作任何更改';
$lang['Password Reset'] = '重設密碼';
$lang['Check your email for the confirmation link'] = '檢查您的電子郵件並前往確認連結 ';
$lang['Invalid key'] = '鍵入字元無效';
$lang['The passwords do not match'] = '密碼不符';
$lang['Your password has been reset'] = '您的密碼已經重設';
$lang['Return to home page'] = '返回首頁';
$lang['Please enter your username or email address.'] = '請輸入您的用戶名或電子郵件';
$lang['You will receive a link to create a new password via email.'] ='您將收到電子郵件,裡面有用來建立新密碼的連結';
$lang['Username or email'] = '用戶名稱或電子郵件';
$lang['Change my password'] = '更改我的密碼';
$lang['Enter your new password below.'] = '在下方輸入您的新密碼';
$lang['EXIF Metadata'] = 'EXIF 元數據';
$lang['IPTC Metadata'] = 'IPTC 元數據'; 
?>