mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-05 13:10:08 +00:00
fix: Kill auto language (#21)
* fix: Kill auto language Kill the background automatic recognition of language to prevent backend Language file correction * refactor(Aggregate): Ports and install hosts Optimize multi-language * fix(I18n): Kill spurious shortcuts Fix wrong import
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
"NoRowsAreSelected": "No rows are selected",
|
||||
"ThisOperationIsUnrecoverable": "This operation cannot be undone!",
|
||||
"TaskTriggeredSuccessfully": "The task triggered successfully",
|
||||
"TheServerDoesNotOnline": "The server does not exist or has not been connected yet"
|
||||
"TheServerDoesNotOnline": "The server does not exist or has not been connected yet",
|
||||
"InstallHostRequired": "The Agent docking address has not been filled in in the settings.",
|
||||
"UnknownIdentifier": "Unknown identifier"
|
||||
},
|
||||
"Login": "Log in",
|
||||
"Server": "Server",
|
||||
@@ -101,7 +103,7 @@
|
||||
"Domains": "domain name",
|
||||
"MaximumRetryAttempts": "Maximum number of retries",
|
||||
"Refresh": "Refresh",
|
||||
"CopyPath": "copy path",
|
||||
"CopyPath": "Copy path",
|
||||
"Goto": "Go to",
|
||||
"UpdateProfile": "Update profile",
|
||||
"NewUsername": "New username",
|
||||
@@ -117,19 +119,18 @@
|
||||
"Uploading": "Uploading",
|
||||
"EditNAT": "Edit intranet penetration",
|
||||
"CreateNAT": "Create intranet penetration",
|
||||
"LocalService": "local service",
|
||||
"LocalService": "Local service",
|
||||
"BindHostname": "Bind domain name",
|
||||
"EditServerGroup": "Edit server group",
|
||||
"CreateServerGroup": "Create server group",
|
||||
"User": "User",
|
||||
"WAF": "Web application firewall",
|
||||
"SiteName": "Site name",
|
||||
"DashboardOriginalHost": "Dashboard Server Domain/IP without CDN",
|
||||
"Auto": "Automatic",
|
||||
"DashboardOriginalHost": "Agent docking address [domain name/IP:port]",
|
||||
"LoginFailed": "Login failed",
|
||||
"BruteForceAttackingToken": "Brute Force Attacking Token",
|
||||
"BruteForceAttackingAgentSecret": "Brute Force Attacking Agent Secret",
|
||||
"Language": "language",
|
||||
"Language": "Language",
|
||||
"CustomCodes": "Custom Codes (Style and Script)",
|
||||
"CustomCodesDashboard": "Custom Codes for Dashboard",
|
||||
"CustomPublicDNSNameserversforDDNS": "Custom Public DNS Nameservers for DDNS",
|
||||
@@ -137,7 +138,7 @@
|
||||
"UseDirectConnectingIP": "Use direct connection IP",
|
||||
"IPChangeNotification": "IP Change notification",
|
||||
"FullIPNotification": "Show Full IP Address in Notification Messages",
|
||||
"EditService": "Editing services",
|
||||
"EditService": "Edit service",
|
||||
"CreateService": "Create service",
|
||||
"EditTask": "Edit task",
|
||||
"CreateTask": "Create task",
|
||||
@@ -147,8 +148,8 @@
|
||||
"CreateAlertRule": "Create alert rules",
|
||||
"EditNotifierGroup": "Edit notification group",
|
||||
"CreateNotifierGroup": "Create notification group",
|
||||
"NewUser": "new user",
|
||||
"NewUser": "New user",
|
||||
"Count": "Count",
|
||||
"LastBlockReason": "Last Block Reason",
|
||||
"LastBlockTime": "Last ban time"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"NoRowsAreSelected": "Nessuna riga selezionata",
|
||||
"ThisOperationIsUnrecoverable": "Questa operazione non può essere annullata!",
|
||||
"TaskTriggeredSuccessfully": "Attività avviata correttamente",
|
||||
"TheServerDoesNotOnline": "Il server non esiste o non è stato ancora connesso"
|
||||
"TheServerDoesNotOnline": "Il server non esiste o non è stato ancora connesso",
|
||||
"InstallHostRequired": "L'indirizzo di aggancio dell'Agent non è stato inserito nelle impostazioni.",
|
||||
"UnknownIdentifier": "identificatore sconosciuto"
|
||||
},
|
||||
"Login": "Accedi",
|
||||
"Server": "Server",
|
||||
@@ -45,23 +47,23 @@
|
||||
"Done": "Fine",
|
||||
"Offline": "Non in linea",
|
||||
"Failure": "Fallire",
|
||||
"Loading": "caricamento",
|
||||
"NoResults": "nessun contenuto",
|
||||
"Loading": "Caricamento",
|
||||
"NoResults": "Nessun contenuto",
|
||||
"Actions": "Azione",
|
||||
"EditServer": "Modifica server",
|
||||
"Weight": "Peso (più grande è il numero, più alto sarà visualizzato)",
|
||||
"DDNSProfiles": "ID profilo DDNS",
|
||||
"SeparateWithComma": "(separati da virgole)",
|
||||
"Public": "Pubblico",
|
||||
"Private": "privato",
|
||||
"Submit": "invia",
|
||||
"Private": "Privato",
|
||||
"Submit": "Invia",
|
||||
"Target": "Bersaglio",
|
||||
"Coverage": "Copertura",
|
||||
"CoverAll": "Copri tutto",
|
||||
"IgnoreAll": "Ignorare tutto",
|
||||
"SpecificServers": "Server specifico",
|
||||
"Type": "Tipo",
|
||||
"Interval": "intervallo",
|
||||
"Interval": "Intervallo",
|
||||
"NotifierGroupID": "ID del gruppo di notifiche",
|
||||
"Trigger": "Grilletto",
|
||||
"TasksToTriggerOnAlert": "L'attività che ha attivato l'avviso",
|
||||
@@ -82,7 +84,7 @@
|
||||
"EnableTriggerTask": "Abilita attività di attivazione",
|
||||
"CronExpression": "Espressione cron",
|
||||
"Command": "Ordine",
|
||||
"NotifierGroup": "gruppo di notifica",
|
||||
"NotifierGroup": "Gruppo di notifica",
|
||||
"SendSuccessNotification": "Invia notifica di successo",
|
||||
"LastExecution": "Ultimo giustiziato",
|
||||
"Result": "Risultato",
|
||||
@@ -96,16 +98,16 @@
|
||||
"RequestHeader": "Intestazione della richiesta",
|
||||
"DoNotSendTestMessage": "Non inviare messaggi di prova",
|
||||
"Always": "Sempre",
|
||||
"Once": "solo una volta",
|
||||
"Provider": "fornitore",
|
||||
"Domains": "nome di dominio",
|
||||
"Once": "Solo una volta",
|
||||
"Provider": "Fornitore",
|
||||
"Domains": "Nome di dominio",
|
||||
"MaximumRetryAttempts": "Numero massimo di tentativi",
|
||||
"Refresh": "aggiornare",
|
||||
"CopyPath": "percorso di copia",
|
||||
"CopyPath": "Percorso di copia",
|
||||
"Goto": "Vai a",
|
||||
"UpdateProfile": "Aggiorna il profilo",
|
||||
"NewUsername": "Nuovo nome utente",
|
||||
"OriginalPassword": "password originale",
|
||||
"OriginalPassword": "Password originale",
|
||||
"NewPassword": "Nuova parola d'ordine",
|
||||
"EditDDNS": "Modifica DDNS",
|
||||
"CreateDDNS": "Crea DDNS",
|
||||
@@ -125,7 +127,6 @@
|
||||
"CreateService": "Crea servizio",
|
||||
"EditTask": "Modifica attività",
|
||||
"CreateTask": "Crea attività",
|
||||
"Auto": "automatico",
|
||||
"CreateNotifier": "Crea notifica",
|
||||
"EditNotifier": "Modifica notifica",
|
||||
"EditAlertRule": "Modifica le regole degli allarmi",
|
||||
@@ -135,10 +136,10 @@
|
||||
"User": "Utente",
|
||||
"WAF": "Firewall dell'applicazione Web",
|
||||
"SiteName": "Nome del sito",
|
||||
"Language": "lingua",
|
||||
"Language": "Lingua",
|
||||
"CustomCodes": "Codice personalizzato (stili e script)",
|
||||
"CustomCodesDashboard": "Codice personalizzato per dashboard",
|
||||
"DashboardOriginalHost": "Nome di dominio/IP del server Dashboard (no CDN)",
|
||||
"DashboardOriginalHost": "Indirizzo di ancoraggio dell'agente [nome dominio/IP:porta]",
|
||||
"CustomPublicDNSNameserversforDDNS": "Server dei nomi DNS pubblici personalizzati per DDNS",
|
||||
"RealIPHeader": "Intestazione della richiesta IP reale",
|
||||
"UseDirectConnectingIP": "Utilizzare l'IP di connessione diretta",
|
||||
@@ -147,8 +148,8 @@
|
||||
"LoginFailed": "Accesso non riuscito",
|
||||
"BruteForceAttackingToken": "Segnalino di attacco di forza bruta",
|
||||
"BruteForceAttackingAgentSecret": "Segreti proxy dell'attacco di forza bruta",
|
||||
"NewUser": "nuovo utente",
|
||||
"Count": "contare",
|
||||
"NewUser": "Nuovo utente",
|
||||
"Count": "Contare",
|
||||
"LastBlockReason": "Motivo dell'ultimo divieto",
|
||||
"LastBlockTime": "L'ultima volta che è stato vietato"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"NoRowsAreSelected": "未选择任何行",
|
||||
"ThisOperationIsUnrecoverable": "这个操作将无法恢复!",
|
||||
"TaskTriggeredSuccessfully": "任务触发成功",
|
||||
"TheServerDoesNotOnline": "服务器不存在或者还未连接"
|
||||
"TheServerDoesNotOnline": "服务器不存在或者还未连接",
|
||||
"InstallHostRequired": "设置中尚未填写Agent对接地址",
|
||||
"UnknownIdentifier": "未知标识符"
|
||||
},
|
||||
"Login": "登录",
|
||||
"Server": "服务器",
|
||||
@@ -137,7 +139,7 @@
|
||||
"Language": "语言",
|
||||
"CustomCodes": "自定义代码(样式和脚本)",
|
||||
"CustomCodesDashboard": "仪表板的自定义代码",
|
||||
"DashboardOriginalHost": "仪表板服务器域名/IP(无 CDN)",
|
||||
"DashboardOriginalHost": "Agent对接地址【域名/IP:端口】",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自定义公共 DNS 名称服务器",
|
||||
"RealIPHeader": "真实IP请求头",
|
||||
"UseDirectConnectingIP": "使用直连 IP",
|
||||
@@ -149,6 +151,5 @@
|
||||
"NewUser": "新用户",
|
||||
"Count": "计数",
|
||||
"LastBlockReason": "最后封禁原因",
|
||||
"LastBlockTime": "最后封禁时间",
|
||||
"Auto": "自动"
|
||||
}
|
||||
"LastBlockTime": "最后封禁时间"
|
||||
}
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"NoRowsAreSelected": "未選擇任何行",
|
||||
"ThisOperationIsUnrecoverable": "這個操作將無法恢復!",
|
||||
"TaskTriggeredSuccessfully": "任務觸發成功",
|
||||
"TheServerDoesNotOnline": "伺服器不存在或尚未連接"
|
||||
"TheServerDoesNotOnline": "伺服器不存在或尚未連接",
|
||||
"InstallHostRequired": "設定中尚未填寫Agent對接位址",
|
||||
"UnknownIdentifier": "未知標識符"
|
||||
},
|
||||
"Login": "登入",
|
||||
"Server": "伺服器",
|
||||
@@ -137,7 +139,7 @@
|
||||
"Language": "語言",
|
||||
"CustomCodes": "自訂程式碼(樣式和腳本)",
|
||||
"CustomCodesDashboard": "儀表板的自訂程式碼",
|
||||
"DashboardOriginalHost": "儀表板伺服器網域/IP(無 CDN)",
|
||||
"DashboardOriginalHost": "Agent對接位址【網域名稱/IP:連接埠】",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自訂公共 DNS 名稱伺服器",
|
||||
"RealIPHeader": "真實IP請求頭",
|
||||
"UseDirectConnectingIP": "使用直連 IP",
|
||||
@@ -149,6 +151,5 @@
|
||||
"NewUser": "新用戶",
|
||||
"Count": "計數",
|
||||
"LastBlockReason": "最後封鎖原因",
|
||||
"LastBlockTime": "最後封鎖時間",
|
||||
"Auto": "自動"
|
||||
}
|
||||
"LastBlockTime": "最後封鎖時間"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user