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:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/Dashboard/lang/zh-cn.json
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/Dashboard/lang/zh-cn.json')
-rw-r--r--plugins/Dashboard/lang/zh-cn.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/Dashboard/lang/zh-cn.json b/plugins/Dashboard/lang/zh-cn.json
new file mode 100644
index 0000000000..31f5e96a98
--- /dev/null
+++ b/plugins/Dashboard/lang/zh-cn.json
@@ -0,0 +1,37 @@
+{
+ "Dashboard": {
+ "AddAWidget": "增加一个小工具",
+ "AddPreviewedWidget": "添加小工具到报表面板",
+ "ChangeDashboardLayout": "修改面板布局",
+ "CopyDashboardToUser": "复制面板给用户",
+ "CreateNewDashboard": "创建新的面板",
+ "Dashboard": "报表面板",
+ "DashboardCopied": "当前面板成功复制到所选用户。",
+ "DashboardEmptyNotification": "您的面板没有任何小工具,请增加一些小工具或重置为默认的小工具选择。",
+ "DashboardName": "面板名称:",
+ "DashboardOf": "%s报表",
+ "DefaultDashboard": "默认面板 - 使用默认的小工具和布局",
+ "DeleteWidgetConfirm": "您确定要从报表面板中删除此这个小工具吗?",
+ "EmptyDashboard": "空白面板 - 请选择您要的小工具",
+ "LoadingWidget": "小工具加载中,请稍候 ...",
+ "ManageDashboard": "管理面板",
+ "Maximise": "最大化",
+ "Minimise": "最小化",
+ "NotUndo": "此操作不可撤消。",
+ "PluginDescription": "您的网站分析面板。您可以定制报表面板: 增加新的小工具、修改小工具排序。每位用户都可以使用他们自定义的报表面板。",
+ "RemoveDashboard": "删除面板",
+ "RemoveDashboardConfirm": "确认要删除面板\"%s\"吗?",
+ "RenameDashboard": "重命名面板",
+ "ResetDashboard": "重置面板",
+ "ResetDashboardConfirm": "确认重置面板布局并且使用默认的小工具?",
+ "SelectDashboardLayout": "请选择新报表布局",
+ "SelectWidget": "请选择要加入面板的小工具",
+ "SetAsDefaultWidgets": "设置为默认小工具",
+ "SetAsDefaultWidgetsConfirm": "您确定要设置当前的小工具和面板为默认的模板吗?",
+ "SetAsDefaultWidgetsConfirmHelp": "用户创建新面板时,或者使用 \"%s\" 功能时,将使用这些小工具和面板布局。",
+ "TopLinkTooltip": "查看%s的统计报表",
+ "WidgetNotFound": "找不到小工具",
+ "WidgetPreview": "小工具预览",
+ "WidgetsAndDashboard": "小工具和面板"
+ }
+} \ No newline at end of file