Added language keys
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
d7f2fa982a
commit
05443f9bb7
|
@ -695,5 +695,19 @@
|
|||
"Google Analytics ID": "Google Analytics ID",
|
||||
"Edit Tag": "Edit Tag",
|
||||
"Server Address": "Server Address",
|
||||
"Learn More": "Learn More"
|
||||
"Learn More": "Learn More",
|
||||
"API Keys": "API Keys",
|
||||
"Expiry": "Expiry",
|
||||
"Expiry date": "Expiry date",
|
||||
"Don't expire": "Don't expire",
|
||||
"Continue": "Continue",
|
||||
"Add Another": "Add Another",
|
||||
"Key Added": "Key Added",
|
||||
"apiKeyAddedMsg": "Your API key has been added. Please make a note of it as it will not be shown again.",
|
||||
"Add API Key": "Add API Key",
|
||||
"No API Keys": "No API Keys",
|
||||
"apiKey-active": "Active",
|
||||
"apiKey-expired": "Expired",
|
||||
"apiKey-inactive": "Inactive",
|
||||
"Expires": "Expires"
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="col-xl-10">
|
||||
<!-- Title -->
|
||||
<div class="mb-3">
|
||||
<label for="name" class="form-label">{{ $t("Title") }}</label>
|
||||
<label for="name" class="form-label">{{ $t("Name") }}</label>
|
||||
<input
|
||||
id="name" v-model="key.name" type="text" class="form-control"
|
||||
required
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<div class="text-center mt-3" style="font-size: 13px;">
|
||||
<a href="https://github.com/louislam/uptime-kuma/wiki/Maintenance" target="_blank">Learn More</a>
|
||||
<a href="https://github.com/louislam/uptime-kuma/wiki/APIKeys" target="_blank">{{ $t("Learn More") }}</a>
|
||||
</div>
|
||||
|
||||
<Confirm ref="confirmPause" :yes-text="$t('Yes')" :no-text="$t('No')" @yes="disableKey">
|
||||
|
|
Loading…
Reference in New Issue