mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-27 22:49:42 -08:00
Add some missing translations
This commit is contained in:
parent
265cca9ed1
commit
94508cae2f
|
@ -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: ",
|
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",
|
"Current User": "Current User",
|
||||||
recent: "Recent",
|
recent: "Recent",
|
||||||
|
"Shrink Database": "Shrink Database",
|
||||||
Default: "Default",
|
Default: "Default",
|
||||||
headersPlaceholder: "Example:\n\{\n \"HeaderName\": \"HeaderValue\"\n}",
|
headersPlaceholder: "Example:\n\{\n \"HeaderName\": \"HeaderValue\"\n}",
|
||||||
bodyPlaceholder: "Example:\n\{\n \"key\": \"value\"\n}",
|
bodyPlaceholder: "Example:\n\{\n \"key\": \"value\"\n}",
|
||||||
|
"HTTP Options": "HTTP Options",
|
||||||
// Status page
|
// 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",
|
"Untitled Group": "Untitled Group",
|
||||||
"Services": "Services",
|
"Services": "Services",
|
||||||
|
"Discard": "Discard",
|
||||||
|
"Cancel": "Cancel",
|
||||||
|
"Powered by": "Powered by",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue