mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Show cached size in settings page
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -196,5 +196,9 @@
|
||||
"refresh": "刷新",
|
||||
"originalImg": "原图",
|
||||
"overwriteDefaultConfig": "覆盖默认设置",
|
||||
"enableImageCache": "将图片缓存到本地硬盘。"
|
||||
"enableImageCache": "将图片缓存到本地硬盘。",
|
||||
"cachedFileSize": "已缓存文件大小",
|
||||
"update": "更新",
|
||||
"updateFileSize": "更新文件大小",
|
||||
"clearCaches": "清除缓存"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user