|
@@ -11,6 +11,7 @@ export const CloudPageEn = {
|
|
|
create_btn: "Create",
|
|
|
folder_error_msg: "The folder exists",
|
|
|
folder_success_msg: "New folder created successfully",
|
|
|
+ selected_msg:"Selected {num} files/folders",
|
|
|
// 上传文件
|
|
|
upload_btn: "Upload document",
|
|
|
select_folder_title: "Select folder",
|
|
@@ -20,6 +21,7 @@ export const CloudPageEn = {
|
|
|
upload_folder_error_msg: "Please select a folder director",
|
|
|
upload_please_error_msg: "A file with the same name already exists. Do you still want to proceed with uploading the file?",
|
|
|
upload_confirm_btn: "Keep both",
|
|
|
+ upload_msg:"Uploading, please hold on······",
|
|
|
// 表格
|
|
|
column_name: "Name",
|
|
|
column_author: "Author",
|
|
@@ -33,9 +35,12 @@ export const CloudPageEn = {
|
|
|
rename_dialog_success_msg: "Rename successful",
|
|
|
download_info_msg: "is starting to download. Please do not download again",
|
|
|
download_success_msg: "Download successful",
|
|
|
+ download_fail_msg:"Download failed",
|
|
|
delete_success_msg: "Delete successful",
|
|
|
table_no_file: "No file available",
|
|
|
- everything:'Everything'
|
|
|
+ everything:'Everything',
|
|
|
+ download_msg:"The folder is empty and cannot be downloaded",
|
|
|
+ download_banch_msg:"Please select at least one file/folder",
|
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
@@ -47,6 +52,7 @@ export const CloudPageZh = {
|
|
|
create_btn: "创建",
|
|
|
folder_error_msg: "该文件夹已存在",
|
|
|
folder_success_msg: "新建文件夹成功",
|
|
|
+ selected_msg:"已选中{num}个文件/文件夹",
|
|
|
// 上传文件
|
|
|
upload_btn: "上传文件",
|
|
|
select_folder_title: "选择文件夹",
|
|
@@ -56,6 +62,7 @@ export const CloudPageZh = {
|
|
|
upload_folder_error_msg: "请选择文件夹目录",
|
|
|
upload_please_error_msg: "已有同名文件,是否继续上传文件?",
|
|
|
upload_confirm_btn: "保留两者",
|
|
|
+ upload_msg:"上传中,请稍后······",
|
|
|
// 表格
|
|
|
column_name: "名称",
|
|
|
column_author: "创建人",
|
|
@@ -69,7 +76,10 @@ export const CloudPageZh = {
|
|
|
rename_dialog_success_msg: "重命名成功",
|
|
|
download_info_msg: "开始下载,请勿重复下载",
|
|
|
download_success_msg: "下载成功 ",
|
|
|
+ download_fail_msg:"下载失败",
|
|
|
delete_success_msg: "删除成功",
|
|
|
table_no_file: "暂无文件",
|
|
|
- everything:'全部'
|
|
|
+ everything:'全部',
|
|
|
+ download_msg:"文件夹为空,暂不支持下载",
|
|
|
+ download_banch_msg:"请至少选择一个文件/文件夹",
|
|
|
};
|