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-cn.json')
-rw-r--r--plugins/API/lang/zh-cn.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/API/lang/zh-cn.json b/plugins/API/lang/zh-cn.json
index 88023c92fb..6940435465 100644
--- a/plugins/API/lang/zh-cn.json
+++ b/plugins/API/lang/zh-cn.json
@@ -1,11 +1,11 @@
{
"API": {
- "GenerateVisits": "如果您今天还沒有任何资料,可以先用 %s 插件来产生一些数据。您可以启用 %s 插件,然后点击在 Piwik 管理菜单下的'生成访客'选项。",
- "KeepTokenSecret": "授权号 token_auth 与您的帐号和密码一样重要,%s请不要公开%s!",
+ "GenerateVisits": "如果您今天还沒有任何资料,可以先用 %1$s 插件来产生一些数据。您可以启用 %2$s 插件,然后点击在 Piwik 管理菜单下的'生成访客'选项。",
+ "KeepTokenSecret": "授权号 token_auth 与您的帐号和密码一样重要,%1$s请不要公开%2$s!",
"LoadedAPIs": "已成功载入 %s 个 APIs",
- "MoreInformation": "了解更多关于 Piwik APIs 的资讯,请访问 %sPiwik API 介绍%s 和 %s Piwik API 参考资料%s。",
+ "MoreInformation": "了解更多关于 Piwik APIs 的资讯,请访问 %1$sPiwik API 介绍%2$s 和 %3$s Piwik API 参考资料%4$s。",
"TopLinkTooltip": "通过一个简单的 API,让您可以以 xml, json, 及其它格式取得网站统计数据。",
"UserAuthentication": "身份验证",
- "UsingTokenAuth": "如果您想在代码、定时任务中 %s 请求资料,%s 要在 API 调用需要认证的网址时增加参数 %s。"
+ "UsingTokenAuth": "如果您想在代码、定时任务中 %1$s 请求资料,%2$s 要在 API 调用需要认证的网址时增加参数 %3$s。"
}
} \ No newline at end of file