mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-23 12:29:16 +02:00
Change translations for APIv1 and APIv2
This commit is contained in:
parent
277213dad5
commit
6056c91d74
3 changed files with 10 additions and 6 deletions
|
@ -67,11 +67,11 @@
|
||||||
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientTo" type="text" class="form-control">
|
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientTo" type="text" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="smseagle-recipient" class="form-label">{{ $t("smseagleGroup") }}</label>
|
<label for="smseagle-recipient" class="form-label">{{ $t("smseagleGroupV2") }}</label>
|
||||||
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientGroup" type="text" class="form-control">
|
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientGroup" type="text" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="smseagle-recipient" class="form-label">{{ $t("smseagleContact") }}</label>
|
<label for="smseagle-recipient" class="form-label">{{ $t("smseagleContactV2") }}</label>
|
||||||
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientContact" type="text" class="form-control">
|
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientContact" type="text" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
|
|
@ -755,8 +755,10 @@
|
||||||
"serwersmsPhoneNumber": "Phone number",
|
"serwersmsPhoneNumber": "Phone number",
|
||||||
"serwersmsSenderName": "SMS Sender Name (registered via customer portal)",
|
"serwersmsSenderName": "SMS Sender Name (registered via customer portal)",
|
||||||
"smseagleTo": "Phone number(s)",
|
"smseagleTo": "Phone number(s)",
|
||||||
"smseagleGroup": "Phonebook group ID(s)",
|
"smseagleGroup": "Phonebook group name(s)",
|
||||||
"smseagleContact": "Phonebook contact ID(s)",
|
"smseagleContact": "Phonebook contact name(s)",
|
||||||
|
"smseagleGroupV2": "Phonebook group ID(s)",
|
||||||
|
"smseagleContactV2": "Phonebook contact ID(s)",
|
||||||
"smseagleRecipientType": "Recipient type",
|
"smseagleRecipientType": "Recipient type",
|
||||||
"smseagleRecipient": "Recipient(s) (multiple must be separated with comma)",
|
"smseagleRecipient": "Recipient(s) (multiple must be separated with comma)",
|
||||||
"smseagleToken": "API Access token",
|
"smseagleToken": "API Access token",
|
||||||
|
|
|
@ -363,8 +363,10 @@
|
||||||
"serwersmsSenderName": "Nazwa nadawcy (zatwierdzona w panelu klienta)",
|
"serwersmsSenderName": "Nazwa nadawcy (zatwierdzona w panelu klienta)",
|
||||||
"smseagle": "SMSEagle",
|
"smseagle": "SMSEagle",
|
||||||
"smseagleTo": "Numer/y telefonu",
|
"smseagleTo": "Numer/y telefonu",
|
||||||
"smseagleGroup": "Grupa/y z Książki adresowej - ID",
|
"smseagleGroup": "Grupa/y z Książki adresowej",
|
||||||
"smseagleContact": "Kontakt/y z Książki adresowej - ID",
|
"smseagleContact": "Kontakt/y z Książki adresowej",
|
||||||
|
"smseagleGroupV2": "Grupa/y z Książki adresowej - ID",
|
||||||
|
"smseagleContactV2": "Kontakt/y z Książki adresowej - ID",
|
||||||
"smseagleRecipientType": "Typ odbiorcy",
|
"smseagleRecipientType": "Typ odbiorcy",
|
||||||
"smseagleRecipient": "Odbiorca/y (wiele musi być oddzielone przecinkami)",
|
"smseagleRecipient": "Odbiorca/y (wiele musi być oddzielone przecinkami)",
|
||||||
"smseagleToken": "Klucz dostępu API",
|
"smseagleToken": "Klucz dostępu API",
|
||||||
|
|
Loading…
Add table
Reference in a new issue