Add import task

This commit is contained in:
2024-08-10 07:33:29 +00:00
committed by GitHub
parent 92646cfaa9
commit 79e1ca9bbe
17 changed files with 797 additions and 145 deletions

View File

@@ -266,5 +266,8 @@
"leftOrTop": "Left / Top",
"center": "Center",
"rightOrBottom": "Right / Bottom",
"thumbnailAlignHelp": "This only works if the scaling method is to touch container from outside/inside."
"thumbnailAlignHelp": "This only works if the scaling method is to touch container from outside/inside.",
"createImportTask": "Create import task",
"importPath": "Path to the file/directory to import",
"importSize": "Image size"
}

View File

@@ -266,5 +266,8 @@
"leftOrTop": "左/上",
"center": "居中",
"rightOrBottom": "右/下",
"thumbnailAlignHelp": "仅当缩放方法是缩放以填满/适合容器时生效。"
"thumbnailAlignHelp": "仅当缩放方法是缩放以填满/适合容器时生效。",
"createImportTask": "创建导入任务",
"importPath": "需要导入的文件/文件夹路径",
"importSize": "图像大小"
}