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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/API/lang/zh-tw.json')
-rw-r--r--plugins/API/lang/zh-tw.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/API/lang/zh-tw.json b/plugins/API/lang/zh-tw.json
index 08ccb660f0..87fef35574 100644
--- a/plugins/API/lang/zh-tw.json
+++ b/plugins/API/lang/zh-tw.json
@@ -1,18 +1,17 @@
{
"API": {
"ChangeTokenHint": "如果你要變更這個權杖,請到你的%1$s個人設定頁面%2$s。",
- "GenerateVisits": "如果你今天還沒有任何資料,你可以先使用 %1$s 外掛來產生一些數據。你可以啟用 %2$s 外掛,然後在 Matomo 後台管理選單中點擊「訪客產生器」。",
+ "EvolutionMetricName": "%s發展趨勢",
+ "Glossary": "詞彙表",
"KeepTokenSecret": "「token_auth」如同你的帳號密碼一樣重要,%1$s請不要公開它%2$s!",
+ "LearnAboutCommonlyUsedTerms2": "瞭解更多最常使用的術語,讓 Matomo 分析發揮至極。",
"LoadedAPIs": "已成功載入 %s 個 API",
+ "MainMetricsReportDocumentation": "此報表讓你檢視所有分類和外掛中最重要的指標。",
"MoreInformation": "查看%1$sMatomo API 介紹%2$s和 %3$sMatomo API 參考資料%4$s以取得更多關於 Matomo API 的資訊。",
"PluginDescription": "Matomo 內的所有資料都能透過簡單的 API 來取得。這個外掛是網頁服務的進入點,你可以用來獲取 xml、json、php 或 csv 格式的網頁分析資料。",
"ReportingApiReference": "報表 API 參考資料",
"TopLinkTooltip": "透過簡單的 API 來取得 json、xml 等格式的網頁分析資料。",
"UserAuthentication": "使用者驗證",
- "UsingTokenAuth": "如果你想%1$s經由程式碼或工作排程來請求資料。%2$s你需要增加網址參數 %3$s 至 API 呼叫網址來進行驗證。",
- "Glossary": "詞彙表",
- "MainMetricsReportDocumentation": "此報表讓你檢視所有分類和外掛中最重要的指標。",
- "LearnAboutCommonlyUsedTerms2": "瞭解更多最常使用的術語,讓 Matomo 分析發揮至極。",
- "EvolutionMetricName": "%s發展趨勢"
+ "UsingTokenAuth": "如果你想%1$s經由程式碼或工作排程來請求資料。%2$s你需要增加網址參數 %3$s 至 API 呼叫網址來進行驗證。"
}
-} \ No newline at end of file
+}