mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 23:44:04 +02:00
adjust the translations
This commit is contained in:
parent
d0a3423265
commit
f11ca8ae61
2 changed files with 14 additions and 9 deletions
|
@ -3,14 +3,16 @@
|
||||||
<label for="smsplanet-api-token" class="form-label">{{ $t('smsplanetApiToken') }}</label>
|
<label for="smsplanet-api-token" class="form-label">{{ $t('smsplanetApiToken') }}</label>
|
||||||
<HiddenInput id="smsplanet-api-token" v-model="$parent.notification.smsplanetApiToken" :required="true"></HiddenInput>
|
<HiddenInput id="smsplanet-api-token" v-model="$parent.notification.smsplanetApiToken" :required="true"></HiddenInput>
|
||||||
<i18n-t tag="div" keypath="smsplanetApiDocs" class="form-text">
|
<i18n-t tag="div" keypath="smsplanetApiDocs" class="form-text">
|
||||||
|
<template #the_smsplanet_documentation>
|
||||||
<a
|
<a
|
||||||
href="https://smsplanet.pl/doc/slate/index.html#introduction"
|
href="https://smsplanet.pl/doc/slate/index.html#introduction"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>{{ $t("here") }}</a>
|
>{{ $t("the smsplanet documentation") }}</a>
|
||||||
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="smsplanet-phone-numbers" class="form-label">{{ $t("smsplanetPhoneNumber") }}</label>
|
<label for="smsplanet-phone-numbers" class="form-label">{{ $t("Phone numbers") }}</label>
|
||||||
<textarea
|
<textarea
|
||||||
id="smsplanet-phone-numbers"
|
id="smsplanet-phone-numbers"
|
||||||
v-model="$parent.notification.smsplanetPhoneNumbers"
|
v-model="$parent.notification.smsplanetPhoneNumbers"
|
||||||
|
@ -20,8 +22,9 @@
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="smsplanet-sender-name" class="form-label">{{ $t("smsplanetSenderName") }}</label>
|
<label for="smsplanet-sender-name" class="form-label">{{ $t("Sender name") }}</label>
|
||||||
<input id="smsplanet-sender-name" v-model="$parent.notification.smsplanetSenderName" type="text" minlength="3" maxlength="11" class="form-control">
|
<input id="smsplanet-sender-name" v-model="$parent.notification.smsplanetSenderName" type="text" minlength="3" maxlength="11" class="form-control">
|
||||||
|
<div class="form-text">{{ $t("smsplanetNeedToApproveName") }}<div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -1070,7 +1070,9 @@
|
||||||
"Template Format": "Template Format",
|
"Template Format": "Template Format",
|
||||||
"Font Twemoji by Twitter licensed under": "Font Twemoji by Twitter licensed under",
|
"Font Twemoji by Twitter licensed under": "Font Twemoji by Twitter licensed under",
|
||||||
"smsplanetApiToken": "Token for the SMSPlanet API",
|
"smsplanetApiToken": "Token for the SMSPlanet API",
|
||||||
"smsplanetApiDocs": "Detailed information on obtaining the API token can be found in the documentation available at {0}.",
|
"smsplanetApiDocs": "Detailed information on obtaining API tokens can be found in {the_smsplanet_documentation}.",
|
||||||
"smsplanetPhoneNumber": "Phone numbers",
|
"the smsplanet documentation": "the smsplanet documentation",
|
||||||
"smsplanetSenderName": "Sender name (approved in the client panel)"
|
"Phone numbers": "Phone numbers",
|
||||||
|
"Sender name": "Sender name",
|
||||||
|
"smsplanetNeedToApproveName": "Needs to be approved in the client panel"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue