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:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-05-10 17:47:59 +0300
committerGitHub <noreply@github.com>2025-05-10 17:47:59 +0300
commit23293813bb02ff03e336dde4ce3b628db5123950 (patch)
tree4ecd4c20a37754e9622f46d529c6635af35ce785 /web/html/settings/xray/dns.html
parentc15ec5315a48eb40c822b4b8a18693a666e2be23 (diff)
chore: add translations for `a-table`
Diffstat (limited to 'web/html/settings/xray/dns.html')
-rw-r--r--web/html/settings/xray/dns.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/settings/xray/dns.html b/web/html/settings/xray/dns.html
index d2cb7082..11558536 100644
--- a/web/html/settings/xray/dns.html
+++ b/web/html/settings/xray/dns.html
@@ -66,7 +66,8 @@
<span>{{ i18n "pages.xray.dns.add" }}</span>
</a-button>
<a-table :columns="dnsColumns" bordered :row-key="r => r.key" :data-source="dnsServers"
- :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0">
+ :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0"
+ :locale='{ filterConfirm: `{{ i18n "confirm" }}`, filterReset: `{{ i18n "reset" }}` }'>
<template slot="action" slot-scope="text,dns,index">
<span>[[ index+1 ]]</span>
<a-dropdown :trigger="['click']">
@@ -113,7 +114,8 @@
<a-button type="primary" icon="plus" @click="addFakedns()">{{ i18n "pages.xray.fakedns.add"
}}</a-button>
<a-table :columns="fakednsColumns" bordered :row-key="r => r.key" :data-source="fakeDns"
- :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0">
+ :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0"
+ :locale='{ filterConfirm: `{{ i18n "confirm" }}`, filterReset: `{{ i18n "reset" }}` }'>
<template slot="action" slot-scope="text,fakedns,index">
<span>[[ index+1 ]]</span>
<a-dropdown :trigger="['click']">