From 704f89c1dbd1153db63d5b9441f6adbaa782894b Mon Sep 17 00:00:00 2001 From: Stuart Hu Date: Sat, 1 Aug 2020 02:23:29 +0800 Subject: [PATCH] add translate string to zh locale (#10481) Signed-off-by: Stuart Hu --- superset/translations/zh/LC_MESSAGES/messages.json | 4 +++- superset/translations/zh/LC_MESSAGES/messages.po | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index ad10a4c78..5fc4bd463 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -1560,7 +1560,9 @@ "Edit Saved Query": ["编辑保存的查询"], "Pop Tab Link": ["弹出标签链接"], "Changed on": ["改变为"], - "Saved Queries": ["已保存查询"] + "Saved Queries": ["已保存查询"], + "Show": ["每页显示"], + "entries": ["条"] } } } diff --git a/superset/translations/zh/LC_MESSAGES/messages.po b/superset/translations/zh/LC_MESSAGES/messages.po index 633fb2861..045ff88a9 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.po +++ b/superset/translations/zh/LC_MESSAGES/messages.po @@ -4010,6 +4010,12 @@ msgstr "周" #~ msgid "Saved Queries" #~ msgstr "已保存查询" +#~ msgid "Show" +#~ msgstr "每页显示" + +#~ msgid "entries" +#~ msgstr "条" + #~ msgid "Chart Cache Timeout" #~ msgstr "表缓存超时"