mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 21:42:34 +02:00
fix(translations): combine English keys
This commit is contained in:
parent
e94784c273
commit
f089079475
1 changed files with 196 additions and 67 deletions
|
@ -1,4 +1,200 @@
|
||||||
export default {
|
export default {
|
||||||
|
languageName: "English",
|
||||||
|
checkEverySecond: "Check every {0} seconds.",
|
||||||
|
retryCheckEverySecond: "Retry every {0} seconds.",
|
||||||
|
retriesDescription: "Maximum retries before the service is marked as down and a notification is sent",
|
||||||
|
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
|
||||||
|
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",
|
||||||
|
maxRedirectDescription: "Maximum number of redirects to follow. Set to 0 to disable redirects.",
|
||||||
|
acceptedStatusCodesDescription: "Select status codes which are considered as a successful response.",
|
||||||
|
passwordNotMatchMsg: "The repeat password does not match.",
|
||||||
|
notificationDescription: "Please assign a notification to monitor(s) to get it to work.",
|
||||||
|
keywordDescription: "Search keyword in plain html or JSON response and it is case-sensitive",
|
||||||
|
pauseDashboardHome: "Pause",
|
||||||
|
deleteMonitorMsg: "Are you sure want to delete this monitor?",
|
||||||
|
deleteNotificationMsg: "Are you sure want to delete this notification for all monitors?",
|
||||||
|
resoverserverDescription: "Cloudflare is the default server, you can change the resolver server anytime.",
|
||||||
|
rrtypeDescription: "Select the RR-Type you want to monitor",
|
||||||
|
pauseMonitorMsg: "Are you sure want to pause?",
|
||||||
|
enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
|
||||||
|
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
|
||||||
|
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
|
||||||
|
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
|
||||||
|
importHandleDescription: "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||||
|
confirmImportMsg: "Are you sure to import the backup? Please make sure you've selected the right import option.",
|
||||||
|
twoFAVerifyLabel: "Please type in your token to verify that 2FA is working",
|
||||||
|
tokenValidSettingsMsg: "Token is valid! You can now save the 2FA settings.",
|
||||||
|
confirmEnableTwoFAMsg: "Are you sure you want to enable 2FA?",
|
||||||
|
confirmDisableTwoFAMsg: "Are you sure you want to disable 2FA?",
|
||||||
|
Settings: "Settings",
|
||||||
|
Dashboard: "Dashboard",
|
||||||
|
"New Update": "New Update",
|
||||||
|
Language: "Language",
|
||||||
|
Appearance: "Appearance",
|
||||||
|
Theme: "Theme",
|
||||||
|
General: "General",
|
||||||
|
Version: "Version",
|
||||||
|
"Check Update On GitHub": "Check Update On GitHub",
|
||||||
|
List: "List",
|
||||||
|
Add: "Add",
|
||||||
|
"Add New Monitor": "Add New Monitor",
|
||||||
|
"Quick Stats": "Quick Stats",
|
||||||
|
Up: "Up",
|
||||||
|
Down: "Down",
|
||||||
|
Pending: "Pending",
|
||||||
|
Unknown: "Unknown",
|
||||||
|
Pause: "Pause",
|
||||||
|
Name: "Name",
|
||||||
|
Status: "Status",
|
||||||
|
DateTime: "DateTime",
|
||||||
|
Message: "Message",
|
||||||
|
"No important events": "No important events",
|
||||||
|
Resume: "Resume",
|
||||||
|
Edit: "Edit",
|
||||||
|
Delete: "Delete",
|
||||||
|
Current: "Current",
|
||||||
|
Uptime: "Uptime",
|
||||||
|
"Cert Exp.": "Cert Exp.",
|
||||||
|
days: "days",
|
||||||
|
day: "day",
|
||||||
|
"-day": "-day",
|
||||||
|
hour: "hour",
|
||||||
|
"-hour": "-hour",
|
||||||
|
Response: "Response",
|
||||||
|
Ping: "Ping",
|
||||||
|
"Monitor Type": "Monitor Type",
|
||||||
|
Keyword: "Keyword",
|
||||||
|
"Friendly Name": "Friendly Name",
|
||||||
|
URL: "URL",
|
||||||
|
Hostname: "Hostname",
|
||||||
|
Port: "Port",
|
||||||
|
"Heartbeat Interval": "Heartbeat Interval",
|
||||||
|
Retries: "Retries",
|
||||||
|
"Heartbeat Retry Interval": "Heartbeat Retry Interval",
|
||||||
|
Advanced: "Advanced",
|
||||||
|
"Upside Down Mode": "Upside Down Mode",
|
||||||
|
"Max. Redirects": "Max. Redirects",
|
||||||
|
"Accepted Status Codes": "Accepted Status Codes",
|
||||||
|
Save: "Save",
|
||||||
|
Notifications: "Notifications",
|
||||||
|
"Not available, please setup.": "Not available, please setup.",
|
||||||
|
"Setup Notification": "Setup Notification",
|
||||||
|
Light: "Light",
|
||||||
|
Dark: "Dark",
|
||||||
|
Auto: "Auto",
|
||||||
|
"Theme - Heartbeat Bar": "Theme - Heartbeat Bar",
|
||||||
|
Normal: "Normal",
|
||||||
|
Bottom: "Bottom",
|
||||||
|
None: "None",
|
||||||
|
Timezone: "Timezone",
|
||||||
|
"Search Engine Visibility": "Search Engine Visibility",
|
||||||
|
"Allow indexing": "Allow indexing",
|
||||||
|
"Discourage search engines from indexing site": "Discourage search engines from indexing site",
|
||||||
|
"Change Password": "Change Password",
|
||||||
|
"Current Password": "Current Password",
|
||||||
|
"New Password": "New Password",
|
||||||
|
"Repeat New Password": "Repeat New Password",
|
||||||
|
"Update Password": "Update Password",
|
||||||
|
"Disable Auth": "Disable Auth",
|
||||||
|
"Enable Auth": "Enable Auth",
|
||||||
|
Logout: "Logout",
|
||||||
|
Leave: "Leave",
|
||||||
|
"I understand, please disable": "I understand, please disable",
|
||||||
|
Confirm: "Confirm",
|
||||||
|
Yes: "Yes",
|
||||||
|
No: "No",
|
||||||
|
Username: "Username",
|
||||||
|
Password: "Password",
|
||||||
|
"Remember me": "Remember me",
|
||||||
|
Login: "Login",
|
||||||
|
"No Monitors, please": "No Monitors, please",
|
||||||
|
"add one": "add one",
|
||||||
|
"Notification Type": "Notification Type",
|
||||||
|
Email: "Email",
|
||||||
|
Test: "Test",
|
||||||
|
"Certificate Info": "Certificate Info",
|
||||||
|
"Resolver Server": "Resolver Server",
|
||||||
|
"Resource Record Type": "Resource Record Type",
|
||||||
|
"Last Result": "Last Result",
|
||||||
|
"Create your admin account": "Create your admin account",
|
||||||
|
"Repeat Password": "Repeat Password",
|
||||||
|
"Import Backup": "Import Backup",
|
||||||
|
"Export Backup": "Export Backup",
|
||||||
|
Export: "Export",
|
||||||
|
Import: "Import",
|
||||||
|
respTime: "Resp. Time (ms)",
|
||||||
|
notAvailableShort: "N/A",
|
||||||
|
"Default enabled": "Default enabled",
|
||||||
|
"Apply on all existing monitors": "Apply on all existing monitors",
|
||||||
|
Create: "Create",
|
||||||
|
"Clear Data": "Clear Data",
|
||||||
|
Events: "Events",
|
||||||
|
Heartbeats: "Heartbeats",
|
||||||
|
"Auto Get": "Auto Get",
|
||||||
|
backupDescription: "You can backup all monitors and all notifications into a JSON file.",
|
||||||
|
backupDescription2: "PS: History and event data is not included.",
|
||||||
|
backupDescription3: "Sensitive data such as notification tokens is included in the export file, please keep it carefully.",
|
||||||
|
alertNoFile: "Please select a file to import.",
|
||||||
|
alertWrongFileType: "Please select a JSON file.",
|
||||||
|
"Clear all statistics": "Clear all Statistics",
|
||||||
|
"Skip existing": "Skip existing",
|
||||||
|
Overwrite: "Overwrite",
|
||||||
|
Options: "Options",
|
||||||
|
"Keep both": "Keep both",
|
||||||
|
"Verify Token": "Verify Token",
|
||||||
|
"Setup 2FA": "Setup 2FA",
|
||||||
|
"Enable 2FA": "Enable 2FA",
|
||||||
|
"Disable 2FA": "Disable 2FA",
|
||||||
|
"2FA Settings": "2FA Settings",
|
||||||
|
"Two Factor Authentication": "Two Factor Authentication",
|
||||||
|
Active: "Active",
|
||||||
|
Inactive: "Inactive",
|
||||||
|
Token: "Token",
|
||||||
|
"Show URI": "Show URI",
|
||||||
|
Tags: "Tags",
|
||||||
|
"Add New below or Select...": "Add New below or Select...",
|
||||||
|
"Tag with this name already exist.": "Tag with this name already exist.",
|
||||||
|
"Tag with this value already exist.": "Tag with this value already exist.",
|
||||||
|
color: "color",
|
||||||
|
"value (optional)": "value (optional)",
|
||||||
|
Gray: "Gray",
|
||||||
|
Red: "Red",
|
||||||
|
Orange: "Orange",
|
||||||
|
Green: "Green",
|
||||||
|
Blue: "Blue",
|
||||||
|
Indigo: "Indigo",
|
||||||
|
Purple: "Purple",
|
||||||
|
Pink: "Pink",
|
||||||
|
"Search...": "Search...",
|
||||||
|
"Avg. Ping": "Avg. Ping",
|
||||||
|
"Avg. Response": "Avg. Response",
|
||||||
|
"Entry Page": "Entry Page",
|
||||||
|
statusPageNothing: "Nothing here, please add a group or a monitor.",
|
||||||
|
"No Services": "No Services",
|
||||||
|
"All Systems Operational": "All Systems Operational",
|
||||||
|
"Partially Degraded Service": "Partially Degraded Service",
|
||||||
|
"Degraded Service": "Degraded Service",
|
||||||
|
"Add Group": "Add Group",
|
||||||
|
"Add a monitor": "Add a monitor",
|
||||||
|
"Edit Status Page": "Edit Status Page",
|
||||||
|
"Go to Dashboard": "Go to Dashboard",
|
||||||
|
"telegram": "Telegram",
|
||||||
|
"webhook": "Webhook",
|
||||||
|
"smtp": "Email (SMTP)",
|
||||||
|
"discord": "Discord",
|
||||||
|
"teams": "Microsoft Teams",
|
||||||
|
"signal": "Signal",
|
||||||
|
"gotify": "Gotify",
|
||||||
|
"slack": "Slack",
|
||||||
|
"rocket.chat": "Rocket.chat",
|
||||||
|
"pushover": "Pushover",
|
||||||
|
"pushy": "Pushy",
|
||||||
|
"octopush": "Octopush",
|
||||||
|
"lunasea": "LunaSea",
|
||||||
|
"apprise": "Apprise (Support 50+ Notification services)",
|
||||||
|
"pushbullet": "Pushbullet",
|
||||||
|
"line": "Line Messenger",
|
||||||
|
"mattermost": "Mattermost",
|
||||||
LanguageName: "English",
|
LanguageName: "English",
|
||||||
CheckEverySecond: "Check every {0} seconds.",
|
CheckEverySecond: "Check every {0} seconds.",
|
||||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||||
|
@ -140,66 +336,11 @@ export default {
|
||||||
NoMonitorsAvailable: "No monitors available.",
|
NoMonitorsAvailable: "No monitors available.",
|
||||||
Valid: "Valid",
|
Valid: "Valid",
|
||||||
Invalid: "Invalid",
|
Invalid: "Invalid",
|
||||||
Confirm: "Confirm",
|
|
||||||
Up: "Up",
|
|
||||||
Down: "Down",
|
|
||||||
Unknown: "Unknown",
|
|
||||||
Status: "Status",
|
|
||||||
DateTime: "DateTime",
|
|
||||||
Message: "Message",
|
|
||||||
First: "First",
|
First: "First",
|
||||||
Last: "Last",
|
Last: "Last",
|
||||||
Keyword: "Keyword",
|
|
||||||
Pause: "Pause",
|
|
||||||
Resume: "Resume",
|
|
||||||
Edit: "Edit",
|
|
||||||
Delete: "Delete",
|
|
||||||
Current: "Current",
|
|
||||||
HoursInADay: "HoursInADay",
|
HoursInADay: "HoursInADay",
|
||||||
Uptime: "Uptime",
|
|
||||||
DaysInAMonth: "DaysInAMonth",
|
DaysInAMonth: "DaysInAMonth",
|
||||||
Events: "Events",
|
|
||||||
Heartbeats: "Heartbeats",
|
|
||||||
Yes: "Yes",
|
|
||||||
No: "No",
|
|
||||||
Response: "Response",
|
|
||||||
Ping: "Ping",
|
|
||||||
General: "General",
|
|
||||||
Hostname: "Hostname",
|
|
||||||
Port: "Port",
|
|
||||||
Retries: "Retries",
|
|
||||||
Advanced: "Advanced",
|
|
||||||
Save: "Save",
|
|
||||||
Notifications: "Notifications",
|
|
||||||
Dashboard: "Dashboard",
|
|
||||||
Settings: "Settings",
|
|
||||||
List: "List",
|
|
||||||
Add: "Add",
|
|
||||||
Username: "Username",
|
|
||||||
Password: "Password",
|
|
||||||
Token: "Token",
|
|
||||||
Login: "Login",
|
|
||||||
Test: "Test",
|
|
||||||
Appearance: "Appearance",
|
|
||||||
Language: "Language",
|
|
||||||
Theme: "Theme",
|
|
||||||
Light: "Light",
|
|
||||||
Dark: "Dark",
|
|
||||||
Auto: "Auto",
|
|
||||||
Normal: "Normal",
|
|
||||||
Bottom: "Bottom",
|
|
||||||
None: "None",
|
|
||||||
Timezone: "Timezone",
|
|
||||||
Export: "Export",
|
|
||||||
Options: "Options",
|
|
||||||
Overwrite: "Overwrite",
|
|
||||||
Import: "Import",
|
|
||||||
Logout: "Logout",
|
|
||||||
Info: "Info",
|
Info: "Info",
|
||||||
Version: "Version",
|
|
||||||
Leave: "Leave",
|
|
||||||
Create: "Create",
|
|
||||||
Pending: "Pending",
|
|
||||||
Discard: "Discard",
|
Discard: "Discard",
|
||||||
Unpublish: "Unpublish",
|
Unpublish: "Unpublish",
|
||||||
Publish: "Publish",
|
Publish: "Publish",
|
||||||
|
@ -209,16 +350,4 @@ export default {
|
||||||
Cancel: "Cancel",
|
Cancel: "Cancel",
|
||||||
Unpin: "Unpin",
|
Unpin: "Unpin",
|
||||||
Description: "Description",
|
Description: "Description",
|
||||||
Tags: "Tags",
|
|
||||||
Name: "Name",
|
|
||||||
Gray: "Gray",
|
|
||||||
Red: "Red",
|
|
||||||
Orange: "Orange",
|
|
||||||
Green: "Green",
|
|
||||||
Blue: "Blue",
|
|
||||||
Indigo: "Indigo",
|
|
||||||
Purple: "Purple",
|
|
||||||
Pink: "Pink",
|
|
||||||
Active: "Active",
|
|
||||||
Inactive: "Inactive",
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue