From 8f071e8f7e9a7e4d56f45dd116a9362d15bc6b13 Mon Sep 17 00:00:00 2001 From: klxiang <39042920+klxiang@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:25:24 +0800 Subject: [PATCH] Update messages.json (#8179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Pop"这里应该翻译成"弹出",而不是"流行"。 --- superset/translations/zh/LC_MESSAGES/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index e5ed80a00ab..a902a1e62e2 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -3323,7 +3323,7 @@ "编辑保存的查询" ], "Pop Tab Link": [ - "流行标签链接" + "弹出标签链接" ], "Changed on": [ "改变为" @@ -3333,4 +3333,4 @@ ] } } -} \ No newline at end of file +}