mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
i18n final
This commit is contained in:
@@ -199,6 +199,207 @@
|
||||
"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"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"Token": "Bot Token",
|
||||
"ChatId": "Chat ID"
|
||||
},
|
||||
"Discord": {
|
||||
"Title": "Discord",
|
||||
"Webhook": "Webhook URL"
|
||||
},
|
||||
"Gotify": {
|
||||
"Title": "Gotify",
|
||||
"Url": "Gotify URL",
|
||||
"Token": "Gotify Token"
|
||||
},
|
||||
"Ntfy": {
|
||||
"Title": "Ntfy",
|
||||
"Url": "Ntfy URL",
|
||||
"Token": "Ntfy Token"
|
||||
},
|
||||
"Pushover": {
|
||||
"Title": "Pushover",
|
||||
"Url": "Pushover URL",
|
||||
"Token": "Pushover Token",
|
||||
"User": "Pushover User"
|
||||
}
|
||||
},
|
||||
"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