mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
425
i18n/languages/en.json
Normal file
425
i18n/languages/en.json
Normal file
@@ -0,0 +1,425 @@
|
||||
{
|
||||
"Common": {
|
||||
"ChangeView": "Change View",
|
||||
"ListView": "List View",
|
||||
"GridView": "Grid View",
|
||||
"optional": "optional",
|
||||
"cancel": "Cancel",
|
||||
"add": "Add",
|
||||
"since": "since {date}",
|
||||
"notSet": "Not set",
|
||||
"noData": "No data",
|
||||
"Loading": "Loading...",
|
||||
"Refresh": "Refresh",
|
||||
"Save": "Save",
|
||||
"Server": {
|
||||
"CPU": "CPU",
|
||||
"GPU": "GPU",
|
||||
"RAM": "RAM",
|
||||
"Disk": "Disk",
|
||||
"OS": "OS",
|
||||
"IP": "IP",
|
||||
"Host": "Host",
|
||||
"Temperature": "Temperature",
|
||||
"Usage": "Usage",
|
||||
"Tabs": {
|
||||
"General": "General",
|
||||
"Hardware": "Hardware",
|
||||
"Host": "Host",
|
||||
"Monitoring": "Monitoring"
|
||||
}
|
||||
},
|
||||
"ItemsPerPage": {
|
||||
"items": "items",
|
||||
"item": "item",
|
||||
"4": "4 items",
|
||||
"5": "5 items",
|
||||
"6": "6 items",
|
||||
"10": "10 items",
|
||||
"15": "15 items",
|
||||
"20": "20 items",
|
||||
"25": "25 items",
|
||||
"Custom": "Custom (1-100)"
|
||||
}
|
||||
},
|
||||
"Server": {
|
||||
"Hardware": "Hardware",
|
||||
"Network": "Network",
|
||||
"CurrentUsage": "Current Usage",
|
||||
"UsageHistory": "Usage History",
|
||||
"ResourceUsageHistory": "Resource Usage History",
|
||||
"TimeRange": {
|
||||
"Select": "Select time range",
|
||||
"LastHour": "Last Hour",
|
||||
"Last24Hours": "Last 24 Hours",
|
||||
"Last7Days": "Last 7 Days",
|
||||
"Last30Days": "Last 30 Days"
|
||||
},
|
||||
"VirtualMachines": "Virtual Machines",
|
||||
"VirtualMachinesDescription": "Virtual machines hosted on this server",
|
||||
"HardwareInformation": "Hardware Information",
|
||||
"ManagementURL": "Management URL",
|
||||
"VM": "VM",
|
||||
"Physical": "Physical",
|
||||
"HostedOn": "Hosted on",
|
||||
"NotFound": "Server not found",
|
||||
"NotFoundDescription": "The server you are looking for could not be found."
|
||||
},
|
||||
"Sidebar": {
|
||||
"Main Navigation": "Main Navigation",
|
||||
"Dashboard": "Dashboard",
|
||||
"My Infrastructure": "My Infrastructure",
|
||||
"Servers": "Servers",
|
||||
"Applications": "Applications",
|
||||
"Uptime": "Uptime",
|
||||
"Network": "Network",
|
||||
"Settings": "Settings",
|
||||
"Logout": "Logout"
|
||||
},
|
||||
"Home": {
|
||||
"TitleUnder": "Dashboard to manage your entire server infrastructure",
|
||||
"LoginCardTitle": "Login",
|
||||
"LoginCardDescription": "Enter your credentials to continue",
|
||||
"AuthenticationError": "Authentication Error",
|
||||
"Email": "Email",
|
||||
"Password": "Password",
|
||||
"SigninButton": "Sign in",
|
||||
"SigninButtonSigningIn": "Signing in..."
|
||||
},
|
||||
"Dashboard": {
|
||||
"Title": "Dashboard",
|
||||
"Servers": {
|
||||
"Title": "Servers",
|
||||
"Description": "Physical and virtual servers overview",
|
||||
"PhysicalServers": "Physical Servers",
|
||||
"VirtualServers": "Virtual Servers",
|
||||
"ManageServers": "Manage Servers"
|
||||
},
|
||||
"Applications": {
|
||||
"Title": "Applications",
|
||||
"Description": "Manage your deployed applications",
|
||||
"OnlineApplications": "Running Applications",
|
||||
"ViewAllApplications": "View all applications"
|
||||
},
|
||||
"Uptime": {
|
||||
"Title": "Uptime",
|
||||
"Description": "Monitor your service availability",
|
||||
"OnlineApplications": "Online Applications",
|
||||
"ViewUptimeMetrics": "View uptime metrics"
|
||||
},
|
||||
"Network": {
|
||||
"Title": "Network",
|
||||
"Description": "Manage network configuration",
|
||||
"ActiveConnections": "Active Connections",
|
||||
"ViewNetworkDetails": "View network details"
|
||||
}
|
||||
},
|
||||
"Servers": {
|
||||
"Title": "Servers",
|
||||
"MyInfrastructure": "My Infrastructure",
|
||||
"YourServers": "Your Servers",
|
||||
"AddServer": {
|
||||
"Title": "Add a server",
|
||||
"General": {
|
||||
"Title": "Add a server",
|
||||
"CopyServer": "Copy server",
|
||||
"Icon": "Icon",
|
||||
"IconPlaceholder": "Select an icon",
|
||||
"IconSearchPlaceholder": "Search icons...",
|
||||
"Preview": "Preview",
|
||||
"Name": "Name",
|
||||
"OperatingSystem": "Operating System",
|
||||
"OperatingSystemPlaceholder": "Select OS",
|
||||
"IPAdress": "IP Adress",
|
||||
"ManagementURL": "Management URL",
|
||||
"ManagementURLTooltip": "Link to a web interface (e.g. Proxmox or Portainer) with which the server can be managed"
|
||||
},
|
||||
"Host": {
|
||||
"MarkAsHostServer": "Mark as host server",
|
||||
"SelectHostServer": "Select a host server",
|
||||
"SelectHostServerPlaceholder": "Select a host server",
|
||||
"NoHostServer": "No host server"
|
||||
},
|
||||
"Monitoring": {
|
||||
"Enable": "Enable monitoring",
|
||||
"URL": "Monitoring URL",
|
||||
"SetupTitle": "Required Server Setup",
|
||||
"SetupDescription": "To enable monitoring, you need to install Glances on your server. Here's an example Docker Compose configuration:"
|
||||
}
|
||||
},
|
||||
"ServerCard": {
|
||||
"HardwareInformation": "Hardware Information",
|
||||
"ViewDetails": "View Details",
|
||||
"OpenManagementURL": "Open Management URL",
|
||||
"EditServer": "Edit Server",
|
||||
"DeleteServer": "Delete Server",
|
||||
"HostedVMs": "Hosted VMs",
|
||||
"ResourceUsage": "Resource Usage",
|
||||
"DeleteConfirmation": {
|
||||
"Title": "Delete {name}",
|
||||
"Description": "Are you sure you want to delete this server? This action cannot be undone.",
|
||||
"Cancel": "Cancel",
|
||||
"Delete": "Delete"
|
||||
}
|
||||
},
|
||||
"EditServer": {
|
||||
"Title": "Edit {name}",
|
||||
"Save": "Save",
|
||||
"General": {
|
||||
"Title": "General",
|
||||
"Icon": "Icon",
|
||||
"Name": "Name",
|
||||
"OperatingSystem": "Operating System",
|
||||
"IPAddress": "IP Address",
|
||||
"ManagementURL": "Management URL"
|
||||
},
|
||||
"Hardware": {
|
||||
"Title": "Hardware",
|
||||
"CPU": "CPU",
|
||||
"GPU": "GPU",
|
||||
"RAM": "RAM",
|
||||
"Disk": "Disk"
|
||||
},
|
||||
"Host": {
|
||||
"Title": "Host",
|
||||
"MarkAsHostServer": "Mark as host server",
|
||||
"CannotDisableHost": "Cannot be disabled while hosting VMs",
|
||||
"SelectHostServer": "Select a host server"
|
||||
},
|
||||
"Monitoring": {
|
||||
"Title": "Monitoring",
|
||||
"Enable": "Enable monitoring",
|
||||
"URL": "Monitoring URL",
|
||||
"SetupTitle": "Required Server Setup",
|
||||
"SetupDescription": "To enable monitoring, you need to install Glances on your server. Here's an example Docker Compose configuration:"
|
||||
}
|
||||
},
|
||||
"Pagination": {
|
||||
"Showing": "Showing {start}-{end} of {total} servers",
|
||||
"NoServers": "No servers found"
|
||||
},
|
||||
"Search": {
|
||||
"Placeholder": "Type to search..."
|
||||
}
|
||||
},
|
||||
"Applications": {
|
||||
"Title": "Your Applications",
|
||||
"Breadcrumb": {
|
||||
"MyInfrastructure": "My Infrastructure",
|
||||
"Applications": "Applications"
|
||||
},
|
||||
"Views": {
|
||||
"ChangeView": "Change view",
|
||||
"ListView": "List View",
|
||||
"GridView": "Grid View",
|
||||
"CompactView": "Compact View"
|
||||
},
|
||||
"Add": {
|
||||
"Title": "Add an application",
|
||||
"Name": "Name",
|
||||
"NamePlaceholder": "e.g. Portainer",
|
||||
"Server": "Server",
|
||||
"SelectServer": "Select server",
|
||||
"Description": "Description",
|
||||
"DescriptionPlaceholder": "Application description",
|
||||
"IconURL": "Icon URL",
|
||||
"IconURLPlaceholder": "https://example.com/icon.png",
|
||||
"PublicURL": "Public URL",
|
||||
"PublicURLPlaceholder": "https://example.com",
|
||||
"LocalURL": "Local URL",
|
||||
"LocalURLPlaceholder": "http://localhost:3000",
|
||||
"CustomUptimeCheck": "Custom Uptime Check URL",
|
||||
"CustomUptimeCheckTooltip": "When enabled, this URL replaces the Public URL for uptime monitoring checks",
|
||||
"UptimeCheckURL": "Uptime Check URL",
|
||||
"UptimeCheckURLPlaceholder": "https://example.com/status"
|
||||
},
|
||||
"Edit": {
|
||||
"Title": "Edit Application",
|
||||
"SaveButton": "Save Changes"
|
||||
},
|
||||
"Card": {
|
||||
"Server": "Server",
|
||||
"NoServer": "No server",
|
||||
"PublicURL": "Public URL",
|
||||
"LocalURL": "Local URL",
|
||||
"Icon": "Icon",
|
||||
"Image": "Image"
|
||||
},
|
||||
"Messages": {
|
||||
"AddServerFirst": "You must first add a server.",
|
||||
"AddSuccess": "Application added successfully",
|
||||
"EditSuccess": "Application edited successfully",
|
||||
"DeleteSuccess": "Application deleted successfully",
|
||||
"GetError": "Failed to get applications",
|
||||
"EditError": "Failed to edit application",
|
||||
"DeleteError": "Failed to delete application",
|
||||
"NumberValidation": "Please enter a number between 1 and 100"
|
||||
},
|
||||
"Pagination": {
|
||||
"Showing": "Showing {start}-{end} of {total} applications",
|
||||
"NoApplications": "No applications found"
|
||||
},
|
||||
"Search": {
|
||||
"Placeholder": "Type to search..."
|
||||
}
|
||||
},
|
||||
"Uptime": {
|
||||
"Title": "Uptime",
|
||||
"Breadcrumb": {
|
||||
"MyInfrastructure": "My Infrastructure",
|
||||
"Uptime": "Uptime"
|
||||
},
|
||||
"TimeRange": {
|
||||
"Select": "Select timespan",
|
||||
"LastHour": "Last 1 hour",
|
||||
"LastDay": "Last 1 day",
|
||||
"Last7Days": "Last 7 days",
|
||||
"Last30Days": "Last 30 days"
|
||||
},
|
||||
"Status": {
|
||||
"Online": "Online",
|
||||
"Offline": "Offline",
|
||||
"NoData": "No data"
|
||||
},
|
||||
"Messages": {
|
||||
"NumberValidation": "Please enter a number between 1 and 100",
|
||||
"NoItems": "No items found",
|
||||
"Loading": "Loading..."
|
||||
},
|
||||
"Pagination": {
|
||||
"Showing": "Showing {start}-{end} of {total} items"
|
||||
}
|
||||
},
|
||||
"Network": {
|
||||
"Title": "Network",
|
||||
"Breadcrumb": {
|
||||
"MyInfrastructure": "My Infrastructure",
|
||||
"Network": "Network"
|
||||
}
|
||||
},
|
||||
"Settings": {
|
||||
"Title": "Settings",
|
||||
"Breadcrumb": {
|
||||
"Dashboard": "Dashboard",
|
||||
"Settings": "Settings"
|
||||
},
|
||||
"UserSettings": {
|
||||
"Title": "User Settings",
|
||||
"Description": "Manage your user settings here. You can change your email, password, and other account settings.",
|
||||
"ChangeEmail": {
|
||||
"Title": "Change Email",
|
||||
"Placeholder": "Enter new email",
|
||||
"Button": "Change Email",
|
||||
"Success": "Email changed successfully.",
|
||||
"Error": "Error"
|
||||
},
|
||||
"ChangePassword": {
|
||||
"Title": "Change Password",
|
||||
"OldPassword": "Enter old password",
|
||||
"NewPassword": "Enter new password",
|
||||
"ConfirmPassword": "Confirm new password",
|
||||
"Button": "Change Password",
|
||||
"Success": "Password changed successfully.",
|
||||
"Error": "Error",
|
||||
"PasswordsDontMatch": "Passwords do not match",
|
||||
"AllFieldsRequired": "All fields are required"
|
||||
}
|
||||
},
|
||||
"ThemeSettings": {
|
||||
"Title": "Theme Settings",
|
||||
"Description": "Select a theme for the application. You can choose between light, dark, or system theme.",
|
||||
"Light": "Light",
|
||||
"Dark": "Dark",
|
||||
"System": "System"
|
||||
},
|
||||
"LanguageSettings": {
|
||||
"Title": "Language Settings",
|
||||
"Description": "Select a language for the application.",
|
||||
"English": "English",
|
||||
"German": "German"
|
||||
},
|
||||
"Notifications": {
|
||||
"Title": "Notifications",
|
||||
"Description": "Set up notifications to get instantly alerted when an application changes status.",
|
||||
"AddChannel": "Add Notification Channel",
|
||||
"NoNotifications": "No notifications configured",
|
||||
"NoNotificationsDescription": "Add a notification channel to get alerted when your applications change status.",
|
||||
"AddNotification": {
|
||||
"Title": "Add Notification",
|
||||
"Name": "Notification Name (optional)",
|
||||
"Type": "Notification Type",
|
||||
"SMTP": {
|
||||
"Title": "SMTP",
|
||||
"Description": "Send notifications via SMTP",
|
||||
"Host": "SMTP Host",
|
||||
"Port": "SMTP Port",
|
||||
"Secure": "Secure Connection (TLS/SSL)",
|
||||
"Username": "SMTP Username",
|
||||
"Password": "SMTP Password",
|
||||
"From": "From Address",
|
||||
"To": "To Address"
|
||||
},
|
||||
"Telegram": {
|
||||
"Title": "Telegram",
|
||||
"Description": "Send notifications via Telegram",
|
||||
"Token": "Bot Token",
|
||||
"ChatId": "Chat ID"
|
||||
},
|
||||
"Discord": {
|
||||
"Title": "Discord",
|
||||
"Description": "Send notifications via Discord",
|
||||
"Webhook": "Webhook URL"
|
||||
},
|
||||
"Gotify": {
|
||||
"Title": "Gotify",
|
||||
"Description": "Send notifications via Gotify",
|
||||
"Url": "Gotify URL",
|
||||
"Token": "Gotify Token"
|
||||
},
|
||||
"Ntfy": {
|
||||
"Title": "Ntfy",
|
||||
"Description": "Send notifications via Ntfy",
|
||||
"Url": "Ntfy URL",
|
||||
"Token": "Ntfy Token"
|
||||
},
|
||||
"Pushover": {
|
||||
"Title": "Pushover",
|
||||
"Description": "Send notifications via Pushover",
|
||||
"Url": "Pushover URL",
|
||||
"Token": "Pushover Token",
|
||||
"User": "Pushover User"
|
||||
},
|
||||
"Echobell": {
|
||||
"Title": "Echobell",
|
||||
"Description": "Send notifications via Echobell",
|
||||
"Url": "Echobell URL",
|
||||
"AddMessage": "Add in Echobell the \"message\" field."
|
||||
}
|
||||
},
|
||||
"CustomizeText": {
|
||||
"Display": "Customize Notification Text",
|
||||
"Title": "Customize Notification Text",
|
||||
"Application": "Notification Text for Applications",
|
||||
"Server": "Notification Text for Servers",
|
||||
"Placeholders": {
|
||||
"Title": "You can use the following placeholders in the text:",
|
||||
"Server": {
|
||||
"Title": "Server related:",
|
||||
"Name": "!name - The name of the server",
|
||||
"Status": "!status - The current status of the server (online/offline)"
|
||||
},
|
||||
"Application": {
|
||||
"Title": "Application related:",
|
||||
"Name": "!name - The name of the application",
|
||||
"Url": "!url - The URL where the application is hosted",
|
||||
"Status": "!status - The current status of the application (online/offline)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ActiveChannels": "Active Notification Channels",
|
||||
"Test": "Test",
|
||||
"Delete": "Delete"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user