Skip to content

Commit

Permalink
fix(mis-web): 操作日志文案修改:移动文件/文件夹改为移动或重命名文件/文件夹 (#1269)
Browse files Browse the repository at this point in the history
### 改动
操作类型  移动文件/文件夹其实包含了 移动和重命名两个操作(共用一个api),故将展示文案改为移动或重命名文件/文件夹,用户通过路径区分。
  • Loading branch information
ZihanChen821 authored May 29, 2024
1 parent 44c8d67 commit c7f2646
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-doors-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@scow/mis-web": patch
---

操作日志文案修改:移动文件/文件夹改为移动或重命名文件/文件夹
4 changes: 2 additions & 2 deletions apps/mis-web/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ export default {
uploadFile: "Upload File",
createDirectory: "Create Directory",
deleteDirectory: "Delete Directory",
moveFileItem: "Move File/Directory",
moveFileItem: "Move or Rename File/Directory",
copyFileItem: "Copy File/Directory",
setJobTimeLimit: "Set Job Time Limit",
createUser: "Create User",
Expand Down Expand Up @@ -1174,7 +1174,7 @@ export default {
uploadFile: "Upload File: {}",
createDirectory: "Create Directory: {}",
deleteDirectory: "Delete Directory: {}",
moveFileItem: "Move File/Folder: {} to {}",
moveFileItem: "Move or Rename File/Folder: {} to {}",
copyFileItem: "Copy File/Folder: {} to {}",
setJobTimeLimit: "Set time limit for job (Cluster: {}, ID: {}) to {} minutes",
createUser: "Create User {}",
Expand Down
4 changes: 2 additions & 2 deletions apps/mis-web/src/i18n/zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ export default {
uploadFile: "上传文件",
createDirectory: "新建文件夹",
deleteDirectory: "删除文件夹",
moveFileItem: "移动文件/文件夹",
moveFileItem: "移动或重命名文件/文件夹",
copyFileItem: "复制文件/文件夹",
setJobTimeLimit: "设置作业时限",
createUser: "创建用户",
Expand Down Expand Up @@ -1173,7 +1173,7 @@ export default {
uploadFile: "上传文件:{}",
createDirectory: "新建文件夹:{}",
deleteDirectory: "删除文件夹:{}",
moveFileItem: "移动文件/文件夹:{}至{}",
moveFileItem: "移动或重命名文件/文件夹:{}至{}",
copyFileItem: "复制文件/文件夹:{}至{}",
setJobTimeLimit: "设置作业(集群:{}, ID: {})时限 {} 分钟",
createUser: "创建用户{}",
Expand Down

0 comments on commit c7f2646

Please sign in to comment.