1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-11-25 22:41:57 +02:00

Improvements for SMSC i18n (#6375)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Amirparsa Baghdadi
2025-11-19 22:16:45 +03:30
committed by GitHub
parent ae07bf23ae
commit a59a6af4b3
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
<div class="mb-3">
<label for="smsc-login" class="form-label">{{ $t("API Username") }}</label>
<i18n-t tag="div" class="form-text" keypath="wayToGetClickSendSMSToken">
<template #here>
<a href="https://smsc.kz/" target="_blank">{{ $t("here") }}</a>
</template>
</i18n-t>
<input id="smsc-login" v-model="$parent.notification.smscLogin" type="text" class="form-control" required>
<label for="smsc-key" class="form-label">{{ $t("API Key") }}</label>

View File

@@ -838,7 +838,7 @@
"pushDeerServerDescription": "Leave blank to use the official server",
"PushDeer Key": "PushDeer Key",
"SpugPush Template Code": "Template Code",
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {0} .",
"wayToGetClickSendSMSToken": "You can get API Username and API Key from {here}.",
"Custom Monitor Type": "Custom Monitor Type",
"Google Analytics ID": "Google Analytics ID",
"Edit Tag": "Edit Tag",