mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-30 18:24:03 +00:00
Uppercase and improve language keys
This commit is contained in:
parent
6635412980
commit
ba7af9b569
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="lunasea-notification-target" class="form-label">{{ $t("Target") }}<span style="color: red;"><sup>*</sup></span></label>
|
<label for="lunasea-notification-target" class="form-label">{{ $t("lunaseaTarget") }}<span style="color: red;"><sup>*</sup></span></label>
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
<p>
|
<p>
|
||||||
<select id="lunasea-notification-target" v-model="$parent.notification.lunaseaTarget" class="form-select" required>
|
<select id="lunasea-notification-target" v-model="$parent.notification.lunaseaTarget" class="form-select" required>
|
||||||
|
|
|
@ -704,7 +704,7 @@
|
||||||
"pagertreeResolve": "Auto Resolve",
|
"pagertreeResolve": "Auto Resolve",
|
||||||
"pagertreeDoNothing": "Do Nothing",
|
"pagertreeDoNothing": "Do Nothing",
|
||||||
"wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}",
|
"wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}",
|
||||||
"lunaseaTarget": "target",
|
"lunaseaTarget": "Target",
|
||||||
"lunaseaDeviceID": "Device ID",
|
"lunaseaDeviceID": "Device ID",
|
||||||
"lunaseaUserID": "User ID"
|
"lunaseaUserID": "User ID"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue