diff --git a/locales/bg.json b/locales/bg.json index 0bac505..6af3339 100644 --- a/locales/bg.json +++ b/locales/bg.json @@ -33,6 +33,7 @@ "select_chrome_profile": "Избери Chrome профил" }, "languages": { + "ar": "Арабски", "en": "English", "zh_cn": "简体中文", "zh_tw": "繁體中文", diff --git a/locales/de.json b/locales/de.json index 5a5fc2d..7536878 100644 --- a/locales/de.json +++ b/locales/de.json @@ -34,6 +34,7 @@ "check_user_authorized": "Benutzerautorisierung Prüfen" }, "languages": { + "ar": "Arabisch", "en": "Englisch", "zh_cn": "Vereinfachtes Chinesisch", "zh_tw": "Traditionelles Chinesisch", diff --git a/locales/en.json b/locales/en.json index b91c396..6ee2f7f 100644 --- a/locales/en.json +++ b/locales/en.json @@ -37,6 +37,7 @@ "lang_invalid_choice": "Invalid choice. Please enter one of the following options: ({lang_choices})" }, "languages": { + "ar": "Arabic", "en": "English", "zh_cn": "简体中文", "zh_tw": "繁體中文", diff --git a/locales/es.json b/locales/es.json index d2a16aa..6d9a77a 100644 --- a/locales/es.json +++ b/locales/es.json @@ -33,6 +33,7 @@ "check_user_authorized": "Verificar Usuario Autorizado" }, "languages": { + "ar": "Árabe", "en": "Inglés", "zh_cn": "简体中文", "zh_tw": "繁體中文", diff --git a/locales/fr.json b/locales/fr.json index a371eb3..cb88795 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -31,6 +31,7 @@ "check_user_authorized": "Vérifier l'Autorisation de l'Utilisateur" }, "languages": { + "ar": "Arabe", "en": "Anglais", "zh_cn": "Chinois simplifié", "zh_tw": "Chinois traditionnel", diff --git a/locales/nl.json b/locales/nl.json index 6da3d66..ec5e5c8 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -32,6 +32,7 @@ "check_user_authorized": "Gebruikersautorisatie Controleren" }, "languages": { + "ar": "Arabisch", "en": "Engels", "zh_cn": "Vereenvoudigd Chinees", "zh_tw": "Traditioneel Chinees", diff --git a/locales/pt.json b/locales/pt.json index b867b8c..d5f14b3 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -31,6 +31,7 @@ "check_user_authorized": "Verificar Autorização do Usuário" }, "languages": { + "ar": "Árabe", "en": "Inglês", "zh_cn": "Chinês Simplificado", "zh_tw": "Chinês Tradicional", diff --git a/locales/ru.json b/locales/ru.json index bb2dced..70342b8 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -32,6 +32,7 @@ "select_chrome_profile": "Выбрать профиль Chrome" }, "languages": { + "ar": "Арабский", "en": "Английский", "zh_cn": "Упрощенный китайский", "zh_tw": "Традиционный китайский", diff --git a/locales/tr.json b/locales/tr.json index 7b98a85..02acda2 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -34,6 +34,7 @@ "check_user_authorized": "Kullanıcı Yetkilendirmesini Kontrol Et" }, "languages": { + "ar": "Arapça", "en": "English", "zh_cn": "简体中文", "zh_tw": "繁體中文", diff --git a/locales/vi.json b/locales/vi.json index 960f684..eaab795 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -36,6 +36,7 @@ "lang_invalid_choice": "Lựa chọn không hợp lệ. Vui lòng nhập một số từ ({lang_choices})" }, "languages": { + "ar": "Tiếng Ả Rập", "en": "Tiếng Anh", "zh_cn": "Tiếng Trung Giản Thể", "zh_tw": "Tiếng Trung Phồn Thể", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index df7d316..4473a5a 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -37,6 +37,7 @@ "lang_invalid_choice": "选择无效。请输入以下选项之一:({lang_choices})" }, "languages": { + "ar": "阿拉伯语", "en": "英语", "zh_cn": "简体中文", "zh_tw": "繁体中文", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index e1e559b..cf114f3 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -37,6 +37,7 @@ "lang_invalid_choice": "選擇無效。請輸入以下選項之一:({lang_choices})" }, "languages": { + "ar": "阿拉伯語", "en": "英文", "zh_cn": "簡體中文", "zh_tw": "繁體中文", diff --git a/requirements.txt b/requirements.txt index a79471e..09b06c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,5 @@ pyinstaller DrissionPage>=4.0.0 selenium webdriver_manager +arabic-reshaper +python-bidi