Show cached size in settings page

This commit is contained in:
2024-05-27 10:52:07 +08:00
parent b19265ef32
commit 44a23cd532
5 changed files with 148 additions and 39 deletions

View File

@@ -26,7 +26,7 @@
"showNsfw": "Show NSFW image by default",
"read": "Read",
"download": "Download",
"colon": ":",
"colon": ": ",
"copyImage": "Copy image to clipboard",
"copyImgUrl": "Copy image URL to clipboard",
"retry": "Retry",
@@ -196,5 +196,9 @@
"refresh": "Refresh",
"originalImg": "Original image",
"overwriteDefaultConfig": "Overwrite default config",
"enableImageCache": "Cache images to disk."
"enableImageCache": "Cache images to disk.",
"cachedFileSize": "Cached file size",
"update": "Update",
"updateFileSize": "Update file size",
"clearCaches": "Clear caches"
}

View File

@@ -196,5 +196,9 @@
"refresh": "刷新",
"originalImg": "原图",
"overwriteDefaultConfig": "覆盖默认设置",
"enableImageCache": "将图片缓存到本地硬盘。"
"enableImageCache": "将图片缓存到本地硬盘。",
"cachedFileSize": "已缓存文件大小",
"update": "更新",
"updateFileSize": "更新文件大小",
"clearCaches": "清除缓存"
}