Add support for import gallery

This commit is contained in:
2024-06-07 13:56:12 +00:00
committed by GitHub
parent 83753b666e
commit 896dca9516
7 changed files with 60 additions and 5 deletions

View File

@@ -243,5 +243,6 @@
"failedLogout": "Failed to log out: ",
"createExportZipTask": "Create export as ZIP file task",
"outputDir": "Output directory",
"copyOriImgUrl": "Copy original image URL to clipboard"
"copyOriImgUrl": "Copy original image URL to clipboard",
"importTask": "Import task"
}

View File

@@ -243,5 +243,6 @@
"failedLogout": "退出登录失败:",
"createExportZipTask": "新建导出为ZIP文件任务",
"outputDir": "输出文件夹",
"copyOriImgUrl": "复制原图链接到剪贴板"
"copyOriImgUrl": "复制原图链接到剪贴板",
"importTask": "导入任务"
}