fix(scripts): resolve i18n check script path and logic issues (#23069)

This commit is contained in:
lyzno1
2025-07-29 09:39:10 +08:00
committed by GitHub
parent a7ce1e5789
commit f5e1fa4bd2
72 changed files with 295 additions and 67 deletions

View File

@@ -19,6 +19,7 @@ const translation = {
bulkImport: '批次匯入',
bulkExport: '批次匯出',
clearAll: '刪除所有標註',
clearAllConfirm: '要刪除所有標註嗎?',
},
},
editModal: {

View File

@@ -260,6 +260,7 @@ const translation = {
noAccessPermission: '沒有權限訪問網絡應用程式',
maxActiveRequestsPlaceholder: '輸入 0 以表示無限',
maxActiveRequests: '同時最大請求數',
maxActiveRequestsTip: '每個應用程式可同時活躍請求的最大數量0為無限制',
}
export default translation

View File

@@ -257,6 +257,7 @@ const translation = {
fixOnly: {
name: '僅修理',
selectedDescription: '僅限於修補版本的自動更新',
description: '僅為補丁版本自動更新例如1.0.1 → 1.0.2)。次要版本變更不會觸發更新。',
},
latest: {
description: '始終更新至最新版本',

View File

@@ -497,6 +497,7 @@ const translation = {
placeholder: '輸入數值',
},
title: '元數據過濾',
tip: '元數據過濾是使用元數據屬性(如標籤、類別或訪問權限)來精煉和控制在系統內檢索相關信息的過程。',
},
},
http: {