From b5a2dd18f5680f0e27cc6efa3a1737dad9a4a0f8 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 15 Jun 2024 22:10:58 +0200 Subject: [PATCH] add dns resolver #159 --- frontend/src/locales/en.ts | 1 + frontend/src/locales/fa.ts | 1 + frontend/src/locales/vi.ts | 1 + frontend/src/locales/zhcn.ts | 1 + frontend/src/locales/zhtw.ts | 1 + frontend/src/views/Basics.vue | 73 ++++++++++++++++++++--------------- 6 files changed, 46 insertions(+), 32 deletions(-) diff --git a/frontend/src/locales/en.ts b/frontend/src/locales/en.ts index 9023ff6..6d04aec 100644 --- a/frontend/src/locales/en.ts +++ b/frontend/src/locales/en.ts @@ -313,6 +313,7 @@ export default { final: "Final", server: "Server", firstServer: "First Server", + addrResolver: "Address Resolver", }, routing: { title: "Routing", diff --git a/frontend/src/locales/fa.ts b/frontend/src/locales/fa.ts index c28d1d6..4ca7cfe 100644 --- a/frontend/src/locales/fa.ts +++ b/frontend/src/locales/fa.ts @@ -312,6 +312,7 @@ export default { final: "سرور نهایی", server: "سرور", firstServer: "سرور نخست", + addrResolver: "حل کننده دامنه", }, routing: { title: "مسیریابی", diff --git a/frontend/src/locales/vi.ts b/frontend/src/locales/vi.ts index 26178d1..270a7a6 100644 --- a/frontend/src/locales/vi.ts +++ b/frontend/src/locales/vi.ts @@ -314,6 +314,7 @@ export default { final: "Cuối cùng", server: "Máy chủ", firstServer: "Máy chủ Đầu tiên", + addrResolver: "Trình phân giải địa chỉ", }, routing: { title: "Định tuyến", diff --git a/frontend/src/locales/zhcn.ts b/frontend/src/locales/zhcn.ts index 9b9281d..e216c75 100644 --- a/frontend/src/locales/zhcn.ts +++ b/frontend/src/locales/zhcn.ts @@ -314,6 +314,7 @@ export default { final: "最终", server: "服务器", firstServer: "首选服务器", + addrResolver: "地址解析器", }, routing: { title: "路由", diff --git a/frontend/src/locales/zhtw.ts b/frontend/src/locales/zhtw.ts index 5d3b393..3d0713a 100644 --- a/frontend/src/locales/zhtw.ts +++ b/frontend/src/locales/zhtw.ts @@ -315,6 +315,7 @@ export default { final: "最終", server: "服務器", firstServer: "首選服務器", + addrResolver: "地址解析器", }, routing: { title: "路由", diff --git a/frontend/src/views/Basics.vue b/frontend/src/views/Basics.vue index 234a9d4..f1fdd45 100644 --- a/frontend/src/views/Basics.vue +++ b/frontend/src/views/Basics.vue @@ -3,10 +3,10 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + - + - + {{ $t('basic.dns.server') }} @@ -58,7 +58,7 @@ {{ $t('basic.dns.server') + ' ' + (index+1) }} - + - + - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +