mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
Add minor Api translation
This commit is contained in:
parent
95c015ac28
commit
1d3e811e1b
2 changed files with 6 additions and 0 deletions
|
@ -765,6 +765,9 @@
|
||||||
"smseagleMsgTtsAdvanced": "Text-to-speech Advanced call",
|
"smseagleMsgTtsAdvanced": "Text-to-speech Advanced call",
|
||||||
"smseagleDuration": "Duration (default=10)",
|
"smseagleDuration": "Duration (default=10)",
|
||||||
"smseagleTtsModel": "Text-to-speech model ID",
|
"smseagleTtsModel": "Text-to-speech model ID",
|
||||||
|
"smseagleApiType": "API version",
|
||||||
|
"smseagleApiv1": "APIv1 (for existing projects and backward compatibility)",
|
||||||
|
"smseagleApiv2": "APIv2 (recommended for new integrations)",
|
||||||
"smspartnerApiurl": "You can find your API key in your dashboard at {0}",
|
"smspartnerApiurl": "You can find your API key in your dashboard at {0}",
|
||||||
"smspartnerPhoneNumber": "Phone number(s)",
|
"smspartnerPhoneNumber": "Phone number(s)",
|
||||||
"smspartnerPhoneNumberHelptext": "The number must be in the international format {0}, {1}. Multiple numbers must be separated by {2}",
|
"smspartnerPhoneNumberHelptext": "The number must be in the international format {0}, {1}. Multiple numbers must be separated by {2}",
|
||||||
|
|
|
@ -378,6 +378,9 @@
|
||||||
"smseagleMsgTtsAdvanced": "Połączenie text-to-speech (zaawansowane)",
|
"smseagleMsgTtsAdvanced": "Połączenie text-to-speech (zaawansowane)",
|
||||||
"smseagleDuration": "Czas trwania (domyślnie=10)",
|
"smseagleDuration": "Czas trwania (domyślnie=10)",
|
||||||
"smseagleTtsModel": "ID modelu głosowego TTS",
|
"smseagleTtsModel": "ID modelu głosowego TTS",
|
||||||
|
"smseagleApiType": "wersja API",
|
||||||
|
"smseagleApiv1": "APIv1 (dla istniejących projektów)",
|
||||||
|
"smseagleApiv2": "APIv2 (zalecane dla nowych integracji)",
|
||||||
"stackfield": "Stackfield",
|
"stackfield": "Stackfield",
|
||||||
"Customize": "Dostosuj",
|
"Customize": "Dostosuj",
|
||||||
"Custom Footer": "Niestandardowa stopka",
|
"Custom Footer": "Niestandardowa stopka",
|
||||||
|
|
Loading…
Add table
Reference in a new issue