mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user