Commit dd60a69e authored by Van's avatar Van

🎨 fix #12625

parent c04ca1f4
...@@ -18,13 +18,15 @@ ...@@ -18,13 +18,15 @@
# #
# Description: Solo language configurations(en_US). # Description: Solo language configurations(en_US).
# Version: 2.27.0.0, Jan 17, 2019 # Version: 2.28.0.0, Jan 30, 2019
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
# #
syncToCommunity=Sync to community clearTagLabel=Clear tag
exportDataLabel=Export data
syncToCommunityLabel=Sync to community
donotUseQiniuTestDoaminLabel=Do not use Qiniu test domain in production env, see <a href="https://developer.qiniu.com/fusion/kb/1319/test-domain-access-restriction-rules" target="_blank">\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\u4F7F\u7528\u89C4\u8303</a> for more details. donotUseQiniuTestDoaminLabel=Do not use Qiniu test domain in production env, see <a href="https://developer.qiniu.com/fusion/kb/1319/test-domain-access-restriction-rules" target="_blank">\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\u4F7F\u7528\u89C4\u8303</a> for more details.
cntLabel= cntLabel=
reply1Label=Reply reply1Label=Reply
......
...@@ -18,13 +18,15 @@ ...@@ -18,13 +18,15 @@
# #
# Description: Solo default language configurations(zh_CN). # Description: Solo default language configurations(zh_CN).
# Version: 2.27.0.0, Jan 17, 2019 # Version: 2.28.0.0, Jan 30, 2019
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
# #
syncToCommunity=\u540C\u6B65\u5230\u793E\u533A clearTagLabel=\u6807\u7B7E\u6E05\u7406
exportDataLabel=\u6570\u636E\u5BFC\u51FA
syncToCommunityLabel=\u540C\u6B65\u5230\u793E\u533A
donotUseQiniuTestDoaminLabel=\u751F\u4EA7\u73AF\u5883\u8BF7\u52FF\u4F7F\u7528\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\uFF0C\u7EC6\u8282\u8BF7\u6D4F\u89C8<a href="https://developer.qiniu.com/fusion/kb/1319/test-domain-access-restriction-rules" target="_blank">\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\u4F7F\u7528\u89C4\u8303</a> donotUseQiniuTestDoaminLabel=\u751F\u4EA7\u73AF\u5883\u8BF7\u52FF\u4F7F\u7528\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\uFF0C\u7EC6\u8282\u8BF7\u6D4F\u89C8<a href="https://developer.qiniu.com/fusion/kb/1319/test-domain-access-restriction-rules" target="_blank">\u4E03\u725B\u4E91\u6D4B\u8BD5\u57DF\u540D\u4F7F\u7528\u89C4\u8303</a>
cntLabel=\u4E2A cntLabel=\u4E2A
reply1Label=\u56DE\u590D reply1Label=\u56DE\u590D
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<span id="postToCommunityPanel"> <span id="postToCommunityPanel">
<label class="checkbox"> <label class="checkbox">
<input id="postToCommunity" type="checkbox" /> <input id="postToCommunity" type="checkbox" />
<a href="https://hacpai.com/article/1546941897596" target="_blank">${syncToCommunity}</a> <a href="https://hacpai.com/article/1546941897596" target="_blank">${syncToCommunityLabel}</a>
</label> </label>
</span> </span>
</div> </div>
......
...@@ -25,8 +25,13 @@ ...@@ -25,8 +25,13 @@
</div> </div>
</li> </li>
<li> <li>
<div id="tabOthers_other"> <div id="tabOthers_tag">
<a href="#tools/others/other">${othersLabel}</a> <a href="#tools/others/tag">${clearTagLabel}</a>
</div>
</li>
<li>
<div id="tabOthers_data">
<a href="#tools/others/data">${exportDataLabel}</a>
</div> </div>
</li> </li>
</ul> </ul>
...@@ -43,8 +48,10 @@ ...@@ -43,8 +48,10 @@
${replayEmailExplanationLabel} ${replayEmailExplanationLabel}
</div> </div>
</div> </div>
<div id="tabOthersPanel_other" class="none"> <div id="tabOthersPanel_tag" class="none">
<button class="margin12" onclick="admin.others.removeUnusedTags();">${removeUnusedTagsLabel}</button> <button class="margin12" onclick="admin.others.removeUnusedTags();">${removeUnusedTagsLabel}</button>
</div>
<div id="tabOthersPanel_data" class="none">
<#if supportExport> <#if supportExport>
<button class="margin12" onclick="admin.others.exportSQL();">${exportSQLLabel}</button> <button class="margin12" onclick="admin.others.exportSQL();">${exportSQLLabel}</button>
</#if> </#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment