Browse Source

Merge branch '2.9.0'

# Conflicts:
#	web_src/static/lang/en.js
#	web_src/static/lang/zh-CN.js
star7th 4 years ago
parent
commit
2896df910d
2 changed files with 11 additions and 3 deletions
  1. 6 2
      web_src/static/lang/en.js
  2. 5 1
      web_src/static/lang/zh-CN.js

+ 6 - 2
web_src/static/lang/en.js

@@ -423,6 +423,10 @@ exports.default = {
   move_to: 'Move To',
   remark: 'remark',
 
-  used_space: 'Used pace'
+  used_space: 'Used pace',
+  qcloud: 'qcloud',
+  binding_item: 'Binding item',
+  addtime: 'addtime',
+  system_update: 'System update'
 
-}
+}

+ 5 - 1
web_src/static/lang/zh-CN.js

@@ -413,5 +413,9 @@ exports.default = {
   move_to: '移动到',
   remark: '备注',
 
-  used_space: '已使用空间'
+  used_space: '已使用空间',
+  qcloud: '腾讯云',
+  binding_item: '绑定项目',
+  addtime: '添加时间',
+  system_update: '系统更新'
 }