From e0957ab1bb6bf81619b3107ef77c62ea1b7201b5 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Fri, 12 Apr 2024 17:42:46 +0300 Subject: [PATCH] UI: Update translations --- src/ui/i18n/i18n_ar.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_de.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_en.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_fr.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_it.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_ko.ts | 25 ++++++++++++++++++++++++- src/ui/i18n/i18n_pt_BR.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_ru.ts | 23 +++++++++++++++++++++++ src/ui/i18n/i18n_sl.ts | 25 ++++++++++++++++++++++++- src/ui/i18n/i18n_zh_CN.ts | 25 ++++++++++++++++++++++++- 10 files changed, 233 insertions(+), 3 deletions(-) diff --git a/src/ui/i18n/i18n_ar.ts b/src/ui/i18n/i18n_ar.ts index 005af0fd..f6295fde 100644 --- a/src/ui/i18n/i18n_ar.ts +++ b/src/ui/i18n/i18n_ar.ts @@ -1139,6 +1139,25 @@ Do you want to open a discussion thread in browser? كلمة المرور + + PortRange + + Error at line %1: %2 (%3) + خطأ في الأسطر %1: %2 (%3) + + + Bad format + صياغة غير صحيحة + + + Bad range + نطاق غير صحيح + + + Bad Port + + + ProgramAlertWindow @@ -1517,6 +1536,10 @@ It can cause a Windows malfunction or totally unusable. Move Down تحريك لأسفل + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_de.ts b/src/ui/i18n/i18n_de.ts index 1530a667..06e76c4a 100644 --- a/src/ui/i18n/i18n_de.ts +++ b/src/ui/i18n/i18n_de.ts @@ -1139,6 +1139,25 @@ Möchten Sie einen Diskussionsbeitrag im Browser öffnen? Passworteingabe + + PortRange + + Error at line %1: %2 (%3) + Fehler in Zeile %1: %2 (%3) + + + Bad format + Ungültiges Format + + + Bad range + Ungültiger Bereich + + + Bad Port + + + ProgramAlertWindow @@ -1517,6 +1536,10 @@ Es kann zu einer Fehlfunktion führen oder Windows völlig unbrauchbar machen.Move Down Nach unten + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_en.ts b/src/ui/i18n/i18n_en.ts index 9ff089e8..e11d48c1 100644 --- a/src/ui/i18n/i18n_en.ts +++ b/src/ui/i18n/i18n_en.ts @@ -1133,6 +1133,25 @@ Do you want to open a discussion thread in browser? + + PortRange + + Error at line %1: %2 (%3) + + + + Bad format + + + + Bad range + + + + Bad Port + + + ProgramAlertWindow @@ -1508,6 +1527,10 @@ It can cause a Windows malfunction or totally unusable. Move Down + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_fr.ts b/src/ui/i18n/i18n_fr.ts index e8a95a1e..74764596 100644 --- a/src/ui/i18n/i18n_fr.ts +++ b/src/ui/i18n/i18n_fr.ts @@ -1139,6 +1139,25 @@ Voulez-vous ouvrir un fil de discussion dans le navigateur ? Saisie du mot de passe + + PortRange + + Error at line %1: %2 (%3) + Erreur à la ligne %1: %2 (%3) + + + Bad format + Mauvais format + + + Bad range + Mauvaise portée + + + Bad Port + + + ProgramAlertWindow @@ -1517,6 +1536,10 @@ Il peut causer un dysfonctionnement de Windows ou totalement inutilisable.Move Down Descendre + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_it.ts b/src/ui/i18n/i18n_it.ts index 6353e23f..ac7bf287 100644 --- a/src/ui/i18n/i18n_it.ts +++ b/src/ui/i18n/i18n_it.ts @@ -1139,6 +1139,25 @@ Vuoi aprire una discussione nel browser? Inserimento password + + PortRange + + Error at line %1: %2 (%3) + Errore alla riga %1: %2 (%3) + + + Bad format + Formato non valido + + + Bad range + Intervallo errato + + + Bad Port + + + ProgramAlertWindow @@ -1517,6 +1536,10 @@ Può causare malfunzionamenti di Windows o renderlo totalmente inutilizzabile.Move Down Sposta giù + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_ko.ts b/src/ui/i18n/i18n_ko.ts index 13129004..5936db88 100644 --- a/src/ui/i18n/i18n_ko.ts +++ b/src/ui/i18n/i18n_ko.ts @@ -1139,6 +1139,25 @@ Do you want to open a discussion thread in browser? 암호 입력 + + PortRange + + Error at line %1: %2 (%3) + %1 라인 오류: %2 (%3) + + + Bad format + 잘못된 형식 + + + Bad range + 잘못된 범위 + + + Bad Port + + + ProgramAlertWindow @@ -1344,7 +1363,7 @@ Windows가 오작동하거나 완전히 사용할 수 없게 될 수 있습니 Select Rule - + 규칙 선택 @@ -1517,6 +1536,10 @@ Windows가 오작동하거나 완전히 사용할 수 없게 될 수 있습니 Move Down 아래로 이동 + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_pt_BR.ts b/src/ui/i18n/i18n_pt_BR.ts index b29e47e8..e76a7e48 100644 --- a/src/ui/i18n/i18n_pt_BR.ts +++ b/src/ui/i18n/i18n_pt_BR.ts @@ -1133,6 +1133,25 @@ Do you want to open a discussion thread in browser? Campo de senha + + PortRange + + Error at line %1: %2 (%3) + Erro na linha %1: %2 (%3) + + + Bad format + Formato impróprio + + + Bad range + Alcance impróprio + + + Bad Port + + + ProgramAlertWindow @@ -1508,6 +1527,10 @@ It can cause a Windows malfunction or totally unusable. Move Down + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_ru.ts b/src/ui/i18n/i18n_ru.ts index c6870612..8b207261 100644 --- a/src/ui/i18n/i18n_ru.ts +++ b/src/ui/i18n/i18n_ru.ts @@ -1139,6 +1139,25 @@ Do you want to open a discussion thread in browser? Ввод пароля + + PortRange + + Error at line %1: %2 (%3) + Ошибка в строке %1: %2 (%3) + + + Bad format + Некорректный формат + + + Bad range + Некорректный диапазон + + + Bad Port + Некорректный порт + + ProgramAlertWindow @@ -1517,6 +1536,10 @@ It can cause a Windows malfunction or totally unusable. Move Down Передвинуть вниз + + Global rules count exceeded! + Превышено количество глобальных правил! + RuleListModel diff --git a/src/ui/i18n/i18n_sl.ts b/src/ui/i18n/i18n_sl.ts index 539a002a..5102d1d3 100644 --- a/src/ui/i18n/i18n_sl.ts +++ b/src/ui/i18n/i18n_sl.ts @@ -1139,6 +1139,25 @@ Ali želite odpreti nit razprave v brskalniku? Vnos gesla + + PortRange + + Error at line %1: %2 (%3) + Napaka v vrstici %1: %2 (%3) + + + Bad format + Napačna oblika + + + Bad range + Napačen razpon + + + Bad Port + + + ProgramAlertWindow @@ -1507,7 +1526,7 @@ To lahko povzroči okvaro sistema Windows ali njegovo popolno neuporabnost. Remove - Odstrani + Odstrani Move Up @@ -1517,6 +1536,10 @@ To lahko povzroči okvaro sistema Windows ali njegovo popolno neuporabnost.Move Down + + Global rules count exceeded! + + RuleListModel diff --git a/src/ui/i18n/i18n_zh_CN.ts b/src/ui/i18n/i18n_zh_CN.ts index 844d821e..e955d6f8 100644 --- a/src/ui/i18n/i18n_zh_CN.ts +++ b/src/ui/i18n/i18n_zh_CN.ts @@ -1137,6 +1137,25 @@ Do you want to open a discussion thread in browser? 密码输入 + + PortRange + + Error at line %1: %2 (%3) + 第 %1 行错误: %2 (%3) + + + Bad format + 格式错误 + + + Bad range + 范围错误 + + + Bad Port + + + ProgramAlertWindow @@ -1505,7 +1524,7 @@ It can cause a Windows malfunction or totally unusable. Remove - 移除 + 移除 Move Up @@ -1515,6 +1534,10 @@ It can cause a Windows malfunction or totally unusable. Move Down + + Global rules count exceeded! + + RuleListModel