[239] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | /** Chinese Simplified localization file for KCFinder
|
---|
| 4 | * author: yutuo
|
---|
| 5 | * country: China
|
---|
| 6 | * E-mail: yutuo5@gmail.com
|
---|
| 7 | * URL: yutuo.net
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | $lang = array(
|
---|
| 11 |
|
---|
| 12 | '_locale' => "zh_CN.UTF-8", // UNIX localization code
|
---|
| 13 | '_charset' => "utf-8", // Browser charset
|
---|
| 14 |
|
---|
| 15 | // Date time formats. See http://www.php.net/manual/en/function.strftime.php
|
---|
| 16 | '_dateTimeFull' => "%A, %e %B, %Y %H:%M",
|
---|
| 17 | '_dateTimeMid' => "%a %e %b %Y %H:%M",
|
---|
| 18 | '_dateTimeSmall' => "%Y-%m-%d %H:%M",
|
---|
| 19 |
|
---|
| 20 | "You don't have permissions to upload files." =>
|
---|
| 21 | "æšæ²¡ææéäžäŒ æ件ã",
|
---|
| 22 |
|
---|
| 23 | "You don't have permissions to browse server." =>
|
---|
| 24 | "æšæ²¡ææéæ¥çæå¡åšæ件ã",
|
---|
| 25 |
|
---|
| 26 | "Cannot move uploaded file to target folder." =>
|
---|
| 27 | "æ æ³ç§»åšäžäŒ æ件å°æå®æ件倹ã",
|
---|
| 28 |
|
---|
| 29 | "Unknown error." =>
|
---|
| 30 | "åçäžå¯é¢ç¥åŒåžžã",
|
---|
| 31 |
|
---|
| 32 | "The uploaded file exceeds {size} bytes." =>
|
---|
| 33 | "æ件倧å°è¶
|
---|
| 34 | è¿{size}åèã",
|
---|
| 35 |
|
---|
| 36 | "The uploaded file was only partially uploaded." =>
|
---|
| 37 | "æ件æªå®å
|
---|
| 38 | šäžäŒ ã",
|
---|
| 39 |
|
---|
| 40 | "No file was uploaded." =>
|
---|
| 41 | "æ件æªäžäŒ ã",
|
---|
| 42 |
|
---|
| 43 | "Missing a temporary folder." =>
|
---|
| 44 | "䞎æ¶æ件倹äžååšã",
|
---|
| 45 |
|
---|
| 46 | "Failed to write file." =>
|
---|
| 47 | "åå
|
---|
| 48 | ¥æ件倱莥ã",
|
---|
| 49 |
|
---|
| 50 | "Denied file extension." =>
|
---|
| 51 | "çŠæ¢çæ件æ©å±åã",
|
---|
| 52 |
|
---|
| 53 | "Unknown image format/encoding." =>
|
---|
| 54 | "æ æ³ç¡®è®€åŸçæ ŒåŒã",
|
---|
| 55 |
|
---|
| 56 | "The image is too big and/or cannot be resized." =>
|
---|
| 57 | "åŸç倧倪ïŒäžïŒæïŒæ æ³æŽæ¹å€§å°ã",
|
---|
| 58 |
|
---|
| 59 | "Cannot create {dir} folder." =>
|
---|
| 60 | "æ æ³å建{dir}æ件倹ã",
|
---|
| 61 |
|
---|
| 62 | "Cannot write to upload folder." =>
|
---|
| 63 | "æ æ³åå
|
---|
| 64 | ¥äžäŒ æ件倹ã",
|
---|
| 65 |
|
---|
| 66 | "Cannot read .htaccess" =>
|
---|
| 67 | "æ件.htaccessæ æ³è¯»åã",
|
---|
| 68 |
|
---|
| 69 | "Incorrect .htaccess file. Cannot rewrite it!" =>
|
---|
| 70 | "æ件.htaccessé误ïŒæ æ³éåã",
|
---|
| 71 |
|
---|
| 72 | "Cannot read upload folder." =>
|
---|
| 73 | "æ æ³è¯»åäžäŒ ç®åœã",
|
---|
| 74 |
|
---|
| 75 | "Cannot access or create thumbnails folder." =>
|
---|
| 76 | "æ æ³è®¿é®æå建猩ç¥åŸæ件倹ã",
|
---|
| 77 |
|
---|
| 78 | "Cannot access or write to upload folder." =>
|
---|
| 79 | "æ æ³è®¿é®æåå
|
---|
| 80 | ¥äžäŒ æ件倹ã",
|
---|
| 81 |
|
---|
| 82 | "Please enter new folder name." =>
|
---|
| 83 | "请èŸå
|
---|
| 84 | ¥æ件倹åã",
|
---|
| 85 |
|
---|
| 86 | "Unallowable characters in folder name." =>
|
---|
| 87 | "æ件倹åå«æçŠæ¢å笊ã",
|
---|
| 88 |
|
---|
| 89 | "Folder name shouldn't begins with '.'" =>
|
---|
| 90 | "æ件倹åäžèœä»¥ç¹ïŒ.ïŒäžºéŠå笊ã",
|
---|
| 91 |
|
---|
| 92 | "Please enter new file name." =>
|
---|
| 93 | "请èŸå
|
---|
| 94 | ¥æ°æ件åã",
|
---|
| 95 |
|
---|
| 96 | "Unallowable characters in file name." =>
|
---|
| 97 | "æ件åå«æçŠæ¢å笊ã",
|
---|
| 98 |
|
---|
| 99 | "File name shouldn't begins with '.'" =>
|
---|
| 100 | "æ件åäžèœä»¥ç¹ïŒ.ïŒäžºéŠå笊ã",
|
---|
| 101 |
|
---|
| 102 | "Are you sure you want to delete this file?" =>
|
---|
| 103 | "æ¯åŠç¡®è®€å é€è¯¥æ件ïŒ",
|
---|
| 104 |
|
---|
| 105 | "Are you sure you want to delete this folder and all its content?" =>
|
---|
| 106 | "æ¯åŠç¡®è®€å é€è¯¥æ件倹以åå
|
---|
| 107 | ¶åæ件ååç®åœïŒ",
|
---|
| 108 |
|
---|
| 109 | "Inexistant or inaccessible folder." =>
|
---|
| 110 | "äžååšæäžå¯è®¿é®çæ件倹ã",
|
---|
| 111 |
|
---|
| 112 | "Undefined MIME types." =>
|
---|
| 113 | "æªå®ä¹çMIMEç±»åã",
|
---|
| 114 |
|
---|
| 115 | "Fileinfo PECL extension is missing." =>
|
---|
| 116 | "æ件PECLå±æ§äžååšã",
|
---|
| 117 |
|
---|
| 118 | "Opening fileinfo database failed." =>
|
---|
| 119 | "æåŒæ件å±æ§æ°æ®åºåºéã",
|
---|
| 120 |
|
---|
| 121 | "You can't upload such files." =>
|
---|
| 122 | "äœ æ æ³äžäŒ 该æ件ã",
|
---|
| 123 |
|
---|
| 124 | "The file '{file}' does not exist." =>
|
---|
| 125 | "æ件{file}äžååšã",
|
---|
| 126 |
|
---|
| 127 | "Cannot read '{file}'." =>
|
---|
| 128 | "æ æ³è¯»åæ件{file}ã",
|
---|
| 129 |
|
---|
| 130 | "Cannot copy '{file}'." =>
|
---|
| 131 | "æ æ³å€å¶æ件{file}ã",
|
---|
| 132 |
|
---|
| 133 | "Cannot move '{file}'." =>
|
---|
| 134 | "æ æ³ç§»åšæ件{file}ã",
|
---|
| 135 |
|
---|
| 136 | "Cannot delete '{file}'." =>
|
---|
| 137 | "æ æ³å é€æ件{file}ã",
|
---|
| 138 |
|
---|
| 139 | "Click to remove from the Clipboard" =>
|
---|
| 140 | "ç¹å»ä»åªèŽŽæ¿å é€",
|
---|
| 141 |
|
---|
| 142 | "This file is already added to the Clipboard." =>
|
---|
| 143 | "æ件已å€å¶å°åªèŽŽæ¿ã",
|
---|
| 144 |
|
---|
| 145 | "Copy files here" =>
|
---|
| 146 | "å€å¶å°è¿é",
|
---|
| 147 |
|
---|
| 148 | "Move files here" =>
|
---|
| 149 | "移åšå°è¿é",
|
---|
| 150 |
|
---|
| 151 | "Delete files" =>
|
---|
| 152 | "å é€è¿äºæ件",
|
---|
| 153 |
|
---|
| 154 | "Clear the Clipboard" =>
|
---|
| 155 | "æž
|
---|
| 156 | é€åªèŽŽæ¿",
|
---|
| 157 |
|
---|
| 158 | "Are you sure you want to delete all files in the Clipboard?" =>
|
---|
| 159 | "æ¯åŠç¡®è®€å é€ææåšåªèŽŽæ¿çæ件ïŒ",
|
---|
| 160 |
|
---|
| 161 | "Copy {count} files" =>
|
---|
| 162 | "å€å¶ {count} 䞪æ件",
|
---|
| 163 |
|
---|
| 164 | "Move {count} files" =>
|
---|
| 165 | "ç§»åš {count} 䞪æ件 ",
|
---|
| 166 |
|
---|
| 167 | "Add to Clipboard" =>
|
---|
| 168 | "æ·»å å°åªèŽŽæ¿",
|
---|
| 169 |
|
---|
| 170 | "New folder name:" => "æ°æ件倹åïŒ",
|
---|
| 171 | "New file name:" => "æ°æ件倹ïŒ",
|
---|
| 172 |
|
---|
| 173 | "Upload" => "äžäŒ ",
|
---|
| 174 | "Refresh" => "å·æ°",
|
---|
| 175 | "Settings" => "讟眮",
|
---|
| 176 | "Maximize" => "æ倧å",
|
---|
| 177 | "About" => "å
|
---|
| 178 | ³äº",
|
---|
| 179 | "files" => "æ件",
|
---|
| 180 | "View:" => "è§åŸïŒ",
|
---|
| 181 | "Show:" => "æŸç€ºïŒ",
|
---|
| 182 | "Order by:" => "æåºïŒ",
|
---|
| 183 | "Thumbnails" => "åŸæ ",
|
---|
| 184 | "List" => "åè¡š",
|
---|
| 185 | "Name" => "æ件å",
|
---|
| 186 | "Size" => "倧å°",
|
---|
| 187 | "Date" => "æ¥æ",
|
---|
| 188 | "Descending" => "éåº",
|
---|
| 189 | "Uploading file..." => "æ£åšäžäŒ æ件...",
|
---|
| 190 | "Loading image..." => "æ£åšå 蜜åŸç...",
|
---|
| 191 | "Loading folders..." => "æ£åšå 蜜æ件倹...",
|
---|
| 192 | "Loading files..." => "æ£åšå 蜜æ件...",
|
---|
| 193 | "New Subfolder..." => "æ°å»ºæ件倹...",
|
---|
| 194 | "Rename..." => "éåœå...",
|
---|
| 195 | "Delete" => "å é€",
|
---|
| 196 | "OK" => "OK",
|
---|
| 197 | "Cancel" => "åæ¶",
|
---|
| 198 | "Select" => "éæ©",
|
---|
| 199 | "Select Thumbnail" => "éæ©çŒ©ç¥åŸ",
|
---|
| 200 | "View" => "æ¥ç",
|
---|
| 201 | "Download" => "äžèœœ",
|
---|
| 202 | "Clipboard" => "åªèŽŽæ¿",
|
---|
| 203 |
|
---|
| 204 | // VERSION 2 NEW LABELS
|
---|
| 205 |
|
---|
| 206 | "Cannot rename the folder." =>
|
---|
| 207 | "æ æ³éåœå该æ件倹ã",
|
---|
| 208 |
|
---|
| 209 | "Non-existing directory type." =>
|
---|
| 210 | "äžååšçç®åœç±»åã",
|
---|
| 211 |
|
---|
| 212 | "Cannot delete the folder." =>
|
---|
| 213 | "æ æ³å é€è¯¥æ件倹ã",
|
---|
| 214 |
|
---|
| 215 | "The files in the Clipboard are not readable." =>
|
---|
| 216 | "åªèŽŽæ¿äžè¯¥æ件æ æ³è¯»åã",
|
---|
| 217 |
|
---|
| 218 | "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
|
---|
| 219 | "åªèŽŽæ¿{count}䞪æ件æ æ³è¯»åã æ¯åŠå€å¶éææ件ïŒ",
|
---|
| 220 |
|
---|
| 221 | "The files in the Clipboard are not movable." =>
|
---|
| 222 | "åªèŽŽæ¿äžè¯¥æ件æ æ³ç§»åšã",
|
---|
| 223 |
|
---|
| 224 | "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
|
---|
| 225 | "åªèŽŽæ¿{count}䞪æ件æ æ³ç§»åšã æ¯åŠç§»åšéææ件ïŒ",
|
---|
| 226 |
|
---|
| 227 | "The files in the Clipboard are not removable." =>
|
---|
| 228 | "åªèŽŽæ¿äžè¯¥æ件æ æ³å é€ã",
|
---|
| 229 |
|
---|
| 230 | "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
|
---|
| 231 | "åªèŽŽæ¿{count}䞪æ件æ æ³å é€ã æ¯åŠå é€éææ件ïŒ",
|
---|
| 232 |
|
---|
| 233 | "The selected files are not removable." =>
|
---|
| 234 | "éäžæ件æªå é€ã",
|
---|
| 235 |
|
---|
| 236 | "{count} selected files are not removable. Do you want to delete the rest?" =>
|
---|
| 237 | "éäžç{count}䞪æ件æªå é€ãæ¯åŠå é€éææ件ïŒ",
|
---|
| 238 |
|
---|
| 239 | "Are you sure you want to delete all selected files?" =>
|
---|
| 240 | "æ¯åŠç¡®è®€å é€éäžæ件ïŒ",
|
---|
| 241 |
|
---|
| 242 | "Failed to delete {count} files/folders." =>
|
---|
| 243 | "{count}䞪æ件ææ件倹æ æ³å é€ã",
|
---|
| 244 |
|
---|
| 245 | "A file or folder with that name already exists." =>
|
---|
| 246 | "æ件ææ件倹已ååšã",
|
---|
| 247 |
|
---|
| 248 | "selected files" => "éäžçæ件",
|
---|
| 249 | "Type" => "ç§ç±»",
|
---|
| 250 | "Select Thumbnails" => "éæ©çŒ©ç¥åŸ",
|
---|
| 251 | "Download files" => "äžèœœæ件",
|
---|
| 252 | );
|
---|
| 253 |
|
---|
| 254 | ?>
|
---|