mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Add missing translations for placeholders in EditMonitor page
This commit is contained in:
parent
453f6fbadf
commit
567ea346fe
3 changed files with 6 additions and 2 deletions
|
@ -312,6 +312,8 @@ export default {
|
||||||
Security: "Security",
|
Security: "Security",
|
||||||
"Steam API Key": "Steam API Key",
|
"Steam API Key": "Steam API Key",
|
||||||
"Shrink Database": "Shrink Database",
|
"Shrink Database": "Shrink Database",
|
||||||
|
"Pick a RR-Type...": "Pick a RR-Type...",
|
||||||
|
"Pick Accepted Status Codes...": "Pick Accepted Status Codes...",
|
||||||
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}",
|
||||||
|
|
|
@ -312,6 +312,8 @@ export default {
|
||||||
Info: "Informacije",
|
Info: "Informacije",
|
||||||
Security: "Sigurnost",
|
Security: "Sigurnost",
|
||||||
"Shrink Database": "Smanji bazu podataka",
|
"Shrink Database": "Smanji bazu podataka",
|
||||||
|
"Pick a RR-Type...": "Odaberite vrstu DNS zapisa od navedenih...",
|
||||||
|
"Pick Accepted Status Codes...": "Odaberite HTTP statusne kodove koji će biti prihvaćeni...",
|
||||||
"Steam API Key": "Steam API ključ",
|
"Steam API Key": "Steam API ključ",
|
||||||
Default: "Zadano",
|
Default: "Zadano",
|
||||||
headersPlaceholder: "Primjer:\n{\n \"NazivZaglavlja\": \"VrijednostZaglavlja\"\n}",
|
headersPlaceholder: "Primjer:\n{\n \"NazivZaglavlja\": \"VrijednostZaglavlja\"\n}",
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
:close-on-select="true"
|
:close-on-select="true"
|
||||||
:clear-on-select="false"
|
:clear-on-select="false"
|
||||||
:preserve-search="false"
|
:preserve-search="false"
|
||||||
placeholder="Pick a RR-Type..."
|
:placeholder="$t('Pick a RR-Type...')"
|
||||||
:preselect-first="false"
|
:preselect-first="false"
|
||||||
:max-height="500"
|
:max-height="500"
|
||||||
:taggable="false"
|
:taggable="false"
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
:close-on-select="false"
|
:close-on-select="false"
|
||||||
:clear-on-select="false"
|
:clear-on-select="false"
|
||||||
:preserve-search="true"
|
:preserve-search="true"
|
||||||
placeholder="Pick Accepted Status Codes..."
|
:placeholder="$t('Pick Accepted Status Codes...')"
|
||||||
:preselect-first="false"
|
:preselect-first="false"
|
||||||
:max-height="600"
|
:max-height="600"
|
||||||
:taggable="true"
|
:taggable="true"
|
||||||
|
|
Loading…
Reference in a new issue