diff --git a/assets/jsons/translations/de.json b/assets/jsons/translations/de.json index d3f1c4dc..bbe4dd46 100644 --- a/assets/jsons/translations/de.json +++ b/assets/jsons/translations/de.json @@ -279,6 +279,18 @@ "error-notification": { "message": "Ein Fehler ist aufgetreten, die Einstellungen für symbolische Links können nicht geändert werden." } + }, + "use-system-proxy": { + "title": "System-Proxy verwenden", + "description": "BSManager wird Netzwerkrequests über Ihren Systemproxy durchführen.", + "modal": { + "title": "Neustart erforderlich", + "body": "Das Deaktivieren des Systemproxys beendet BSManager und startet ihn neu. Sind Sie sicher, dass Sie dies tun möchten?", + "confirm-btn": "Ja, ich bin sicher" + }, + "error-notification": { + "message": "Es ist ein Fehler aufgetreten, die Systemproxyeinstellungen können nicht geändert werden." + } } } } diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 26a7543b..9e54af84 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -265,7 +265,7 @@ "confirm-btn": "Yes I'm sure" }, "error-notification": { - "message": "An error occured, unable to disable hardware acceleration." + "message": "An error occurred, unable to disable hardware acceleration." } }, "use-symlinks": { @@ -277,19 +277,19 @@ "confirm-btn": "Yes I'm sure" }, "error-notification": { - "message": "An error occured, unable to change symlinks settings." + "message": "An error occurred, unable to change symlinks settings." } }, "use-system-proxy": { "title": "Use system proxy", - "description": "BSMansger will make network requests through system proxy.", + "description": "BSManager will make network requests through your system proxy.", "modal": { "title": "Restart Needed", "body": "Turning off system proxy will quit and re-launch BSManager. Are you sure you want to do this?", "confirm-btn": "Yes I'm sure" }, "error-notification": { - "message": "An error occured, unable to use system proxy." + "message": "An error occurred, unable to change system proxy settings." } } } @@ -1057,7 +1057,7 @@ }, "no-models": "No models found.", "no-internet": "No internet connection.", - "error-occured": "An error occurred, try again later." + "error-occurred": "An error occurred, try again later." } }, "notifications": { diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index c78d2959..61f7fff2 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -279,6 +279,18 @@ "error-notification": { "message": "Ocurrió un error, no se pueden cambiar los ajustes de los enlaces simbólicos." } + }, + "use-system-proxy": { + "title": "Usar proxy del sistema", + "description": "BSManager realizará solicitudes de red a través de su proxy del sistema.", + "modal": { + "title": "Se necesita reiniciar", + "body": "Desactivar el proxy del sistema cerrará y reiniciará BSManager. ¿Está seguro de que desea hacer esto?", + "confirm-btn": "Sí, estoy seguro" + }, + "error-notification": { + "message": "Ocurrió un error, no se pueden cambiar los ajustes del proxy del sistema." + } } } } diff --git a/assets/jsons/translations/fr.json b/assets/jsons/translations/fr.json index 02852a84..96bed9be 100644 --- a/assets/jsons/translations/fr.json +++ b/assets/jsons/translations/fr.json @@ -279,6 +279,18 @@ "error-notification": { "message": "Une erreur s'est produite, impossible de changer les paramètres des liens symboliques." } + }, + "use-system-proxy": { + "title": "Utiliser le proxy du système", + "description": "BSManager effectuera des requêtes réseau via votre proxy système.", + "modal": { + "title": "Redémarrage nécessaire", + "body": "Désactiver le proxy système fermera et relancera BSManager. Êtes-vous sûr de vouloir faire cela ?", + "confirm-btn": "Oui, je suis sûr" + }, + "error-notification": { + "message": "Une erreur est survenue, impossible de modifier les paramètres du proxy système." + } } } } diff --git a/assets/jsons/translations/ja.json b/assets/jsons/translations/ja.json index d87c5772..76224a15 100644 --- a/assets/jsons/translations/ja.json +++ b/assets/jsons/translations/ja.json @@ -279,6 +279,18 @@ "error-notification": { "message": "エラーが発生しました。シンボリックリンク設定を変更できません。" } + }, + "use-system-proxy": { + "title": "システムプロキシを使用", + "description": "BSManagerはシステムプロキシを通じてネットワークリクエストを行います。", + "modal": { + "title": "再起動が必要", + "body": "システムプロキシをオフにすると、BSManagerが終了して再起動します。本当にこれを実行しますか?", + "confirm-btn": "はい、確かです" + }, + "error-notification": { + "message": "エラーが発生しました。システムプロキシ設定を変更できません。" + } } } } diff --git a/assets/jsons/translations/ko.json b/assets/jsons/translations/ko.json index 99b3d2b9..f4096a68 100644 --- a/assets/jsons/translations/ko.json +++ b/assets/jsons/translations/ko.json @@ -279,6 +279,18 @@ "error-notification": { "message": "오류가 발생했습니다. 심볼릭 링크 설정을 변경할 수 없습니다." } + }, + "use-system-proxy": { + "title": "시스템 프록시 사용", + "description": "BSManager는 시스템 프록시를 통해 네트워크 요청을 수행합니다.", + "modal": { + "title": "재시작이 필요합니다", + "body": "시스템 프록시를 끄면 BSManager가 종료되고 재시작됩니다. 정말로 이렇게 하시겠습니까?", + "confirm-btn": "네, 확실합니다" + }, + "error-notification": { + "message": "오류가 발생했습니다. 시스템 프록시 설정을 변경할 수 없습니다." + } } } } diff --git a/assets/jsons/translations/ru.json b/assets/jsons/translations/ru.json index ab6a3895..48a2ff46 100644 --- a/assets/jsons/translations/ru.json +++ b/assets/jsons/translations/ru.json @@ -279,6 +279,18 @@ "error-notification": { "message": "Произошла ошибка, невозможно изменить настройки символических ссылок." } + }, + "use-system-proxy": { + "title": "Использовать системный прокси", + "description": "BSManager будет делать сетевые запросы через ваш системный прокси.", + "modal": { + "title": "Необходим перезапуск", + "body": "Отключение системного прокси приведет к закрытию и перезапуску BSManager. Вы уверены, что хотите это сделать?", + "confirm-btn": "Да, я уверен" + }, + "error-notification": { + "message": "Произошла ошибка, не удалось изменить настройки системного прокси." + } } } } diff --git a/assets/jsons/translations/zh-tw.json b/assets/jsons/translations/zh-tw.json index c2881a3d..19ea523e 100644 --- a/assets/jsons/translations/zh-tw.json +++ b/assets/jsons/translations/zh-tw.json @@ -279,6 +279,18 @@ "error-notification": { "message": "發生錯誤,無法更改符號鏈接設置。" } + }, + "use-system-proxy": { + "title": "使用系統代理", + "description": "BSManager將通過您的系統代理發送網絡請求。", + "modal": { + "title": "需要重新啟動", + "body": "關閉系統代理會退出並重新啟動BSManager。您確定要這麼做嗎?", + "confirm-btn": "是的,我確定" + }, + "error-notification": { + "message": "發生錯誤,無法更改系統代理設置。" + } } } }