update: frontend

This commit is contained in:
tokumeikoi 2022-10-02 20:52:32 +08:00
parent 1d304d608b
commit 56ea13ea3b
3 changed files with 5 additions and 5 deletions

View File

@ -268,6 +268,6 @@ window.settings.i18n['en-US'] = {
'遇到问题': 'I have a problem',
'遇到问题可以通过工单与我们沟通': 'If you have any problems, you can contact us via ticket',
'按流量': 'Pay As You Go',
'搜索文档': '搜索文档',
'技术支持': '技术支持'
'搜索文档': 'Search Documents',
'技术支持': 'Technical Support'
};

View File

@ -268,6 +268,6 @@ window.settings.i18n['zh-TW'] = {
'遇到问题': '遇到問題',
'遇到问题可以通过工单与我们沟通': '遇到問題您可以通過工單與我們溝通',
'按流量': '按流量',
'搜索文档': '搜索文档',
'技术支持': '技术支持'
'搜索文档': '搜尋文檔',
'技术支持': '技術支援'
};

File diff suppressed because one or more lines are too long