Change translations for APIv1 and APIv2

This commit is contained in:
AxeKam333 2025-03-31 11:24:59 +02:00
parent 277213dad5
commit 6056c91d74
3 changed files with 10 additions and 6 deletions

View file

@ -67,11 +67,11 @@
<input id="smseagle-recipient" v-model="$parent.notification.smseagleRecipientTo" type="text" class="form-control">
</div>
<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">
</div>
<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">
</div>
<div class="mb-3">

View file

@ -755,8 +755,10 @@
"serwersmsPhoneNumber": "Phone number",
"serwersmsSenderName": "SMS Sender Name (registered via customer portal)",
"smseagleTo": "Phone number(s)",
"smseagleGroup": "Phonebook group ID(s)",
"smseagleContact": "Phonebook contact ID(s)",
"smseagleGroup": "Phonebook group name(s)",
"smseagleContact": "Phonebook contact name(s)",
"smseagleGroupV2": "Phonebook group ID(s)",
"smseagleContactV2": "Phonebook contact ID(s)",
"smseagleRecipientType": "Recipient type",
"smseagleRecipient": "Recipient(s) (multiple must be separated with comma)",
"smseagleToken": "API Access token",

View file

@ -363,8 +363,10 @@
"serwersmsSenderName": "Nazwa nadawcy (zatwierdzona w panelu klienta)",
"smseagle": "SMSEagle",
"smseagleTo": "Numer/y telefonu",
"smseagleGroup": "Grupa/y z Książki adresowej - ID",
"smseagleContact": "Kontakt/y z Książki adresowej - ID",
"smseagleGroup": "Grupa/y z Książki adresowej",
"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",
"smseagleRecipient": "Odbiorca/y (wiele musi być oddzielone przecinkami)",
"smseagleToken": "Klucz dostępu API",