Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh-tw.php « lang - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31711974deb61e0cb05172c05f867fa0dd6e553a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<?php 
$translations = array(
	'General_Locale' => 'zh_TW.UTF-8',
	'General_TranslatorName' => 'Eros',
	'General_TranslatorEmail' => 'php.twn@gmail.com',
	'General_EnglishLanguageName' => 'Taiwanese (Traditional Chinese)',
	'General_OriginalLanguageName' => '台灣語',
	'General_HelloUser'	=> '您好, %s!',
	'General_OpenSourceWebAnalytics' => '開放原始碼的網站流量分析軟體',
	'General_YourDashboard' => '您的儀表板',
	'General_API' => 'API',
	'General_Widgets' => '器件',
	'General_Settings'	=> '設定值',
	'General_GiveUsYourFeedback' => '給我們反饋意見!',
	'General_Unknown' => '不明的',
	'General_Required' => '%s 個請求數',
	'General_Error' => '錯誤',
	'General_Warning' => '警告',
	'General_BackToHomepage' => '返回 Piwik 首頁',
	'General_Yes' => '是',
	'General_No' => '否',
	'General_Delete' => '刪除',
	'General_Edit' => '編輯',
	'General_Ok' => 'OK',
	'General_Close' => '關閉',
	'General_Logout' => '登出',
	'General_Done' => '完成',
	'General_LoadingData' => '載入資料中...',
	'General_Loading' => '載入中...',
	'General_ErrorRequest' => '意外狀況!於請求期間發生問題,請再次嘗試!',
	'General_Next' => '下一頁',
	'General_Previous' => '上一頁',
	'General_Search' => '搜尋',
	'General_Others' => '其他的',
	'General_Table' => '表格',
	'General_Piechart' => '圓餅圖',
	'General_TagCloud' => '標籤雲',
	'General_VBarGraph' => '長條圖',
	'General_Export' => '匯出',
	'General_ExportAsImage' => '匯出成圖片',
	'General_SaveImageOnYourComputer' => '要在您的電腦儲存此圖片,在圖片上按右鍵並選擇 "儲存圖片為..."',
	'General_Refresh' => '重新整理網頁',
	'General_Visitors' => '訪客',
	'General_ColumnNbUniqVisitors' => '絕對獨一訪客數',
	'General_ColumnNbVisits' => '造訪次數',
	'General_ColumnNbActions' => '活動數',
	'General_ColumnMaxActions' => '一次造訪的最大活動數',
	'General_ColumnSumVisitLength' => '訪客的總時間花費 (以秒為單位)',
	'General_ColumnLabel' => '標籤',
	'General_ColumnActionsPerVisit' => '各個造訪的活動數',
	'General_ColumnAvgTimeOnSite' => '在網站上停留的平均時間',
	'General_ColumnBounceRate' => '單頁造訪率',
	'General_ColumnPageviews' => '頁面瀏覽數',
	'General_ColumnUniquePageviews' => '絕對獨一頁面瀏覽數',
	'General_ColumnValuePerVisit' => '每次造訪價值',
	'General_ColumnVisitsWithConversions' => '造訪轉換',
	'General_Save' => '儲存',
	'General_Website' => '網站',
	'General_NoDataForGraph' => '無資料提供此繪圖',
	'General_NoDataForTagCloud' => '無資料提供此標籤雲!',
	'General_DisplayNormalTable' => '顯示標準表格',
	'General_DisplayMoreData' => '顯示更多資料',
	'General_PiwikIsACollaborativeProjectYouCanContribute' => '%s Piwik %s 是一個協同專案。 %s 假如您喜歡 Piwik,您可以提供協助! 請查看 %s 如何贊助 Piwik?%s ',
	'General_YouAreCurrentlyViewingDemoOfPiwik' => '您目前正在檢視 %s 的展示;如有需要可 %s下載%s 完整版! 拜訪 %s',
	'General_PiwikXIsAvailablePleaseUpdateNow' => 'Piwik %s 已經可用, %s 請立即更新!%s (查看 %s 變動內容%s)!',
	'General_BackToPiwik' => '返回 Piwik',
	'General_ShortMonth_1' => '一月',
	'General_ShortMonth_2' => '二月',
	'General_ShortMonth_3' => '三月',
	'General_ShortMonth_4' => '四月',
	'General_ShortMonth_5' => '五月',
	'General_ShortMonth_6' => '六月',
	'General_ShortMonth_7' => '七月',
	'General_ShortMonth_8' => '八月',
	'General_ShortMonth_9' => '九月',
	'General_ShortMonth_10' => '十月',
	'General_ShortMonth_11' => '十一月',
	'General_ShortMonth_12' => '十二月',
	'General_LongMonth_1' => '一月',
	'General_LongMonth_2' => '二月',
	'General_LongMonth_3' => '三月',
	'General_LongMonth_4' => '四月',
	'General_LongMonth_5' => '五月',
	'General_LongMonth_6' => '六月',
	'General_LongMonth_7' => '七月',
	'General_LongMonth_8' => '八月',
	'General_LongMonth_9' => '九月',
	'General_LongMonth_10' => '十月',
	'General_LongMonth_11' => '十一月',
	'General_LongMonth_12' => '十二月',
	'General_ShortDay_1' => '週一',
	'General_ShortDay_2' => '週二',
	'General_ShortDay_3' => '週三',
	'General_ShortDay_4' => '週四',
	'General_ShortDay_5' => '週五',
	'General_ShortDay_6' => '週六',
	'General_ShortDay_7' => '週日',
	'General_LongDay_1' => '星期一',
	'General_LongDay_2' => '星期二',
	'General_LongDay_3' => '星期三',
	'General_LongDay_4' => '星期四',
	'General_LongDay_5' => '星期五',
	'General_LongDay_6' => '星期六',
	'General_LongDay_7' => '星期日',
	'CorePluginsAdmin_Plugins' => '外掛',
	'CorePluginsAdmin_PluginsManagement' => '外掛管理',
	'CorePluginsAdmin_MainDescription' => '外掛延伸並擴展了 Piwik 的功能。 當一個外掛安裝了以後,您可以在這裏啟用或停用它。',
	'CorePluginsAdmin_Plugin' => '外掛',
	'CorePluginsAdmin_Version' => '版本',
	'CorePluginsAdmin_Description' => '描述',
	'CorePluginsAdmin_Status' => '狀態',
	'CorePluginsAdmin_Action' => '動作',
	'CorePluginsAdmin_PluginHomepage' => '外掛首頁',
	'CorePluginsAdmin_Activated' => '已作用中',
	'CorePluginsAdmin_Active' => '作用中',
	'CorePluginsAdmin_Inactive' => '非作用中',
	'CorePluginsAdmin_ActivatedHelp' => '此外掛無法被停用',
	'CorePluginsAdmin_Deactivate' => '停用',
	'CorePluginsAdmin_Activate' => '啟用',
	'CorePluginsAdmin_MenuPlugins' => '外掛',
	'API_QuickDocumentation' => '<h2>應用程式介面 API 快速文件</h2><p>假如您今天沒有資料,您可以先使用此造訪產生器腳本 <a href=\'misc/generateVisits.php\' target=_blank>產生一些資料</a> !</p><p>您可以為每種方法嘗試任何不同可用的格式,從 Piwik 擷取任何資料是非常容易的。</p><p><b>欲取得更多的資訊請查看 <a href=\'http://dev.piwik.org/trac/wiki/API\'>官方 API 文件</a> 或 <a href=\'http://dev.piwik.org/trac/wiki/API/Reference\'>API 參考文件</a>!</b></P><h2>使用者驗證</h2><p>假如您想要 <b>使用一個 crontab 例行排程來以您的腳本請求資料等等... </b> 您必須增加參數 <code><u>&token_auth=%s</u></code> 至需要驗證的 API 呼叫 URL 位址中!</p><p>此 token_auth 使您的登入帳號及密碼更加安全,故 <b>請勿將之洩露給任何人!</p>',
	'API_LoadedAPIs' => '已成功載入 %s 個 API',
	'CoreHome_NoPrivileges' => '您已登入為 \'%s\' ,但看起來似乎您並沒有任何的權限設定在 Piwik 之中!<br />請要求您的 Piwik 管理員提供您 \'檢視\' 的存取權限至一個網站!',
	'CoreHome_JavascriptDisabled' => '為了讓您以標準檢視使用 Piwik,JavaScript 功能必須啟用!<br />然而您的瀏覽器看起來似乎停用或並不支援 JavaScript 功能!<br />使用標準檢視,藉由變更您的瀏覽器選項以啟用 JavaScript 功能,然後 %1s再試一次%2s!<br />',
	'CoreHome_TableNoData' => '無資料提供此表格!',
	'CoreHome_CategoryNoData' => '無資料在此類別! 嘗試使用 "包含所有個體"!',
	'CoreHome_ShowJSCode' => '顯示 JavaScript 追蹤碼以供插入',
	'CoreHome_IncludeAllPopulation_js' => '包含所有個體',
	'CoreHome_ExcludeLowPopulation_js' => '排除非主要個體',
	'CoreHome_PageOf_js' => '%s 之於 %s',
	'CoreHome_Loading_js' => '載入中...',
	'CoreHome_DayFormat' => '%longDay% %day% %longMonth% %longYear%',
	'CoreHome_PeriodDay' => '日統計',
	'CoreHome_PeriodWeek' => '週統計',
	'CoreHome_PeriodMonth' => '月統計',
	'CoreHome_PeriodYear' => '年統計',
	'CoreHome_PeriodDays' => '天',
	'CoreHome_PeriodWeeks' => '週',
	'CoreHome_PeriodMonths' => '月',
	'CoreHome_PeriodYears' => '年',
	'CoreHome_DaySu_js' => '日',
	'CoreHome_DayMo_js' => '一',
	'CoreHome_DayTu_js' => '二',
	'CoreHome_DayWe_js' => '三',
	'CoreHome_DayTh_js' => '四',
	'CoreHome_DayFr_js' => '五',
	'CoreHome_DaySa_js' => '六',
	'CoreHome_ShortDay_1_js' => '周日',
	'CoreHome_ShortDay_2_js' => '周一',
	'CoreHome_ShortDay_3_js' => '周二',
	'CoreHome_ShortDay_4_js' => '周三',
	'CoreHome_ShortDay_5_js' => '周四',
	'CoreHome_ShortDay_6_js' => '周五',
	'CoreHome_ShortDay_7_js' => '周六',
	'CoreHome_LongDay_1_js' => '星期日',
	'CoreHome_LongDay_2_js' => '星期一',
	'CoreHome_LongDay_3_js' => '星期二',
	'CoreHome_LongDay_4_js' => '星期三',
	'CoreHome_LongDay_5_js' => '星期四',
	'CoreHome_LongDay_6_js' => '星期五',
	'CoreHome_LongDay_7_js' => '星期六',
	'CoreHome_ShortMonth_1_js' => '一',
	'CoreHome_ShortMonth_2_js' => '二',
	'CoreHome_ShortMonth_3_js' => '三',
	'CoreHome_ShortMonth_4_js' => '四',
	'CoreHome_ShortMonth_5_js' => '五',
	'CoreHome_ShortMonth_6_js' => '六',
	'CoreHome_ShortMonth_7_js' => '七',
	'CoreHome_ShortMonth_8_js' => '八',
	'CoreHome_ShortMonth_9_js' => '九',
	'CoreHome_ShortMonth_10_js' => '十',
	'CoreHome_ShortMonth_11_js' => '十一',
	'CoreHome_ShortMonth_12_js' => '十二',
	'CoreHome_MonthJanuary_js' => '一月',
	'CoreHome_MonthFebruary_js' => '二月',
	'CoreHome_MonthMarch_js' => '三月',
	'CoreHome_MonthApril_js' => '四月',
	'CoreHome_MonthMay_js' => '五月',
	'CoreHome_MonthJune_js' => '六月',
	'CoreHome_MonthJuly_js' => '七月',
	'CoreHome_MonthAugust_js' => '八月',
	'CoreHome_MonthSeptember_js' => '九月',
	'CoreHome_MonthOctober_js' => '十月',
	'CoreHome_MonthNovember_js' => '十一月',
	'CoreHome_MonthDecember_js' => '十二月',
	'CoreUpdater_UpdateTitle' => 'Piwik &rsaquo; 更新',
	'CoreUpdater_DatabaseUpgradeRequired' => '資料庫需要升級',
	'CoreUpdater_YourDatabaseIsOutOfDate' => '您的 Piwik 資料庫已經過期了,所以您必須先升級才可以繼續!',
	'CoreUpdater_PiwikWillBeUpgradedFromVersionXToVersionY' => 'Piwik 資料庫將從版本 %s 升級至新版本 %s!',
	'CoreUpdater_TheFollowingPluginsWillBeUpgradedX' => '以下外掛將被更新: %s!',
	'CoreUpdater_TheUpgradeProcessMayTakeAWhilePleaseBePatient' => '資料庫升級過程可能需要一段時間,所以請耐心等待!',
	'CoreUpdater_UpgradePiwik' => '升級 Piwik',
	'CoreUpdater_HelpMessageContent' => '請檢查 %s Piwik FAQ %s ,在其中已解釋了最常見的更新過程中的錯誤。 %s 請詢問您的系統管理員 - 他們可以協助您解決幾乎所有有關您的伺服器或 MySQL 設定的問題!',
	'CoreUpdater_CriticalErrorDuringTheUpgradeProcess' => '在更新過程中發生嚴重的錯誤:',
	'CoreUpdater_HelpMessageIntroductionWhenError' => '以上是核心錯誤訊息。它應有助於解釋原因,但如果您需要進一步的說明,請:',
	'CoreUpdater_HelpMessageIntroductionWhenWarning' => '此次更新成功完成,但在過程中有發生一些問題,請閱讀以上說明的詳細內容。如需更進一步的說明:',
	'CoreUpdater_UpgradeComplete' => '升級完成!',
	'CoreUpdater_WarningMessages' => '警告訊息:',
	'CoreUpdater_ErrorDuringPluginsUpdates' => '外掛升級期間發生錯誤:',
	'CoreUpdater_WeAutomaticallyDeactivatedTheFollowingPlugins' => '我們自動停用了以下的外掛: %s',
	'CoreUpdater_PiwikHasBeenSuccessfullyUpgraded' => 'Piwik 已成功更新!',
	'CoreUpdater_ContinueToPiwik' => '繼續 Piwik',
	'CoreUpdater_UpdateAutomatically' => '自動更新',
	'CoreUpdater_ThereIsNewVersionAvailableForUpdate' => '已有一個新版的 Piwik 可更新',
	'CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage' => '您可以自動化更新至版本 %s ,或是下載該封裝檔再手動安裝它:',
	'CoreUpdater_DownloadX' => '下載 %s',
	'CoreUpdater_UpdateHasBeenCancelledExplanation' => 'Piwik 單一點擊更新已被取消!假如您無法修正以上的錯誤訊息,建議您手動更新 Piwik。 %s 請查看 %s更新文件%s 來開始吧!',
	'CoreUpdate_DownloadingUpdateFromX' => '正從 %s 下載更新之中',
	'CoreUpdate_UnpackingTheUpdate' => '正在解壓縮更新檔',
	'CoreUpdater_VerifyingUnpackedFiles' => '正在驗證解壓縮後的檔案',
	'CoreUpdater_CreatingBackupOfConfigurationFile' => '建立一個設定檔的備份於 %s',
	'CoreUpdater_InstallingTheLatestVersion' => '正在安裝最新版本中',
	'CoreUpdater_PiwikUpdatedSuccessfully' => 'Piwik 已成功更新!',
	'Actions_Actions' => '進站活動',
	'Actions_SubmenuPages' => '瀏覽頁面',
	'Actions_SubmenuOutlinks' => '離開連結',
	'Actions_SubmenuDownloads' => '下載',
	'Actions_ColumnClicks' => '點擊次數',
	'Actions_ColumnUniqueClicks' => '絕對獨一點擊次數',
	'Actions_ColumnDownloads' => '下載次數',
	'Actions_ColumnUniqueDownloads' => '絕對獨一下載次數',
	'Actions_ColumnPageName' => '頁面名稱',
	'Actions_ColumnClickedURL' => '點擊的 URL 位址',
	'Actions_ColumnDownloadURL' => '下載的 URL 位址',
	'Dashboard_Dashboard' => '儀表板',
	'Dashboard_AddWidget' => '增加一個器件...',
	'Dashboard_DeleteWidgetConfirm' => '您確定要從儀表板中刪除此器件嗎?',
	'Dashboard_SelectWidget' => '請選取器件以增加至儀表板',
	'Dashboard_AddPreviewedWidget_js' => '增加已預覽的器件至儀表板',
	'Dashboard_WidgetPreview_js' => '器件預覽',
	'Dashboard_Close_js' => '關閉',
	'Dashboard_TitleWidgetInDashboard_js' => '器件已存在儀表板中',
	'Dashboard_TitleClickToAdd_js' => '點擊以增加至儀表板',
	'Dashboard_LoadingWidget_js' => '載入器件中,請稍候...',
	'Dashboard_WidgetNotFound_js' => '找不到器件',
	'Referers_Referers' => '轉介媒體',
	'Referers_SearchEngines' => '搜尋引擎',
	'Referers_Keywords' => '關鍵字',
	'Referers_DirectEntry' => '直接連結項目',
	'Referers_Websites' => '網站',
	'Referers_Campaigns' => '廣告活動',
	'Referers_MetricsFromRefererTypeGraphLegend' => '%1s (來自 %2s)',
	'Referers_Evolution' => '此統計期的發展趨勢',
	'Referers_Type' => '轉介媒體類型',
	'Referers_ColumnRefererType' => '轉介媒體類型',
	'Referers_ColumnSearchEngine' => '搜尋引擎',
	'Referers_ColumnWebsite' => '網站',
	'Referers_ColumnWebsitePage' => '網站頁面',
	'Referers_ColumnKeyword' => '關鍵字',
	'Referers_ColumnCampaign' => '廣告活動',
	'Referers_DetailsByRefererType' => '轉介媒體類型詳細資料',
	'Referers_TypeDirectEntries' => '%s 個來自直接連結項目',
	'Referers_TypeSearchEngines' => '%s 個來自搜尋引擎',
	'Referers_TypeWebsites' => '%s 個來自網站',
	'Referers_TypeCampaigns' => '%s 個來自廣告活動',
	'Referers_Distinct' => '轉介媒體類型的不同參照項目',
	'Referers_DistinctSearchEngines' => '不同的搜尋引擎',
	'Referers_DistinctKeywords' => '不同的關鍵字',
	'Referers_DistinctCampaigns' => '不同的廣告活動',
	'Referers_DistinctWebsites' => '不同的網站',
	'Referers_UsingNDistinctUrls' => ' (使用 %2s 個不同的 URL 位址)',
	'Referers_SubmenuEvolution' => '發展趨勢',
	'Referers_SubmenuSearchEngines' => '搜尋引擎&關鍵字',
	'Referers_SubmenuWebsites' => '網站',
	'Referers_SubmenuCampaigns' => '廣告活動',
	'Referers_WidgetKeywords' => '關鍵字清單',
	'Referers_WidgetCampaigns' => '廣告活動清單',
	'Referers_WidgetExternalWebsites' => '外來網站清單',
	'Referers_WidgetSearchEngines' => '最佳搜尋引擎',
	'Referers_WidgetOverview' => '概觀',
	'UserSettings_VisitorSettings' => '造訪者設定值',
	'UserSettings_BrowserFamilies' => '瀏覽器家族',
	'UserSettings_Browsers' => '使用瀏覽器',
	'UserSettings_Plugins' => '瀏覽器外掛',
	'UserSettings_Configurations' => '客端配置',
	'UserSettings_OperatingSystems' => '作業系統',
	'UserSettings_Resolutions' => '解析度',
	'UserSettings_WideScreen' => '寬螢幕',
	'UserSettings_ColumnBrowserFamily' => '瀏覽器家族',
	'UserSettings_ColumnBrowser' => '瀏覽器',
	'UserSettings_ColumnPlugin' => '外掛',
	'UserSettings_ColumnConfiguration' => '客端配置',
	'UserSettings_ColumnOperatingSystem' => '作業系統',
	'UserSettings_ColumnResolution' => '解析度',
	'UserSettings_ColumnTypeOfScreen' => '螢幕類型',
	'UserSettings_WidgetResolutions' => '畫面解析度',
	'UserSettings_WidgetBrowsers' => '使用瀏覽器',
	'UserSettings_WidgetPlugins' => '瀏覽器外掛清單',
	'UserSettings_WidgetWidescreen' => '傳統螢幕 / 寬螢幕',
	'UserSettings_WidgetBrowserFamilies' => '瀏覽器依家族分',
	'UserSettings_WidgetOperatingSystems' => '作業系統',
	'UserSettings_WidgetGlobalVisitors' => '全球訪客配置',
	'UserSettings_SubmenuSettings' => '環境設定值',
	'UserCountry_Country' => '國家',
	'UserCountry_Continent' => '世界大陸洲',
	'UserCountry_DistinctCountries' => '%s 個不同的國家',
	'UserCountry_SubmenuLocations' => '所在地',
	'UserCountry_WidgetContinents' => '訪客大陸洲',
	'UserCountry_WidgetCountries' => '訪客國家',
	'UserCountry_country_ac' => '英屬亞森松島',
	'UserCountry_country_ad' => '安道爾',
	'UserCountry_country_ae' => '阿拉伯聯合大公國',
	'UserCountry_country_af' => '阿富汗',
	'UserCountry_country_ag' => '安地卡及巴布達',
	'UserCountry_country_ai' => '英屬安圭拉島',
	'UserCountry_country_al' => '阿爾巴尼亞',
	'UserCountry_country_am' => '亞美尼亞',
	'UserCountry_country_an' => '荷屬安地列斯',
	'UserCountry_country_ao' => '安哥拉',
	'UserCountry_country_aq' => '南極洲',
	'UserCountry_country_ar' => '阿根廷',
	'UserCountry_country_as' => '美屬薩摩亞群島',
	'UserCountry_country_at' => '奧地利',
	'UserCountry_country_au' => '澳洲',
	'UserCountry_country_aw' => '阿魯巴島',
	'UserCountry_country_ax' => '奧蘭群島',
	'UserCountry_country_az' => '亞塞拜然',
	'UserCountry_country_ba' => '波士尼亞與赫塞哥維納',
	'UserCountry_country_bb' => '巴貝多',
	'UserCountry_country_bd' => '孟加拉',
	'UserCountry_country_be' => '比利時',
	'UserCountry_country_bf' => '布吉納法索',
	'UserCountry_country_bg' => '保加利亞',
	'UserCountry_country_bh' => '巴林',
	'UserCountry_country_bi' => '蒲隆地',
	'UserCountry_country_bj' => '貝南',
	'UserCountry_country_bl' => '法屬聖巴泰勒米島',
	'UserCountry_country_bm' => '百慕達群島',
	'UserCountry_country_bn' => '汶萊',
	'UserCountry_country_bo' => '波利維亞',
	'UserCountry_country_br' => '巴西',
	'UserCountry_country_bs' => '巴哈馬',
	'UserCountry_country_bt' => '不丹',
	'UserCountry_country_bu' => '緬甸',
	'UserCountry_country_bv' => '波維特島',
	'UserCountry_country_bw' => '波札那',
	'UserCountry_country_by' => '白俄羅斯',
	'UserCountry_country_bz' => '貝里斯',
	'UserCountry_country_ca' => '加拿大',
	'UserCountry_country_cc' => '可可斯群島',
	'UserCountry_country_cd' => '剛果民主主義共和國',
	'UserCountry_country_cf' => '中非共和國',
	'UserCountry_country_cg' => '剛果共和國',
	'UserCountry_country_ch' => '瑞士',
	'UserCountry_country_ci' => '象牙海岸',
	'UserCountry_country_ck' => '庫克群島',
	'UserCountry_country_cl' => '智利',
	'UserCountry_country_cm' => '喀麥隆',
	'UserCountry_country_cn' => '中國',
	'UserCountry_country_co' => '哥倫比亞',
	'UserCountry_country_cp' => '克利珀頓島',
	'UserCountry_country_cr' => '哥斯大黎加',
	'UserCountry_country_cs' => '塞爾維亞蒙特內哥羅',
	'UserCountry_country_cu' => '古巴',
	'UserCountry_country_cv' => '維德角共和國',
	'UserCountry_country_cx' => '聖誕島',
	'UserCountry_country_cy' => '賽普勒斯',
	'UserCountry_country_cz' => '捷克共和國',
	'UserCountry_country_de' => '德國',
	'UserCountry_country_dg' => '英屬迪亞哥加西亞島',
	'UserCountry_country_dj' => '吉布地',
	'UserCountry_country_dk' => '丹麥',
	'UserCountry_country_dm' => '多明尼克',
	'UserCountry_country_do' => '多明尼加共和國',
	'UserCountry_country_dz' => '阿爾及利亞',
	'UserCountry_country_ea' => '西屬北非休達與梅利利亞城',
	'UserCountry_country_ec' => '厄瓜多',
	'UserCountry_country_ee' => '愛沙尼亞',
	'UserCountry_country_eg' => '埃及',
	'UserCountry_country_eh' => '西撒哈拉',
	'UserCountry_country_er' => '厄立特里亞',
	'UserCountry_country_es' => '西班牙',
	'UserCountry_country_et' => '衣索比亞',
	'UserCountry_country_eu' => '歐盟',
	'UserCountry_country_fi' => '芬蘭',
	'UserCountry_country_fj' => '斐濟',
	'UserCountry_country_fk' => '福克蘭群島 (馬爾維納斯群島)',
	'UserCountry_country_fm' => '密克羅尼西亞聯邦',
	'UserCountry_country_fo' => '法羅群島',
	'UserCountry_country_fr' => '法國',
	'UserCountry_country_fx' => '法屬美特羅波利坦',
	'UserCountry_country_ga' => '加彭',
	'UserCountry_country_gb' => '大不列顛',
	'UserCountry_country_gd' => '格瑞納達',
	'UserCountry_country_ge' => '喬治亞',
	'UserCountry_country_gf' => '法屬圭亞那',
	'UserCountry_country_gg' => '根息島(根息乳牛島)',
	'UserCountry_country_gh' => '迦納',
	'UserCountry_country_gi' => '直布羅陀',
	'UserCountry_country_gl' => '格陵蘭',
	'UserCountry_country_gm' => '甘比亞',
	'UserCountry_country_gn' => '幾內亞',
	'UserCountry_country_gp' => '瓜德魯普島',
	'UserCountry_country_gq' => '赤道幾內亞',
	'UserCountry_country_gr' => '希臘',
	'UserCountry_country_gs' => '南喬治亞及南桑威奇群島',
	'UserCountry_country_gt' => '瓜地馬拉',
	'UserCountry_country_gu' => '關島',
	'UserCountry_country_gw' => '幾內亞比索',
	'UserCountry_country_gy' => '圭亞那',
	'UserCountry_country_hk' => '香港',
	'UserCountry_country_hm' => '赫德及麥當勞群島',
	'UserCountry_country_hn' => '宏都拉斯',
	'UserCountry_country_hr' => '克羅埃西亞',
	'UserCountry_country_ht' => '海地',
	'UserCountry_country_hu' => '匈牙利',
	'UserCountry_country_ic' => '西屬加那利群島自治區',
	'UserCountry_country_id' => '印尼',
	'UserCountry_country_ie' => '愛爾蘭',
	'UserCountry_country_il' => '以色列',
	'UserCountry_country_im' => '曼島',
	'UserCountry_country_in' => '印度',
	'UserCountry_country_io' => '英屬印度洋領地(不列顛群島)',
	'UserCountry_country_iq' => '伊拉克',
	'UserCountry_country_ir' => '伊朗',
	'UserCountry_country_is' => '冰島',
	'UserCountry_country_it' => '義大利',
	'UserCountry_country_je' => '澤西島',
	'UserCountry_country_jm' => '牙買加',
	'UserCountry_country_jo' => '約旦',
	'UserCountry_country_jp' => '日本',
	'UserCountry_country_ke' => '肯亞',
	'UserCountry_country_kg' => '吉爾吉斯斯坦',
	'UserCountry_country_kh' => '柬埔寨',
	'UserCountry_country_ki' => '吉里巴斯',
	'UserCountry_country_km' => '科摩洛',
	'UserCountry_country_kn' => '聖克里斯多福及尼維斯群島',
	'UserCountry_country_kp' => '北韓',
	'UserCountry_country_kr' => '南韓',
	'UserCountry_country_kw' => '科威特',
	'UserCountry_country_ky' => '開曼群島',
	'UserCountry_country_kz' => '哈薩克',
	'UserCountry_country_la' => '寮國',
	'UserCountry_country_lb' => '黎巴嫩',
	'UserCountry_country_lc' => '聖路西亞島',
	'UserCountry_country_li' => '列支敦斯登',
	'UserCountry_country_lk' => '斯里蘭卡',
	'UserCountry_country_lr' => '賴比瑞亞',
	'UserCountry_country_ls' => '賴索托',
	'UserCountry_country_lt' => '立陶宛',
	'UserCountry_country_lu' => '盧森堡',
	'UserCountry_country_lv' => '拉脫維亞',
	'UserCountry_country_ly' => '利比亞',
	'UserCountry_country_ma' => '摩洛哥',
	'UserCountry_country_mc' => '摩納哥',
	'UserCountry_country_md' => '摩爾多瓦共和國',
	'UserCountry_country_me' => '蒙特內哥羅',
	'UserCountry_country_mf' => '聖馬丁',
	'UserCountry_country_mg' => '馬達加斯加',
	'UserCountry_country_mh' => '馬紹爾群島',
	'UserCountry_country_mk' => '馬其頓',
	'UserCountry_country_ml' => '馬利',
	'UserCountry_country_mm' => '緬甸',
	'UserCountry_country_mn' => '蒙古國',
	'UserCountry_country_mo' => '澳門',
	'UserCountry_country_mp' => '北馬里亞納群島',
	'UserCountry_country_mq' => '法屬馬丁尼克島',
	'UserCountry_country_mr' => '茅利塔尼亞伊斯蘭共和國',
	'UserCountry_country_ms' => '蒙特色納島',
	'UserCountry_country_mt' => '馬爾他',
	'UserCountry_country_mu' => '模里西斯',
	'UserCountry_country_mv' => '馬爾地夫',
	'UserCountry_country_mw' => '馬拉威',
	'UserCountry_country_mx' => '墨西哥',
	'UserCountry_country_my' => '馬來西亞',
	'UserCountry_country_mz' => '莫三比克',
	'UserCountry_country_na' => '納米比亞',
	'UserCountry_country_nc' => '新喀里多尼亞',
	'UserCountry_country_ne' => '尼日',
	'UserCountry_country_nf' => '諾福克島',
	'UserCountry_country_ng' => '奈及利亞',
	'UserCountry_country_ni' => '尼加拉瓜',
	'UserCountry_country_nl' => '荷蘭',
	'UserCountry_country_no' => '挪威',
	'UserCountry_country_np' => '尼泊爾',
	'UserCountry_country_nr' => '諾魯',
	'UserCountry_country_nt' => '中立區',
	'UserCountry_country_nu' => '紐埃島',
	'UserCountry_country_nz' => '紐西蘭',
	'UserCountry_country_om' => '阿曼',
	'UserCountry_country_pa' => '巴拿馬',
	'UserCountry_country_pe' => '秘魯',
	'UserCountry_country_pf' => '法屬玻里尼西亞',
	'UserCountry_country_pg' => '巴布亞紐幾內亞',
	'UserCountry_country_ph' => '菲律賓',
	'UserCountry_country_pk' => '巴基斯坦',
	'UserCountry_country_pl' => '波蘭',
	'UserCountry_country_pm' => '法屬聖皮埃爾密克隆群島',
	'UserCountry_country_pn' => '英屬匹特開恩島',
	'UserCountry_country_pr' => '波多黎各',
	'UserCountry_country_ps' => '巴勒斯坦',
	'UserCountry_country_pt' => '葡萄牙',
	'UserCountry_country_pw' => '帛琉',
	'UserCountry_country_py' => '巴拉圭',
	'UserCountry_country_qa' => '卡達',
	'UserCountry_country_re' => '法屬留尼旺島',
	'UserCountry_country_ro' => '羅馬尼亞',
	'UserCountry_country_rw' => '盧安達',
	'UserCountry_country_ru' => '俄羅斯',
	'UserCountry_country_rs' => '塞爾維亞',
	'UserCountry_country_sa' => '沙烏地阿拉伯',
	'UserCountry_country_sb' => '索羅門群島',
	'UserCountry_country_sc' => '塞席爾群島',
	'UserCountry_country_sd' => '蘇丹',
	'UserCountry_country_se' => '瑞典',
	'UserCountry_country_sf' => '芬蘭',
	'UserCountry_country_sg' => '新加坡',
	'UserCountry_country_sh' => '英屬聖赫勒拿島',
	'UserCountry_country_si' => '斯洛維尼亞',
	'UserCountry_country_sj' => '冷岸群島(斯瓦爾巴和揚馬延群島)',
	'UserCountry_country_sk' => '斯洛伐克',
	'UserCountry_country_sl' => '獅子山共和國',
	'UserCountry_country_sm' => '聖馬利諾',
	'UserCountry_country_sn' => '塞內加爾',
	'UserCountry_country_so' => '索馬利亞',
	'UserCountry_country_sr' => '蘇利南',
	'UserCountry_country_st' => '聖多美普林西比',
	'UserCountry_country_su' => '舊蘇聯',
	'UserCountry_country_sv' => '薩爾瓦多',
	'UserCountry_country_sy' => '敘利亞',
	'UserCountry_country_sz' => '史瓦濟蘭',
	'UserCountry_country_ta' => '英屬特里斯坦達庫尼亞群島',
	'UserCountry_country_tc' => '土克斯及開科斯群島',
	'UserCountry_country_td' => '查德',
	'UserCountry_country_tf' => '法屬南極領地',
	'UserCountry_country_tg' => '多哥',
	'UserCountry_country_th' => '泰國',
	'UserCountry_country_tj' => '塔吉克',
	'UserCountry_country_tk' => '托克勞群島',
	'UserCountry_country_tl' => '東帝汶',
	'UserCountry_country_tm' => '土庫曼',
	'UserCountry_country_tn' => '突尼西亞',
	'UserCountry_country_to' => '東加王國',
	'UserCountry_country_tp' => '東帝汶',
	'UserCountry_country_tr' => '土耳其',
	'UserCountry_country_tt' => '千里達托貝哥',
	'UserCountry_country_tv' => '吐瓦魯',
	'UserCountry_country_tw' => '台灣共和國',
	'UserCountry_country_tz' => '坦尚尼亞',
	'UserCountry_country_ua' => '烏克蘭',
	'UserCountry_country_ug' => '烏干達',
	'UserCountry_country_uk' => '英國',
	'UserCountry_country_um' => '美屬澳特蘭群島',
	'UserCountry_country_us' => '美國',
	'UserCountry_country_uy' => '烏拉圭',
	'UserCountry_country_uz' => '烏茲別克斯坦',
	'UserCountry_country_va' => '梵諦岡',
	'UserCountry_country_vc' => '聖文森',
	'UserCountry_country_ve' => '委內瑞拉',
	'UserCountry_country_vg' => '英屬維京群島',
	'UserCountry_country_vi' => '美屬維京群島',
	'UserCountry_country_vn' => '越南',
	'UserCountry_country_vu' => '萬那杜',
	'UserCountry_country_wf' => '瓦利斯富圖納群島',
	'UserCountry_country_ws' => '西薩摩亞',
	'UserCountry_country_ye' => '葉門',
	'UserCountry_country_yt' => '馬約特島',
	'UserCountry_country_yu' => '南斯拉夫',
	'UserCountry_country_za' => '南非',
	'UserCountry_country_zm' => '尚比亞',
	'UserCountry_country_zr' => '薩伊',
	'UserCountry_country_zw' => '辛巴威',
	'UserCountry_continent_eur' => '歐洲',
	'UserCountry_continent_afr' => '非洲',
	'UserCountry_continent_asi' => '亞洲',
	'UserCountry_continent_ams' => '中南美洲',
	'UserCountry_continent_amn' => '北美洲',
	'UserCountry_continent_oce' => '大洋洲',
	'VisitsSummary_NbVisits' => '%s 個造訪數',
	'VisitsSummary_NbUniqueVisitors' => '%s 個絕對獨一訪客',
	'VisitsSummary_NbActions' => '%s 個活動數 (頁面瀏覽)',
	'VisitsSummary_TotalTime' => '%s 訪客總停留時間',
	'VisitsSummary_MaxNbActions' => '%s 由單一次造訪所產生的最大活動數',
	'VisitsSummary_NbVisitsBounced' => '%s 個單頁瀏覽造訪數 (於瀏覽單一網頁後離開站台)',
	'VisitsSummary_EvolutionOverLastPeriods' => '最近 %s 的發展趨勢',
	'VisitsSummary_Report' => '報告',
	'VisitsSummary_GenerateTime' => '頁面生成時間: %s 秒',
	'VisitsSummary_GenerateQueries' => '%s 個查詢已執行',
	'VisitsSummary_WidgetLastVisits' => '最近造訪繪圖',
	'VisitsSummary_WidgetVisits' => '造訪次數概觀',
	'VisitsSummary_WidgetLastVisitors' => '最近絕對獨一訪客繪圖',
	'VisitsSummary_WidgetOverviewGraph' => '概觀繪圖',
	'VisitsSummary_SubmenuOverview' => '概觀',
	'VisitFrequency_Evolution' => '此統計期的發展趨勢',
	'VisitFrequency_ColumnReturningVisits' => '重返造訪',
	'VisitFrequency_ColumnActionsByReturningVisits' => '重返造訪的活動數',
	'VisitFrequency_ColumnMaximumActionsByAReturningVisit' => '單一重返造訪的最大活動數',
	'VisitFrequency_ColumnTotalTimeSpentByReturningVisits' => '重返造訪的總花費時間 (秒)',
	'VisitFrequency_ColumnBounceRateForReturningVisits' => '重返造訪的單頁瀏覽率',
	'VisitFrequency_ReturnVisits' => '%s 個重返造訪數',
	'VisitFrequency_ReturnActions' => '%s 個活動數由重返造訪所產生',
	'VisitFrequency_ReturnMaxActions' => '%s 個由單一重返造訪所產生的最大活動數',
	'VisitFrequency_ReturnTotalTime' => '%s 重返造訪總停留時間',
	'VisitFrequency_ReturnBounceRate' => '%s 個重返造訪作單頁瀏覽 (於瀏覽單一網頁後離開站台)',
	'VisitFrequency_WidgetOverview' => '造訪頻率概觀',
	'VisitFrequency_WidgetGraphReturning' => '重返造訪數繪圖',
	'VisitFrequency_SubmenuFrequency' => '造訪頻率',
	'VisitTime_LocalTime' => '依訪客端時段記錄的造訪次數',
	'VisitTime_ServerTime' => '依伺服器時段記錄的造訪次數',
	'VisitTime_ColumnServerTime' => '伺服器時段',
	'VisitTime_ColumnLocalTime' => '訪客端時段',
	'VisitTime_WidgetLocalTime' => '依訪客端時段記錄的造訪次數',
	'VisitTime_WidgetServerTime' => '依伺服器時段記錄的造訪次數',
	'VisitTime_SubmenuTimes' => '造訪時段',
	'VisitTime_NHour' => '%s時',
	'VisitorInterest_VisitsPerDuration' => '各個造訪停留時間的造訪次數',
	'VisitorInterest_VisitsPerNbOfPages' => '各個瀏覽頁面數的造訪次數',
	'VisitorInterest_ColumnVisitDuration' => '造訪停留時間',
	'VisitorInterest_ColumnPagesPerVisit' => '每個造訪瀏覽的頁面數',
	'VisitorInterest_WidgetLengths' => '造訪停留時間',
	'VisitorInterest_WidgetPages' => '每個造訪瀏覽的頁面數',
	'VisitorInterest_SubmenuFrequencyLoyalty' => '造訪頻率&忠誠度',
	'VisitorInterest_PlusXMin' => '%s 分',
	'VisitorInterest_BetweenXYMinutes' => '%1s-%1s 分',
	'VisitorInterest_OnePage' => '1 頁',
	'VisitorInterest_NPages' => '%s 頁',
	'VisitorInterest_BetweenXYSeconds' => '%1s-%2s秒',
	'Login_LoginPasswordNotCorrect' => '使用者名稱與密碼不正確!',
	'Login_Login' => '使用者名稱',
	'Login_Password' => '密碼',
	'Login_LoginOrEmail' => '登入帳號或 E-mail',
	'Login_LogIn' => '登入',
	'Login_Logout' => '登出',
	'Login_LostYourPassword' => '遺失了您的密碼嗎?',
	'Login_RemindPassword' => '提示密碼',
	'Login_PasswordReminder' => '請輸入您的使用者名稱或 E-mail 位址! 您將透過 E-mail 接收到一組新密碼!',
	'Login_InvalidUsernameEmail' => '無效的使用者名稱 和/或 E-mail 位址',
	'Login_MailTopicPasswordRecovery' => '重取得密碼',
	'Login_PasswordSent' => '密碼剛剛已經發送! 請檢查您的 E-mail 信箱!',
	'Login_ContactAdmin' => '可能的原因:您的伺服主機可能已經停用了 mail() 函式! <br />請聯絡您的 Piwik 管理員!',
	'UsersManager_UsersManagement' => '使用者管理',
	'UsersManager_UsersManagementMainDescription' => '建立新的使用者或更新現存的使用者,然後您就可以設定他們成為以上的權限。',
	'UsersManager_ManageAccess' => '管理存取',
	'UsersManager_MainDescription' => '決定在您網站上的哪個使用者具有何種 Piwik 存取權。 您也可以一次設定所有網站的權限。',
	'UsersManager_Sites' => '站台',
	'UsersManager_AllWebsites' => '所有網站',
	'UsersManager_ApplyToAllWebsites' => '套用至所有網站',
	'UsersManager_User' => '使用者',
	'UsersManager_PrivNone' => '無存取',
	'UsersManager_PrivView' => '檢視',
	'UsersManager_PrivAdmin' => '管理員',
	'UsersManager_ChangeAllConfirm' => '您確定要在所有網站上變更 \'%s\' 的權限嗎?',
	'UsersManager_Login' => '登入帳號',
	'UsersManager_Password' => '密碼',
	'UsersManager_Email' => 'E-mail',
	'UsersManager_Alias' => '別名',
	'UsersManager_Token' => 'token_auth',
	'UsersManager_Edit' => '編輯',
	'UsersManager_AddUser' => '增加一個新使用者',
	'UsersManager_MenuUsers' => '使用者',
	'UsersManager_DeleteConfirm_js' => '您確定要刪除使用者 %s 嗎?',
	'UsersManager_ExceptionLoginExists' => '登入帳號 \'%s\' 已經存在!',
	'UsersManager_ExceptionEmailExists' => '使用 \'%s\' E-mail 的使用者已經存在!',
	'UsersManager_ExceptionInvalidLoginFormat' => '登入帳號的長度必須介於 %s 至 %s 字元之間並且只能包含字母,數字或字元 \'_\' 或 \'-\' 或 \'.\'',
	'UsersManager_ExceptionInvalidPassword' => '密碼的長度必須介於 6 至 26 個字元之間!',
	'UsersManager_ExceptionInvalidEmail' => '此 E-mail 並非正確的格式!',
	'UsersManager_ExceptionDeleteDoesNotExist' => '使用者 \'%s\' 並不存在,所以它不能被刪除!',
	'UsersManager_ExceptionAdminAnonymous' => '您不能授予 \'管理員\' 存取權限給 \'anonymous\' 使用者!',
	'UsersManager_ExceptionEditAnonymous' => 'anonymous 使用者不能被修改或刪除,因為他是被 Piwik 使用來定義一個還未登入的使用者!例如,您可以授予 \'檢視\' 存取權限給 \'anonymous\' 使用者以公開您的統計資料!',
	'UsersManager_ExceptionSuperUser' => '請求的使用者為超級使用者且無法被查詢,請透過應用程式介面 API 編輯或刪除。 您可以在您的 Piwik 設定檔手動編輯超級使用者的內容。',
	'UsersManager_ExceptionUserDoesNotExist' => '使用者 \'%s\' 並不存在!',
	'UsersManager_ExceptionAccessValues' => '參數存取必須有一個以下的值: [ %s ]',
	'SitesManager_Sites' => '站台',
	'SitesManager_WebsitesManagement' => '網站管理',
	'SitesManager_MainDescription' => '您的網站分析報告需要網站!增加、更新、刪除網站,並顯示 JavaScript 追蹤碼以供插入在您的網頁之中!',
	'SitesManager_JsCode' => 'JavaScript 追蹤碼',
	'SitesManager_JsCodeHelp' => '這裏是要用來包含在您所有網頁裏面的 JavaScript 追蹤碼',
	'SitesManager_ShowJsCode' => '顯示追蹤碼',
	'SitesManager_NoWebsites' => '您沒有任何網站可管理!',
	'SitesManager_AddSite' => '增加一個新站台',
	'SitesManager_Id' => 'ID',
	'SitesManager_Name' => '名稱',
	'SitesManager_Urls' => 'URL 位址',
	'SitesManager_MenuSites' => '站台',
	'SitesManager_DeleteConfirm_js' => '您確定要刪除網站 %s 嗎?',
	'SitesManager_ExceptionDeleteSite' => '不可能刪除這個網站,因為它是唯一註冊的網站!增加新的網站,然後再刪除這一個!',
	'SitesManager_ExceptionNoUrl' => '您必須為此站台指定至少一個 URL 位址!',
	'SitesManager_ExceptionEmptyName' => '站台名稱不可為空!',
	'SitesManager_ExceptionInvalidUrl' => '此 URL 位址 \'%s\' 並非一個有效的 URL 位址!',
	'Installation_Installation' => '安裝',
	'Installation_InstallationStatus' => '安裝狀態',
	'Installation_PercentDone' => '%s %% 已完成',
	'Installation_NoConfigFound' => '無法找到 Piwik 設定檔,而您正嘗試存取一個 Piwik 的頁面!<br /><b>&nbsp;&nbsp;&raquo; 您可以 <a href=\'index.php\'>立刻安裝 Piwik</a></b><br /><small>假如您在之前已安裝過 Piwik,並且已有些資料表在您的資料庫中,不用擔心,您可以重複使用此相同的資料表並保留您現存的資料!</small>',
	'Installation_MysqlSetup' => 'MySQL 資料庫設定',
	'Installation_MysqlErrorConnect' => '當嘗試連線至 MySQL 資料庫時發生錯誤',
	'Installation_JsTag' => 'JavaScript 標籤',
	'Installation_JsTagHelp' => '<p>要計數所有的訪客,您必須插入 JavaScript 追蹤碼至您所有的網頁之中!</p><p>您的網頁沒必要一定製作成 PHP ,Piwik 將可工作於所有種類的網頁 (無論是 HTML、ASP、Perl 或任何其他的語言)!</p><p>以下就是您必須插入的追蹤碼:(複製並貼在您所有的網頁中) </p>',
	'Installation_Congratulations' => '恭喜您',
	'Installation_CongratulationsHelp' => '<p>恭喜您! 您的 Piwik 安裝已經完成!</p><p>請確認您的 JavaScript 追蹤碼已插入至您的網頁之中,並等候您的首位訪客!</p>',
	'Installation_ContinueToPiwik' => '繼續 Piwik',
	'Installation_SetupWebsite' => '設定一個網站',
	'Installation_SetupWebsiteError' => '當增加此網站時發生了一個錯誤',
	'Installation_GeneralSetup' => '一般設定',
	'Installation_GeneralSetupSuccess' => '一般設定已成功設定',
	'Installation_SuperUserLogin' => '超級使用者登入',
	'Installation_Password' => '密碼',
	'Installation_PasswordRepeat' => '密碼 (再輸入一次確認)',
	'Installation_Email' => 'E-mail',
	'Installation_SecurityNewsletter' => '寄發給我重要的 Piwik 更新與安全性警告電子郵件通知',
	'Installation_CommunityNewsletter' => '寄發給我社群更新的電子郵件通知 (如:新外掛、新功能等等。)',
	'Installation_PasswordDoNotMatch' => '密碼並不相符',
	'Installation_SubmitGo' => '執行!',
	'Installation_SystemCheck' => '系統檢查',
	'Installation_SystemCheckPhp' => 'PHP 版本',
	'Installation_SystemCheckPdo' => 'PDO 擴展',
	'Installation_SystemCheckPdoMysql' => 'PDO_MySQL 擴展',
	'Installation_SystemCheckPdoError' => '您必須在您的 php.ini 檔啟用 PDO 與 PDO_MySQL 擴展!',
	'Installation_SystemCheckPdoHelp' => '在一台 Windows 的伺服器,您可以增加以下幾行至您的 php.ini %s <br /><br />在一台 Linux 伺服器,您可以用以下選項編譯 php %s 在您的 php.ini 之中, 增加以下幾行 %s<br /><br />更多資訊在 <a style="color:red" href="http://php.net/pdo">PHP 官方網站</a>.',
	'Installation_SystemCheckWriteDirs' => '具寫入存取權限的目錄',
	'Installation_SystemCheckWriteDirsHelp' => '要在您的 Linux 系統修正這個錯誤,嘗試輸入以下的命令',
	'Installation_SystemCheckMemoryLimit' => '記憶體限制',
	'Installation_SystemCheckMemoryLimitHelp' => '在一個高流量的網站,資料彙整歸檔過程可能需要更多過於目前所允許使用的記憶體量!<br />假如有必要的話請查看在您的 php.ini 檔之中關於 memory_limit 的指引!',
	'Installation_SystemCheckGD' => 'GD &gt; 2.x (繪圖函式庫)',
	'Installation_SystemCheckGDHelp' => 'Sparklines (小圖) 將不會工作!',
	'Installation_SystemCheckTimeLimit' => 'set_time_limit() 函式已允許',
	'Installation_SystemCheckTimeLimitHelp' => '在一個高流量的網站,執行資料彙整歸檔過程可能需要更多過於目前所允許使用的時間!<br />假如有必要的話請查看在您的 php.ini 檔之中關於 max_execution_time 的指引!',
	'Installation_SystemCheckMail' => 'mail() 函式已允許',
	'Installation_SystemCheckError' => '發生錯誤 - 必須先修正,才能再繼續',
	'Installation_SystemCheckWarning' => 'Piwik 將能正常工作,但部份功能可能會失效',
	'Installation_Tables' => '建立資料表中',
	'Installation_TablesWithSameNamesFound' => '部份 %s 在您資料庫中的資料表 %s 與 Piwik 正嘗試建立的資料表具有相同名稱',
	'Installation_TablesFound' => '以下的資料表在資料庫之中已經被找到',
	'Installation_TablesWarningHelp' => '選擇重複使用現存的資料表,或者選擇全新安裝,以清除所有現存資料庫中的資料!',
	'Installation_TablesReuse' => '重複使用已存在的資料表',
	'Installation_TablesDelete' => '刪除已偵測到的資料表',
	'Installation_TablesDeletedSuccess' => '已存在的 Piwik 資料表已成功刪除',
	'Installation_TablesCreatedSuccess' => '資料表已成功建立!',
	'Installation_DatabaseCreatedSuccess' => '資料庫 %s 已成功建立!',
	'Installation_GoBackAndDefinePrefix' => '返回並為 Piwik 資料表定義一個資料表前綴',
	'Installation_ConfirmDeleteExistingTables' => '您確定要從您的資料庫刪除資料表: %s 嗎? 警告: 這些資料表的資料將無法被復原!',
	'Installation_Welcome' => '歡迎使用!',
	'Installation_WelcomeHelp' => '<p>Piwik 是一個能夠讓您輕而易舉就取得您所想要的訪客資訊的開放原始碼網頁分析軟體!</p><p>此安裝過程分為 %s 個簡易的步驟,並且將僅花大約 5 分鐘的時間!</p>',
	'Installation_ErrorInvalidState' => '錯誤: 看來似乎您正嘗試停止安裝程序的某個步驟,或是您的 cookies 功能未啟用,或者 Piwik 設定檔已經建立! %s請確定您的 cookies 功能已啟用%s 並返回 %s 至安裝程序的第一頁面! %s',
	'Provider_WidgetProviders' => '網際網路服務供應商',
	'Provider_ColumnProvider' => '供應商',
	'Provider_SubmenuLocationsProvider' => '所在地&網際網路服務供應商',
	'Goals_ColumnConversions' => '轉換',
	'Goals_ColumnConversionRate' => '轉換率',
	'Goals_ColumnRevenue' => '收入',
	'DBStats_DatabaseUsage' => '資料庫使用狀況',
	'DBStats_MainDescription' => 'Piwik 儲存所有您的網站分析資料於 MySQL 資料庫中! 目前, Piwik 資料表已經使用了 %s!',
	'DBStats_Table' => '資料表',
	'DBStats_RowNumber' => '資料列數目',
	'DBStats_DataSize' => '資料大小',
	'DBStats_IndexSize' => '索引大小',
	'DBStats_TotalSize' => '總容量',
	'TranslationsAdmin_MenuTranslations' => '翻譯',
	'TranslationsAdmin_MenuLanguages' => '語系',
	'TranslationsAdmin_Plugin' => '外掛程式',
	'TranslationsAdmin_Definition' => '定義',
	'TranslationsAdmin_DefaultString' => '預設字串 (英語)',
	'TranslationsAdmin_TranslationString' => '翻譯字串 (目前的語系: %s)',
	'TranslationsAdmin_Translations' => '翻譯',
	'TranslationsAdmin_FixPermissions' => '請修正檔案系統權限',
	'TranslationsAdmin_AvailableLanguages' => '可用的語系',
	'TranslationsAdmin_AddLanguage' => '增加語系',
	'TranslationsAdmin_LanguageCode' => '語系代碼',
	'TranslationsAdmin_Export' => '匯出語系',
	'TranslationsAdmin_Import' => '匯入語系',
);