From 145dfe0e14e9e176188496cac437e9d4565f35d3 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 23 Feb 2025 03:46:35 +0800 Subject: [PATCH] chore(i18n): extract translation keys --- src/i18n/locale/en.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",