* Finish task #42854.

This commit is contained in:
tianshujie
2021-09-28 13:14:32 +08:00
parent 452d4d8605
commit 4f977efaeb
43 changed files with 211 additions and 62 deletions
+4
View File
@@ -11,6 +11,10 @@
*/
$lang->file = new stdclass();
$lang->file->common = 'File';
$lang->file->id = 'ID';
$lang->file->objectType = 'Object Type';
$lang->file->objectID = 'Object ID';
$lang->file->deleted = 'Deleted';
$lang->file->uploadImages = 'Batch Upload Images';
$lang->file->download = 'Download Files';
$lang->file->uploadDate = 'Uploaded';
+4
View File
@@ -11,6 +11,10 @@
*/
$lang->file = new stdclass();
$lang->file->common = '附件';
$lang->file->id = '编号';
$lang->file->objectType = '对象类型';
$lang->file->objectID = '对象ID';
$lang->file->deleted = '已删除';
$lang->file->uploadImages = '多图上传';
$lang->file->download = '下载附件';
$lang->file->uploadDate = '上传时间:';