source: extensions/community/language/zh_TW/plugin.lang.php @ 23788

Last change on this file since 23788 was 23788, checked in by TranslationTeam, 11 years ago

[community] Update zh_TW, thanks to : unsetlay

  • Property svn:executable set to *
File size: 4.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['high trust'] = '高度信任';
24$lang['web size'] = '網站大小';
25$lang['uploaded photos must be validated by an administrator'] = '上傳的照片必須由管理員進行驗證';
26$lang['uploaded photos are directly displayed in the gallery'] = '上傳的照片直接顯示在畫廊';
27$lang['sub-albums creation'] = '子專輯建立';
28$lang['low trust'] = '低信任度';
29$lang['any visitor'] = '任何訪客';
30$lang['any registered user'] = '任何註冊用戶都';
31$lang['ability to create sub-albums'] = '可建立子專輯';
32$lang['a specific user'] = '一個特定的用戶';
33$lang['a group'] = '一組';
34$lang['Zoom'] = '放大';
35$lang['Your photos are waiting for validation, administrators have been notified'] = '您的照片會等待驗證,已經通知管理員';
36$lang['Who?'] = '是誰?';
37$lang['Which level of trust?'] = '哪個級別的信任?';
38$lang['Where?'] = '在哪裡?';
39$lang['Validation page: %s'] = '驗證頁面: %s';
40$lang['Upload your own photos'] = '上傳您自己的照片';
41$lang['Upload Permissions'] = '上傳權限';
42$lang['The whole gallery'] = '整個畫廊';
43$lang['Set Photo Properties'] = '設定照片屬性';
44$lang['Permission updated'] = '權限已更新';
45$lang['Permission removed'] = '權限已移除';
46$lang['Permission added'] = '權限已新增';
47$lang['No album, this photo is orphan'] = '沒有專輯,這張照片是孤兒';
48$lang['Pending Photos'] = '待處理照片';
49$lang['%u pending photos'] = '%u 個待處理照片';
50$lang['Level 16'] = '待處理';
51$lang['Hi administrators,'] = '您好系統管理員,';
52$lang['Edit a permission'] = '編輯權限';
53$lang['Delete permission'] = '刪除權限';
54$lang['Cancel'] = '取消';
55$lang['Add a permission'] = '增加一個權限';
56$lang['%s (the user)'] = '%s (用戶)';
57$lang['%s (the group)'] = '%s (組)';
58$lang['%d photos validated'] = '%d 張照片經過驗證';
59$lang['%d photos uploaded into album "%s"'] = '%d 張照片上傳到專輯 "%s"';
60$lang['%d photos uploaded by %s'] = '%d 張照片由 %s 上傳';
61$lang['%d photos rejected'] = '%d 照片被拒絕接受';
62$lang['How much disk space?'] = '有多少磁盤空間?';
63$lang['%s out of %s'] = '%s 於 %s';
64$lang['(in addition to user album)'] = '(除了用戶相本)';
65$lang['Available %s.'] = '可用 %s';
66$lang['Available quota %s.'] = '可用配額 %s';
67$lang['Disk usage quota reached (%uMB)'] = '磁碟可用空間已滿(%uMB)';
68$lang['File %s too big (%uMB), quota of %uMB exceeded'] = '檔案 %s 過大 (%uMB), 已超出 %uMB 。';
69$lang['Gallery root'] = '相簿基層';
70$lang['How many photos?'] = '有多少相片?';
71$lang['Maximum number of photos reached (%u)'] = '已達最多相片張數(%u)';
72$lang['Photo %s rejected.'] = '相片 %s 已退回。';
73$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo 將於每位用戶第一次登入時,為他們創立一個相本。';
74$lang['User album only'] = '唯獨使用者相本';
75$lang['User albums'] = '使用者相本';
76$lang['Where should Piwigo create user albums?'] = '您想要 Piwigo 將使用者相本建立在何處?';
77$lang['no limit'] = '無限制';
78$lang['up to %d photos (for each user)'] = '最多 %d 張照片 (每位使用者)';
79$lang['up to %dMB (for each user)'] = '最多 %dMB (每位使用者)';
80?>
Note: See TracBrowser for help on using the repository browser.