mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-06-20 18:10:40 +00:00
Dashboard Redesign (#48)
* feat: add user_template setting * style: header * style: page padding * style: header * feat: header now time * style: login page * feat: nav indicator * style: button inset shadow * style: footer text size * feat: header show login_ip * fix: error toast * fix: frontend_templates setting * fix: lint * feat: pr auto format * chore: auto-fix linting and formatting issues --------- Co-authored-by: hamster1963 <hamster1963@users.noreply.github.com>
This commit is contained in:
+164
-162
@@ -1,164 +1,166 @@
|
||||
{
|
||||
"nezha": "Nezha Monitoring",
|
||||
"theme": {
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"system": "Follow System"
|
||||
},
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Results": {
|
||||
"UsernameMin": "Username must be at least {{number}} characters.",
|
||||
"PasswordRequired": "Password cannot be empty.",
|
||||
"ErrorFetchingResource": "Error Fetching Resource : {{error}}",
|
||||
"SelectAtLeastOneServer": "Please select at least one server.",
|
||||
"UnExpectedError": "UnExpected Error, Please see the console for details.",
|
||||
"ForceUpdate": "Forced upgrade:",
|
||||
"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",
|
||||
"InstallHostRequired": "The Agent docking address has not been filled in in the settings.",
|
||||
"UnknownIdentifier": "Unknown identifier"
|
||||
},
|
||||
"Login": "Log in",
|
||||
"Server": "Server",
|
||||
"Service": "Service",
|
||||
"Task": "Task",
|
||||
"Notification": "Notification",
|
||||
"DDNS": "Dynamic DNS",
|
||||
"NATT": "NAT Traversal",
|
||||
"Group": "Group",
|
||||
"Profile": "Profile",
|
||||
"Settings": "System settings",
|
||||
"Logout": "Log out",
|
||||
"NavigateTo": "Navigate to",
|
||||
"SelectAPageToNavigateTo": "Choose a page to jump to",
|
||||
"Close": "Close",
|
||||
"Error": "Error",
|
||||
"Name": "Name",
|
||||
"Version": "Version",
|
||||
"Unknown": "unknown",
|
||||
"Enable": "Enable",
|
||||
"HideForGuest": "Hidden from visitors",
|
||||
"InstallCommands": "Installation command",
|
||||
"Note": "Note",
|
||||
"Success": "Success",
|
||||
"Done": "Finish",
|
||||
"Offline": "Offline",
|
||||
"Failure": "Fail",
|
||||
"Loading": "Loading",
|
||||
"NoResults": "No results",
|
||||
"Actions": "Actions",
|
||||
"EditServer": "Edit server",
|
||||
"Weight": "Weight (the larger the number, the higher it is displayed)",
|
||||
"DDNSProfiles": "DDNS Profile IDs",
|
||||
"SeparateWithComma": "(Separate with comma)",
|
||||
"Public": "Public",
|
||||
"Private": "Private",
|
||||
"Submit": "Submit",
|
||||
"Target": "Target",
|
||||
"Coverage": "Coverage",
|
||||
"CoverAll": "Cover all",
|
||||
"IgnoreAll": "Ignore all",
|
||||
"SpecificServers": "Specific server",
|
||||
"Type": "Type",
|
||||
"Interval": "Interval",
|
||||
"NotifierGroupID": "Notification group ID",
|
||||
"Trigger": "On Trigger",
|
||||
"TasksToTriggerOnAlert": "The task that triggered the alert",
|
||||
"TasksToTriggerAfterRecovery": "Tasks to be triggered after recovery",
|
||||
"Confirm": "Confirm",
|
||||
"ConfirmDeletion": "Confirm deletion?",
|
||||
"Services": "Services",
|
||||
"ShowInService": "Show in Service",
|
||||
"Coverages": {
|
||||
"Excludes": "Excludes specific servers",
|
||||
"Only": "Only specific servers",
|
||||
"Alarmed": "Executed on the server that triggered the alarm"
|
||||
},
|
||||
"EnableFailureNotification": "Enable Failure Notification",
|
||||
"MaximumLatency": "Maximum Latency Time (ms)",
|
||||
"MinimumLatency": "Minimum delay time (milliseconds)",
|
||||
"EnableLatencyNotification": "Enable delayed notifications",
|
||||
"EnableTriggerTask": "Enable Trigger Task",
|
||||
"CronExpression": "Cron expression",
|
||||
"Command": "Order",
|
||||
"NotifierGroup": "Notification group",
|
||||
"SendSuccessNotification": "Send success notification",
|
||||
"LastExecution": "Last Execution",
|
||||
"Result": "Result",
|
||||
"Scheduled": "Scheduled tasks",
|
||||
"Notifier": "Notifier",
|
||||
"AlertRule": "Alert rules",
|
||||
"VerifyTLS": "Verify TLS",
|
||||
"TriggerMode": "Trigger mode",
|
||||
"Rules": "Rules",
|
||||
"RequestMethod": "Request method",
|
||||
"RequestHeader": "Request header",
|
||||
"DoNotSendTestMessage": "Do Not Send Test Message",
|
||||
"Always": "Always",
|
||||
"Once": "Once",
|
||||
"Provider": "Provider",
|
||||
"Domains": "domain name",
|
||||
"MaximumRetryAttempts": "Maximum number of retries",
|
||||
"Refresh": "Refresh",
|
||||
"CopyPath": "Copy path",
|
||||
"Goto": "Go to",
|
||||
"UpdateProfile": "Update profile",
|
||||
"NewUsername": "New username",
|
||||
"OriginalPassword": "Original password",
|
||||
"NewPassword": "New Password",
|
||||
"EditDDNS": "Edit DDNS",
|
||||
"CreateDDNS": "Create DDNS",
|
||||
"Credential": "Credential",
|
||||
"RequestType": "Request type",
|
||||
"RequestBody": "Request body",
|
||||
"FileManager": "Pseudo File Manager",
|
||||
"Downloading": "Downloading",
|
||||
"Uploading": "Uploading",
|
||||
"EditNAT": "Edit intranet penetration",
|
||||
"CreateNAT": "Create intranet penetration",
|
||||
"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": "Agent docking address [domain name/IP:port]",
|
||||
"ConfigTLS": "Use TLS to connect Agent",
|
||||
"LoginFailed": "Login failed",
|
||||
"BruteForceAttackingToken": "Brute Force Attacking Token",
|
||||
"BruteForceAttackingAgentSecret": "Brute Force Attacking Agent Secret",
|
||||
"Language": "Language",
|
||||
"CustomCodes": "Custom Codes (Style and Script)",
|
||||
"CustomCodesDashboard": "Custom Codes for Dashboard",
|
||||
"CustomPublicDNSNameserversforDDNS": "Custom Public DNS Nameservers for DDNS",
|
||||
"RealIPHeader": "Real IP request header",
|
||||
"UseDirectConnectingIP": "Use direct connection IP",
|
||||
"IPChangeNotification": "IP Change notification",
|
||||
"FullIPNotification": "Show Full IP Address in Notification Messages",
|
||||
"EditService": "Edit service",
|
||||
"CreateService": "Create service",
|
||||
"EditTask": "Edit task",
|
||||
"CreateTask": "Create task",
|
||||
"CreateNotifier": "Create notification",
|
||||
"EditNotifier": "Edit notification",
|
||||
"EditAlertRule": "Edit alarm rules",
|
||||
"CreateAlertRule": "Create alert rules",
|
||||
"EditNotifierGroup": "Edit notification group",
|
||||
"CreateNotifierGroup": "Create notification group",
|
||||
"NewUser": "New user",
|
||||
"Count": "Count",
|
||||
"LastBlockReason": "Last Block Reason",
|
||||
"LastBlockTime": "Last ban time",
|
||||
"Theme": "Theme",
|
||||
"Author": "Author",
|
||||
"Repository": "Repository",
|
||||
"Community": "Community",
|
||||
"Official": "Official",
|
||||
"CommunityThemeWarning": "You are using a community theme",
|
||||
"CommunityThemeDescription": "This theme is provided by the community, use it at your own risk",
|
||||
"Cancel": "Cancel"
|
||||
"nezha": "Nezha Monitoring",
|
||||
"theme": {
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"system": "Follow System"
|
||||
},
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"LoginFirst": "Please log in first",
|
||||
"CurrentTime": "Current time",
|
||||
"Results": {
|
||||
"UsernameMin": "Username must be at least {{number}} characters.",
|
||||
"PasswordRequired": "Password cannot be empty.",
|
||||
"ErrorFetchingResource": "Error Fetching Resource : {{error}}",
|
||||
"SelectAtLeastOneServer": "Please select at least one server.",
|
||||
"UnExpectedError": "UnExpected Error, Please see the console for details.",
|
||||
"ForceUpdate": "Forced upgrade:",
|
||||
"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",
|
||||
"InstallHostRequired": "The Agent docking address has not been filled in in the settings.",
|
||||
"UnknownIdentifier": "Unknown identifier"
|
||||
},
|
||||
"Login": "Log in",
|
||||
"Server": "Server",
|
||||
"Service": "Service",
|
||||
"Task": "Task",
|
||||
"Notification": "Notification",
|
||||
"DDNS": "Dynamic DNS",
|
||||
"NATT": "NAT Traversal",
|
||||
"Group": "Group",
|
||||
"Profile": "Profile",
|
||||
"Settings": "System settings",
|
||||
"Logout": "Log out",
|
||||
"NavigateTo": "Navigate to",
|
||||
"SelectAPageToNavigateTo": "Choose a page to jump to",
|
||||
"Close": "Close",
|
||||
"Error": "Error",
|
||||
"Name": "Name",
|
||||
"Version": "Version",
|
||||
"Unknown": "unknown",
|
||||
"Enable": "Enable",
|
||||
"HideForGuest": "Hidden from visitors",
|
||||
"InstallCommands": "Installation command",
|
||||
"Note": "Note",
|
||||
"Success": "Success",
|
||||
"Done": "Finish",
|
||||
"Offline": "Offline",
|
||||
"Failure": "Fail",
|
||||
"Loading": "Loading",
|
||||
"NoResults": "No results",
|
||||
"Actions": "Actions",
|
||||
"EditServer": "Edit server",
|
||||
"Weight": "Weight (the larger the number, the higher it is displayed)",
|
||||
"DDNSProfiles": "DDNS Profile IDs",
|
||||
"SeparateWithComma": "(Separate with comma)",
|
||||
"Public": "Public",
|
||||
"Private": "Private",
|
||||
"Submit": "Submit",
|
||||
"Target": "Target",
|
||||
"Coverage": "Coverage",
|
||||
"CoverAll": "Cover all",
|
||||
"IgnoreAll": "Ignore all",
|
||||
"SpecificServers": "Specific server",
|
||||
"Type": "Type",
|
||||
"Interval": "Interval",
|
||||
"NotifierGroupID": "Notification group ID",
|
||||
"Trigger": "On Trigger",
|
||||
"TasksToTriggerOnAlert": "The task that triggered the alert",
|
||||
"TasksToTriggerAfterRecovery": "Tasks to be triggered after recovery",
|
||||
"Confirm": "Confirm",
|
||||
"ConfirmDeletion": "Confirm deletion?",
|
||||
"Services": "Services",
|
||||
"ShowInService": "Show in Service",
|
||||
"Coverages": {
|
||||
"Excludes": "Excludes specific servers",
|
||||
"Only": "Only specific servers",
|
||||
"Alarmed": "Executed on the server that triggered the alarm"
|
||||
},
|
||||
"EnableFailureNotification": "Enable Failure Notification",
|
||||
"MaximumLatency": "Maximum Latency Time (ms)",
|
||||
"MinimumLatency": "Minimum delay time (milliseconds)",
|
||||
"EnableLatencyNotification": "Enable delayed notifications",
|
||||
"EnableTriggerTask": "Enable Trigger Task",
|
||||
"CronExpression": "Cron expression",
|
||||
"Command": "Order",
|
||||
"NotifierGroup": "Notification group",
|
||||
"SendSuccessNotification": "Send success notification",
|
||||
"LastExecution": "Last Execution",
|
||||
"Result": "Result",
|
||||
"Scheduled": "Scheduled tasks",
|
||||
"Notifier": "Notifier",
|
||||
"AlertRule": "Alert rules",
|
||||
"VerifyTLS": "Verify TLS",
|
||||
"TriggerMode": "Trigger mode",
|
||||
"Rules": "Rules",
|
||||
"RequestMethod": "Request method",
|
||||
"RequestHeader": "Request header",
|
||||
"DoNotSendTestMessage": "Do Not Send Test Message",
|
||||
"Always": "Always",
|
||||
"Once": "Once",
|
||||
"Provider": "Provider",
|
||||
"Domains": "domain name",
|
||||
"MaximumRetryAttempts": "Maximum number of retries",
|
||||
"Refresh": "Refresh",
|
||||
"CopyPath": "Copy path",
|
||||
"Goto": "Go to",
|
||||
"UpdateProfile": "Update profile",
|
||||
"NewUsername": "New username",
|
||||
"OriginalPassword": "Original password",
|
||||
"NewPassword": "New Password",
|
||||
"EditDDNS": "Edit DDNS",
|
||||
"CreateDDNS": "Create DDNS",
|
||||
"Credential": "Credential",
|
||||
"RequestType": "Request type",
|
||||
"RequestBody": "Request body",
|
||||
"FileManager": "Pseudo File Manager",
|
||||
"Downloading": "Downloading",
|
||||
"Uploading": "Uploading",
|
||||
"EditNAT": "Edit intranet penetration",
|
||||
"CreateNAT": "Create intranet penetration",
|
||||
"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": "Agent docking address [domain name/IP:port]",
|
||||
"ConfigTLS": "Use TLS to connect Agent",
|
||||
"LoginFailed": "Login failed",
|
||||
"BruteForceAttackingToken": "Brute Force Attacking Token",
|
||||
"BruteForceAttackingAgentSecret": "Brute Force Attacking Agent Secret",
|
||||
"Language": "Language",
|
||||
"CustomCodes": "Custom Codes (Style and Script)",
|
||||
"CustomCodesDashboard": "Custom Codes for Dashboard",
|
||||
"CustomPublicDNSNameserversforDDNS": "Custom Public DNS Nameservers for DDNS",
|
||||
"RealIPHeader": "Real IP request header",
|
||||
"UseDirectConnectingIP": "Use direct connection IP",
|
||||
"IPChangeNotification": "IP Change notification",
|
||||
"FullIPNotification": "Show Full IP Address in Notification Messages",
|
||||
"EditService": "Edit service",
|
||||
"CreateService": "Create service",
|
||||
"EditTask": "Edit task",
|
||||
"CreateTask": "Create task",
|
||||
"CreateNotifier": "Create notification",
|
||||
"EditNotifier": "Edit notification",
|
||||
"EditAlertRule": "Edit alarm rules",
|
||||
"CreateAlertRule": "Create alert rules",
|
||||
"EditNotifierGroup": "Edit notification group",
|
||||
"CreateNotifierGroup": "Create notification group",
|
||||
"NewUser": "New user",
|
||||
"Count": "Count",
|
||||
"LastBlockReason": "Last Block Reason",
|
||||
"LastBlockTime": "Last ban time",
|
||||
"Theme": "Theme",
|
||||
"Author": "Author",
|
||||
"Repository": "Repository",
|
||||
"Community": "Community",
|
||||
"Official": "Official",
|
||||
"CommunityThemeWarning": "You are using a community theme",
|
||||
"CommunityThemeDescription": "This theme is provided by the community, use it at your own risk",
|
||||
"Cancel": "Cancel"
|
||||
}
|
||||
|
||||
+164
-162
@@ -1,164 +1,166 @@
|
||||
{
|
||||
"nezha": "Monitoraggio Nezha",
|
||||
"theme": {
|
||||
"light": "Chiaro",
|
||||
"dark": "Scuro",
|
||||
"system": "Segui il sistema"
|
||||
},
|
||||
"Username": "Nome utente",
|
||||
"Password": "Password",
|
||||
"Results": {
|
||||
"UsernameMin": "Il nome utente deve contenere almeno {{number}} caratteri.",
|
||||
"PasswordRequired": "La password non può essere vuota.",
|
||||
"ErrorFetchingResource": "Errore nel recupero della risorsa: {{error}}",
|
||||
"SelectAtLeastOneServer": "Seleziona almeno un server.",
|
||||
"UnExpectedError": "Errore imprevisto. Controlla la console per i dettagli.",
|
||||
"ForceUpdate": "Aggiornamento forzato:",
|
||||
"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",
|
||||
"InstallHostRequired": "L'indirizzo di aggancio dell'Agent non è stato inserito nelle impostazioni.",
|
||||
"UnknownIdentifier": "identificatore sconosciuto"
|
||||
},
|
||||
"Login": "Accedi",
|
||||
"Server": "Server",
|
||||
"Service": "Servizio",
|
||||
"Task": "Compito",
|
||||
"Notification": "Notifica",
|
||||
"DDNS": "DNS Dinamico",
|
||||
"NATT": "Traversata NAT",
|
||||
"Group": "Gruppo",
|
||||
"Profile": "Informazioni personali",
|
||||
"Settings": "Impostazioni di sistema",
|
||||
"Logout": "Esci",
|
||||
"NavigateTo": "Vai a",
|
||||
"SelectAPageToNavigateTo": "Scegli una pagina da visitare",
|
||||
"Close": "Chiudi",
|
||||
"Error": "Errore",
|
||||
"Name": "Nome",
|
||||
"Version": "Versione",
|
||||
"Unknown": "Sconosciuto",
|
||||
"Enable": "Abilita",
|
||||
"HideForGuest": "Nascosto ai visitatori",
|
||||
"InstallCommands": "Comando di installazione",
|
||||
"Note": "Osservazione",
|
||||
"Success": "Successo",
|
||||
"Done": "Fine",
|
||||
"Offline": "Non in linea",
|
||||
"Failure": "Fallire",
|
||||
"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",
|
||||
"Target": "Bersaglio",
|
||||
"Coverage": "Copertura",
|
||||
"CoverAll": "Copri tutto",
|
||||
"IgnoreAll": "Ignorare tutto",
|
||||
"SpecificServers": "Server specifico",
|
||||
"Type": "Tipo",
|
||||
"Interval": "Intervallo",
|
||||
"NotifierGroupID": "ID del gruppo di notifiche",
|
||||
"Trigger": "Grilletto",
|
||||
"TasksToTriggerOnAlert": "L'attività che ha attivato l'avviso",
|
||||
"TasksToTriggerAfterRecovery": "Attività da attivare dopo il ripristino",
|
||||
"Confirm": "Confermo",
|
||||
"ConfirmDeletion": "Confermi l'eliminazione?",
|
||||
"Services": "Servizi",
|
||||
"ShowInService": "Mostra in servizio",
|
||||
"Coverages": {
|
||||
"Only": "Solo server specifici",
|
||||
"Excludes": "Escludi server specifici",
|
||||
"Alarmed": "Eseguito sul server che ha attivato l'allarme"
|
||||
},
|
||||
"EnableFailureNotification": "Abilita la notifica di errore",
|
||||
"MaximumLatency": "Tempo di ritardo massimo (millisecondi)",
|
||||
"MinimumLatency": "Tempo di ritardo minimo (millisecondi)",
|
||||
"EnableLatencyNotification": "Abilita le notifiche ritardate",
|
||||
"EnableTriggerTask": "Abilita attività di attivazione",
|
||||
"CronExpression": "Espressione cron",
|
||||
"Command": "Ordine",
|
||||
"NotifierGroup": "Gruppo di notifica",
|
||||
"SendSuccessNotification": "Invia notifica di successo",
|
||||
"LastExecution": "Ultimo giustiziato",
|
||||
"Result": "Risultato",
|
||||
"Scheduled": "Attività pianificate",
|
||||
"Notifier": "Notifica",
|
||||
"AlertRule": "Regole di allerta",
|
||||
"VerifyTLS": "Verifica TLS",
|
||||
"TriggerMode": "Modalità di attivazione",
|
||||
"Rules": "Regola",
|
||||
"RequestMethod": "Metodo di richiesta",
|
||||
"RequestHeader": "Intestazione della richiesta",
|
||||
"DoNotSendTestMessage": "Non inviare messaggi di prova",
|
||||
"Always": "Sempre",
|
||||
"Once": "Solo una volta",
|
||||
"Provider": "Fornitore",
|
||||
"Domains": "Nome di dominio",
|
||||
"MaximumRetryAttempts": "Numero massimo di tentativi",
|
||||
"Refresh": "aggiornare",
|
||||
"CopyPath": "Percorso di copia",
|
||||
"Goto": "Vai a",
|
||||
"UpdateProfile": "Aggiorna il profilo",
|
||||
"NewUsername": "Nuovo nome utente",
|
||||
"OriginalPassword": "Password originale",
|
||||
"NewPassword": "Nuova parola d'ordine",
|
||||
"EditDDNS": "Modifica DDNS",
|
||||
"CreateDDNS": "Crea DDNS",
|
||||
"Credential": "Credenziale",
|
||||
"RequestType": "Tipo di richiesta",
|
||||
"RequestBody": "Richiedi corpo",
|
||||
"FileManager": "Gestore di File Pseudo",
|
||||
"Downloading": "Download in corso",
|
||||
"Uploading": "Caricamento",
|
||||
"EditNAT": "Modifica la penetrazione della intranet",
|
||||
"CreateNAT": "Creare penetrazione intranet",
|
||||
"LocalService": "servizio locale",
|
||||
"BindHostname": "Associa il nome di dominio",
|
||||
"EditServerGroup": "Modifica gruppo di server",
|
||||
"CreateServerGroup": "Crea gruppo di server",
|
||||
"EditService": "Servizi di editing",
|
||||
"CreateService": "Crea servizio",
|
||||
"EditTask": "Modifica attività",
|
||||
"CreateTask": "Crea attività",
|
||||
"CreateNotifier": "Crea notifica",
|
||||
"EditNotifier": "Modifica notifica",
|
||||
"EditAlertRule": "Modifica le regole degli allarmi",
|
||||
"CreateAlertRule": "Crea regole di avviso",
|
||||
"EditNotifierGroup": "Modifica gruppo di notifiche",
|
||||
"CreateNotifierGroup": "Crea gruppo di notifica",
|
||||
"User": "Utente",
|
||||
"WAF": "Firewall dell'applicazione Web",
|
||||
"SiteName": "Nome del sito",
|
||||
"Language": "Lingua",
|
||||
"CustomCodes": "Codice personalizzato (stili e script)",
|
||||
"CustomCodesDashboard": "Codice personalizzato per dashboard",
|
||||
"DashboardOriginalHost": "Indirizzo di ancoraggio dell'agente [nome dominio/IP:porta]",
|
||||
"ConfigTLS": "Usa TLS per connettere Agent",
|
||||
"CustomPublicDNSNameserversforDDNS": "Server dei nomi DNS pubblici personalizzati per DDNS",
|
||||
"RealIPHeader": "Intestazione della richiesta IP reale",
|
||||
"UseDirectConnectingIP": "Utilizzare l'IP di connessione diretta",
|
||||
"IPChangeNotification": "Notifica di modifica IP",
|
||||
"FullIPNotification": "Mostra l'indirizzo IP completo nei messaggi di notifica",
|
||||
"LoginFailed": "Accesso non riuscito",
|
||||
"BruteForceAttackingToken": "Segnalino di attacco di forza bruta",
|
||||
"BruteForceAttackingAgentSecret": "Segreti proxy dell'attacco di forza bruta",
|
||||
"NewUser": "Nuovo utente",
|
||||
"Count": "Contare",
|
||||
"LastBlockReason": "Motivo dell'ultimo divieto",
|
||||
"LastBlockTime": "L'ultima volta che è stato vietato",
|
||||
"Theme": "Tema",
|
||||
"Author": "Autore",
|
||||
"Repository": "Repository",
|
||||
"Community": "Comunità",
|
||||
"Official": "Ufficiale",
|
||||
"CommunityThemeWarning": "Questo tema appartiene alla comunità",
|
||||
"CommunityThemeDescription": "Questo tema viene fornito dalla comunità, utilizzalo a tuo rischio e pericolo",
|
||||
"Cancel": "Annulla"
|
||||
"nezha": "Monitoraggio Nezha",
|
||||
"theme": {
|
||||
"light": "Chiaro",
|
||||
"dark": "Scuro",
|
||||
"system": "Segui il sistema"
|
||||
},
|
||||
"Username": "Nome utente",
|
||||
"Password": "Password",
|
||||
"LoginFirst": "Effettua prima il login",
|
||||
"CurrentTime": "Ora attuale",
|
||||
"Results": {
|
||||
"UsernameMin": "Il nome utente deve contenere almeno {{number}} caratteri.",
|
||||
"PasswordRequired": "La password non può essere vuota.",
|
||||
"ErrorFetchingResource": "Errore nel recupero della risorsa: {{error}}",
|
||||
"SelectAtLeastOneServer": "Seleziona almeno un server.",
|
||||
"UnExpectedError": "Errore imprevisto. Controlla la console per i dettagli.",
|
||||
"ForceUpdate": "Aggiornamento forzato:",
|
||||
"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",
|
||||
"InstallHostRequired": "L'indirizzo di aggancio dell'Agent non è stato inserito nelle impostazioni.",
|
||||
"UnknownIdentifier": "identificatore sconosciuto"
|
||||
},
|
||||
"Login": "Accedi",
|
||||
"Server": "Server",
|
||||
"Service": "Servizio",
|
||||
"Task": "Compito",
|
||||
"Notification": "Notifica",
|
||||
"DDNS": "DNS Dinamico",
|
||||
"NATT": "Traversata NAT",
|
||||
"Group": "Gruppo",
|
||||
"Profile": "Informazioni personali",
|
||||
"Settings": "Impostazioni di sistema",
|
||||
"Logout": "Esci",
|
||||
"NavigateTo": "Vai a",
|
||||
"SelectAPageToNavigateTo": "Scegli una pagina da visitare",
|
||||
"Close": "Chiudi",
|
||||
"Error": "Errore",
|
||||
"Name": "Nome",
|
||||
"Version": "Versione",
|
||||
"Unknown": "Sconosciuto",
|
||||
"Enable": "Abilita",
|
||||
"HideForGuest": "Nascosto ai visitatori",
|
||||
"InstallCommands": "Comando di installazione",
|
||||
"Note": "Osservazione",
|
||||
"Success": "Successo",
|
||||
"Done": "Fine",
|
||||
"Offline": "Non in linea",
|
||||
"Failure": "Fallire",
|
||||
"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",
|
||||
"Target": "Bersaglio",
|
||||
"Coverage": "Copertura",
|
||||
"CoverAll": "Copri tutto",
|
||||
"IgnoreAll": "Ignorare tutto",
|
||||
"SpecificServers": "Server specifico",
|
||||
"Type": "Tipo",
|
||||
"Interval": "Intervallo",
|
||||
"NotifierGroupID": "ID del gruppo di notifiche",
|
||||
"Trigger": "Grilletto",
|
||||
"TasksToTriggerOnAlert": "L'attività che ha attivato l'avviso",
|
||||
"TasksToTriggerAfterRecovery": "Attività da attivare dopo il ripristino",
|
||||
"Confirm": "Confermo",
|
||||
"ConfirmDeletion": "Confermi l'eliminazione?",
|
||||
"Services": "Servizi",
|
||||
"ShowInService": "Mostra in servizio",
|
||||
"Coverages": {
|
||||
"Only": "Solo server specifici",
|
||||
"Excludes": "Escludi server specifici",
|
||||
"Alarmed": "Eseguito sul server che ha attivato l'allarme"
|
||||
},
|
||||
"EnableFailureNotification": "Abilita la notifica di errore",
|
||||
"MaximumLatency": "Tempo di ritardo massimo (millisecondi)",
|
||||
"MinimumLatency": "Tempo di ritardo minimo (millisecondi)",
|
||||
"EnableLatencyNotification": "Abilita le notifiche ritardate",
|
||||
"EnableTriggerTask": "Abilita attività di attivazione",
|
||||
"CronExpression": "Espressione cron",
|
||||
"Command": "Ordine",
|
||||
"NotifierGroup": "Gruppo di notifica",
|
||||
"SendSuccessNotification": "Invia notifica di successo",
|
||||
"LastExecution": "Ultimo giustiziato",
|
||||
"Result": "Risultato",
|
||||
"Scheduled": "Attività pianificate",
|
||||
"Notifier": "Notifica",
|
||||
"AlertRule": "Regole di allerta",
|
||||
"VerifyTLS": "Verifica TLS",
|
||||
"TriggerMode": "Modalità di attivazione",
|
||||
"Rules": "Regola",
|
||||
"RequestMethod": "Metodo di richiesta",
|
||||
"RequestHeader": "Intestazione della richiesta",
|
||||
"DoNotSendTestMessage": "Non inviare messaggi di prova",
|
||||
"Always": "Sempre",
|
||||
"Once": "Solo una volta",
|
||||
"Provider": "Fornitore",
|
||||
"Domains": "Nome di dominio",
|
||||
"MaximumRetryAttempts": "Numero massimo di tentativi",
|
||||
"Refresh": "aggiornare",
|
||||
"CopyPath": "Percorso di copia",
|
||||
"Goto": "Vai a",
|
||||
"UpdateProfile": "Aggiorna il profilo",
|
||||
"NewUsername": "Nuovo nome utente",
|
||||
"OriginalPassword": "Password originale",
|
||||
"NewPassword": "Nuova parola d'ordine",
|
||||
"EditDDNS": "Modifica DDNS",
|
||||
"CreateDDNS": "Crea DDNS",
|
||||
"Credential": "Credenziale",
|
||||
"RequestType": "Tipo di richiesta",
|
||||
"RequestBody": "Richiedi corpo",
|
||||
"FileManager": "Gestore di File Pseudo",
|
||||
"Downloading": "Download in corso",
|
||||
"Uploading": "Caricamento",
|
||||
"EditNAT": "Modifica la penetrazione della intranet",
|
||||
"CreateNAT": "Creare penetrazione intranet",
|
||||
"LocalService": "servizio locale",
|
||||
"BindHostname": "Associa il nome di dominio",
|
||||
"EditServerGroup": "Modifica gruppo di server",
|
||||
"CreateServerGroup": "Crea gruppo di server",
|
||||
"EditService": "Servizi di editing",
|
||||
"CreateService": "Crea servizio",
|
||||
"EditTask": "Modifica attività",
|
||||
"CreateTask": "Crea attività",
|
||||
"CreateNotifier": "Crea notifica",
|
||||
"EditNotifier": "Modifica notifica",
|
||||
"EditAlertRule": "Modifica le regole degli allarmi",
|
||||
"CreateAlertRule": "Crea regole di avviso",
|
||||
"EditNotifierGroup": "Modifica gruppo di notifiche",
|
||||
"CreateNotifierGroup": "Crea gruppo di notifica",
|
||||
"User": "Utente",
|
||||
"WAF": "Firewall dell'applicazione Web",
|
||||
"SiteName": "Nome del sito",
|
||||
"Language": "Lingua",
|
||||
"CustomCodes": "Codice personalizzato (stili e script)",
|
||||
"CustomCodesDashboard": "Codice personalizzato per dashboard",
|
||||
"DashboardOriginalHost": "Indirizzo di ancoraggio dell'agente [nome dominio/IP:porta]",
|
||||
"ConfigTLS": "Usa TLS per connettere Agent",
|
||||
"CustomPublicDNSNameserversforDDNS": "Server dei nomi DNS pubblici personalizzati per DDNS",
|
||||
"RealIPHeader": "Intestazione della richiesta IP reale",
|
||||
"UseDirectConnectingIP": "Utilizzare l'IP di connessione diretta",
|
||||
"IPChangeNotification": "Notifica di modifica IP",
|
||||
"FullIPNotification": "Mostra l'indirizzo IP completo nei messaggi di notifica",
|
||||
"LoginFailed": "Accesso non riuscito",
|
||||
"BruteForceAttackingToken": "Segnalino di attacco di forza bruta",
|
||||
"BruteForceAttackingAgentSecret": "Segreti proxy dell'attacco di forza bruta",
|
||||
"NewUser": "Nuovo utente",
|
||||
"Count": "Contare",
|
||||
"LastBlockReason": "Motivo dell'ultimo divieto",
|
||||
"LastBlockTime": "L'ultima volta che è stato vietato",
|
||||
"Theme": "Tema",
|
||||
"Author": "Autore",
|
||||
"Repository": "Repository",
|
||||
"Community": "Comunità",
|
||||
"Official": "Ufficiale",
|
||||
"CommunityThemeWarning": "Questo tema appartiene alla comunità",
|
||||
"CommunityThemeDescription": "Questo tema viene fornito dalla comunità, utilizzalo a tuo rischio e pericolo",
|
||||
"Cancel": "Annulla"
|
||||
}
|
||||
|
||||
+164
-162
@@ -1,164 +1,166 @@
|
||||
{
|
||||
"nezha": "哪吒监控",
|
||||
"theme": {
|
||||
"light": "亮色",
|
||||
"dark": "暗色",
|
||||
"system": "跟随系统"
|
||||
},
|
||||
"Username": "用户名",
|
||||
"Password": "密码",
|
||||
"Results": {
|
||||
"UsernameMin": "用户名必须至少有 {{number}} 个字符。",
|
||||
"PasswordRequired": "密码不能为空。",
|
||||
"ErrorFetchingResource": "获取资源时出错:{{error}}",
|
||||
"SelectAtLeastOneServer": "请至少选择一台服务器。",
|
||||
"UnExpectedError": "意外错误,请查看控制台了解详细信息。",
|
||||
"ForceUpdate": "强制升级:",
|
||||
"NoRowsAreSelected": "未选择任何行",
|
||||
"ThisOperationIsUnrecoverable": "这个操作将无法恢复!",
|
||||
"TaskTriggeredSuccessfully": "任务触发成功",
|
||||
"TheServerDoesNotOnline": "服务器不存在或者还未连接",
|
||||
"InstallHostRequired": "设置中尚未填写Agent对接地址。",
|
||||
"UnknownIdentifier": "未知标识符"
|
||||
},
|
||||
"Login": "登录",
|
||||
"Server": "服务器",
|
||||
"Service": "服务",
|
||||
"Task": "任务",
|
||||
"Notification": "通知",
|
||||
"DDNS": "动态域名解析",
|
||||
"NATT": "内网穿透",
|
||||
"Group": "分组",
|
||||
"Profile": "个人信息",
|
||||
"Settings": "系统设置",
|
||||
"Logout": "登出",
|
||||
"NavigateTo": "导航至",
|
||||
"SelectAPageToNavigateTo": "选择一个页面跳转",
|
||||
"Close": "关闭",
|
||||
"Error": "错误",
|
||||
"Name": "名称",
|
||||
"Version": "版本",
|
||||
"Unknown": "未知",
|
||||
"Enable": "启用",
|
||||
"HideForGuest": "对游客隐藏",
|
||||
"InstallCommands": "安装命令",
|
||||
"Note": "备注",
|
||||
"Success": "成功",
|
||||
"Done": "完成",
|
||||
"Offline": "离线",
|
||||
"Failure": "失败",
|
||||
"Loading": "加载中",
|
||||
"NoResults": "没有内容",
|
||||
"Actions": "操作",
|
||||
"EditServer": "编辑服务器",
|
||||
"Weight": "权重(数字越大,显示越靠前)",
|
||||
"DDNSProfiles": "DDNS 配置文件 ID",
|
||||
"SeparateWithComma": "(以英文逗号分隔)",
|
||||
"Public": "公开",
|
||||
"Private": "私有",
|
||||
"Submit": "提交",
|
||||
"Target": "目标",
|
||||
"Coverage": "覆盖范围",
|
||||
"CoverAll": "覆盖全部",
|
||||
"IgnoreAll": "忽略全部",
|
||||
"SpecificServers": "特定服务器",
|
||||
"Type": "类型",
|
||||
"Interval": "间隔",
|
||||
"NotifierGroupID": "通知组ID",
|
||||
"Trigger": "触发",
|
||||
"TasksToTriggerOnAlert": "触发警报的任务",
|
||||
"TasksToTriggerAfterRecovery": "恢复后要触发的任务",
|
||||
"Confirm": "确认",
|
||||
"ConfirmDeletion": "确认删除?",
|
||||
"Services": "服务",
|
||||
"ShowInService": "服务中显示",
|
||||
"Coverages": {
|
||||
"Excludes": "排除特定服务器",
|
||||
"Only": "仅特定服务器",
|
||||
"Alarmed": "在触发报警的服务器上执行"
|
||||
},
|
||||
"EnableFailureNotification": "启用失败通知",
|
||||
"MaximumLatency": "最大延迟时间(毫秒)",
|
||||
"MinimumLatency": "最小延迟时间(毫秒)",
|
||||
"EnableLatencyNotification": "启用延迟通知",
|
||||
"EnableTriggerTask": "启用触发任务",
|
||||
"CronExpression": "Cron表达式",
|
||||
"Command": "命令",
|
||||
"NotifierGroup": "通知组",
|
||||
"SendSuccessNotification": "发送成功通知",
|
||||
"LastExecution": "最后执行",
|
||||
"Result": "结果",
|
||||
"Scheduled": "计划任务",
|
||||
"AlertRule": "警报规则",
|
||||
"Notifier": "通知",
|
||||
"VerifyTLS": "验证 TLS",
|
||||
"TriggerMode": "触发模式",
|
||||
"Rules": "规则",
|
||||
"RequestMethod": "请求方式",
|
||||
"RequestHeader": "请求头",
|
||||
"DoNotSendTestMessage": "不发送测试消息",
|
||||
"Always": "总是",
|
||||
"Once": "仅一次",
|
||||
"Provider": "提供商",
|
||||
"Domains": "域名",
|
||||
"MaximumRetryAttempts": "最大重试次数",
|
||||
"Refresh": "刷新",
|
||||
"CopyPath": "复制路径",
|
||||
"Goto": "前往",
|
||||
"UpdateProfile": "更新个人资料",
|
||||
"NewUsername": "新用户名",
|
||||
"OriginalPassword": "原始密码",
|
||||
"NewPassword": "新密码",
|
||||
"EditDDNS": "编辑DDNS",
|
||||
"CreateDDNS": "创建DDNS",
|
||||
"Credential": "凭据",
|
||||
"RequestType": "请求类型",
|
||||
"RequestBody": "请求主体",
|
||||
"FileManager": "文件列表",
|
||||
"Downloading": "下载中",
|
||||
"Uploading": "上传中",
|
||||
"EditNAT": "编辑内网穿透",
|
||||
"CreateNAT": "创建内网穿透",
|
||||
"LocalService": "本地服务",
|
||||
"BindHostname": "绑定域名",
|
||||
"EditServerGroup": "编辑服务器分组",
|
||||
"CreateServerGroup": "创建服务器分组",
|
||||
"EditService": "编辑服务",
|
||||
"CreateService": "创建服务",
|
||||
"EditTask": "编辑任务",
|
||||
"CreateTask": "创建任务",
|
||||
"EditNotifier": "编辑通知",
|
||||
"CreateNotifier": "创建通知",
|
||||
"EditAlertRule": "编辑报警规则",
|
||||
"CreateAlertRule": "创建报警规则",
|
||||
"EditNotifierGroup": "编辑通知分组",
|
||||
"CreateNotifierGroup": "创建通知分组",
|
||||
"User": "用户",
|
||||
"WAF": "Web应用防火墙",
|
||||
"SiteName": "站点名称",
|
||||
"Language": "语言",
|
||||
"CustomCodes": "自定义代码(样式和脚本)",
|
||||
"CustomCodesDashboard": "仪表板的自定义代码",
|
||||
"DashboardOriginalHost": "Agent对接地址【域名/IP:端口】",
|
||||
"ConfigTLS": "Agent 使用 TLS 连接",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自定义公共 DNS 名称服务器",
|
||||
"RealIPHeader": "真实IP请求头",
|
||||
"UseDirectConnectingIP": "使用直连 IP",
|
||||
"IPChangeNotification": "IP变更通知",
|
||||
"FullIPNotification": "在通知消息中显示完整的 IP 地址",
|
||||
"LoginFailed": "登录失败",
|
||||
"BruteForceAttackingToken": "暴力攻击令牌",
|
||||
"BruteForceAttackingAgentSecret": "暴力攻击代理秘密",
|
||||
"NewUser": "新用户",
|
||||
"Count": "计数",
|
||||
"LastBlockReason": "最后封禁原因",
|
||||
"LastBlockTime": "最后封禁时间",
|
||||
"Theme": "主题",
|
||||
"Author": "作者",
|
||||
"Repository": "仓库",
|
||||
"Community": "社区",
|
||||
"Official": "官方",
|
||||
"CommunityThemeWarning": "正在使用社区主题",
|
||||
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险",
|
||||
"Cancel": "取消"
|
||||
"nezha": "哪吒监控",
|
||||
"theme": {
|
||||
"light": "亮色",
|
||||
"dark": "暗色",
|
||||
"system": "跟随系统"
|
||||
},
|
||||
"Username": "用户名",
|
||||
"Password": "密码",
|
||||
"LoginFirst": "请先登录",
|
||||
"CurrentTime": "当前时间",
|
||||
"Results": {
|
||||
"UsernameMin": "用户名必须至少有 {{number}} 个字符。",
|
||||
"PasswordRequired": "密码不能为空。",
|
||||
"ErrorFetchingResource": "获取资源时出错:{{error}}",
|
||||
"SelectAtLeastOneServer": "请至少选择一台服务器。",
|
||||
"UnExpectedError": "意外错误,请查看控制台了解详细信息。",
|
||||
"ForceUpdate": "强制升级:",
|
||||
"NoRowsAreSelected": "未选择任何行",
|
||||
"ThisOperationIsUnrecoverable": "这个操作将无法恢复!",
|
||||
"TaskTriggeredSuccessfully": "任务触发成功",
|
||||
"TheServerDoesNotOnline": "服务器不存在或者还未连接",
|
||||
"InstallHostRequired": "设置中尚未填写Agent对接地址。",
|
||||
"UnknownIdentifier": "未知标识符"
|
||||
},
|
||||
"Login": "登录",
|
||||
"Server": "服务器",
|
||||
"Service": "服务",
|
||||
"Task": "任务",
|
||||
"Notification": "通知",
|
||||
"DDNS": "动态域名解析",
|
||||
"NATT": "内网穿透",
|
||||
"Group": "分组",
|
||||
"Profile": "个人信息",
|
||||
"Settings": "系统设置",
|
||||
"Logout": "登出",
|
||||
"NavigateTo": "导航至",
|
||||
"SelectAPageToNavigateTo": "选择一个页面跳转",
|
||||
"Close": "关闭",
|
||||
"Error": "错误",
|
||||
"Name": "名称",
|
||||
"Version": "版本",
|
||||
"Unknown": "未知",
|
||||
"Enable": "启用",
|
||||
"HideForGuest": "对游客隐藏",
|
||||
"InstallCommands": "安装命令",
|
||||
"Note": "备注",
|
||||
"Success": "成功",
|
||||
"Done": "完成",
|
||||
"Offline": "离线",
|
||||
"Failure": "失败",
|
||||
"Loading": "加载中",
|
||||
"NoResults": "没有内容",
|
||||
"Actions": "操作",
|
||||
"EditServer": "编辑服务器",
|
||||
"Weight": "权重(数字越大,显示越靠前)",
|
||||
"DDNSProfiles": "DDNS 配置文件 ID",
|
||||
"SeparateWithComma": "(以英文逗号分隔)",
|
||||
"Public": "公开",
|
||||
"Private": "私有",
|
||||
"Submit": "提交",
|
||||
"Target": "目标",
|
||||
"Coverage": "覆盖范围",
|
||||
"CoverAll": "覆盖全部",
|
||||
"IgnoreAll": "忽略全部",
|
||||
"SpecificServers": "特定服务器",
|
||||
"Type": "类型",
|
||||
"Interval": "间隔",
|
||||
"NotifierGroupID": "通知组ID",
|
||||
"Trigger": "触发",
|
||||
"TasksToTriggerOnAlert": "触发警报的任务",
|
||||
"TasksToTriggerAfterRecovery": "恢复后要触发的任务",
|
||||
"Confirm": "确认",
|
||||
"ConfirmDeletion": "确认删除?",
|
||||
"Services": "服务",
|
||||
"ShowInService": "服务中显示",
|
||||
"Coverages": {
|
||||
"Excludes": "排除特定服务器",
|
||||
"Only": "仅特定服务器",
|
||||
"Alarmed": "在触发报警的服务器上执行"
|
||||
},
|
||||
"EnableFailureNotification": "启用失败通知",
|
||||
"MaximumLatency": "最大延迟时间(毫秒)",
|
||||
"MinimumLatency": "最小延迟时间(毫秒)",
|
||||
"EnableLatencyNotification": "启用延迟通知",
|
||||
"EnableTriggerTask": "启用触发任务",
|
||||
"CronExpression": "Cron表达式",
|
||||
"Command": "命令",
|
||||
"NotifierGroup": "通知组",
|
||||
"SendSuccessNotification": "发送成功通知",
|
||||
"LastExecution": "最后执行",
|
||||
"Result": "结果",
|
||||
"Scheduled": "计划任务",
|
||||
"AlertRule": "警报规则",
|
||||
"Notifier": "通知",
|
||||
"VerifyTLS": "验证 TLS",
|
||||
"TriggerMode": "触发模式",
|
||||
"Rules": "规则",
|
||||
"RequestMethod": "请求方式",
|
||||
"RequestHeader": "请求头",
|
||||
"DoNotSendTestMessage": "不发送测试消息",
|
||||
"Always": "总是",
|
||||
"Once": "仅一次",
|
||||
"Provider": "提供商",
|
||||
"Domains": "域名",
|
||||
"MaximumRetryAttempts": "最大重试次数",
|
||||
"Refresh": "刷新",
|
||||
"CopyPath": "复制路径",
|
||||
"Goto": "前往",
|
||||
"UpdateProfile": "更新个人资料",
|
||||
"NewUsername": "新用户名",
|
||||
"OriginalPassword": "原始密码",
|
||||
"NewPassword": "新密码",
|
||||
"EditDDNS": "编辑DDNS",
|
||||
"CreateDDNS": "创建DDNS",
|
||||
"Credential": "凭据",
|
||||
"RequestType": "请求类型",
|
||||
"RequestBody": "请求主体",
|
||||
"FileManager": "文件列表",
|
||||
"Downloading": "下载中",
|
||||
"Uploading": "上传中",
|
||||
"EditNAT": "编辑内网穿透",
|
||||
"CreateNAT": "创建内网穿透",
|
||||
"LocalService": "本地服务",
|
||||
"BindHostname": "绑定域名",
|
||||
"EditServerGroup": "编辑服务器分组",
|
||||
"CreateServerGroup": "创建服务器分组",
|
||||
"EditService": "编辑服务",
|
||||
"CreateService": "创建服务",
|
||||
"EditTask": "编辑任务",
|
||||
"CreateTask": "创建任务",
|
||||
"EditNotifier": "编辑通知",
|
||||
"CreateNotifier": "创建通知",
|
||||
"EditAlertRule": "编辑报警规则",
|
||||
"CreateAlertRule": "创建报警规则",
|
||||
"EditNotifierGroup": "编辑通知分组",
|
||||
"CreateNotifierGroup": "创建通知分组",
|
||||
"User": "用户",
|
||||
"WAF": "Web应用防火墙",
|
||||
"SiteName": "站点名称",
|
||||
"Language": "语言",
|
||||
"CustomCodes": "自定义代码(样式和脚本)",
|
||||
"CustomCodesDashboard": "仪表板的自定义代码",
|
||||
"DashboardOriginalHost": "Agent对接地址【域名/IP:端口】",
|
||||
"ConfigTLS": "Agent 使用 TLS 连接",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自定义公共 DNS 名称服务器",
|
||||
"RealIPHeader": "真实IP请求头",
|
||||
"UseDirectConnectingIP": "使用直连 IP",
|
||||
"IPChangeNotification": "IP变更通知",
|
||||
"FullIPNotification": "在通知消息中显示完整的 IP 地址",
|
||||
"LoginFailed": "登录失败",
|
||||
"BruteForceAttackingToken": "暴力攻击令牌",
|
||||
"BruteForceAttackingAgentSecret": "暴力攻击代理秘密",
|
||||
"NewUser": "新用户",
|
||||
"Count": "计数",
|
||||
"LastBlockReason": "最后封禁原因",
|
||||
"LastBlockTime": "最后封禁时间",
|
||||
"Theme": "主题",
|
||||
"Author": "作者",
|
||||
"Repository": "仓库",
|
||||
"Community": "社区",
|
||||
"Official": "官方",
|
||||
"CommunityThemeWarning": "正在使用社区主题",
|
||||
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险",
|
||||
"Cancel": "取消"
|
||||
}
|
||||
|
||||
+164
-162
@@ -1,164 +1,166 @@
|
||||
{
|
||||
"nezha": "哪吒監控",
|
||||
"theme": {
|
||||
"light": "亮色",
|
||||
"dark": "暗色",
|
||||
"system": "跟隨系統"
|
||||
},
|
||||
"Username": "用戶名",
|
||||
"Password": "密碼",
|
||||
"Results": {
|
||||
"UsernameMin": "使用者名稱必須至少有 {{number}} 個字元。",
|
||||
"PasswordRequired": "密碼不能為空。",
|
||||
"ErrorFetchingResource": "取得資源時發生錯誤:{{error}}",
|
||||
"SelectAtLeastOneServer": "請至少選擇一台伺服器。",
|
||||
"UnExpectedError": "意外錯誤,請查看控制台以了解詳細資訊。",
|
||||
"ForceUpdate": "強制升級:",
|
||||
"NoRowsAreSelected": "未選擇任何行",
|
||||
"ThisOperationIsUnrecoverable": "這個操作將無法恢復!",
|
||||
"TaskTriggeredSuccessfully": "任務觸發成功",
|
||||
"TheServerDoesNotOnline": "伺服器不存在或尚未連接",
|
||||
"InstallHostRequired": "設定中尚未填寫Agent對接位址。",
|
||||
"UnknownIdentifier": "未知標識符"
|
||||
},
|
||||
"Login": "登入",
|
||||
"Server": "伺服器",
|
||||
"Service": "服務",
|
||||
"Task": "任務",
|
||||
"Notification": "通知",
|
||||
"DDNS": "動態網域解析",
|
||||
"NATT": "內網穿透",
|
||||
"Group": "分組",
|
||||
"Profile": "個人資訊",
|
||||
"Settings": "系統設定",
|
||||
"Logout": "登出",
|
||||
"NavigateTo": "導航至",
|
||||
"SelectAPageToNavigateTo": "選擇一個頁面跳轉",
|
||||
"Close": "關閉",
|
||||
"Error": "錯誤",
|
||||
"Name": "名稱",
|
||||
"Version": "版本",
|
||||
"Unknown": "未知",
|
||||
"Enable": "啟用",
|
||||
"HideForGuest": "對遊客隱藏",
|
||||
"InstallCommands": "安裝命令",
|
||||
"Note": "備註",
|
||||
"Success": "成功",
|
||||
"Done": "完成",
|
||||
"Offline": "離線",
|
||||
"Failure": "失敗",
|
||||
"NoResults": "沒有內容",
|
||||
"Loading": "載入中",
|
||||
"Actions": "操作",
|
||||
"EditServer": "編輯伺服器",
|
||||
"Weight": "權重(數字越大,顯示越前)",
|
||||
"DDNSProfiles": "DDNS 設定檔 ID",
|
||||
"SeparateWithComma": "(以英文逗號分隔)",
|
||||
"Public": "公開",
|
||||
"Private": "私人",
|
||||
"Submit": "提交",
|
||||
"Target": "目標",
|
||||
"Coverage": "覆蓋範圍",
|
||||
"CoverAll": "覆蓋全部",
|
||||
"IgnoreAll": "忽略全部",
|
||||
"SpecificServers": "特定伺服器",
|
||||
"Type": "類型",
|
||||
"Interval": "間隔",
|
||||
"NotifierGroupID": "通知群組ID",
|
||||
"Trigger": "觸發",
|
||||
"TasksToTriggerOnAlert": "觸發警報的任務",
|
||||
"TasksToTriggerAfterRecovery": "恢復後要觸發的任務",
|
||||
"Confirm": "確認",
|
||||
"ConfirmDeletion": "確認刪除?",
|
||||
"Services": "服務",
|
||||
"ShowInService": "服務中顯示",
|
||||
"Coverages": {
|
||||
"Only": "僅特定伺服器",
|
||||
"Excludes": "排除特定伺服器",
|
||||
"Alarmed": "在觸發警報的伺服器上執行"
|
||||
},
|
||||
"EnableFailureNotification": "啟用失敗通知",
|
||||
"MaximumLatency": "最大延遲時間(毫秒)",
|
||||
"MinimumLatency": "最小延遲時間(毫秒)",
|
||||
"EnableLatencyNotification": "啟用延遲通知",
|
||||
"EnableTriggerTask": "啟用觸發任務",
|
||||
"CronExpression": "Cron表達式",
|
||||
"Command": "命令",
|
||||
"NotifierGroup": "通知群組",
|
||||
"SendSuccessNotification": "發送成功通知",
|
||||
"LastExecution": "最後執行",
|
||||
"Result": "結果",
|
||||
"Scheduled": "計劃任務",
|
||||
"AlertRule": "警報規則",
|
||||
"Notifier": "通知",
|
||||
"VerifyTLS": "驗證 TLS",
|
||||
"TriggerMode": "觸發模式",
|
||||
"Rules": "規則",
|
||||
"RequestMethod": "請求方式",
|
||||
"RequestHeader": "請求頭",
|
||||
"DoNotSendTestMessage": "不發送測試訊息",
|
||||
"Always": "總是",
|
||||
"Once": "僅一次",
|
||||
"Provider": "提供者",
|
||||
"Domains": "網域",
|
||||
"MaximumRetryAttempts": "最大重試次數",
|
||||
"Refresh": "刷新",
|
||||
"CopyPath": "複製路徑",
|
||||
"Goto": "前往",
|
||||
"UpdateProfile": "更新個人資料",
|
||||
"NewUsername": "新用戶名",
|
||||
"OriginalPassword": "原始密碼",
|
||||
"NewPassword": "新密碼",
|
||||
"EditDDNS": "編輯DDNS",
|
||||
"CreateDDNS": "建立DDNS",
|
||||
"Credential": "憑證",
|
||||
"RequestType": "請求類型",
|
||||
"RequestBody": "請求主體",
|
||||
"FileManager": "檔案列表",
|
||||
"Downloading": "下載中",
|
||||
"Uploading": "上傳中",
|
||||
"EditNAT": "編輯內網穿透",
|
||||
"CreateNAT": "創建內網穿透",
|
||||
"LocalService": "本地服務",
|
||||
"BindHostname": "綁定域名",
|
||||
"EditServerGroup": "編輯伺服器分組",
|
||||
"CreateServerGroup": "建立伺服器分組",
|
||||
"EditService": "編輯服務",
|
||||
"CreateService": "創建服務",
|
||||
"EditTask": "編輯任務",
|
||||
"CreateTask": "創建任務",
|
||||
"CreateNotifier": "建立通知",
|
||||
"EditNotifier": "編輯通知",
|
||||
"EditAlertRule": "編輯警報規則",
|
||||
"CreateAlertRule": "建立警報規則",
|
||||
"EditNotifierGroup": "編輯通知分組",
|
||||
"CreateNotifierGroup": "建立通知分組",
|
||||
"User": "使用者",
|
||||
"WAF": "Web應用防火牆",
|
||||
"SiteName": "網站名稱",
|
||||
"Language": "語言",
|
||||
"CustomCodes": "自訂程式碼(樣式和腳本)",
|
||||
"CustomCodesDashboard": "儀表板的自訂程式碼",
|
||||
"DashboardOriginalHost": "Agent對接位址【網域名稱/IP:連接埠】",
|
||||
"ConfigTLS": "Agent 使用 TLS 連線",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自訂公共 DNS 名稱伺服器",
|
||||
"RealIPHeader": "真實IP請求頭",
|
||||
"UseDirectConnectingIP": "使用直連 IP",
|
||||
"IPChangeNotification": "IP變更通知",
|
||||
"FullIPNotification": "在通知訊息中顯示完整的 IP 位址",
|
||||
"LoginFailed": "登入失敗",
|
||||
"BruteForceAttackingToken": "暴力攻擊令牌",
|
||||
"BruteForceAttackingAgentSecret": "暴力攻擊代理秘密",
|
||||
"NewUser": "新用戶",
|
||||
"Count": "計數",
|
||||
"LastBlockReason": "最後封鎖原因",
|
||||
"LastBlockTime": "最後封鎖時間",
|
||||
"Theme": "主題",
|
||||
"Author": "作者",
|
||||
"Repository": "仓库",
|
||||
"Community": "社群",
|
||||
"Official": "官方",
|
||||
"CommunityThemeWarning": "正在使用社區主題",
|
||||
"CommunityThemeDescription": "社群主題未經官方審計,需自行甄別風險",
|
||||
"Cancel": "取消"
|
||||
"nezha": "哪吒監控",
|
||||
"theme": {
|
||||
"light": "亮色",
|
||||
"dark": "暗色",
|
||||
"system": "跟隨系統"
|
||||
},
|
||||
"Username": "用戶名",
|
||||
"Password": "密碼",
|
||||
"LoginFirst": "請先登錄",
|
||||
"CurrentTime": "當前時間",
|
||||
"Results": {
|
||||
"UsernameMin": "使用者名稱必須至少有 {{number}} 個字元。",
|
||||
"PasswordRequired": "密碼不能為空。",
|
||||
"ErrorFetchingResource": "取得資源時發生錯誤:{{error}}",
|
||||
"SelectAtLeastOneServer": "請至少選擇一台伺服器。",
|
||||
"UnExpectedError": "意外錯誤,請查看控制台以了解詳細資訊。",
|
||||
"ForceUpdate": "強制升級:",
|
||||
"NoRowsAreSelected": "未選擇任何行",
|
||||
"ThisOperationIsUnrecoverable": "這個操作將無法恢復!",
|
||||
"TaskTriggeredSuccessfully": "任務觸發成功",
|
||||
"TheServerDoesNotOnline": "伺服器不存在或尚未連接",
|
||||
"InstallHostRequired": "設定中尚未填寫Agent對接位址。",
|
||||
"UnknownIdentifier": "未知標識符"
|
||||
},
|
||||
"Login": "登入",
|
||||
"Server": "伺服器",
|
||||
"Service": "服務",
|
||||
"Task": "任務",
|
||||
"Notification": "通知",
|
||||
"DDNS": "動態網域解析",
|
||||
"NATT": "內網穿透",
|
||||
"Group": "分組",
|
||||
"Profile": "個人資訊",
|
||||
"Settings": "系統設定",
|
||||
"Logout": "登出",
|
||||
"NavigateTo": "導航至",
|
||||
"SelectAPageToNavigateTo": "選擇一個頁面跳轉",
|
||||
"Close": "關閉",
|
||||
"Error": "錯誤",
|
||||
"Name": "名稱",
|
||||
"Version": "版本",
|
||||
"Unknown": "未知",
|
||||
"Enable": "啟用",
|
||||
"HideForGuest": "對遊客隱藏",
|
||||
"InstallCommands": "安裝命令",
|
||||
"Note": "備註",
|
||||
"Success": "成功",
|
||||
"Done": "完成",
|
||||
"Offline": "離線",
|
||||
"Failure": "失敗",
|
||||
"NoResults": "沒有內容",
|
||||
"Loading": "載入中",
|
||||
"Actions": "操作",
|
||||
"EditServer": "編輯伺服器",
|
||||
"Weight": "權重(數字越大,顯示越前)",
|
||||
"DDNSProfiles": "DDNS 設定檔 ID",
|
||||
"SeparateWithComma": "(以英文逗號分隔)",
|
||||
"Public": "公開",
|
||||
"Private": "私人",
|
||||
"Submit": "提交",
|
||||
"Target": "目標",
|
||||
"Coverage": "覆蓋範圍",
|
||||
"CoverAll": "覆蓋全部",
|
||||
"IgnoreAll": "忽略全部",
|
||||
"SpecificServers": "特定伺服器",
|
||||
"Type": "類型",
|
||||
"Interval": "間隔",
|
||||
"NotifierGroupID": "通知群組ID",
|
||||
"Trigger": "觸發",
|
||||
"TasksToTriggerOnAlert": "觸發警報的任務",
|
||||
"TasksToTriggerAfterRecovery": "恢復後要觸發的任務",
|
||||
"Confirm": "確認",
|
||||
"ConfirmDeletion": "確認刪除?",
|
||||
"Services": "服務",
|
||||
"ShowInService": "服務中顯示",
|
||||
"Coverages": {
|
||||
"Only": "僅特定伺服器",
|
||||
"Excludes": "排除特定伺服器",
|
||||
"Alarmed": "在觸發警報的伺服器上執行"
|
||||
},
|
||||
"EnableFailureNotification": "啟用失敗通知",
|
||||
"MaximumLatency": "最大延遲時間(毫秒)",
|
||||
"MinimumLatency": "最小延遲時間(毫秒)",
|
||||
"EnableLatencyNotification": "啟用延遲通知",
|
||||
"EnableTriggerTask": "啟用觸發任務",
|
||||
"CronExpression": "Cron表達式",
|
||||
"Command": "命令",
|
||||
"NotifierGroup": "通知群組",
|
||||
"SendSuccessNotification": "發送成功通知",
|
||||
"LastExecution": "最後執行",
|
||||
"Result": "結果",
|
||||
"Scheduled": "計劃任務",
|
||||
"AlertRule": "警報規則",
|
||||
"Notifier": "通知",
|
||||
"VerifyTLS": "驗證 TLS",
|
||||
"TriggerMode": "觸發模式",
|
||||
"Rules": "規則",
|
||||
"RequestMethod": "請求方式",
|
||||
"RequestHeader": "請求頭",
|
||||
"DoNotSendTestMessage": "不發送測試訊息",
|
||||
"Always": "總是",
|
||||
"Once": "僅一次",
|
||||
"Provider": "提供者",
|
||||
"Domains": "網域",
|
||||
"MaximumRetryAttempts": "最大重試次數",
|
||||
"Refresh": "刷新",
|
||||
"CopyPath": "複製路徑",
|
||||
"Goto": "前往",
|
||||
"UpdateProfile": "更新個人資料",
|
||||
"NewUsername": "新用戶名",
|
||||
"OriginalPassword": "原始密碼",
|
||||
"NewPassword": "新密碼",
|
||||
"EditDDNS": "編輯DDNS",
|
||||
"CreateDDNS": "建立DDNS",
|
||||
"Credential": "憑證",
|
||||
"RequestType": "請求類型",
|
||||
"RequestBody": "請求主體",
|
||||
"FileManager": "檔案列表",
|
||||
"Downloading": "下載中",
|
||||
"Uploading": "上傳中",
|
||||
"EditNAT": "編輯內網穿透",
|
||||
"CreateNAT": "創建內網穿透",
|
||||
"LocalService": "本地服務",
|
||||
"BindHostname": "綁定域名",
|
||||
"EditServerGroup": "編輯伺服器分組",
|
||||
"CreateServerGroup": "建立伺服器分組",
|
||||
"EditService": "編輯服務",
|
||||
"CreateService": "創建服務",
|
||||
"EditTask": "編輯任務",
|
||||
"CreateTask": "創建任務",
|
||||
"CreateNotifier": "建立通知",
|
||||
"EditNotifier": "編輯通知",
|
||||
"EditAlertRule": "編輯警報規則",
|
||||
"CreateAlertRule": "建立警報規則",
|
||||
"EditNotifierGroup": "編輯通知分組",
|
||||
"CreateNotifierGroup": "建立通知分組",
|
||||
"User": "使用者",
|
||||
"WAF": "Web應用防火牆",
|
||||
"SiteName": "網站名稱",
|
||||
"Language": "語言",
|
||||
"CustomCodes": "自訂程式碼(樣式和腳本)",
|
||||
"CustomCodesDashboard": "儀表板的自訂程式碼",
|
||||
"DashboardOriginalHost": "Agent對接位址【網域名稱/IP:連接埠】",
|
||||
"ConfigTLS": "Agent 使用 TLS 連線",
|
||||
"CustomPublicDNSNameserversforDDNS": "DDNS 的自訂公共 DNS 名稱伺服器",
|
||||
"RealIPHeader": "真實IP請求頭",
|
||||
"UseDirectConnectingIP": "使用直連 IP",
|
||||
"IPChangeNotification": "IP變更通知",
|
||||
"FullIPNotification": "在通知訊息中顯示完整的 IP 位址",
|
||||
"LoginFailed": "登入失敗",
|
||||
"BruteForceAttackingToken": "暴力攻擊令牌",
|
||||
"BruteForceAttackingAgentSecret": "暴力攻擊代理秘密",
|
||||
"NewUser": "新用戶",
|
||||
"Count": "計數",
|
||||
"LastBlockReason": "最後封鎖原因",
|
||||
"LastBlockTime": "最後封鎖時間",
|
||||
"Theme": "主題",
|
||||
"Author": "作者",
|
||||
"Repository": "仓库",
|
||||
"Community": "社群",
|
||||
"Official": "官方",
|
||||
"CommunityThemeWarning": "正在使用社區主題",
|
||||
"CommunityThemeDescription": "社群主題未經官方審計,需自行甄別風險",
|
||||
"Cancel": "取消"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user