Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Liu <30622363+PedroLiu1999@users.noreply.github.com>2026-04-20 01:41:50 +0300
committerGitHub <noreply@github.com>2026-04-20 01:41:50 +0300
commit36b2a586756fc279304170976c9d486498d55919 (patch)
tree71a1dd665fa14a0fc9dad28c3ef421e3e3d7fe7c /web/translation
parent59e98592251cac1dedb93905cb368a3ba93ad19c (diff)
feat: Add NordVPN NordLynx (WireGuard) integration (#3827)
* feat: Add NordVPN NordLynx (WireGuard) integration with dedicated UI and backend services. * remove limit=10 to get all servers * feat: add city selector to NordVPN modal * feat: auto-select best server on country/city change * feat: simplify filter logic and enforce > 7% load * fix --------- Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
Diffstat (limited to 'web/translation')
-rw-r--r--web/translation/translate.ar_EG.toml12
-rw-r--r--web/translation/translate.en_US.toml12
-rw-r--r--web/translation/translate.es_ES.toml12
-rw-r--r--web/translation/translate.fa_IR.toml12
-rw-r--r--web/translation/translate.id_ID.toml12
-rw-r--r--web/translation/translate.ja_JP.toml12
-rw-r--r--web/translation/translate.pt_BR.toml12
-rw-r--r--web/translation/translate.ru_RU.toml14
-rw-r--r--web/translation/translate.tr_TR.toml12
-rw-r--r--web/translation/translate.uk_UA.toml12
-rw-r--r--web/translation/translate.vi_VN.toml12
-rw-r--r--web/translation/translate.zh_CN.toml12
-rw-r--r--web/translation/translate.zh_TW.toml12
13 files changed, 157 insertions, 1 deletions
diff --git a/web/translation/translate.ar_EG.toml b/web/translation/translate.ar_EG.toml
index ace753e1..f9216621 100644
--- a/web/translation/translate.ar_EG.toml
+++ b/web/translation/translate.ar_EG.toml
@@ -4,6 +4,8 @@
"confirm" = "تأكيد"
"cancel" = "إلغاء"
"close" = "إغلاق"
+"save" = "حفظ"
+"logout" = "تسجيل خروج"
"create" = "إنشاء"
"update" = "تحديث"
"copy" = "نسخ"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "الخيارات دي هتوجه الترافيك بناءً على وجهة معينة عبر IPv4."
"warpRouting" = "توجيه WARP"
"warpRoutingDesc" = "الخيارات دي هتوجه الترافيك بناءً على وجهة معينة عبر WARP."
+"nordRouting" = "توجيه NordVPN"
+"nordRoutingDesc" = "الخيارات دي هتوجه الترافيك بناءً على وجهة معينة عبر NordVPN."
"Template" = "قالب إعدادات Xray المتقدم"
"TemplateDesc" = "ملف إعدادات Xray النهائي هيتولد بناءً على القالب ده."
"FreedomStrategy" = "استراتيجية بروتوكول الحرية"
@@ -573,6 +577,14 @@
"testSuccess" = "الاختبار ناجح"
"testFailed" = "فشل الاختبار"
"testError" = "فشل اختبار المخرج"
+"nordvpn" = "NordVPN"
+"accessToken" = "رمز الوصول"
+"country" = "الدولة"
+"server" = "الخادم"
+"city" = "المدينة"
+"allCities" = "كل المدن"
+"privateKey" = "المفتاح الخاص"
+"load" = "الحمل"
[pages.xray.balancer]
"addBalancer" = "أضف موازن تحميل"
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index 4cf1be07..91580a29 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -4,6 +4,8 @@
"confirm" = "Confirm"
"cancel" = "Cancel"
"close" = "Close"
+"save" = "Save"
+"logout" = "Log Out"
"create" = "Create"
"update" = "Update"
"copy" = "Copy"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "These options will route traffic based on a specific destination via IPv4."
"warpRouting" = "WARP Routing"
"warpRoutingDesc" = "These options will route traffic based on a specific destination via WARP."
+"nordRouting" = "NordVPN Routing"
+"nordRoutingDesc" = "These options will route traffic based on a specific destination via NordVPN."
"Template" = "Advanced Xray Configuration Template"
"TemplateDesc" = "The final Xray config file will be generated based on this template."
"FreedomStrategy" = "Freedom Protocol Strategy"
@@ -573,6 +577,14 @@
"testSuccess" = "Test successful"
"testFailed" = "Test failed"
"testError" = "Failed to test outbound"
+"nordvpn" = "NordVPN"
+"accessToken" = "Access Token"
+"country" = "Country"
+"server" = "Server"
+"city" = "City"
+"allCities" = "All Cities"
+"privateKey" = "Private Key"
+"load" = "Load"
[pages.xray.balancer]
"addBalancer" = "Add Balancer"
diff --git a/web/translation/translate.es_ES.toml b/web/translation/translate.es_ES.toml
index 8e76fba3..3dfe3ade 100644
--- a/web/translation/translate.es_ES.toml
+++ b/web/translation/translate.es_ES.toml
@@ -4,6 +4,8 @@
"confirm" = "Confirmar"
"cancel" = "Cancelar"
"close" = "Cerrar"
+"save" = "Guardar"
+"logout" = "Cerrar Sesión"
"create" = "Crear"
"update" = "Actualizar"
"copy" = "Copiar"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Estas opciones solo enrutarán a los dominios objetivo a través de IPv4."
"warpRouting" = "Enrutamiento WARP"
"warpRoutingDesc" = "Precaución: Antes de usar estas opciones, instale WARP en modo de proxy socks5 en su servidor siguiendo los pasos en el GitHub del panel. WARP enrutará el tráfico a los sitios web a través de los servidores de Cloudflare."
+"nordRouting" = "Enrutamiento NordVPN"
+"nordRoutingDesc" = "Estas opciones enrutarán el tráfico basado en un destino específico a través de NordVPN."
"Template" = "Plantilla de Configuración de Xray"
"TemplateDesc" = "Genera el archivo de configuración final de Xray basado en esta plantilla."
"FreedomStrategy" = "Configurar Estrategia para el Protocolo Freedom"
@@ -573,6 +577,14 @@
"testSuccess" = "Prueba exitosa"
"testFailed" = "Prueba fallida"
"testError" = "Error al probar la salida"
+"nordvpn" = "NordVPN"
+"accessToken" = "Token de acceso"
+"country" = "País"
+"server" = "Servidor"
+"city" = "Ciudad"
+"allCities" = "Todas las ciudades"
+"privateKey" = "Clave privada"
+"load" = "Carga"
[pages.xray.balancer]
"addBalancer" = "Agregar equilibrador"
diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml
index c6ea9a84..5569239f 100644
--- a/web/translation/translate.fa_IR.toml
+++ b/web/translation/translate.fa_IR.toml
@@ -4,6 +4,8 @@
"confirm" = "تایید"
"cancel" = "انصراف"
"close" = "بستن"
+"save" = "ذخیره"
+"logout" = "خروج"
"create" = "ایجاد"
"update" = "به‌روزرسانی"
"copy" = "کپی"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "این گزینه‌ها ترافیک را از طریق آی‌پی نسخه4 سرور، به مقصد هدایت می‌کند"
"warpRouting" = "WARP مسیریابی"
"warpRoutingDesc" = "این گزینه‌ها ترافیک‌ را از طریق وارپ کلادفلر به مقصد هدایت می‌کند"
+"nordRouting" = "مسیریابی NordVPN"
+"nordRoutingDesc" = "این گزینه‌ها ترافیک را بر اساس مقصد خاص از طریق NordVPN مسیریابی می‌کنند."
"Template" = "‌پیکربندی پیشرفته الگو ایکس‌ری"
"TemplateDesc" = "فایل پیکربندی نهایی ایکس‌ری بر اساس این الگو ایجاد می‌شود"
"FreedomStrategy" = "Freedom استراتژی پروتکل"
@@ -573,6 +577,14 @@
"testSuccess" = "تست موفقیت‌آمیز"
"testFailed" = "تست ناموفق"
"testError" = "خطا در تست خروجی"
+"nordvpn" = "NordVPN"
+"accessToken" = "توکن دسترسی"
+"country" = "کشور"
+"server" = "سرور"
+"privateKey" = "کلید خصوصی"
+"city" = "شهر"
+"allCities" = "همه شهرها"
+"load" = "فشار سرور"
[pages.xray.balancer]
"addBalancer" = "افزودن بالانسر"
diff --git a/web/translation/translate.id_ID.toml b/web/translation/translate.id_ID.toml
index 32f79d5f..c53b6a9c 100644
--- a/web/translation/translate.id_ID.toml
+++ b/web/translation/translate.id_ID.toml
@@ -4,6 +4,8 @@
"confirm" = "Konfirmasi"
"cancel" = "Batal"
"close" = "Tutup"
+"save" = "Simpan"
+"logout" = "Keluar"
"create" = "Buat"
"update" = "Perbarui"
"copy" = "Salin"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Opsi ini akan mengalihkan lalu lintas berdasarkan tujuan tertentu melalui IPv4."
"warpRouting" = "Perutean WARP"
"warpRoutingDesc" = "Opsi ini akan mengalihkan lalu lintas berdasarkan tujuan tertentu melalui WARP."
+"nordRouting" = "Routing NordVPN"
+"nordRoutingDesc" = "Opsi ini akan mengalihkan lalu lintas berdasarkan tujuan tertentu melalui NordVPN."
"Template" = "Template Konfigurasi Xray Lanjutan"
"TemplateDesc" = "File konfigurasi Xray akhir akan dibuat berdasarkan template ini."
"FreedomStrategy" = "Strategi Protokol Freedom"
@@ -573,6 +577,14 @@
"testSuccess" = "Tes berhasil"
"testFailed" = "Tes gagal"
"testError" = "Gagal menguji outbound"
+"nordvpn" = "NordVPN"
+"accessToken" = "Token Akses"
+"country" = "Negara"
+"server" = "Server"
+"city" = "Kota"
+"allCities" = "Semua Kota"
+"privateKey" = "Kunci Privat"
+"load" = "Beban"
[pages.xray.balancer]
"addBalancer" = "Tambahkan Penyeimbang"
diff --git a/web/translation/translate.ja_JP.toml b/web/translation/translate.ja_JP.toml
index 7360c033..2b7cdb63 100644
--- a/web/translation/translate.ja_JP.toml
+++ b/web/translation/translate.ja_JP.toml
@@ -4,6 +4,8 @@
"confirm" = "確認"
"cancel" = "キャンセル"
"close" = "閉じる"
+"save" = "保存"
+"logout" = "ログアウト"
"create" = "作成"
"update" = "更新"
"copy" = "コピー"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "このオプションはIPv4のみを介してターゲットドメインへルーティングします"
"warpRouting" = "WARP ルーティング"
"warpRoutingDesc" = "注意:これらのオプションを使用する前に、パネルのGitHubの手順に従って、サーバーにsocks5プロキシモードでWARPをインストールしてください。WARPはCloudflareサーバー経由でトラフィックをウェブサイトにルーティングします。"
+"nordRouting" = "NordVPN ルーティング"
+"nordRoutingDesc" = "これらのオプションはNordVPN経由で特定の宛先にトラフィックをルーティングします。"
"Template" = "高度なXray設定テンプレート"
"TemplateDesc" = "最終的なXray設定ファイルはこのテンプレートに基づいて生成されます"
"FreedomStrategy" = "Freedom プロトコル戦略"
@@ -573,6 +577,14 @@
"testSuccess" = "テスト成功"
"testFailed" = "テスト失敗"
"testError" = "アウトバウンドのテストに失敗しました"
+"nordvpn" = "NordVPN"
+"accessToken" = "アクセストークン"
+"country" = "国"
+"server" = "サーバー"
+"city" = "都市"
+"allCities" = "すべての都市"
+"privateKey" = "秘密鍵"
+"load" = "負荷"
[pages.xray.balancer]
"addBalancer" = "負荷分散追加"
diff --git a/web/translation/translate.pt_BR.toml b/web/translation/translate.pt_BR.toml
index b327ddba..876e7c57 100644
--- a/web/translation/translate.pt_BR.toml
+++ b/web/translation/translate.pt_BR.toml
@@ -4,6 +4,8 @@
"confirm" = "Confirmar"
"cancel" = "Cancelar"
"close" = "Fechar"
+"save" = "Salvar"
+"logout" = "Sair"
"create" = "Criar"
"update" = "Atualizar"
"copy" = "Copiar"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Essas opções roteam o tráfego para um destino específico via IPv4."
"warpRouting" = "Roteamento WARP"
"warpRoutingDesc" = "Essas opções roteam o tráfego para um destino específico via WARP."
+"nordRouting" = "Roteamento NordVPN"
+"nordRoutingDesc" = "Essas opções roteiam o tráfego para um destino específico via NordVPN."
"Template" = "Modelo de Configuração Avançada do Xray"
"TemplateDesc" = "O arquivo final de configuração do Xray será gerado com base neste modelo."
"FreedomStrategy" = "Estratégia do Protocolo Freedom"
@@ -573,6 +577,14 @@
"testSuccess" = "Teste bem-sucedido"
"testFailed" = "Teste falhou"
"testError" = "Falha ao testar saída"
+"nordvpn" = "NordVPN"
+"accessToken" = "Token de Acesso"
+"country" = "País"
+"server" = "Servidor"
+"city" = "Cidade"
+"allCities" = "Todas as Cidades"
+"privateKey" = "Chave Privada"
+"load" = "Carga"
[pages.xray.balancer]
"addBalancer" = "Adicionar Balanceador"
diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml
index 2e5049f6..0c144ff5 100644
--- a/web/translation/translate.ru_RU.toml
+++ b/web/translation/translate.ru_RU.toml
@@ -4,6 +4,8 @@
"confirm" = "Подтвердить"
"cancel" = "Отмена"
"close" = "Закрыть"
+"save" = "Сохранить"
+"logout" = "Выход"
"create" = "Создать"
"update" = "Обновить"
"copy" = "Копировать"
@@ -495,7 +497,9 @@
"ipv4Routing" = "Правила IPv4"
"ipv4RoutingDesc" = "Эти параметры позволят клиентам маршрутизироваться к целевым доменам только через IPv4"
"warpRouting" = "Правила WARP"
-"warpRoutingDesc" = " Эти опции будут направлять трафик в зависимости от конкретного пункта назначения через WARP."
+"warpRoutingDesc" = " Эти опции будут направлять трафик в зависимости от конкретного пункта назначения через WARP."
+"nordRouting" = "Маршрутизация NordVPN"
+"nordRoutingDesc" = "Эти опции будут направлять трафик в зависимости от конкретного пункта назначения через NordVPN."
"Template" = "Шаблон конфигурации Xray"
"TemplateDesc" = "На основе шаблона создаётся конфигурационный файл Xray."
"FreedomStrategy" = "Настройка стратегии протокола Freedom"
@@ -573,6 +577,14 @@
"testSuccess" = "Тест успешен"
"testFailed" = "Тест не пройден"
"testError" = "Не удалось протестировать исходящее подключение"
+"nordvpn" = "NordVPN"
+"accessToken" = "Токен доступа"
+"country" = "Страна"
+"server" = "Сервер"
+"city" = "Город"
+"allCities" = "Все города"
+"privateKey" = "Приватный ключ"
+"load" = "Нагрузка"
[pages.xray.balancer]
"addBalancer" = "Создать балансировщик"
diff --git a/web/translation/translate.tr_TR.toml b/web/translation/translate.tr_TR.toml
index cbf3a048..cc1159a2 100644
--- a/web/translation/translate.tr_TR.toml
+++ b/web/translation/translate.tr_TR.toml
@@ -4,6 +4,8 @@
"confirm" = "Onayla"
"cancel" = "İptal"
"close" = "Kapat"
+"save" = "Kaydet"
+"logout" = "Çıkış Yap"
"create" = "Oluştur"
"update" = "Güncelle"
"copy" = "Kopyala"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Bu seçenekler belirli bir varış yerine IPv4 üzerinden trafiği yönlendirir."
"warpRouting" = "WARP Yönlendirme"
"warpRoutingDesc" = "Bu seçenekler belirli bir varış yerine WARP üzerinden trafiği yönlendirir."
+"nordRouting" = "NordVPN Yönlendirme"
+"nordRoutingDesc" = "Bu seçenekler belirli bir varış yerine NordVPN üzerinden trafiği yönlendirir."
"Template" = "Gelişmiş Xray Yapılandırma Şablonu"
"TemplateDesc" = "Nihai Xray yapılandırma dosyası bu şablona göre oluşturulacaktır."
"FreedomStrategy" = "Freedom Protokol Stratejisi"
@@ -573,6 +577,14 @@
"testSuccess" = "Test başarılı"
"testFailed" = "Test başarısız"
"testError" = "Giden test edilemedi"
+"nordvpn" = "NordVPN"
+"accessToken" = "Erişim Jetonu"
+"country" = "Ülke"
+"server" = "Sunucu"
+"city" = "Şehir"
+"allCities" = "Tüm Şehirler"
+"privateKey" = "Özel Anahtar"
+"load" = "Yük"
[pages.xray.balancer]
"addBalancer" = "Dengeleyici Ekle"
diff --git a/web/translation/translate.uk_UA.toml b/web/translation/translate.uk_UA.toml
index 36ef8dff..fa1bee62 100644
--- a/web/translation/translate.uk_UA.toml
+++ b/web/translation/translate.uk_UA.toml
@@ -4,6 +4,8 @@
"confirm" = "Підтвердити"
"cancel" = "Скасувати"
"close" = "Закрити"
+"save" = "Зберегти"
+"logout" = "Вийти"
"create" = "Створити"
"update" = "Оновити"
"copy" = "Копіювати"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Ці параметри спрямовуватимуть трафік на основі певного призначення через IPv4."
"warpRouting" = "WARP Маршрутизація"
"warpRoutingDesc" = "Ці параметри маршрутизуватимуть трафік на основі певного пункту призначення через WARP."
+"nordRouting" = "Маршрутизація NordVPN"
+"nordRoutingDesc" = "Ці параметри маршрутизуватимуть трафік на основі певного пункту призначення через NordVPN."
"Template" = "Шаблон розширеної конфігурації Xray"
"TemplateDesc" = "Остаточний конфігураційний файл Xray буде створено на основі цього шаблону."
"FreedomStrategy" = "Стратегія протоколу свободи"
@@ -573,6 +577,14 @@
"testSuccess" = "Тест успішний"
"testFailed" = "Тест не пройдено"
"testError" = "Не вдалося протестувати вихідне з'єднання"
+"nordvpn" = "NordVPN"
+"accessToken" = "Токен доступу"
+"country" = "Країна"
+"server" = "Сервер"
+"city" = "Місто"
+"allCities" = "Усі міста"
+"privateKey" = "Приватний ключ"
+"load" = "Навантаження"
[pages.xray.balancer]
"addBalancer" = "Додати балансир"
diff --git a/web/translation/translate.vi_VN.toml b/web/translation/translate.vi_VN.toml
index a926c2cd..7f48f9a1 100644
--- a/web/translation/translate.vi_VN.toml
+++ b/web/translation/translate.vi_VN.toml
@@ -4,6 +4,8 @@
"confirm" = "Xác nhận"
"cancel" = "Hủy bỏ"
"close" = "Đóng"
+"save" = "Lưu"
+"logout" = "Đăng xuất"
"create" = "Tạo"
"update" = "Cập nhật"
"copy" = "Sao chép"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "Những tùy chọn này sẽ chỉ định kết nối đến các tên miền mục tiêu qua IPv4."
"warpRouting" = "Định tuyến WARP"
"warpRoutingDesc" = "Cảnh báo: Trước khi sử dụng những tùy chọn này, hãy cài đặt WARP ở chế độ proxy socks5 trên máy chủ của bạn bằng cách làm theo các bước trên GitHub của bảng điều khiển. WARP sẽ định tuyến lưu lượng đến các trang web qua máy chủ Cloudflare."
+"nordRouting" = "Định tuyến NordVPN"
+"nordRoutingDesc" = "Các tùy chọn này sẽ định tuyến lưu lượng dựa trên đích cụ thể qua NordVPN."
"Template" = "Mẫu Cấu hình Xray"
"TemplateDesc" = "Tạo tệp cấu hình Xray cuối cùng dựa trên mẫu này."
"FreedomStrategy" = "Cấu hình Chiến lược cho Giao thức Freedom"
@@ -573,6 +577,14 @@
"testSuccess" = "Kiểm tra thành công"
"testFailed" = "Kiểm tra thất bại"
"testError" = "Không thể kiểm tra đầu ra"
+"nordvpn" = "NordVPN"
+"accessToken" = "Mã truy cập"
+"country" = "Quốc gia"
+"server" = "Máy chủ"
+"city" = "Thành phố"
+"allCities" = "Tất cả thành phố"
+"privateKey" = "Khóa riêng"
+"load" = "Tải"
[pages.xray.balancer]
"addBalancer" = "Thêm cân bằng"
diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml
index 1d0fc9c4..587b6ffd 100644
--- a/web/translation/translate.zh_CN.toml
+++ b/web/translation/translate.zh_CN.toml
@@ -4,6 +4,8 @@
"confirm" = "确定"
"cancel" = "取消"
"close" = "关闭"
+"save" = "保存"
+"logout" = "登出"
"create" = "创建"
"update" = "更新"
"copy" = "复制"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "此选项将仅通过 IPv4 路由到目标域"
"warpRouting" = "WARP 路由"
"warpRoutingDesc" = "注意:在使用这些选项之前,请按照面板 GitHub 上的步骤在你的服务器上以 socks5 代理模式安装 WARP。WARP 将通过 Cloudflare 服务器将流量路由到网站。"
+"nordRouting" = "NordVPN 路由"
+"nordRoutingDesc" = "这些选项将根据特定目的地通过 NordVPN 路由流量。"
"Template" = "高级 Xray 配置模板"
"TemplateDesc" = "最终的 Xray 配置文件将基于此模板生成"
"FreedomStrategy" = "Freedom 协议策略"
@@ -573,6 +577,14 @@
"testSuccess" = "测试成功"
"testFailed" = "测试失败"
"testError" = "测试出站失败"
+"nordvpn" = "NordVPN"
+"accessToken" = "访问令牌"
+"country" = "国家"
+"server" = "服务器"
+"city" = "城市"
+"allCities" = "所有城市"
+"privateKey" = "私钥"
+"load" = "负载"
[pages.xray.balancer]
"addBalancer" = "添加负载均衡"
diff --git a/web/translation/translate.zh_TW.toml b/web/translation/translate.zh_TW.toml
index 7cac53c3..605bb879 100644
--- a/web/translation/translate.zh_TW.toml
+++ b/web/translation/translate.zh_TW.toml
@@ -4,6 +4,8 @@
"confirm" = "確定"
"cancel" = "取消"
"close" = "關閉"
+"save" = "儲存"
+"logout" = "登出"
"create" = "建立"
"update" = "更新"
"copy" = "複製"
@@ -496,6 +498,8 @@
"ipv4RoutingDesc" = "此選項將僅通過 IPv4 路由到目標域"
"warpRouting" = "WARP 路由"
"warpRoutingDesc" = "注意:在使用這些選項之前,請按照面板 GitHub 上的步驟在你的伺服器上以 socks5 代理模式安裝 WARP。WARP 將通過 Cloudflare 伺服器將流量路由到網站。"
+"nordRouting" = "NordVPN 路由"
+"nordRoutingDesc" = "這些選項將根據特定目的地通過 NordVPN 路由流量。"
"Template" = "高階 Xray 配置模板"
"TemplateDesc" = "最終的 Xray 配置檔案將基於此模板生成"
"FreedomStrategy" = "Freedom 協議策略"
@@ -573,6 +577,14 @@
"testSuccess" = "測試成功"
"testFailed" = "測試失敗"
"testError" = "測試出站失敗"
+"nordvpn" = "NordVPN"
+"accessToken" = "訪問令牌"
+"country" = "國家"
+"server" = "伺服器"
+"city" = "城市"
+"allCities" = "所有城市"
+"privateKey" = "私密金鑰"
+"load" = "負載"
[pages.xray.balancer]
"addBalancer" = "新增負載均衡"