fix(i18n): Add missing translation for delete action (#2295)

This commit is contained in:
Chiahong
2025-11-22 00:55:11 +08:00
committed by GitHub
parent 7f89bde99e
commit badae8b8e4
3 changed files with 12 additions and 2 deletions

View File

@@ -179,7 +179,7 @@
@delete="deleteClient"
>
<FormSecondaryActionField
label="Delete"
:label="$t('client.delete')"
class="w-full"
type="button"
tabindex="-1"

View File

@@ -88,6 +88,7 @@
"name": "Name",
"expireDate": "Expire Date",
"expireDateDesc": "Date the client will be disabled. Blank for permanent",
"delete": "Delete",
"deleteClient": "Delete Client",
"deleteDialog1": "Are you sure you want to delete",
"deleteDialog2": "This action cannot be undone.",

View File

@@ -88,6 +88,7 @@
"name": "名稱",
"expireDate": "到期日",
"expireDateDesc": "用戶端將被停用的日期。留白表示永久有效",
"delete": "刪除",
"deleteClient": "刪除用戶端",
"deleteDialog1": "您確定要刪除",
"deleteDialog2": "此動作無法復原。",
@@ -117,7 +118,9 @@
"notConnected": "用戶端未連線",
"endpoint": "端點",
"endpointDesc": "用戶端建立 WireGuard 連線的來源 IP",
"search": "搜尋用戶端..."
"search": "搜尋用戶端...",
"config": "組態設定",
"viewConfig": "檢視組態設定"
},
"dialog": {
"change": "變更",
@@ -238,6 +241,12 @@
"preDown": "PreDown",
"postDown": "PostDown"
},
"copy": {
"notSupported": "無法複製",
"copied": "已複製!",
"failed": "複製失敗",
"copy": "複製"
},
"awg": {
"jCLabel": "填充封包數量 (Jc)",
"jCDescription": "要傳送的填充封包數量 (1-128建議: 4-12)",