diff --git a/d2-admin.babel.REMOVED.git-id b/d2-admin.babel.REMOVED.git-id index 9d2a0dfe..5d8f0c2e 100644 --- a/d2-admin.babel.REMOVED.git-id +++ b/d2-admin.babel.REMOVED.git-id @@ -1 +1 @@ -df03a79f990d713d14c11639842ec15c84f45469 \ No newline at end of file +cbf998eca74f2ff50f199103bd08a4ed12aa4d4a \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index b1b92126..c47898dd 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -47,6 +47,10 @@ "help": { "button": "need any help", "dialog": { + "join": { + "qq": "QQ user group with 2000 people", + "we": "Invite the WeChat user group after becoming friends with the author" + }, "link": { "text": { "doc": "Document", @@ -56,7 +60,7 @@ }, "sub-title": { "doc": "Here are some references", - "join-chat-group": "Ask other users or authors" + "join": "Ask other users or authors" }, "title": "Help" } diff --git a/src/locales/ja.json b/src/locales/ja.json index 3264a679..d5b4cfc9 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -47,6 +47,10 @@ "help": { "button": "助けが必要ですか?", "dialog": { + "join": { + "qq": "2000人のQQユーザーグループ", + "we": "著者と友達になった後にWeChatユーザーグループを招待する" + }, "link": { "text": { "doc": "文書", @@ -56,7 +60,7 @@ }, "sub-title": { "doc": "ここにいくつかの参照があります", - "join-chat-group": "他のユーザーや作者に尋ねる" + "join": "他のユーザーや作者に尋ねる" }, "title": "ヘルプ" } diff --git a/src/locales/zh-chs.json b/src/locales/zh-chs.json index c6cb19ec..44fca0ab 100644 --- a/src/locales/zh-chs.json +++ b/src/locales/zh-chs.json @@ -47,6 +47,10 @@ "help": { "button": "需要帮助吗", "dialog": { + "join": { + "qq": "容纳 2000 人的 QQ 用户群", + "we": "与作者成为好友后邀请进微信用户群" + }, "link": { "text": { "doc": "文档", @@ -56,7 +60,7 @@ }, "sub-title": { "doc": "这里有一些参考资料", - "join-chat-group": "询问其它使用者或作者" + "join": "询问其它使用者或作者" }, "title": "帮助" } diff --git a/src/locales/zh-cht.json b/src/locales/zh-cht.json index 33b4585e..5d72d3ee 100644 --- a/src/locales/zh-cht.json +++ b/src/locales/zh-cht.json @@ -47,6 +47,10 @@ "help": { "button": "需要幫助嗎", "dialog": { + "join": { + "qq": "容納 2000 人的 QQ 用戶群", + "we": "與作者成為好友後邀請進微信用戶群" + }, "link": { "text": { "doc": "文檔", @@ -56,7 +60,7 @@ }, "sub-title": { "doc": "這裡有一些參考資料", - "join-chat-group": "詢問其它使用者或作者" + "join": "詢問其它使用者或作者" }, "title": "幫助" } diff --git a/src/views/system/index/components/d2-help/index.vue b/src/views/system/index/components/d2-help/index.vue index 1a5759d5..83a59be0 100644 --- a/src/views/system/index/components/d2-help/index.vue +++ b/src/views/system/index/components/d2-help/index.vue @@ -1,10 +1,6 @@