diff --git a/html/src/localization/en/en.json b/html/src/localization/en/en.json index 5286a3fe..d4adea6e 100644 --- a/html/src/localization/en/en.json +++ b/html/src/localization/en/en.json @@ -951,7 +951,7 @@ "delete_old_cache": "Delete old versions from cache", "sweep_cache": "Sweep Cache", "max_cache_size": "Max Cache Size [GB] (min 20)", - "cache_expiry_delay": "Cache Expiry [Days] (30 - 150)", + "cache_expiry_delay": "Cache Expiry [Days] (min 30)", "cache_directory": "Custom Cache Folder Location", "picture_directory": "Custom Picture Folder Location", "fpv_steadycam_fov": "First-Person Steadycam FOV", diff --git a/html/src/localization/fr/en.json b/html/src/localization/fr/en.json index cfab8e25..8e021306 100644 --- a/html/src/localization/fr/en.json +++ b/html/src/localization/fr/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "Supprimer les anciennes versions du cache", "sweep_cache": "Balayer le cache", "max_cache_size": "Taille maximale du cache [Go] (min 20)", - "cache_expiry_delay": "Expiration du cache [jours] (30 - 150)", + "cache_expiry_delay": "Expiration du cache [jours] (min 30)", "cache_directory": "Emplacement du dossier de cache personnalisé", "picture_directory": "Emplacement du dossier de photos personnalisé", "fpv_steadycam_fov": "Angle de vue à la première personne", diff --git a/html/src/localization/ja/en.json b/html/src/localization/ja/en.json index 84136e2c..94693a94 100644 --- a/html/src/localization/ja/en.json +++ b/html/src/localization/ja/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "旧バージョンのキャッシュを削除", "sweep_cache": "掃除", "max_cache_size": "最大キャッシュサイズ [GB] (最小 20)", - "cache_expiry_delay": "キャッシュの有効期限 [日] (30 - 150)", + "cache_expiry_delay": "キャッシュの有効期限 [日] (最小 30)", "cache_directory": "カスタムキャッシュフォルダー", "picture_directory": "カスタム写真フォルダー", "fpv_steadycam_fov": "一人称Steadycamの視野角", diff --git a/html/src/localization/ko/en.json b/html/src/localization/ko/en.json index b29a5457..11e8a1c9 100644 --- a/html/src/localization/ko/en.json +++ b/html/src/localization/ko/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "오래된 버전 캐시 삭제", "sweep_cache": "캐시 정리", "max_cache_size": "최대 캐시 크기 [GB] (최소 20)", - "cache_expiry_delay": "캐시 만료 일수 [Days] (30 - 150)", + "cache_expiry_delay": "캐시 만료 일수 [Days] (최소 30)", "cache_directory": "캐시 폴더 위치", "picture_directory": "Custom Picture Folder Location", "fpv_steadycam_fov": "1인칭 스테디캠 시야각", diff --git a/html/src/localization/vi/en.json b/html/src/localization/vi/en.json index a73ab267..7f094493 100644 --- a/html/src/localization/vi/en.json +++ b/html/src/localization/vi/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "Xóa Cache cũ", "sweep_cache": "Lưu Cache đè", "max_cache_size": "Max Cache Size [GB] (min 20)", - "cache_expiry_delay": "Cache Expiry [Days] (30 - 150)", + "cache_expiry_delay": "Cache Expiry [Days] (min 30)", "cache_directory": "Đặt thư mục lưu cache", "picture_directory": "Đặt thư mục lưu ảnh", "fpv_steadycam_fov": "First-Person Steadycam FOV", diff --git a/html/src/localization/zh-CN/en.json b/html/src/localization/zh-CN/en.json index 2a7d7d4c..3c3b9106 100644 --- a/html/src/localization/zh-CN/en.json +++ b/html/src/localization/zh-CN/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "从缓存中删除无效数据", "sweep_cache": "清理缓存", "max_cache_size": "最大缓存大小 [GB] (最小 20GB)", - "cache_expiry_delay": "缓存保存时长 [日] (30 - 150)", + "cache_expiry_delay": "缓存保存时长 [日] (最小 30)", "cache_directory": "缓存文件夹位置", "picture_directory": "截图文件夹位置", "fpv_steadycam_fov": "第一人称镜头FOV度数", diff --git a/html/src/localization/zh-TW/en.json b/html/src/localization/zh-TW/en.json index a272b81e..f8e6cf7a 100644 --- a/html/src/localization/zh-TW/en.json +++ b/html/src/localization/zh-TW/en.json @@ -938,7 +938,7 @@ "delete_old_cache": "從快取中刪除舊版本", "sweep_cache": "清理快取", "max_cache_size": "最大快取大小 [GB] (最小 20GB)", - "cache_expiry_delay": "快取保存時長 [日] (30 - 150)", + "cache_expiry_delay": "快取保存時長 [日] (最小 30)", "cache_directory": "覆蓋快取資料夾位置", "picture_directory": "覆蓋圖片資料夾位置", "fpv_steadycam_fov": "第一人稱平滑鏡頭視野範圍",