mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Add some missing translations
This commit is contained in:
parent
265cca9ed1
commit
94508cae2f
1 changed files with 14 additions and 0 deletions
|
@ -307,10 +307,24 @@ export default {
|
|||
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
|
||||
"Current User": "Current User",
|
||||
recent: "Recent",
|
||||
"Shrink Database": "Shrink Database",
|
||||
Default: "Default",
|
||||
headersPlaceholder: "Example:\n\{\n \"HeaderName\": \"HeaderValue\"\n}",
|
||||
bodyPlaceholder: "Example:\n\{\n \"key\": \"value\"\n}",
|
||||
"HTTP Options": "HTTP Options",
|
||||
// Status page
|
||||
"Create Incident": "Create Incident",
|
||||
"Switch to Light Theme": "Switch to Light Theme",
|
||||
"Switch to Dark Theme": "Switch to Dark Theme",
|
||||
"Show Tags": "Show Tags",
|
||||
"Hide Tags": "Hide Tags",
|
||||
"Description": "Description",
|
||||
"No monitors available.": "No monitors available.",
|
||||
"Add one": "Add one",
|
||||
"No Monitors": "No Monitors",
|
||||
"Untitled Group": "Untitled Group",
|
||||
"Services": "Services",
|
||||
"Discard": "Discard",
|
||||
"Cancel": "Cancel",
|
||||
"Powered by": "Powered by",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue