add keys for translation
This commit is contained in:
parent
2702335d91
commit
70bb69fc73
|
@ -4,8 +4,8 @@
|
||||||
<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>
|
||||||
<option value="device">Device</option>
|
<option value="device">{{ $t("Device") }}</option>
|
||||||
<option value="user">User</option>
|
<option value="user">{{ $t("User") }}</option>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -442,7 +442,6 @@
|
||||||
"Clone Monitor": "Clone Monitor",
|
"Clone Monitor": "Clone Monitor",
|
||||||
"Clone": "Clone",
|
"Clone": "Clone",
|
||||||
"cloneOf": "Clone of {0}",
|
"cloneOf": "Clone of {0}",
|
||||||
"Description": "Description",
|
|
||||||
"smtp": "Email (SMTP)",
|
"smtp": "Email (SMTP)",
|
||||||
"secureOptionNone": "None / STARTTLS (25, 587)",
|
"secureOptionNone": "None / STARTTLS (25, 587)",
|
||||||
"secureOptionTLS": "TLS (465)",
|
"secureOptionTLS": "TLS (465)",
|
||||||
|
@ -703,5 +702,8 @@
|
||||||
"pagertreeCritical": "Critical",
|
"pagertreeCritical": "Critical",
|
||||||
"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}",
|
||||||
|
"Add New Tag": "Add new tag",
|
||||||
|
"Target": "target",
|
||||||
|
"Device ID": "Device ID"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue