diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 312dc47f..31b4a73c 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -873,6 +873,14 @@ "components.Settings.SettingsJobsCache.cachevsize": "Value Size", "components.Settings.SettingsJobsCache.canceljob": "Cancel Job", "components.Settings.SettingsJobsCache.command": "Command", + "components.Settings.SettingsJobsCache.dnsCache": "DNS Cache", + "components.Settings.SettingsJobsCache.dnsCacheDescription": "Jellyseerr caches DNS lookups to optimize performance and avoid making unnecessary API calls.", + "components.Settings.SettingsJobsCache.dnscacheactiveaddress": "Active Address", + "components.Settings.SettingsJobsCache.dnscacheage": "Age", + "components.Settings.SettingsJobsCache.dnscachehits": "Hits", + "components.Settings.SettingsJobsCache.dnscachemisses": "Misses", + "components.Settings.SettingsJobsCache.dnscachename": "Hostname", + "components.Settings.SettingsJobsCache.dnscachenetworkerrors": "Network Errors", "components.Settings.SettingsJobsCache.download-sync": "Download Sync", "components.Settings.SettingsJobsCache.download-sync-reset": "Download Sync Reset", "components.Settings.SettingsJobsCache.editJobSchedule": "Modify Job", @@ -969,6 +977,9 @@ "components.Settings.SettingsNetwork.csrfProtection": "Enable CSRF Protection", "components.Settings.SettingsNetwork.csrfProtectionHoverTip": "Do NOT enable this setting unless you understand what you are doing!", "components.Settings.SettingsNetwork.csrfProtectionTip": "Set external API access to read-only (requires HTTPS)", + "components.Settings.SettingsNetwork.dnsCache": "DNS Cache", + "components.Settings.SettingsNetwork.dnsCacheHoverTip": "Do NOT enable this if you are experiencing issues with DNS lookups", + "components.Settings.SettingsNetwork.dnsCacheTip": "Enable caching of DNS lookups to optimize performance and avoid making unnecessary API calls", "components.Settings.SettingsNetwork.docs": "documentation", "components.Settings.SettingsNetwork.forceIpv4First": "Force IPv4 Resolution First", "components.Settings.SettingsNetwork.forceIpv4FirstTip": "Force Jellyseerr to resolve IPv4 addresses first instead of IPv6",