You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/de/setting.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,5 +159,13 @@
159
159
"recommended": "Empfohlen",
160
160
"reset": "Zurücksetzen",
161
161
"reset-success": "Zurücksetzen erfolgreich!",
162
-
"reset-failed": "Zurücksetzen fehlgeschlagen!"
162
+
"reset-failed": "Zurücksetzen fehlgeschlagen!",
163
+
164
+
"network-proxy": "Netzwerk-Proxy",
165
+
"network-proxy-description": "Konfigurieren Sie einen Proxy-Server für Netzwerkanfragen. Dies ist nützlich, wenn Sie über einen Proxy auf externe APIs zugreifen müssen.",
166
+
"proxy-placeholder": "http://127.0.0.1:7890",
167
+
"proxy-saved-restart-required": "Proxy-Konfiguration gespeichert. Starten Sie die App neu, um die Änderungen anzuwenden.",
168
+
"proxy-save-failed": "Proxy-Konfiguration konnte nicht gespeichert werden.",
169
+
"proxy-invalid-url": "Ungültige Proxy-URL. Muss mit http://, https://, socks4:// oder socks5:// beginnen.",
170
+
"proxy-restart-hint": "Neustart erforderlich, um Proxy-Änderungen anzuwenden."
Copy file name to clipboardExpand all lines: src/i18n/locales/en-us/setting.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,5 +186,13 @@
186
186
"failed-to-delete-cookies": "Failed to delete cookies. Please try again.",
187
187
"confirm-delete-all-cookies": "Are you sure you want to delete all cookies? This action cannot be undone.",
188
188
"all-cookies-deleted": "All cookies have been deleted successfully.",
189
-
"cookie-delete-warning": "Note: Deleting cookies will log you out of the associated websites. You may need to restart the browser to see changes take effect."
189
+
"cookie-delete-warning": "Note: Deleting cookies will log you out of the associated websites. You may need to restart the browser to see changes take effect.",
190
+
191
+
"network-proxy": "Network Proxy",
192
+
"network-proxy-description": "Configure a proxy server for network requests. This is useful if you need to access external APIs through a proxy.",
193
+
"proxy-placeholder": "http://127.0.0.1:7890",
194
+
"proxy-saved-restart-required": "Proxy configuration saved. Restart the app to apply changes.",
195
+
"proxy-save-failed": "Failed to save proxy configuration.",
196
+
"proxy-invalid-url": "Invalid proxy URL. Must start with http://, https://, socks4://, or socks5://.",
197
+
"proxy-restart-hint": "Restart required to apply proxy changes."
Copy file name to clipboardExpand all lines: src/i18n/locales/es/setting.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,5 +159,13 @@
159
159
"recommended": "Recomendado",
160
160
"reset": "Restablecer",
161
161
"reset-success": "¡Restablecido correctamente!",
162
-
"reset-failed": "¡Error al restablecer!"
162
+
"reset-failed": "¡Error al restablecer!",
163
+
164
+
"network-proxy": "Proxy de red",
165
+
"network-proxy-description": "Configure un servidor proxy para las solicitudes de red. Esto es útil si necesita acceder a APIs externas a través de un proxy.",
166
+
"proxy-placeholder": "http://127.0.0.1:7890",
167
+
"proxy-saved-restart-required": "Configuración de proxy guardada. Reinicie la aplicación para aplicar los cambios.",
168
+
"proxy-save-failed": "Error al guardar la configuración del proxy.",
169
+
"proxy-invalid-url": "URL de proxy no válida. Debe comenzar con http://, https://, socks4:// o socks5://.",
170
+
"proxy-restart-hint": "Es necesario reiniciar para aplicar los cambios del proxy."
0 commit comments