mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-08-08 15:04:03 +08:00
🐛 Fix(custom): fix an issue settings will be saved multi times in process setting page
This commit is contained in:
@@ -109,7 +109,9 @@
|
||||
},
|
||||
"renameSettings": "Rename",
|
||||
"skipProcessSettings": "Skip Process",
|
||||
"title": "Image Processing Settings",
|
||||
"subtitle-Global": "Configure settings for all PicBeds",
|
||||
"subtitle-PerPicbed": "Configure settings for current PicBed",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "Adjust image size, rotation, flipping, etc.",
|
||||
"isFlip": "Vertical Flip",
|
||||
@@ -952,7 +954,8 @@
|
||||
"dragFileToHere": "Drag file to here, or click to upload",
|
||||
"dragValidPictureOrUrl": "Please drag a valid picture file or URL here",
|
||||
"httpPrefixTip": "Starts with http:// or https://",
|
||||
"imageProcessName": "Image Processing",
|
||||
"imageProcessName": "Global Processing",
|
||||
"imageProcessNameSingle": "Single Processing",
|
||||
"inputUrlTip": "Please enter URL(s)",
|
||||
"inputValidUrl": "Please enter a valid URL",
|
||||
"invalidUrlsFound": "Invalid URLs found: {urls}",
|
||||
|
||||
@@ -109,7 +109,9 @@
|
||||
},
|
||||
"renameSettings": "重命名",
|
||||
"skipProcessSettings": "文件跳过",
|
||||
"title": "图片处理设置",
|
||||
"subtitle-Global": "为所有图床配置通用设置",
|
||||
"subtitle-PerPicbed": "为当前图床单独配置设置",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "调整图片大小、旋转、翻转等",
|
||||
"isFlip": "垂直翻转",
|
||||
@@ -947,7 +949,8 @@
|
||||
"dragFileToHere": "将文件拖到此处,或单击上传",
|
||||
"dragValidPictureOrUrl": "请拖入合法的图片文件或者图片URL地址",
|
||||
"httpPrefixTip": "http://或https://开头",
|
||||
"imageProcessName": "图片处理",
|
||||
"imageProcessName": "全局处理",
|
||||
"imageProcessNameSingle": "单图床处理",
|
||||
"inputUrlTip": "请输入URL地址",
|
||||
"inputValidUrl": "请输入合法的URL",
|
||||
"invalidUrlsFound": "发现无效的URL: {urls}",
|
||||
|
||||
@@ -109,7 +109,9 @@
|
||||
},
|
||||
"renameSettings": "重命名",
|
||||
"skipProcessSettings": "文件跳過",
|
||||
"title": "圖片處理設置",
|
||||
"subtitle-Global": "為所有圖床配置設置",
|
||||
"subtitle-PerPicbed": "為當前圖床單獨配置設置",
|
||||
"title": "",
|
||||
"transform": {
|
||||
"description": "調整圖片大小、旋轉、翻轉等",
|
||||
"isFlip": "垂直翻轉",
|
||||
@@ -947,7 +949,8 @@
|
||||
"dragFileToHere": "將文件拖到此處,或單擊上傳",
|
||||
"dragValidPictureOrUrl": "請拖入合法的圖片文件或者圖片URL地址",
|
||||
"httpPrefixTip": "以http://或https://開頭",
|
||||
"imageProcessName": "圖片處理",
|
||||
"imageProcessName": "全局處理",
|
||||
"imageProcessNameSingle": "單圖床處理",
|
||||
"inputUrlTip": "請輸入URL地址",
|
||||
"inputValidUrl": "請輸入合法的URL",
|
||||
"invalidUrlsFound": "發現無效的URL: {urls}",
|
||||
|
||||
Reference in New Issue
Block a user