fix: types (#6298)

This commit is contained in:
Sline 2026-02-11 13:48:31 +08:00 committed by GitHub
parent a4617d1fed
commit a019b26ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -243,6 +243,8 @@ export const translationKeys = [
"proxies.page.chain.connectFailed",
"proxies.page.chain.disconnectFailed",
"proxies.page.chain.duplicateNode",
"proxies.page.chain.entryNode",
"proxies.page.chain.exitNode",
"proxies.page.messages.directMode",
"proxies.page.title.default",
"proxies.page.title.chainMode",

View File

@ -429,6 +429,8 @@ export interface TranslationResources {
disconnectFailed: string;
duplicateNode: string;
empty: string;
entryNode: string;
exitNode: string;
header: string;
instruction: string;
minimumNodes: string;