mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-15 17:06:48 +02:00
Added strings to localization
"New Status Page" "About" "Backup" "Show update if available" "Also check beta release"
This commit is contained in:
parent
87d3853b8e
commit
5e50f8cfd4
1 changed files with 5 additions and 0 deletions
|
@ -184,6 +184,7 @@ export default {
|
|||
"Go to Dashboard": "Go to Dashboard",
|
||||
"Status Page": "Status Page",
|
||||
"Status Pages": "Status Pages",
|
||||
"New Status Page": "New Status Page",
|
||||
defaultNotificationName: "My {notification} Alert ({number})",
|
||||
here: "here",
|
||||
Required: "Required",
|
||||
|
@ -303,6 +304,10 @@ export default {
|
|||
HeadersInvalidFormat: "The request headers are not valid JSON: ",
|
||||
BodyInvalidFormat: "The request body is not valid JSON: ",
|
||||
"Monitor History": "Monitor History",
|
||||
Backup: "Backup",
|
||||
About: "About",
|
||||
"Show update if available": "Show update if available",
|
||||
"Also check beta release": "Also check beta release",
|
||||
clearDataOlderThan: "Keep monitor history data for {0} days.",
|
||||
PasswordsDoNotMatch: "Passwords do not match.",
|
||||
records: "records",
|
||||
|
|
Loading…
Add table
Reference in a new issue