|
1 msgid "" |
|
2 msgstr "" |
|
3 "Project-Id-Version: WP Super Cache (Traditional Chinese)\n" |
|
4 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n" |
|
5 "POT-Creation-Date: 2012-06-21 09:44:46+00:00\n" |
|
6 "PO-Revision-Date: \n" |
|
7 "Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n" |
|
8 "Language-Team: privism <privism@gmail.com>\n" |
|
9 "MIME-Version: 1.0\n" |
|
10 "Content-Type: text/plain; charset=UTF-8\n" |
|
11 "Content-Transfer-Encoding: 8bit\n" |
|
12 "X-Poedit-Language: Chinese\n" |
|
13 "X-Poedit-Country: TAIWAN\n" |
|
14 "X-Poedit-SourceCharset: utf-8\n" |
|
15 |
|
16 #: ossdl-cdn.php:151 |
|
17 msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>." |
|
18 msgstr "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS 檔案通常都是靜態檔案,可以很簡單地使用另一個站台或 CDN (內容傳遞網路)來服務。所以這個外掛會根據你下面所提供的 URL,取代你的網站中 <code>wp-content</code> 和 <code>wp-includes</code> 目錄下除了 PHP 檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用 <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a> 鏡射到 CDN 上。" |
|
19 |
|
20 #: ossdl-cdn.php:152 |
|
21 #: wp-cache.php:1071 |
|
22 msgid "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href=\"%2$s\">plugin support forum</a> if you have any queries about this plugin." |
|
23 msgstr "如果你不希望依賴 origin pull,<a href=\"%1$s\">CDN Sync Tool</a> 是一個幫助你上傳檔案到 Amazon S3/Cloudfront 的外掛。 如果你對此外掛有任何問題,請參見 <a href=\"%2$s\">外掛支援論壇</a>。" |
|
24 |
|
25 #: ossdl-cdn.php:153 |
|
26 msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes." |
|
27 msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的 CDN 服務完全正常。" |
|
28 |
|
29 #: ossdl-cdn.php:154 |
|
30 msgid "You can define different CDN URLs for each site on a multsite network." |
|
31 msgstr "你可以為多站台網路中的每個站台定義不同的 CDN URL。" |
|
32 |
|
33 #: ossdl-cdn.php:162 |
|
34 msgid "Enable CDN Support" |
|
35 msgstr "啟用 CDN 支援" |
|
36 |
|
37 #: ossdl-cdn.php:165 |
|
38 msgid "Off-site URL" |
|
39 msgstr "站外 URL" |
|
40 |
|
41 #: ossdl-cdn.php:168 |
|
42 msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>." |
|
43 msgstr "這個新的 URL 在會重寫時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>" |
|
44 |
|
45 #: ossdl-cdn.php:172 |
|
46 msgid "Include directories" |
|
47 msgstr "包含以下目錄" |
|
48 |
|
49 #: ossdl-cdn.php:175 |
|
50 msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty." |
|
51 msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。" |
|
52 |
|
53 #: ossdl-cdn.php:179 |
|
54 msgid "Exclude if substring" |
|
55 msgstr "若含有以下字串則排除" |
|
56 |
|
57 #: ossdl-cdn.php:182 |
|
58 msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)." |
|
59 msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。" |
|
60 |
|
61 #: ossdl-cdn.php:186 |
|
62 msgid "Additional CNAMES" |
|
63 msgstr "額外的正規名稱(CNAMES)" |
|
64 |
|
65 #: ossdl-cdn.php:189 |
|
66 msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s" |
|
67 msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些正規名稱可能也需要在你的 CDN 被設定。<br />例: %2$s" |
|
68 |
|
69 #: ossdl-cdn.php:193 |
|
70 msgid "Skip https URLs to avoid \"mixed content\" errors" |
|
71 msgstr "跳過 https 網址以避免「混合的內容」錯誤" |
|
72 |
|
73 #: ossdl-cdn.php:197 |
|
74 msgid "Save Changes" |
|
75 msgstr "儲存變更" |
|
76 |
|
77 #: ossdl-cdn.php:199 |
|
78 msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>" |
|
79 msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>" |
|
80 |
|
81 #: plugins/awaitingmoderation.php:4 |
|
82 msgid "Your comment is awaiting moderation." |
|
83 msgstr "您的迴響正等待審核中。" |
|
84 |
|
85 #: plugins/awaitingmoderation.php:32 |
|
86 msgid "Awaiting Moderation" |
|
87 msgstr "Awaiting Moderation" |
|
88 |
|
89 #: plugins/awaitingmoderation.php:34 |
|
90 #: plugins/badbehaviour.php:65 |
|
91 #: plugins/domain-mapping.php:75 |
|
92 #: plugins/searchengine.php:69 |
|
93 #: plugins/wptouch.php:22 |
|
94 #: wp-cache.php:1311 |
|
95 msgid "Enabled" |
|
96 msgstr "啟用" |
|
97 |
|
98 #: plugins/awaitingmoderation.php:35 |
|
99 #: plugins/badbehaviour.php:66 |
|
100 #: plugins/domain-mapping.php:76 |
|
101 #: plugins/searchengine.php:70 |
|
102 #: plugins/wptouch.php:23 |
|
103 #: wp-cache.php:1311 |
|
104 msgid "Disabled" |
|
105 msgstr "停用" |
|
106 |
|
107 #: plugins/awaitingmoderation.php:36 |
|
108 msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment." |
|
109 msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。" |
|
110 |
|
111 #: plugins/awaitingmoderation.php:40 |
|
112 #: plugins/badbehaviour.php:71 |
|
113 #: plugins/domain-mapping.php:81 |
|
114 #: plugins/searchengine.php:75 |
|
115 #: plugins/wptouch.php:28 |
|
116 #: wp-cache.php:1769 |
|
117 #: wp-cache.php:1771 |
|
118 msgid "enabled" |
|
119 msgstr "已啟用" |
|
120 |
|
121 #: plugins/awaitingmoderation.php:42 |
|
122 #: plugins/badbehaviour.php:73 |
|
123 #: plugins/domain-mapping.php:83 |
|
124 #: plugins/searchengine.php:77 |
|
125 #: plugins/wptouch.php:30 |
|
126 msgid "disabled" |
|
127 msgstr "已停用" |
|
128 |
|
129 #: plugins/awaitingmoderation.php:43 |
|
130 msgid "Awaiting Moderation is now %s" |
|
131 msgstr "Awaiting Moderation 外掛模組 %s" |
|
132 |
|
133 #: plugins/awaitingmoderation.php:45 |
|
134 #: plugins/badbehaviour.php:76 |
|
135 #: plugins/domain-mapping.php:86 |
|
136 #: plugins/searchengine.php:80 |
|
137 #: plugins/wptouch.php:33 |
|
138 msgid "Update" |
|
139 msgstr "更新" |
|
140 |
|
141 #: plugins/badbehaviour.php:47 |
|
142 msgid "Bad Behaviour not found. Please check your install." |
|
143 msgstr "找不到 Bad Behaviour。請檢查是否正確安裝。" |
|
144 |
|
145 #: plugins/badbehaviour.php:63 |
|
146 msgid "Bad Behavior" |
|
147 msgstr "Bad Behavior" |
|
148 |
|
149 #: plugins/badbehaviour.php:68 |
|
150 msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") " |
|
151 msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")" |
|
152 |
|
153 #: plugins/badbehaviour.php:74 |
|
154 msgid "Bad Behavior support is now %s" |
|
155 msgstr "Bad Behaviour 外掛模組 %s" |
|
156 |
|
157 #: plugins/badbehaviour.php:83 |
|
158 #: wp-cache.php:1401 |
|
159 #: wp-cache.php:1406 |
|
160 msgid "Warning!" |
|
161 msgstr "警告!" |
|
162 |
|
163 #: plugins/domain-mapping.php:73 |
|
164 msgid "Domain Mapping" |
|
165 msgstr "Domain Mapping" |
|
166 |
|
167 #: plugins/domain-mapping.php:78 |
|
168 msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog." |
|
169 msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個 blog。" |
|
170 |
|
171 #: plugins/domain-mapping.php:84 |
|
172 msgid "Domain Mapping support is now %s" |
|
173 msgstr "Domain Mapping 外掛模組 %s" |
|
174 |
|
175 #: plugins/domain-mapping.php:98 |
|
176 msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin." |
|
177 msgstr "Domain Mapping 外掛模組已被偵測到!請到 Supercache 外掛頁面啟用 domain mapping 支援外掛。" |
|
178 |
|
179 #: plugins/multisite.php:13 |
|
180 msgid "Cached" |
|
181 msgstr "已快取" |
|
182 |
|
183 #: plugins/multisite.php:31 |
|
184 #: wp-cache.php:1324 |
|
185 msgid "Enable" |
|
186 msgstr "啟用" |
|
187 |
|
188 #: plugins/multisite.php:33 |
|
189 #: plugins/searchengine.php:61 |
|
190 #: wp-cache.php:1324 |
|
191 msgid "Disable" |
|
192 msgstr "停用" |
|
193 |
|
194 #: plugins/multisite.php:39 |
|
195 msgid "Caching has been disabled on this blog on the Network Admin Sites page." |
|
196 msgstr "這個部落格的快取,已經在站台網路管理頁面中被關閉。" |
|
197 |
|
198 #: plugins/searchengine.php:67 |
|
199 msgid "No Adverts for Friends" |
|
200 msgstr "No Adverts for Friends" |
|
201 |
|
202 #: plugins/searchengine.php:72 |
|
203 msgid "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>." |
|
204 msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛支援。" |
|
205 |
|
206 #: plugins/searchengine.php:78 |
|
207 msgid "No Adverts for Friends support is now %s" |
|
208 msgstr "No Adverts for Friends 支援 %s" |
|
209 |
|
210 #: plugins/wptouch.php:20 |
|
211 msgid "WPTouch" |
|
212 msgstr "WPTouch" |
|
213 |
|
214 #: plugins/wptouch.php:25 |
|
215 msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> mobile theme and plugin." |
|
216 msgstr "<a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> 行動裝置主題外掛支援。" |
|
217 |
|
218 #: plugins/wptouch.php:31 |
|
219 msgid "WPTouch support is now %s" |
|
220 msgstr "WPTouch 支援 %s" |
|
221 |
|
222 #: plugins/wptouch.php:45 |
|
223 msgid "WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin." |
|
224 msgstr "WPTouch 外掛模組已被偵測到!請到 Supercache 外掛頁面啟用 WPTouch 支援外掛。" |
|
225 |
|
226 #: wp-cache-phase2.php:1209 |
|
227 msgid "Cache expiry cron job failed. Job will run again in 10 seconds." |
|
228 msgstr "執行清除過期快取的排程時失敗。將在十秒內再次執行。" |
|
229 |
|
230 #: wp-cache-phase2.php:1213 |
|
231 msgid "Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often." |
|
232 msgstr "定時清除快取花費了超過三十秒以上的時間。你可能需要更常執行垃圾回收功能。" |
|
233 |
|
234 #: wp-cache-phase2.php:1222 |
|
235 msgid "[%1$s] WP Super Cache GC Report" |
|
236 msgstr "[%1$s] WP Super Cache 垃圾回收報告" |
|
237 |
|
238 #: wp-cache.php:99 |
|
239 msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php" |
|
240 msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php" |
|
241 |
|
242 #: wp-cache.php:162 |
|
243 msgid "Warning! PHP Safe Mode Enabled!" |
|
244 msgstr "警告!PHP 安全模式已啟用!" |
|
245 |
|
246 #: wp-cache.php:163 |
|
247 msgid "You may experience problems running this plugin because SAFE MODE is enabled." |
|
248 msgstr "在安全模式下,你的外掛可能會遭遇錯誤。" |
|
249 |
|
250 #: wp-cache.php:167 |
|
251 msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files." |
|
252 msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。" |
|
253 |
|
254 #: wp-cache.php:168 |
|
255 msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details." |
|
256 msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。" |
|
257 |
|
258 #: wp-cache.php:170 |
|
259 msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file." |
|
260 msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。" |
|
261 |
|
262 #: wp-cache.php:176 |
|
263 msgid "Permlink Structure Error" |
|
264 msgstr "固定網址結構錯誤" |
|
265 |
|
266 #: wp-cache.php:177 |
|
267 msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks." |
|
268 msgstr "外掛要正常運作,必須有自定 url 或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。" |
|
269 |
|
270 #: wp-cache.php:189 |
|
271 msgid "Warning! Your hostname \"%s\" resolves to %s" |
|
272 msgstr "警告!你的主機名稱 \"%s\" 解析到 %s" |
|
273 |
|
274 #: wp-cache.php:190 |
|
275 msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly." |
|
276 msgstr "你的伺服器認為你的主機名稱解析到 %s 。 WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。" |
|
277 |
|
278 #: wp-cache.php:191 |
|
279 #: wp-cache.php:205 |
|
280 msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt" |
|
281 msgstr "請參閱 readme.txt 第 16 項<a href=\"%s\">錯誤排除段落</a>" |
|
282 |
|
283 #: wp-cache.php:204 |
|
284 msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities." |
|
285 msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。" |
|
286 |
|
287 #: wp-cache.php:218 |
|
288 msgid "Cannot continue... fix previous problems and retry." |
|
289 msgstr "無法繼續... 解決前述問題然後重試。" |
|
290 |
|
291 #: wp-cache.php:227 |
|
292 msgid "Zlib Output Compression Enabled!" |
|
293 msgstr "Zlib 輸出壓縮已被啟用!" |
|
294 |
|
295 #: wp-cache.php:228 |
|
296 msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini." |
|
297 msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改php.ini的說明。" |
|
298 |
|
299 #: wp-cache.php:232 |
|
300 msgid "Mod rewrite may not be installed!" |
|
301 msgstr "Mod rewrite 可能沒有安裝!" |
|
302 |
|
303 #: wp-cache.php:233 |
|
304 msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes." |
|
305 msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。" |
|
306 |
|
307 #: wp-cache.php:239 |
|
308 msgid "Read Only Mode. Configuration cannot be changed." |
|
309 msgstr "唯讀模式。設定無法變更。" |
|
310 |
|
311 #: wp-cache.php:240 |
|
312 msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes." |
|
313 msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須允許從伺服器端進行寫入以進行設定變更。" |
|
314 |
|
315 #: wp-cache.php:241 |
|
316 msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine." |
|
317 msgstr "最簡單的方式是使用 CHMOD 指令或透過 FTP 程式來變更權限。請確保它們正確並可以寫入。" |
|
318 |
|
319 #: wp-cache.php:242 |
|
320 #: wp-cache.php:258 |
|
321 msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions." |
|
322 msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">這邊</a>解釋如何變更檔案權限。" |
|
323 |
|
324 #: wp-cache.php:243 |
|
325 msgid "Writeable:" |
|
326 msgstr "可寫入:" |
|
327 |
|
328 #: wp-cache.php:244 |
|
329 msgid "Readonly:" |
|
330 msgstr "唯讀:" |
|
331 |
|
332 #: wp-cache.php:256 |
|
333 msgid "Warning! %s is writeable!" |
|
334 msgstr "警告!%s 可寫入!" |
|
335 |
|
336 #: wp-cache.php:257 |
|
337 msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:" |
|
338 msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:" |
|
339 |
|
340 #: wp-cache.php:267 |
|
341 msgid "Mobile rewrite rules detected" |
|
342 msgstr "偵測到行動裝置重寫規則" |
|
343 |
|
344 #: wp-cache.php:268 |
|
345 msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those." |
|
346 msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。" |
|
347 |
|
348 #: wp-cache.php:268 |
|
349 msgid "This will have no affect on ordinary users but mobile users will see uncached pages." |
|
350 msgstr "這不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。" |
|
351 |
|
352 #: wp-cache.php:274 |
|
353 #: wp-cache.php:285 |
|
354 msgid "Rewrite rules must be updated" |
|
355 msgstr "Mod Rewrite 規則必須更新!" |
|
356 |
|
357 #: wp-cache.php:275 |
|
358 #: wp-cache.php:286 |
|
359 msgid "The rewrite rules required by this plugin have changed or are missing. " |
|
360 msgstr "這個外掛所需的重寫規則已被變更或不存在。" |
|
361 |
|
362 #: wp-cache.php:276 |
|
363 msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):" |
|
364 msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(依難易度排列):" |
|
365 |
|
366 #: wp-cache.php:277 |
|
367 msgid "Set the plugin to legacy mode and enable mobile support." |
|
368 msgstr "將外掛設為傳統模式並開啟行動裝置支援。" |
|
369 |
|
370 #: wp-cache.php:278 |
|
371 #: wp-cache.php:287 |
|
372 msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button." |
|
373 msgstr "捲動到進階選項頁面的下方並點擊<strong>更新 Mod_Rewrite 規則</strong>按鈕。" |
|
374 |
|
375 #: wp-cache.php:279 |
|
376 msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page." |
|
377 msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> 和 <code># END WPSuperCache</code> 之間原始碼區段的 mod_rewrite 規則,之後重新載入本頁讓外掛再次產生規則。" |
|
378 |
|
379 #: wp-cache.php:280 |
|
380 msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)" |
|
381 msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> 和 <code># END WPSuperCache</code> 之間的原始碼區段。有兩個區段非常相似。緊接著 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 的下方新增這幾行(要做兩次,一個區段一次):" |
|
382 |
|
383 #: wp-cache.php:293 |
|
384 msgid "Required to serve compressed supercache files properly." |
|
385 msgstr "需要此模組以正確提供 supercache 壓縮檔。" |
|
386 |
|
387 #: wp-cache.php:293 |
|
388 msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module." |
|
389 msgstr "需要此模組以設定在 supercache 頁面的快取資訊。若無此模組,IE7使用者將會看到舊頁面。" |
|
390 |
|
391 #: wp-cache.php:293 |
|
392 msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module." |
|
393 msgstr "設定 supercache 快取頁面過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。" |
|
394 |
|
395 #: wp-cache.php:300 |
|
396 msgid "Missing Apache Modules" |
|
397 msgstr "Apache 模組遺失" |
|
398 |
|
399 #: wp-cache.php:301 |
|
400 msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however." |
|
401 msgstr "以下的 Apache 模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的 Supercache 模式,你的訪客可能會看到損壞的網頁或是過時的內容。" |
|
402 |
|
403 #: wp-cache.php:502 |
|
404 msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file." |
|
405 msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是 <code>zlib.output_compression</code> 已被啟用。 參見讀我檔案裡錯誤排除段落第21條。" |
|
406 |
|
407 #: wp-cache.php:598 |
|
408 msgid "WP Super Cache Settings" |
|
409 msgstr "WP Super Cache 狀態" |
|
410 |
|
411 #: wp-cache.php:612 |
|
412 msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default." |
|
413 msgstr "注意:<em>Mod_rewrite 或傳統快取已被開啟。</em> 預設顯示進階選項頁面。" |
|
414 |
|
415 #: wp-cache.php:623 |
|
416 msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them." |
|
417 msgstr "設定檔已變更,某些數值可能錯誤。再次從\"設定\"選單讀取頁面以重設選項。" |
|
418 |
|
419 #: wp-cache.php:655 |
|
420 msgid "Caching must be enabled to use this feature" |
|
421 msgstr "必須啟用快取才能使用這個功能" |
|
422 |
|
423 #: wp-cache.php:673 |
|
424 #: wp-cache.php:813 |
|
425 msgid "Cancel Cache Preload" |
|
426 msgstr "取消快取預先載入" |
|
427 |
|
428 #: wp-cache.php:681 |
|
429 msgid "Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely." |
|
430 msgstr "預載快取排程即將取消。完全取消可能要花費至一分鐘。" |
|
431 |
|
432 #: wp-cache.php:692 |
|
433 msgid "Scheduled preloading of cache cancelled." |
|
434 msgstr "預載快取排程已被取消。" |
|
435 |
|
436 #: wp-cache.php:724 |
|
437 #: wp-cache.php:811 |
|
438 msgid "Preload Cache Now" |
|
439 msgstr "馬上開始預先載入" |
|
440 |
|
441 #: wp-cache.php:728 |
|
442 msgid "Scheduled preloading of cache in 10 seconds." |
|
443 msgstr "預載快取將在十秒之後開始。" |
|
444 |
|
445 #: wp-cache.php:733 |
|
446 msgid "Scheduled preloading of cache in %d minutes" |
|
447 msgstr "下次預載快取排程時間:%d分鐘後" |
|
448 |
|
449 #: wp-cache.php:737 |
|
450 msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now." |
|
451 msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生 supercache 靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的 Google 排名有幫助,因為他們也將網站速度納入衡量項目之一。" |
|
452 |
|
453 #: wp-cache.php:738 |
|
454 msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting." |
|
455 msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多 (10,000+) 文章的時候,可能只會有新文章被快取到。這在共享主機上特別重要。" |
|
456 |
|
457 #: wp-cache.php:739 |
|
458 msgid "In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded." |
|
459 msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的 supercache 檔案。這是預先載入的建議設定。" |
|
460 |
|
461 #: wp-cache.php:743 |
|
462 msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)" |
|
463 msgstr "每 %s 分鐘更新預載快取檔案。(0 關閉,最低 %d 分鐘。)" |
|
464 |
|
465 #: wp-cache.php:756 |
|
466 msgid "all" |
|
467 msgstr "所有" |
|
468 |
|
469 #: wp-cache.php:769 |
|
470 msgid "Preload %s posts." |
|
471 msgstr "預先載入 %s 篇文章。" |
|
472 |
|
473 #: wp-cache.php:776 |
|
474 msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)" |
|
475 msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)" |
|
476 |
|
477 #: wp-cache.php:779 |
|
478 msgid "Preload tags, categories and other taxonomies." |
|
479 msgstr "預載標籤,類別,以及其它的分類。" |
|
480 |
|
481 #: wp-cache.php:782 |
|
482 msgid "Send me status emails when files are refreshed." |
|
483 msgstr "當檔案被更新的時候寄信給我。" |
|
484 |
|
485 #: wp-cache.php:787 |
|
486 msgid "Many emails, 2 emails per 100 posts." |
|
487 msgstr "很多信件,每一百篇文章二封信。" |
|
488 |
|
489 #: wp-cache.php:790 |
|
490 msgid "Medium, 1 email per 100 posts." |
|
491 msgstr "中等,每一百篇文章一封信。" |
|
492 |
|
493 #: wp-cache.php:793 |
|
494 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts." |
|
495 msgstr "較少信件,開始的時候一封還有結束的時候一封。" |
|
496 |
|
497 #: wp-cache.php:797 |
|
498 msgid "Refresh of cache in %d hours %d minutes and %d seconds." |
|
499 msgstr "在%d小時%d分鐘%d秒之後更新快取。" |
|
500 |
|
501 #: wp-cache.php:798 |
|
502 msgid "Full refresh of cache in %d hours %d minutes and %d seconds." |
|
503 msgstr "完整更新快取,耗費了 %d 小時 %d 分鐘 %d 秒。" |
|
504 |
|
505 #: wp-cache.php:804 |
|
506 msgid "Currently caching from post %d to %d." |
|
507 msgstr "目前正在快取第 %d 到 %d 篇文章。" |
|
508 |
|
509 #: wp-cache.php:808 |
|
510 msgid "<strong>Page last cached:</strong> %s" |
|
511 msgstr "<strong>最新快取頁面:</strong> %s" |
|
512 |
|
513 #: wp-cache.php:811 |
|
514 msgid "Update Settings" |
|
515 msgstr "更新狀態" |
|
516 |
|
517 #: wp-cache.php:819 |
|
518 msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator." |
|
519 msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。" |
|
520 |
|
521 #: wp-cache.php:836 |
|
522 #: wp-cache.php:947 |
|
523 msgid "Caching" |
|
524 msgstr "快取" |
|
525 |
|
526 #: wp-cache.php:840 |
|
527 msgid "Cache hits to this website for quick access." |
|
528 msgstr "啟用快取以加速對本網站的存取" |
|
529 |
|
530 #: wp-cache.php:840 |
|
531 #: wp-cache.php:841 |
|
532 #: wp-cache.php:858 |
|
533 #: wp-cache.php:867 |
|
534 #: wp-cache.php:874 |
|
535 #: wp-cache.php:877 |
|
536 #: wp-cache.php:894 |
|
537 #: wp-cache.php:950 |
|
538 msgid "Recommended" |
|
539 msgstr "建議選項" |
|
540 |
|
541 #: wp-cache.php:841 |
|
542 msgid "Use mod_rewrite to serve cache files." |
|
543 msgstr "使用 mod_rewrite 快取" |
|
544 |
|
545 #: wp-cache.php:842 |
|
546 msgid "Use PHP to serve cache files." |
|
547 msgstr "使用 PHP 快取" |
|
548 |
|
549 #: wp-cache.php:843 |
|
550 msgid "Legacy page caching." |
|
551 msgstr "傳統快取模式" |
|
552 |
|
553 #: wp-cache.php:844 |
|
554 msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching." |
|
555 msgstr "Mod_rewrite 快取是最快的,PHP 快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的彈性且同樣容易上手。新使用者應該使用 PHP 快取。" |
|
556 |
|
557 #: wp-cache.php:850 |
|
558 msgid "Miscellaneous" |
|
559 msgstr "雜項" |
|
560 |
|
561 #: wp-cache.php:856 |
|
562 msgid "Warning! Compression is disabled as gzencode() function not found." |
|
563 msgstr "警告!因為找不到 gzencode() 函式,壓縮已被停用。" |
|
564 |
|
565 #: wp-cache.php:858 |
|
566 msgid "Compress pages so they’re served more quickly to visitors." |
|
567 msgstr "壓縮網頁,讓訪客能更快速觀看" |
|
568 |
|
569 #: wp-cache.php:859 |
|
570 msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache." |
|
571 msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。" |
|
572 |
|
573 #: wp-cache.php:867 |
|
574 msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested." |
|
575 msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。" |
|
576 |
|
577 #: wp-cache.php:870 |
|
578 msgid "Warning! 304 browser caching is only supported when not using mod_rewrite caching." |
|
579 msgstr "警告! 304 瀏覽器快在不使用 mod_rewrite 快取時才能支援。" |
|
580 |
|
581 #: wp-cache.php:872 |
|
582 msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used." |
|
583 msgstr "304 支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。" |
|
584 |
|
585 #: wp-cache.php:874 |
|
586 msgid "Don’t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>." |
|
587 msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。" |
|
588 |
|
589 #: wp-cache.php:875 |
|
590 msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)" |
|
591 msgstr "不快取使用 GET 參數的頁面。(結尾有 ?x=y 的網址)" |
|
592 |
|
593 #: wp-cache.php:876 |
|
594 msgid "Make known users anonymous so they’re served supercached static files." |
|
595 msgstr "讓已知使用者匿名化,以靜態快取檔案服務他們。" |
|
596 |
|
597 #: wp-cache.php:877 |
|
598 msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated." |
|
599 msgstr "重建快取。當新檔案重建的時候,提供 supercache 檔案給匿名使用者。" |
|
600 |
|
601 #: wp-cache.php:878 |
|
602 msgid "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! (places a message in your blog’s footer)" |
|
603 msgstr "告訴全世界你的伺服器不怕 <a href=\"%s\">Stephen Fry</a> (一個名人)攻擊!(在你的部落格底部放置一段訊息)" |
|
604 |
|
605 #: wp-cache.php:884 |
|
606 #: wp-cache.php:1162 |
|
607 #: wp-cache.php:1778 |
|
608 msgid "Advanced" |
|
609 msgstr "進階選項" |
|
610 |
|
611 #: wp-cache.php:888 |
|
612 msgid "Mobile device support. (External plugin or theme required. See the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)" |
|
613 msgstr "行動裝置支援 (需要外掛或額外的主題來支援。 參見<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">常見問答</a>以獲得更多資訊。)" |
|
614 |
|
615 #: wp-cache.php:890 |
|
616 msgid "Mobile Browsers" |
|
617 msgstr "行動瀏覽器" |
|
618 |
|
619 #: wp-cache.php:890 |
|
620 msgid "Mobile Prefixes" |
|
621 msgstr "行動前置字串" |
|
622 |
|
623 #: wp-cache.php:892 |
|
624 msgid "Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update." |
|
625 msgstr "從 .htaccess 中移除 UTF8 字元集支援。只在你看到奇怪的字元或錯誤的標點時才需要。必須更新重寫規則。" |
|
626 |
|
627 #: wp-cache.php:893 |
|
628 msgid "Clear all cache files when a post or page is published or updated." |
|
629 msgstr "當發布或更新文章、網誌分頁時清除所有快取。" |
|
630 |
|
631 #: wp-cache.php:894 |
|
632 msgid "Extra homepage checks. (Very occasionally stops homepage caching)" |
|
633 msgstr "額外的首頁檢查(有很小的機會導致首頁快取停止)。" |
|
634 |
|
635 #: wp-cache.php:895 |
|
636 msgid "Only refresh current page when comments made." |
|
637 msgstr "當迴響發佈時,只更新目前頁面。" |
|
638 |
|
639 #: wp-cache.php:896 |
|
640 msgid "List the newest cached pages on this page." |
|
641 msgstr "在本頁列出最新的快取頁面。" |
|
642 |
|
643 #: wp-cache.php:898 |
|
644 msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>" |
|
645 msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>" |
|
646 |
|
647 #: wp-cache.php:900 |
|
648 msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode." |
|
649 msgstr "延遲初始化,在 WordPress 載入之後再顯示快取。通常使用在傳統模式。" |
|
650 |
|
651 #: wp-cache.php:902 |
|
652 msgid "Use object cache to store cached files." |
|
653 msgstr "使用 object 快取來儲存快取檔案。" |
|
654 |
|
655 #: wp-cache.php:902 |
|
656 msgid "(Experimental)" |
|
657 msgstr "(實驗選項)" |
|
658 |
|
659 #: wp-cache.php:904 |
|
660 msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>" |
|
661 msgstr "<strong>存取非快取頁面</strong> 密鑰: <a href=\"%s\">%s</a>" |
|
662 |
|
663 #: wp-cache.php:910 |
|
664 msgid "Note:" |
|
665 msgstr "備註:" |
|
666 |
|
667 #: wp-cache.php:912 |
|
668 msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided." |
|
669 msgstr "請在外掛頁面反安裝此外掛。它將會在反安裝後將設定清除。如需手動介入,亦會提供簡單的指示。" |
|
670 |
|
671 #: wp-cache.php:913 |
|
672 msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)" |
|
673 msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)" |
|
674 |
|
675 #: wp-cache.php:914 |
|
676 msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"." |
|
677 msgstr "反安裝資訊請參見 <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找 \"How to uninstall WP Super Cache\" 標題。" |
|
678 |
|
679 #: wp-cache.php:915 |
|
680 msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered." |
|
681 msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。" |
|
682 |
|
683 #: wp-cache.php:918 |
|
684 #: wp-cache.php:965 |
|
685 msgid "Update Status" |
|
686 msgstr "更新狀態" |
|
687 |
|
688 #: wp-cache.php:925 |
|
689 msgid "Accepted Filenames & Rejected URIs" |
|
690 msgstr "接受的檔案名稱和拒絕的 URI" |
|
691 |
|
692 #: wp-cache.php:950 |
|
693 msgid "Caching On" |
|
694 msgstr "開啟快取" |
|
695 |
|
696 #: wp-cache.php:951 |
|
697 msgid "Caching Off" |
|
698 msgstr "關閉快取" |
|
699 |
|
700 #: wp-cache.php:952 |
|
701 msgid "Note: enables PHP caching, cache rebuild, and mobile support" |
|
702 msgstr "說明:啟用 PHP 快取,重建快取,以及行動裝置支援" |
|
703 |
|
704 #: wp-cache.php:962 |
|
705 msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules." |
|
706 msgstr "注意:PHP 快取已被啟用,但偵測到 Supercache mod_rewrite 規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的 .htaccess 檔以移除 SuperCache 規則。" |
|
707 |
|
708 #: wp-cache.php:967 |
|
709 msgid "Cache Tester" |
|
710 msgstr "快取測試" |
|
711 |
|
712 #: wp-cache.php:968 |
|
713 msgid "Test your cached website by clicking the test button below." |
|
714 msgstr "請按下面的測試按鈕以測試你的網站快取。" |
|
715 |
|
716 #: wp-cache.php:974 |
|
717 msgid "Fetching %s to prime cache: " |
|
718 msgstr "抓取 %s 至主要快取:" |
|
719 |
|
720 #: wp-cache.php:976 |
|
721 #: wp-cache.php:985 |
|
722 #: wp-cache.php:997 |
|
723 msgid "OK" |
|
724 msgstr "完成" |
|
725 |
|
726 #: wp-cache.php:979 |
|
727 msgid "Fetching first copy of %s: " |
|
728 msgstr "抓取第一份%s:" |
|
729 |
|
730 #: wp-cache.php:988 |
|
731 #: wp-cache.php:999 |
|
732 msgid "FAILED" |
|
733 msgstr "失敗" |
|
734 |
|
735 #: wp-cache.php:991 |
|
736 msgid "Fetching second copy of %s: " |
|
737 msgstr "抓取第二份%s:" |
|
738 |
|
739 #: wp-cache.php:1003 |
|
740 msgid "One or more page requests failed:" |
|
741 msgstr "一個或以上的頁面要求失敗:" |
|
742 |
|
743 #: wp-cache.php:1022 |
|
744 #: wp-cache.php:1023 |
|
745 msgid "Page %d: %d (%s)" |
|
746 msgstr "頁面 %d: %d (%s)" |
|
747 |
|
748 #: wp-cache.php:1029 |
|
749 msgid "Page 1: %s" |
|
750 msgstr "頁面1: %s" |
|
751 |
|
752 #: wp-cache.php:1030 |
|
753 msgid "Page 2: %s" |
|
754 msgstr "頁面2: %s" |
|
755 |
|
756 #: wp-cache.php:1031 |
|
757 msgid "The timestamps on both pages match!" |
|
758 msgstr "頁面時間標籤相符!" |
|
759 |
|
760 #: wp-cache.php:1033 |
|
761 msgid "The pages do not match! Timestamps differ or were not found!" |
|
762 msgstr "無頁面時間標籤或標籤不相符!" |
|
763 |
|
764 #: wp-cache.php:1034 |
|
765 msgid "Things you can do:" |
|
766 msgstr "你可以做的事:" |
|
767 |
|
768 #: wp-cache.php:1035 |
|
769 msgid "Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match." |
|
770 msgstr "在已登出的瀏覽器載入你的首頁,檢查html結尾的時間標籤,並再次載入頁面並比較時間標籤。快取如果有效時間標籤會是一致的。" |
|
771 |
|
772 #: wp-cache.php:1036 |
|
773 msgid "Enable logging on the Debug page here. That should help you track down the problem." |
|
774 msgstr "在本除錯頁面開啟記錄功能,應該可以幫助你找出問題所在。" |
|
775 |
|
776 #: wp-cache.php:1037 |
|
777 msgid "You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself." |
|
778 msgstr "檢查上面第一頁及第二頁的錯誤。你的本機伺服器設定可能不允許你的網站存取自己本身。" |
|
779 |
|
780 #: wp-cache.php:1045 |
|
781 msgid "Send non-secure (non https) request for homepage" |
|
782 msgstr "以非加密 (非 https) 傳輸請求首頁" |
|
783 |
|
784 #: wp-cache.php:1046 |
|
785 msgid "Test Cache" |
|
786 msgstr "測試快取" |
|
787 |
|
788 #: wp-cache.php:1050 |
|
789 msgid "Delete Cached Pages" |
|
790 msgstr "刪除快取頁面" |
|
791 |
|
792 #: wp-cache.php:1051 |
|
793 msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below." |
|
794 msgstr "快取頁面以 html 和 PHP 檔案的形式儲存在你的伺服器上。如果你需要刪除它們,請按下面的按鈕。" |
|
795 |
|
796 #: wp-cache.php:1054 |
|
797 #: wp-cache.php:2316 |
|
798 #: wp-cache.php:2335 |
|
799 #: wp-cache.php:2506 |
|
800 #: wp-cache.php:3030 |
|
801 msgid "Delete Cache" |
|
802 msgstr "刪除快取" |
|
803 |
|
804 #: wp-cache.php:1061 |
|
805 #: wp-cache.php:2322 |
|
806 msgid "Delete Cache On All Blogs" |
|
807 msgstr "刪除所有部落格的快取頁面" |
|
808 |
|
809 #: wp-cache.php:1066 |
|
810 msgid "Recommended Links and Plugins" |
|
811 msgstr "建議連結及外掛" |
|
812 |
|
813 #: wp-cache.php:1067 |
|
814 msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:" |
|
815 msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:" |
|
816 |
|
817 #: wp-cache.php:1068 |
|
818 msgid "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages by removing whitespaces and extra characters " |
|
819 msgstr "<a href=\"%s\">WPSCMin</a>,一個 Supercache 的外掛,藉由移除多餘的空白和無用的字元將頁面最小化。" |
|
820 |
|
821 #: wp-cache.php:1069 |
|
822 msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>." |
|
823 msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是 Firefox 附加元件 Firebug 的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。" |
|
824 |
|
825 #: wp-cache.php:1070 |
|
826 msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score." |
|
827 msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從 Google 的伺服器上載入一些常用的 Javascript 函式庫。很諷刺的是它會降低你的 Yslow 分數。" |
|
828 |
|
829 #: wp-cache.php:1072 |
|
830 msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules." |
|
831 msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用 .htaccess 規則來進行快取。" |
|
832 |
|
833 #: wp-cache.php:1073 |
|
834 msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others." |
|
835 msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從 <a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a> 或其它的加速器中選擇一個。" |
|
836 |
|
837 #: wp-cache.php:1074 |
|
838 msgid "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems." |
|
839 msgstr "<a href=\"%s\">Cron View</a> 外掛,在你想要針對垃圾回收及預先載入問題除錯時相當有用。" |
|
840 |
|
841 #: wp-cache.php:1085 |
|
842 msgid "Make WordPress Faster" |
|
843 msgstr "讓 WordPress 更快速" |
|
844 |
|
845 #: wp-cache.php:1086 |
|
846 msgid "%1$s is maintained and developed by %2$s with contributions from many others." |
|
847 msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。" |
|
848 |
|
849 #: wp-cache.php:1087 |
|
850 msgid "He blogs at %1$s and posts photos at %2$s." |
|
851 msgstr "我的部落格在 %1$s,相簿在 %2$s。繁體中文翻譯問題請洽<a href=\"http://priv.tw/blog/\">priv</a>" |
|
852 |
|
853 #: wp-cache.php:1088 |
|
854 msgid "Please say hi to him on %s too!" |
|
855 msgstr "在%s上向我問好!" |
|
856 |
|
857 #: wp-cache.php:1089 |
|
858 msgid "Need Help?" |
|
859 msgstr "需要幫助?" |
|
860 |
|
861 #: wp-cache.php:1091 |
|
862 msgid "Use the debug system in the Debug tab above. It will tell you what the plugin is doing." |
|
863 msgstr "請使用上方除錯分頁的除錯系統,它會告訴你這個外掛的功能。" |
|
864 |
|
865 #: wp-cache.php:1092 |
|
866 msgid "<a href=\"%1$s\">Installation Help</a>" |
|
867 msgstr "<a href=\"%1$s\">安裝指南</a>" |
|
868 |
|
869 #: wp-cache.php:1093 |
|
870 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>" |
|
871 msgstr "<a href=\"%1$s\">常見問題</a>" |
|
872 |
|
873 #: wp-cache.php:1094 |
|
874 msgid "<a href=\"%1$s\">Support Forum</a>" |
|
875 msgstr "<a href=\"%1$s\">支援論壇</a>" |
|
876 |
|
877 #: wp-cache.php:1096 |
|
878 msgid "Rate This Plugin!" |
|
879 msgstr "為這個外掛評分!" |
|
880 |
|
881 #: wp-cache.php:1097 |
|
882 msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development." |
|
883 msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。" |
|
884 |
|
885 #: wp-cache.php:1106 |
|
886 msgid "Cached pages since %1$s : <strong>%2$s</strong>" |
|
887 msgstr "快取頁面自 %1$s :<strong>%2$s</strong>" |
|
888 |
|
889 #: wp-cache.php:1107 |
|
890 msgid "Newest Cached Pages:" |
|
891 msgstr "最新的快取頁面:" |
|
892 |
|
893 #: wp-cache.php:1111 |
|
894 msgid "Cached %s seconds ago" |
|
895 msgstr "於 %s 秒前快取" |
|
896 |
|
897 #: wp-cache.php:1114 |
|
898 msgid "(may not always be accurate on busy sites)" |
|
899 msgstr "(在忙碌的網站上未必準確)" |
|
900 |
|
901 #: wp-cache.php:1133 |
|
902 msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins." |
|
903 msgstr "快取外掛是 wp-super-cache 裡 plugin 資料夾中的一些 PHP 程式。它們在 Supercache 載入的時候就會被載入,比一般的 WordPress plugin 要早得多。" |
|
904 |
|
905 #: wp-cache.php:1134 |
|
906 msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them." |
|
907 msgstr "這是一個非常進階的功能,只有對 PHP 和 Wordpress 動作都非常了解的人才能撰寫。" |
|
908 |
|
909 #: wp-cache.php:1135 |
|
910 msgid "<strong>Warning</strong>! Due to the way WordPress upgrades plugins the plugins you upload to wp-super-cache/plugins/ will be deleted when you upgrade WP Super Cache. You can avoid this by loading the plugins from elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in wp-config.php and WP Super Cache will look there instead.<br />More info available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">developer documentation</a>." |
|
911 msgstr "<strong>警告</strong>! 肇因於 WordPress 升級外掛的方式,上傳至 wp-super-cache/plugins 的外掛在升級 WP Super Cache 將會被刪除。你可以把外掛放到別的地方以避免此一問題。在 wp-config.php 中設定 <strong>$wp_cache_plugins_dir</strong> 至新的位置,WP Super Cache 將會改用此一新位置。<br /><a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">開發者文件</a>中有更多的資訊。" |
|
912 |
|
913 #: wp-cache.php:1145 |
|
914 msgid "Available Plugins" |
|
915 msgstr "可使用的外掛" |
|
916 |
|
917 #: wp-cache.php:1162 |
|
918 msgid "Easy" |
|
919 msgstr "簡易模式" |
|
920 |
|
921 #: wp-cache.php:1162 |
|
922 msgid "CDN" |
|
923 msgstr "CDN" |
|
924 |
|
925 #: wp-cache.php:1162 |
|
926 msgid "Contents" |
|
927 msgstr "內容" |
|
928 |
|
929 #: wp-cache.php:1162 |
|
930 msgid "Preload" |
|
931 msgstr "預先載入" |
|
932 |
|
933 #: wp-cache.php:1162 |
|
934 msgid "Plugins" |
|
935 msgstr "外掛" |
|
936 |
|
937 #: wp-cache.php:1162 |
|
938 msgid "Debug" |
|
939 msgstr "除錯設定" |
|
940 |
|
941 #: wp-cache.php:1197 |
|
942 msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network." |
|
943 msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite 規則檢查會被關閉。s" |
|
944 |
|
945 #: wp-cache.php:1206 |
|
946 msgid "Mod Rewrite Rules" |
|
947 msgstr "Mod Rewrite 規則" |
|
948 |
|
949 #: wp-cache.php:1212 |
|
950 msgid "WordPress MU Detected" |
|
951 msgstr "偵測到 WordPress MU" |
|
952 |
|
953 #: wp-cache.php:1212 |
|
954 msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file." |
|
955 msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。" |
|
956 |
|
957 #: wp-cache.php:1214 |
|
958 msgid "Mod Rewrite rules cannot be updated!" |
|
959 msgstr "Mod Rewrite 規則無法更新!" |
|
960 |
|
961 #: wp-cache.php:1215 |
|
962 msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:" |
|
963 msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的主要 mod_rewrite 規則:" |
|
964 |
|
965 #: wp-cache.php:1217 |
|
966 msgid "Refresh this page when you have updated your .htaccess file." |
|
967 msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。" |
|
968 |
|
969 #: wp-cache.php:1221 |
|
970 msgid "Thank you for upgrading." |
|
971 msgstr "感謝升級。" |
|
972 |
|
973 #: wp-cache.php:1221 |
|
974 msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them." |
|
975 msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的 supercache 規則更新前,你必須先刪除舊的 supercache 規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。" |
|
976 |
|
977 #: wp-cache.php:1225 |
|
978 msgid "Trailing slash check required." |
|
979 msgstr "尾端斜線的檢查是必須的。" |
|
980 |
|
981 #: wp-cache.php:1225 |
|
982 msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:" |
|
983 msgstr "看起來你的部落格有以\"/\"結束的 URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的 bug,也就是相同的內容卻不是被指向正確的 URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:" |
|
984 |
|
985 #: wp-cache.php:1227 |
|
986 msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below." |
|
987 msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則" |
|
988 |
|
989 #: wp-cache.php:1241 |
|
990 msgid "Mod Rewrite rules updated!" |
|
991 msgstr "Mod Rewrite 規則已更新!" |
|
992 |
|
993 #: wp-cache.php:1242 |
|
994 msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:" |
|
995 msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:" |
|
996 |
|
997 #: wp-cache.php:1244 |
|
998 msgid "Mod Rewrite rules must be updated!" |
|
999 msgstr "Mod Rewrite 規則必須更新!" |
|
1000 |
|
1001 #: wp-cache.php:1245 |
|
1002 msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:" |
|
1003 msgstr "你的 %s.htaccess 無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:" |
|
1004 |
|
1005 #: wp-cache.php:1250 |
|
1006 msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match." |
|
1007 msgstr "在你的 %s.htaccess 檔案中已經檢測到 WP Super Cache 重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。" |
|
1008 |
|
1009 #: wp-cache.php:1253 |
|
1010 msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules." |
|
1011 msgstr "發現 .htaccess 的 rewrite 規則和外掛 rewrite 規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新 Mod_Rewrite 規則」按鈕以更新規則。" |
|
1012 |
|
1013 #: wp-cache.php:1255 |
|
1014 msgid "View Mod_Rewrite Rules" |
|
1015 msgstr "查看 Mod_Rewrite 規則" |
|
1016 |
|
1017 #: wp-cache.php:1261 |
|
1018 #: wp-cache.php:2622 |
|
1019 msgid "Rules must be added to %s too:" |
|
1020 msgstr "也必須新增到 %s 的規則:" |
|
1021 |
|
1022 #: wp-cache.php:1268 |
|
1023 msgid "Gzip encoding rules in %s.htaccess created." |
|
1024 msgstr "%s.htaccess 內 gzip 規則建立。" |
|
1025 |
|
1026 #: wp-cache.php:1275 |
|
1027 msgid "Fix Configuration" |
|
1028 msgstr "修復設定" |
|
1029 |
|
1030 #: wp-cache.php:1278 |
|
1031 msgid "Restore Default Configuration" |
|
1032 msgstr "還原到預設選項" |
|
1033 |
|
1034 #: wp-cache.php:1286 |
|
1035 msgid "Comment moderation is enabled. Your comment may take some time to appear." |
|
1036 msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。" |
|
1037 |
|
1038 #: wp-cache.php:1311 |
|
1039 msgid "Lock Down:" |
|
1040 msgstr "鎖定:" |
|
1041 |
|
1042 #: wp-cache.php:1312 |
|
1043 msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files." |
|
1044 msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。" |
|
1045 |
|
1046 #: wp-cache.php:1313 |
|
1047 msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting." |
|
1048 msgstr "開發者:透過檢查 \"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守 WPLOCKDOWN 設定。" |
|
1049 |
|
1050 #: wp-cache.php:1315 |
|
1051 msgid "Sorry. My blog is locked down. Updates will appear shortly" |
|
1052 msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。" |
|
1053 |
|
1054 #: wp-cache.php:1319 |
|
1055 msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made." |
|
1056 msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。" |
|
1057 |
|
1058 #: wp-cache.php:1321 |
|
1059 msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal." |
|
1060 msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。" |
|
1061 |
|
1062 #: wp-cache.php:1327 |
|
1063 msgid "Lock Down" |
|
1064 msgstr "鎖定" |
|
1065 |
|
1066 #: wp-cache.php:1335 |
|
1067 msgid "Directly Cached Files" |
|
1068 msgstr "直接快取檔案" |
|
1069 |
|
1070 #: wp-cache.php:1393 |
|
1071 msgid "%s removed!" |
|
1072 msgstr "%s 已移除!" |
|
1073 |
|
1074 #: wp-cache.php:1401 |
|
1075 msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated." |
|
1076 msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。" |
|
1077 |
|
1078 #: wp-cache.php:1406 |
|
1079 msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk." |
|
1080 msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。" |
|
1081 |
|
1082 #: wp-cache.php:1421 |
|
1083 msgid "Existing direct page" |
|
1084 msgstr "已存在的直接頁面" |
|
1085 |
|
1086 #: wp-cache.php:1421 |
|
1087 msgid "Delete cached file" |
|
1088 msgstr "刪除快取檔案" |
|
1089 |
|
1090 #: wp-cache.php:1426 |
|
1091 msgid "Add direct page:" |
|
1092 msgstr "新增直接頁面:" |
|
1093 |
|
1094 #: wp-cache.php:1428 |
|
1095 msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page." |
|
1096 msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。" |
|
1097 |
|
1098 #: wp-cache.php:1430 |
|
1099 msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page." |
|
1100 msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。" |
|
1101 |
|
1102 #: wp-cache.php:1431 |
|
1103 msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file." |
|
1104 msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。" |
|
1105 |
|
1106 #: wp-cache.php:1436 |
|
1107 msgid "Update Direct Pages" |
|
1108 msgstr "更新直接頁面" |
|
1109 |
|
1110 #: wp-cache.php:1464 |
|
1111 msgctxt "timezone date format" |
|
1112 msgid "Y-m-d G:i:s" |
|
1113 msgstr "Y-m-d G:i:s" |
|
1114 |
|
1115 #: wp-cache.php:1523 |
|
1116 msgid "Expiry Time & Garbage Collection" |
|
1117 msgstr "過期時間與垃圾回收" |
|
1118 |
|
1119 #: wp-cache.php:1525 |
|
1120 msgid "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>" |
|
1121 msgstr "<abbr title=\"Coordinated Universal Time\">UTC</abbr> 時間是 <code>%s</code>" |
|
1122 |
|
1123 #: wp-cache.php:1528 |
|
1124 msgid "Local time is <code>%1$s</code>" |
|
1125 msgstr "本地時間是 <code>%1$s</code>" |
|
1126 |
|
1127 #: wp-cache.php:1532 |
|
1128 msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>" |
|
1129 msgstr "下次垃圾回收排程時間<strong> %s UTC</strong>" |
|
1130 |
|
1131 #: wp-cache.php:1536 |
|
1132 msgid "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not be deleted regardless of age." |
|
1133 msgstr "警告 <strong>預載模式</strong> 已被啟用。Supercache檔案將不會由於過期而被刪除。" |
|
1134 |
|
1135 #: wp-cache.php:1553 |
|
1136 msgid "Cache Timeout" |
|
1137 msgstr "快取逾時" |
|
1138 |
|
1139 #: wp-cache.php:1554 |
|
1140 #: wp-cache.php:1557 |
|
1141 msgid "seconds" |
|
1142 msgstr "秒" |
|
1143 |
|
1144 #: wp-cache.php:1555 |
|
1145 msgid "How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds." |
|
1146 msgstr "設定快取的有效期限。設定 0 以關閉垃圾回收功能。可以從 3600 秒先開始嘗試。" |
|
1147 |
|
1148 #: wp-cache.php:1556 |
|
1149 msgid "Scheduler" |
|
1150 msgstr "排程器" |
|
1151 |
|
1152 #: wp-cache.php:1556 |
|
1153 msgid "Timer:" |
|
1154 msgstr "計時:" |
|
1155 |
|
1156 #: wp-cache.php:1557 |
|
1157 msgid "Check for stale cached files every <em>interval</em> seconds." |
|
1158 msgstr "每隔<em>幾秒</em>檢查失效的快取檔案。" |
|
1159 |
|
1160 #: wp-cache.php:1558 |
|
1161 msgid "Clock:" |
|
1162 msgstr "時刻:" |
|
1163 |
|
1164 #: wp-cache.php:1559 |
|
1165 msgid "HH:MM" |
|
1166 msgstr "HH:MM (時:分)" |
|
1167 |
|
1168 #: wp-cache.php:1559 |
|
1169 msgid "Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below." |
|
1170 msgstr "在下列時間 <strong>(UTC)</strong> 檢查失效快取,或從此時間開始每段<em>間隔</em>檢查。" |
|
1171 |
|
1172 #: wp-cache.php:1561 |
|
1173 msgid "Interval:" |
|
1174 msgstr "間隔:" |
|
1175 |
|
1176 #: wp-cache.php:1567 |
|
1177 msgid "Notification Emails" |
|
1178 msgstr "通知郵件" |
|
1179 |
|
1180 #: wp-cache.php:1568 |
|
1181 msgid "Email me when the garbage collection runs." |
|
1182 msgstr "在垃圾回收執行時寄 email 給我。" |
|
1183 |
|
1184 #: wp-cache.php:1570 |
|
1185 msgid "Garbage Collection" |
|
1186 msgstr "垃圾回收" |
|
1187 |
|
1188 #: wp-cache.php:1571 |
|
1189 msgid "<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>." |
|
1190 msgstr "<em>垃圾回收</em>就是將你的垃圾丟掉的簡單動作。以此外掛來說,垃圾就是指舊的或<em>失效 (stale) </em>的檔案。新的快取檔案則稱為<em>有效 (fresh) </em>快取。" |
|
1191 |
|
1192 #: wp-cache.php:1572 |
|
1193 msgid "Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page." |
|
1194 msgstr "快取檔案有一定限度的有效期限。你可以在本頁的<em>快取逾時</em>文字方塊設定這個期限。" |
|
1195 |
|
1196 #: wp-cache.php:1573 |
|
1197 msgid "Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collecter. That is why you have to tell the plugin when the garbage collector should run." |
|
1198 msgstr "失效的快取檔案並不會在失效的時候馬上就被移除。他們必須被垃圾回收機制移除。這就是為什麼你必須告訴外掛何時執行垃圾回收。" |
|
1199 |
|
1200 #: wp-cache.php:1574 |
|
1201 msgid "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run." |
|
1202 msgstr "使用<em>計時</em>或<em>時刻</em>來決定何時執行垃圾回收。" |
|
1203 |
|
1204 #: wp-cache.php:1575 |
|
1205 msgid "The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled." |
|
1206 msgstr "<em>計時</em>排程器以一定的時間間隔執行垃圾回收。當一次垃圾回收完成後,就會再度進行下一次的排程。" |
|
1207 |
|
1208 #: wp-cache.php:1576 |
|
1209 msgid "Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twicedaily the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily it will run once a day at the time specified." |
|
1210 msgstr "而<em>時刻</em>排程器,可以讓外掛在指定的時刻執行垃圾回收。如果設定為每小時 (hourly) 或兩天一次 (twicedaily) 執行,垃圾回收會在你輸入的時刻第一次被執行,接下來會在設定的間隔時間後再執次行。如果設定為每日 (daily) 執行,那他會在每天你設定的時刻執行一次。" |
|
1211 |
|
1212 #: wp-cache.php:1578 |
|
1213 msgid "There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post." |
|
1214 msgstr "並沒有最佳的垃圾回收設定,不過這裡列出幾個情境。垃圾回收和其它會造成清除快取的情形,例如留言和發佈文章,是有區別的。" |
|
1215 |
|
1216 #: wp-cache.php:1580 |
|
1217 msgid "Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds." |
|
1218 msgstr "希望提供大量動態資料的站台,應該將<em>快取逾時</em>設定為 60 秒,並使用 90 秒的<em>計時</em>排程。" |
|
1219 |
|
1220 #: wp-cache.php:1581 |
|
1221 msgid "Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale." |
|
1222 msgstr "在邊欄有小工具及 rss 饋料的站台,也許應該設定 3600 的逾時,以及 600 秒的計時排程。失效的檔案會在失效十分鐘後被清除。" |
|
1223 |
|
1224 #: wp-cache.php:1582 |
|
1225 msgid "Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long." |
|
1226 msgstr "有大量靜態內容,邊欄沒有小工具及 rss 饋料的站台,可以使用 86400 或更長的逾時,並將計時排程設定為等長的時間。" |
|
1227 |
|
1228 #: wp-cache.php:1583 |
|
1229 msgid "Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately." |
|
1230 msgstr "在每天固定時刻使用外部資料來源更新的站台,則應該將逾時設為86400秒,並將時刻排程設定在適當的時間。" |
|
1231 |
|
1232 #: wp-cache.php:1585 |
|
1233 msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to <em>600 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching." |
|
1234 msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>600 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果使用傳統快取,可能的話盡量不要讓快取檔案數多於 500 個。若使用 mod_rewrite 或 PHP 快取,快取數量可以增加數倍。" |
|
1235 |
|
1236 #: wp-cache.php:1586 |
|
1237 msgid "Set the expiry time to 0 seconds to disable garbage collection." |
|
1238 msgstr "把過期時間設定為 0 以關閉垃圾回收功能" |
|
1239 |
|
1240 #: wp-cache.php:1587 |
|
1241 msgid "Change Expiration" |
|
1242 msgstr "變更過期時間" |
|
1243 |
|
1244 #: wp-cache.php:1631 |
|
1245 msgid "Rejected User Agents" |
|
1246 msgstr "被拒絕的使用者代理(User Agents)" |
|
1247 |
|
1248 #: wp-cache.php:1632 |
|
1249 msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists." |
|
1250 msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。" |
|
1251 |
|
1252 #: wp-cache.php:1639 |
|
1253 msgid "Save UA Strings" |
|
1254 msgstr "儲存 UA 字串" |
|
1255 |
|
1256 #: wp-cache.php:1662 |
|
1257 msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type." |
|
1258 msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。" |
|
1259 |
|
1260 #: wp-cache.php:1665 |
|
1261 msgid "Single Posts" |
|
1262 msgstr "單篇文章" |
|
1263 |
|
1264 #: wp-cache.php:1666 |
|
1265 msgid "Pages" |
|
1266 msgstr "網誌分頁" |
|
1267 |
|
1268 #: wp-cache.php:1667 |
|
1269 msgid "Front Page" |
|
1270 msgstr "首頁" |
|
1271 |
|
1272 #: wp-cache.php:1668 |
|
1273 msgid "Home" |
|
1274 msgstr "主頁" |
|
1275 |
|
1276 #: wp-cache.php:1669 |
|
1277 msgid "Archives" |
|
1278 msgstr "存檔" |
|
1279 |
|
1280 #: wp-cache.php:1670 |
|
1281 msgid "Tags" |
|
1282 msgstr "標籤" |
|
1283 |
|
1284 #: wp-cache.php:1671 |
|
1285 msgid "Category" |
|
1286 msgstr "分類" |
|
1287 |
|
1288 #: wp-cache.php:1672 |
|
1289 msgid "Feeds" |
|
1290 msgstr "訂閱" |
|
1291 |
|
1292 #: wp-cache.php:1673 |
|
1293 msgid "Search Pages" |
|
1294 msgstr "搜尋頁面" |
|
1295 |
|
1296 #: wp-cache.php:1674 |
|
1297 msgid "Author Pages" |
|
1298 msgstr "作者頁面" |
|
1299 |
|
1300 #: wp-cache.php:1676 |
|
1301 #: wp-cache.php:1788 |
|
1302 msgid "Save" |
|
1303 msgstr "儲存" |
|
1304 |
|
1305 #: wp-cache.php:1693 |
|
1306 msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page." |
|
1307 msgstr "在下方輸入框內新增字串(不是檔案名稱),控制不要被快取的頁面。舉例來說,如果你的 URL 中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 ’/2004/’ 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。" |
|
1308 |
|
1309 #: wp-cache.php:1699 |
|
1310 msgid "Save Strings" |
|
1311 msgstr "儲存字串" |
|
1312 |
|
1313 #: wp-cache.php:1715 |
|
1314 msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above." |
|
1315 msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。" |
|
1316 |
|
1317 #: wp-cache.php:1721 |
|
1318 msgid "Save Files" |
|
1319 msgstr "儲存檔案" |
|
1320 |
|
1321 #: wp-cache.php:1762 |
|
1322 msgid "Currently logging to: %s" |
|
1323 msgstr "正在記錄到:%s" |
|
1324 |
|
1325 #: wp-cache.php:1765 |
|
1326 msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory." |
|
1327 msgstr "在這裡使用外掛除錯模式解決問題。它可以在你的快取目錄內產生紀錄檔。" |
|
1328 |
|
1329 #: wp-cache.php:1769 |
|
1330 msgid "Debugging" |
|
1331 msgstr "除錯" |
|
1332 |
|
1333 #: wp-cache.php:1770 |
|
1334 msgid "IP Address" |
|
1335 msgstr "IP位址" |
|
1336 |
|
1337 #: wp-cache.php:1770 |
|
1338 msgid "(only log requests from this IP address. Your IP is %s)" |
|
1339 msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)" |
|
1340 |
|
1341 #: wp-cache.php:1771 |
|
1342 msgid "Cache Status Messages" |
|
1343 msgstr "快取狀態訊息" |
|
1344 |
|
1345 #: wp-cache.php:1772 |
|
1346 msgid "Display comments at the end of every page like this:" |
|
1347 msgstr "顯在每頁的頁尾顯示像這樣的評論:" |
|
1348 |
|
1349 #: wp-cache.php:1778 |
|
1350 msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>" |
|
1351 msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定網址結架構的話,那麼錯誤的頁面有時候會被當成首頁被快取起來。</li></ol>" |
|
1352 |
|
1353 #: wp-cache.php:1779 |
|
1354 msgid "I’m 99% certain that they aren’t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you’re worried. You will be emailed if there is a problem." |
|
1355 msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。" |
|
1356 |
|
1357 #: wp-cache.php:1781 |
|
1358 msgid "Check front page every 5 minutes." |
|
1359 msgstr "每五分鐘檢查首頁" |
|
1360 |
|
1361 #: wp-cache.php:1782 |
|
1362 msgid "Front page text" |
|
1363 msgstr "首頁文字" |
|
1364 |
|
1365 #: wp-cache.php:1782 |
|
1366 msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable." |
|
1367 msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。" |
|
1368 |
|
1369 #: wp-cache.php:1783 |
|
1370 msgid "Clear cache on error." |
|
1371 msgstr "清除快取時發生錯誤。" |
|
1372 |
|
1373 #: wp-cache.php:1784 |
|
1374 msgid "Email the blog admin when checks are made. (useful for testing)" |
|
1375 msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)" |
|
1376 |
|
1377 #: wp-cache.php:1798 |
|
1378 msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache." |
|
1379 msgstr "錯誤:GZIP 壓縮已啟用,如果你想啟用 wp-cache,請停用它。" |
|
1380 |
|
1381 #: wp-cache.php:1845 |
|
1382 #: wp-cache.php:1986 |
|
1383 #: wp-cache.php:2022 |
|
1384 msgid "Warning" |
|
1385 msgstr "警告" |
|
1386 |
|
1387 #: wp-cache.php:1845 |
|
1388 msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression." |
|
1389 msgstr "在 WordPress 上 GZIP 壓縮已啟用,wp-cache 將被繞過,直到你停用 gzip 壓縮。" |
|
1390 |
|
1391 #: wp-cache.php:1907 |
|
1392 #: wp-cache.php:1912 |
|
1393 #: wp-cache.php:1945 |
|
1394 #: wp-cache.php:1950 |
|
1395 #: wp-cache.php:1956 |
|
1396 msgid "Error" |
|
1397 msgstr "錯誤" |
|
1398 |
|
1399 #: wp-cache.php:1907 |
|
1400 msgid "Your cache directory (<strong>%1$s</strong>) did not exist and couldn’t be created by the web server. Check %1$s permissions." |
|
1401 msgstr "你的快取目錄(<strong>%1$s</strong>)不存在,且無法從伺服器端建立。請檢查 %1$s 權限。" |
|
1402 |
|
1403 #: wp-cache.php:1912 |
|
1404 msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it." |
|
1405 msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。" |
|
1406 |
|
1407 #: wp-cache.php:1945 |
|
1408 msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page." |
|
1409 msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。" |
|
1410 |
|
1411 #: wp-cache.php:1950 |
|
1412 msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions." |
|
1413 msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。" |
|
1414 |
|
1415 #: wp-cache.php:1956 |
|
1416 msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation." |
|
1417 msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。" |
|
1418 |
|
1419 #: wp-cache.php:1986 |
|
1420 msgid "Could not update %s!</em> WPCACHEHOME must be set in config file." |
|
1421 msgstr "無法更新 %s!</em> WPCACHEHOME 必須在設定檔中被設定。" |
|
1422 |
|
1423 #: wp-cache.php:2022 |
|
1424 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated." |
|
1425 msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。" |
|
1426 |
|
1427 #: wp-cache.php:2023 |
|
1428 msgid "1. If it already exists please delete the file first." |
|
1429 msgstr "1. 如果它已經存在,請先刪除。" |
|
1430 |
|
1431 #: wp-cache.php:2024 |
|
1432 msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)" |
|
1433 msgstr "2. 請使用你的FTP程式或伺服器軟體,以 chmod 指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須再把它變更為唯讀。(使用前面的指令,將權限從 777 變更為 755)" |
|
1434 |
|
1435 #: wp-cache.php:2025 |
|
1436 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>" |
|
1437 msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>" |
|
1438 |
|
1439 #: wp-cache.php:2026 |
|
1440 msgid "If that doesn’t work, make sure the file <em>%s/advanced-cache.php</em> doesn’t exist:" |
|
1441 msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:" |
|
1442 |
|
1443 #: wp-cache.php:2027 |
|
1444 msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>" |
|
1445 msgstr "<li>1. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>" |
|
1446 |
|
1447 #: wp-cache.php:2050 |
|
1448 msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>" |
|
1449 msgstr "<h3>WP_CACHE 變數被設為 false</h3><p>WP_CACHE 變數被WordPress用來載入快取程式,可是它被設為 false(關閉)。請編輯你的 wp-config.php 檔並把以下的內容放在最後的 require_once 命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>" |
|
1450 |
|
1451 #: wp-cache.php:2052 |
|
1452 msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn’t modify it." |
|
1453 msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。" |
|
1454 |
|
1455 #: wp-cache.php:2053 |
|
1456 msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. " |
|
1457 msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。" |
|
1458 |
|
1459 #: wp-cache.php:2057 |
|
1460 msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up." |
|
1461 msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">常見問答</a> 第五點。WP_CACHE 原始碼必須往前移動。" |
|
1462 |
|
1463 #: wp-cache.php:2085 |
|
1464 msgid "Cache Contents" |
|
1465 msgstr "快取內容" |
|
1466 |
|
1467 #: wp-cache.php:2088 |
|
1468 msgid "Object cache in use. No cache listing available." |
|
1469 msgstr "正在使用 Object 快取。無法顯示快取清單。" |
|
1470 |
|
1471 #: wp-cache.php:2112 |
|
1472 msgid "Deleting supercache file: <strong>%s</strong><br />" |
|
1473 msgstr "刪除 supercache 檔案:<strong>%s</strong><br />" |
|
1474 |
|
1475 #: wp-cache.php:2129 |
|
1476 msgid "Deleting wp-cache file: <strong>%s</strong><br />" |
|
1477 msgstr "刪除 wp-cache 檔案:<strong>%s</strong><br />" |
|
1478 |
|
1479 #: wp-cache.php:2194 |
|
1480 msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page." |
|
1481 msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。" |
|
1482 |
|
1483 #: wp-cache.php:2195 |
|
1484 msgid "Regenerate cache stats" |
|
1485 msgstr "重新產生快取統計" |
|
1486 |
|
1487 #: wp-cache.php:2197 |
|
1488 msgid "Cache stats last generated: %s minutes ago." |
|
1489 msgstr "快取統計最後產生時間:%s分鐘以前。" |
|
1490 |
|
1491 #: wp-cache.php:2203 |
|
1492 msgid "WP-Cache" |
|
1493 msgstr "WP-Cache" |
|
1494 |
|
1495 #: wp-cache.php:2204 |
|
1496 #: wp-cache.php:2219 |
|
1497 msgid "%s Cached Pages" |
|
1498 msgstr "%s 個頁面已快取" |
|
1499 |
|
1500 #: wp-cache.php:2205 |
|
1501 #: wp-cache.php:2224 |
|
1502 msgid "%s Expired Pages" |
|
1503 msgstr "%s 個頁面已過期" |
|
1504 |
|
1505 #: wp-cache.php:2218 |
|
1506 msgid "WP-Super-Cache" |
|
1507 msgstr "WP-Super-Cache" |
|
1508 |
|
1509 #: wp-cache.php:2228 |
|
1510 msgid "Fresh WP-Cached Files" |
|
1511 msgstr "有效的 WP-Cached 檔案" |
|
1512 |
|
1513 #: wp-cache.php:2229 |
|
1514 #: wp-cache.php:2245 |
|
1515 #: wp-cache.php:2261 |
|
1516 #: wp-cache.php:2277 |
|
1517 msgid "URI" |
|
1518 msgstr "URI 網址" |
|
1519 |
|
1520 #: wp-cache.php:2229 |
|
1521 #: wp-cache.php:2245 |
|
1522 msgid "Key" |
|
1523 msgstr "關鍵字" |
|
1524 |
|
1525 #: wp-cache.php:2229 |
|
1526 #: wp-cache.php:2245 |
|
1527 #: wp-cache.php:2261 |
|
1528 #: wp-cache.php:2277 |
|
1529 msgid "Age" |
|
1530 msgstr "時間(秒)" |
|
1531 |
|
1532 #: wp-cache.php:2229 |
|
1533 #: wp-cache.php:2245 |
|
1534 #: wp-cache.php:2261 |
|
1535 #: wp-cache.php:2277 |
|
1536 msgid "Delete" |
|
1537 msgstr "刪除" |
|
1538 |
|
1539 #: wp-cache.php:2244 |
|
1540 msgid "Stale WP-Cached Files" |
|
1541 msgstr "失效的 WP-Cached 檔案" |
|
1542 |
|
1543 #: wp-cache.php:2260 |
|
1544 msgid "Fresh Super Cached Files" |
|
1545 msgstr "有效的 Super Cached 檔案" |
|
1546 |
|
1547 #: wp-cache.php:2276 |
|
1548 msgid "Stale Super Cached Files" |
|
1549 msgstr "失效的 Super Cached 檔案" |
|
1550 |
|
1551 #: wp-cache.php:2292 |
|
1552 msgid "Hide file list" |
|
1553 msgstr "隱藏檔案清單" |
|
1554 |
|
1555 #: wp-cache.php:2294 |
|
1556 msgid "Too many cached files, no listing possible." |
|
1557 msgstr "快取檔案過多,無法列出。" |
|
1558 |
|
1559 #: wp-cache.php:2296 |
|
1560 msgid "List all cached files" |
|
1561 msgstr "列出所有快取檔案" |
|
1562 |
|
1563 #: wp-cache.php:2299 |
|
1564 msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically." |
|
1565 msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。" |
|
1566 |
|
1567 #: wp-cache.php:2310 |
|
1568 msgid "Delete Expired" |
|
1569 msgstr "刪除過期檔案" |
|
1570 |
|
1571 #: wp-cache.php:2335 |
|
1572 msgid "Delete Super Cache cached files (opens in new window)" |
|
1573 msgstr "刪除 Super Cache 快取檔案(在新視窗打開)" |
|
1574 |
|
1575 #: wp-cache.php:2482 |
|
1576 msgid "%1$s is Stephen Fry proof thanks to caching by %2$s" |
|
1577 msgstr "%1$s 使用的快取程式為 %2$s" |
|
1578 |
|
1579 #: wp-cache.php:2515 |
|
1580 msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin." |
|
1581 msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。" |
|
1582 |
|
1583 #: wp-cache.php:2521 |
|
1584 msgid "Settings" |
|
1585 msgstr "設定" |
|
1586 |
|
1587 #: wp-cache.php:2531 |
|
1588 msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching." |
|
1589 msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。" |
|
1590 |
|
1591 #: wp-cache.php:2534 |
|
1592 msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct." |
|
1593 msgstr "警告! WP Super Cache 快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。" |
|
1594 |
|
1595 #: wp-cache.php:2553 |
|
1596 msgid "[%s] Front page is gzipped! Please clear cache!" |
|
1597 msgstr "[%s] 首頁已使用 gzip 壓縮!請清除快取!" |
|
1598 |
|
1599 #: wp-cache.php:2553 |
|
1600 msgid "Please visit %s to clear the cache as the front page of your site is now downloading!" |
|
1601 msgstr "請前往 %s 清除快取,網站的首頁正在下載!" |
|
1602 |
|
1603 #: wp-cache.php:2556 |
|
1604 msgid "[%s] Front page is gzipped! Cache Cleared!" |
|
1605 msgstr "[%s] 首頁已使用 gzip 壓縮!快取已清除!" |
|
1606 |
|
1607 #: wp-cache.php:2556 |
|
1608 msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared." |
|
1609 msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。" |
|
1610 |
|
1611 #: wp-cache.php:2563 |
|
1612 msgid "[%s] Front page is not correct! Please clear cache!" |
|
1613 msgstr "[%s] 首頁不正確!請清除快取!" |
|
1614 |
|
1615 #: wp-cache.php:2563 |
|
1616 msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!" |
|
1617 msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,缺少文字 \"%2$s\"!" |
|
1618 |
|
1619 #: wp-cache.php:2566 |
|
1620 msgid "[%s] Front page is not correct! Cache Cleared!" |
|
1621 msgstr "[%s] 首頁不正確!快取已清除!" |
|
1622 |
|
1623 #: wp-cache.php:2566 |
|
1624 msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared." |
|
1625 msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。" |
|
1626 |
|
1627 #: wp-cache.php:2571 |
|
1628 msgid "[%s] Front page check!" |
|
1629 msgstr "[%s] 首頁檢查!" |
|
1630 |
|
1631 #: wp-cache.php:2571 |
|
1632 msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this." |
|
1633 msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。" |
|
1634 |
|
1635 #: wp-cache.php:2614 |
|
1636 msgid "Cannot update .htaccess" |
|
1637 msgstr "無法更新 .htaccess" |
|
1638 |
|
1639 #: wp-cache.php:2614 |
|
1640 msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client." |
|
1641 msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。" |
|
1642 |
|
1643 #: wp-cache.php:2614 |
|
1644 msgid "Refresh this page when the file permissions have been modified." |
|
1645 msgstr "在權限修改後請重新整理這個頁面。" |
|
1646 |
|
1647 #: wp-cache.php:2614 |
|
1648 msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):" |
|
1649 msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):" |
|
1650 |
|
1651 #: wp-cache.php:2618 |
|
1652 msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>" |
|
1653 msgstr "為了使用靜態的 HTML 檔案,你的伺服器上必須有正確的 mod_rewrite 規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。" |
|
1654 |
|
1655 #: wp-cache.php:2619 |
|
1656 msgid "You can edit the file yourself add the following rules." |
|
1657 msgstr "你可以自行編輯並新增以下規則。" |
|
1658 |
|
1659 #: wp-cache.php:2620 |
|
1660 msgid " Make sure they appear before any existing WordPress rules. " |
|
1661 msgstr "確認它們出現在任何已存在的 WordPress 規則之前。" |
|
1662 |
|
1663 #: wp-cache.php:2628 |
|
1664 msgid "Update Mod_Rewrite Rules" |
|
1665 msgstr "更新 Mod_Rewrite 規則" |
|
1666 |
|
1667 #: wp-cache.php:2780 |
|
1668 msgid "[%1$s] Cache Preload Started" |
|
1669 msgstr "[%1$s] 快取預載已經開始" |
|
1670 |
|
1671 #: wp-cache.php:2810 |
|
1672 msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d" |
|
1673 msgstr "[%1$s] 更新 %2$s 分類第%3$d 到 %4$d 篇文章" |
|
1674 |
|
1675 #: wp-cache.php:2856 |
|
1676 msgid "[%1$s] Refreshing posts from %2$d to %3$d" |
|
1677 msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章" |
|
1678 |
|
1679 #: wp-cache.php:2877 |
|
1680 msgid "[%1$s] Cache Preload Stopped" |
|
1681 msgstr "[%1$s] 快取預載已停止" |
|
1682 |
|
1683 #: wp-cache.php:2887 |
|
1684 msgid "[%1$s] %2$d posts refreshed" |
|
1685 msgstr "[%1$s]%2$d 篇文章已被更新" |
|
1686 |
|
1687 #: wp-cache.php:2887 |
|
1688 msgid "Refreshed the following posts:" |
|
1689 msgstr "已更新下列文章:" |
|
1690 |
|
1691 #: wp-cache.php:2897 |
|
1692 msgid "Scheduling next preload refresh in %d minutes." |
|
1693 msgstr "下次更新預載快取時間:%d分鐘後" |
|
1694 |
|
1695 #: wp-cache.php:2908 |
|
1696 msgid "[%s] Cache Preload Completed" |
|
1697 msgstr "[%s] 預載快取完成" |
|
1698 |
|
1699 #: wp-cache.php:2908 |
|
1700 msgid "Cleaning up old supercache files." |
|
1701 msgstr "清除舊的 supercache 檔案。" |
|
1702 |
|
1703 #: wp-cache.php:2951 |
|
1704 msgid "[%s] Preload may have stalled." |
|
1705 msgstr "[%s] 預先載入可能已經停止" |
|
1706 |
|
1707 #: wp-cache.php:2951 |
|
1708 msgid "" |
|
1709 "Preload has been restarted.\n" |
|
1710 "%s" |
|
1711 msgstr "" |
|
1712 "預先載入已經被重新啟動.\n" |
|
1713 "%s" |
|
1714 |
|
1715 #: wp-cache.php:2994 |
|
1716 msgid "Supercache Uninstall Problems" |
|
1717 msgstr "Supercache 反安裝問題" |
|
1718 |
|
1719 #: wp-cache.php:2994 |
|
1720 msgid "" |
|
1721 "Dear User,\n" |
|
1722 "\n" |
|
1723 "WP Super Cache was removed from your blog but the mod_rewrite rules\n" |
|
1724 "in your .htaccess were not.\n" |
|
1725 "\n" |
|
1726 "Please edit the following file and remove the code\n" |
|
1727 "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n" |
|
1728 "\n" |
|
1729 "%s\n" |
|
1730 "\n" |
|
1731 "Regards,\n" |
|
1732 "WP Super Cache Plugin\n" |
|
1733 "http://wordpress.org/extend/plugins/wp-super-cache/" |
|
1734 msgstr "" |
|
1735 "親愛的使用者,\n" |
|
1736 "\n" |
|
1737 "WP Super Cache 已從你的部落格被移除,但是 .htaccess 中的\n" |
|
1738 "mod_rewrite規則仍然存在。\n" |
|
1739 "\n" |
|
1740 "請編輯下列檔案並移除 'BEGIN WPSuperCache' 及 'END WPSupercache' 之間的原始碼。\n" |
|
1741 "請先備份這個檔案!\n" |
|
1742 "\n" |
|
1743 "%s\n" |
|
1744 "\n" |
|
1745 "WP Super Cache Plugin 敬上\n" |
|
1746 "http://wordpress.org/extend/plugins/wp-super-cache/" |
|
1747 |
|
1748 #: wp-cache.php:3031 |
|
1749 msgid "Delete cache of the current page" |
|
1750 msgstr "刪除目前頁面的快取" |
|
1751 |
|
1752 #~ msgid "" |
|
1753 #~ "<a href=\"%s\">WP Minify</a> reduces the number of files served by your " |
|
1754 #~ "web server by joining Javascript and CSS files together. Alternatively " |
|
1755 #~ "you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies " |
|
1756 #~ "cached pages. It does not however join JS/CSS files together." |
|
1757 #~ msgstr "" |
|
1758 #~ "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要" |
|
1759 #~ "服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取" |
|
1760 #~ "面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)" |
|
1761 |
|
1762 #~ msgid "Log level" |
|
1763 #~ msgstr "記錄等級" |
|
1764 |
|
1765 #~ msgid "(1 = less, 5 = more, may cause severe server load.)" |
|
1766 #~ msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)" |
|
1767 |
|
1768 #~ msgid "" |
|
1769 #~ "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> " |
|
1770 #~ "minutes ago<br />" |
|
1771 #~ msgstr "" |
|
1772 #~ "<strong>垃圾回收</strong><br />上次垃圾回收於 <strong>%s</strong> 分鐘前" |
|
1773 #~ "<br />" |
|
1774 |
|
1775 #~ msgid "Next GC in <strong>%s</strong> minutes" |
|
1776 #~ msgstr "下次垃圾回收於 <strong>%s</strong> 分鐘後" |
|
1777 |
|
1778 #~ msgid "Current server time is: %s" |
|
1779 #~ msgstr "目前的伺服器時間為:%s" |
|
1780 |
|
1781 #~ msgid "" |
|
1782 #~ "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/" |
|
1783 #~ "\">friendsadverts.php</a> too) " |
|
1784 #~ msgstr "" |
|
1785 #~ "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/" |
|
1786 #~ "\">friendsadverts.php</a>)" |
|
1787 |
|
1788 #~ msgid "Mobile device support." |
|
1789 #~ msgstr "行動裝置支援。" |
|
1790 |
|
1791 #~ msgid "Expire time:" |
|
1792 #~ msgstr "過期時間:" |
|
1793 |
|
1794 #~ msgid "" |
|
1795 #~ "If the expiry time is more than 1800 seconds (half an hour), garbage " |
|
1796 #~ "collection will be done every 10 minutes, otherwise it will happen 10 " |
|
1797 #~ "seconds after the expiry time above." |
|
1798 #~ msgstr "" |
|
1799 #~ "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在" |
|
1800 #~ "設定到期時間的10秒後進行清理。" |
|
1801 |
|
1802 #~ msgid "Tester & Contents" |
|
1803 #~ msgstr "測試及內容" |
|
1804 |
|
1805 #~ msgid "" |
|
1806 #~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on " |
|
1807 #~ "<a href=\"%s\">on the main site</a> of this network." |
|
1808 #~ msgstr "" |
|
1809 #~ "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache " |
|
1810 #~ "mod_rewrite規則檢查會被關閉。" |
|
1811 |
|
1812 #~ msgid "" |
|
1813 #~ "Logging to a file is easier but faces the problem that clearing the cache " |
|
1814 #~ "will clear the log file." |
|
1815 #~ msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。" |
|
1816 |
|
1817 #~ msgid "Logging Type" |
|
1818 #~ msgstr "記錄種類" |
|
1819 |
|
1820 #~ msgid "Email" |
|
1821 #~ msgstr "電子郵件" |
|
1822 |
|
1823 #~ msgid "file" |
|
1824 #~ msgstr "檔案" |
|
1825 |
|
1826 #~ msgid "(support for multiple domains on multisite websites) " |
|
1827 #~ msgstr "(在多站台網站上,支援複數網域名稱)" |