This commit is contained in:
2022-03-12 14:24:40 +08:00
parent c58d4fb90b
commit 4921ba62ed
4 changed files with 103 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-11 10:55:37
* @LastEditors: gtz
* @LastEditTime: 2022-03-12 14:22:52
* @Description: file content
*/
export default {
@@ -343,6 +343,10 @@ export default {
PerformTaskManual: 'Perform Task Manual',
processStorageLink: 'Process Storage Link',
SelectStorageType: 'Select Storage Type',
LocationStorageSetting: 'Location Storage Setting'
LocationStorageSetting: 'Location Storage Setting',
publishTask: 'Publish The Task',
startPosition: 'Start',
endPosition: 'End',
taskType: 'Task Type'
}
}