This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 704f89c  add translate string to zh locale (#10481)
704f89c is described below

commit 704f89c1dbd1153db63d5b9441f6adbaa782894b
Author: Stuart Hu <[email protected]>
AuthorDate: Sat Aug 1 02:23:29 2020 +0800

    add translate string to zh locale (#10481)
    
    Signed-off-by: Stuart Hu <[email protected]>
---
 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 ad10a4c..5fc4bd4 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 633fb28..045ff88 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 "表缓存超时"
 

Reply via email to