From 571d01ff540010ce2f67d0ee483aa42c59b2fbbe Mon Sep 17 00:00:00 2001 From: Nitrrine Date: Fri, 30 Aug 2024 18:05:03 +0500 Subject: [PATCH] Revert old language naming --- crowdin.yml | 4 ++-- html/alert.js | 2 +- html/i18n/de_DE.json | 11 ----------- html/i18n/{en_US.json => en.json} | 0 html/i18n/es_ES.json | 11 ----------- html/i18n/fr_FR.json | 11 ----------- html/i18n/kk_KZ.json | 11 ----------- html/i18n/pt_BR.json | 11 ----------- html/i18n/pt_PT.json | 11 ----------- html/i18n/ru_RU.json | 11 ----------- html/i18n/vi_VN.json | 11 ----------- html/i18n/zh_CN.json | 11 ----------- 12 files changed, 3 insertions(+), 102 deletions(-) delete mode 100644 html/i18n/de_DE.json rename html/i18n/{en_US.json => en.json} (100%) delete mode 100644 html/i18n/es_ES.json delete mode 100644 html/i18n/fr_FR.json delete mode 100644 html/i18n/kk_KZ.json delete mode 100644 html/i18n/pt_BR.json delete mode 100644 html/i18n/pt_PT.json delete mode 100644 html/i18n/ru_RU.json delete mode 100644 html/i18n/vi_VN.json delete mode 100644 html/i18n/zh_CN.json diff --git a/crowdin.yml b/crowdin.yml index ebeaa06..9027d2b 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -8,7 +8,7 @@ files: [ { - "source": "/html/i18n/en_US.json", - "translation": "/html/i18n/%locale_with_underscore%.json", + "source": "/html/i18n/en.json", + "translation": "/html/i18n/%two_letters_code%.json", }, ] diff --git a/html/alert.js b/html/alert.js index 23e0285..1f7fe2f 100644 --- a/html/alert.js +++ b/html/alert.js @@ -5,7 +5,7 @@ let blockedSite = { path: "", url: "", }; -let preferedLanguage = navigator.language.replace("-", "_"); +let preferedLanguage = navigator.language.split("-")[0]; fetch(`./i18n/${preferedLanguage}.json`) .then((response) => response.json()) diff --git a/html/i18n/de_DE.json b/html/i18n/de_DE.json deleted file mode 100644 index 0df018e..0000000 --- a/html/i18n/de_DE.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Warnung", - "description": "Die Website, die Sie besuchen wollten, wurde von StopMalwareContent blockiert, da sie in unserer Liste gefunden und als schädlich oder potenziell unerwünscht gekennzeichnet wurde. Fahren Sie auf eigenes Risiko fort, da dies Ihrem Computer schaden kann.", - "blocked": "Blockiert:", - "reason": "Grund:", - "notes": "Hinweise:", - "accept_the_risk": "Akzeptieren Sie das Risiko", - "back_to_safety": "Zurück zur Sicherheit", - "was_this_an_error": "War das ein Fehler?", - "report_a_false_positive": "Melden Sie einen Fehlalarm." -} diff --git a/html/i18n/en_US.json b/html/i18n/en.json similarity index 100% rename from html/i18n/en_US.json rename to html/i18n/en.json diff --git a/html/i18n/es_ES.json b/html/i18n/es_ES.json deleted file mode 100644 index 37618ff..0000000 --- a/html/i18n/es_ES.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Alerta", - "description": "El sitio web que intentó visitar fue bloqueado por StopMalwareContent porque se encontró en nuestra lista y se marcó como dañino o potencialmente no deseado. Continúe bajo su propio riesgo, ya que esto puede dañar su computadora.", - "blocked": "Bloqueado:", - "reason": "Razón:", - "notes": "Notas:", - "accept_the_risk": "Acepta el riesgo", - "back_to_safety": "Volver a la seguridad", - "was_this_an_error": "¿Fue esto un error?", - "report_a_false_positive": "Reportar una falsa positiva." -} diff --git a/html/i18n/fr_FR.json b/html/i18n/fr_FR.json deleted file mode 100644 index 30dc368..0000000 --- a/html/i18n/fr_FR.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Alerte", - "description": "Le site Web que vous avez essayé de visiter a été bloqué par StopMalwareContent car il a été trouvé dans notre liste et a été signalé comme dangereux ou potentiellement indésirable. Continuez à vos propres risques car cela pourrait nuire à votre ordinateur.", - "blocked": "Bloqué:", - "reason": "Raison:", - "notes": "Remarques:", - "accept_the_risk": "Accepter le risque", - "back_to_safety": "Retour en sécurité", - "was_this_an_error": "Était-ce une erreur?", - "report_a_false_positive": "Signalez un faux positif." -} diff --git a/html/i18n/kk_KZ.json b/html/i18n/kk_KZ.json deleted file mode 100644 index 3e92db8..0000000 --- a/html/i18n/kk_KZ.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Ескерту", - "description": "Сіз кіретін веб-сайтты StopMalwareContent бұғаттады, себебі ол біздің тізімде табылды және зиянды немесе ықтимал қалаусыз деп белгіленді. Жалғастырыңыз, себебі бұл компьютеріңізге зиян келтіруі мүмкін.", - "blocked": "Бұғатталған:", - "reason": "Себебі:", - "notes": "Ескертулер:", - "accept_the_risk": "Тәуекелді қабылдаңыз", - "back_to_safety": "Қауіпсіздікке оралу", - "was_this_an_error": "Бұл қате болды ма?", - "report_a_false_positive": "Қатені хабарлау." -} diff --git a/html/i18n/pt_BR.json b/html/i18n/pt_BR.json deleted file mode 100644 index 0334596..0000000 --- a/html/i18n/pt_BR.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Alerta", - "description": "O site que você tentou visitar foi bloqueado pelo StopMalwareContent porque foi encontrado em nossa lista e foi marcado como prejudicial ou potencialmente indesejado. Continue por sua própria conta e risco, pois isto pode prejudicar seu dispositivo.", - "blocked": "Bloqueado:", - "reason": "Razão:", - "notes": "Notas:", - "accept_the_risk": "Aceitar o risco", - "back_to_safety": "Voltar à segurança", - "was_this_an_error": "Isto é um erro?", - "report_a_false_positive": "Reportar um falso positivo." -} diff --git a/html/i18n/pt_PT.json b/html/i18n/pt_PT.json deleted file mode 100644 index e040599..0000000 --- a/html/i18n/pt_PT.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Alerta", - "description": "O site que você tentou visitar foi bloqueado por StopMalwareContent porque foi encontrado em nossa lista e foi sinalizado como prejudicial ou potencialmente indesejado. Continue por sua própria conta e risco, pois isso pode prejudicar seu computador.", - "blocked": "Bloqueado:", - "reason": "Motivo:", - "notes": "Notas:", - "accept_the_risk": "Aceite o risco", - "back_to_safety": "De volta à segurança", - "was_this_an_error": "Isto é um erro?", - "report_a_false_positive": "Reportar um falso positivo." -} diff --git a/html/i18n/ru_RU.json b/html/i18n/ru_RU.json deleted file mode 100644 index 97f7ab0..0000000 --- a/html/i18n/ru_RU.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Внимание", - "description": "Сайт, который вы пытались посетить, был заблокирован StopMalwareContent, потому что он был найден в нашем списке и отмечен как вредоносный или потенциально нежелательный. Продолжайте на свой страх и риск, так как это может нанести вред вашему компьютеру.", - "blocked": "Заблокировано:", - "reason": "Причина:", - "notes": "Примечания:", - "accept_the_risk": "Принять риск", - "back_to_safety": "Вернуться к безопасности", - "was_this_an_error": "Думаете то что это ошибка?", - "report_a_false_positive": "Сообщить об ошибке." -} diff --git a/html/i18n/vi_VN.json b/html/i18n/vi_VN.json deleted file mode 100644 index 6b33743..0000000 --- a/html/i18n/vi_VN.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "Cảnh báo", - "description": "Trang web mà bạn muốn dùng đã bị chặn bởi StopMalwareContent vì trang này đã thấy trong danh sách của chúng ta và bị ghi là có hại hoặc có thể không muốn. Hãy tiếp tục với rủi ro là trang này có thể làm hỏng máy của bạn.", - "blocked": "Đã chặn:", - "reason": "Lý do:", - "notes": "Ghi chú:", - "accept_the_risk": "Chấp nhận rủi ro", - "back_to_safety": "Quay lại trang an toàn", - "was_this_an_error": "Tôi có sai không?", - "report_a_false_positive": "Hãy báo dương tính giả." -} diff --git a/html/i18n/zh_CN.json b/html/i18n/zh_CN.json deleted file mode 100644 index 39081f7..0000000 --- a/html/i18n/zh_CN.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "title": "警告", - "description": "您尝试访问的网站已被 StopMalwareContent 阻止,因为该网站出现在我们的列表中,并被标记为有害或潜在有害。继续访问需自担风险,因为这可能会损害您的计算机。", - "blocked": "已阻止:", - "reason": "原因:", - "notes": "注意事项:", - "accept_the_risk": "接受风险", - "back_to_safety": "返回安全", - "was_this_an_error": "这是一个错误吗?", - "report_a_false_positive": "报告误报。" -}