Files
FileFlowsPlugins/Apprise/i18n/ru.json
John Andrews 00a2a5e2ae translations
2024-10-01 10:49:59 +13:00

34 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Flow": {
"Parts": {
"Apprise": {
"Description": "Отправляет сообщение на сервер Apprise.",
"Fields": {
"Message": "Сообщение",
"Message-Help": "Сообщение для отправки на сервер Apprise",
"MessageType": "Тип",
"MessageType-Help": "Тип отправляемого сообщения",
"Tag": "Тег",
"Tag-Help": "Список тегов для отправки сообщения. Если список пуст, будет использован тег 'all'."
},
"Outputs": {
"1": "Сообщение Apprise отправлено",
"2": "Не удалось отправить сообщение Apprise"
}
}
}
},
"Plugins": {
"Apprise": {
"Description": "Плагин, позволяющий отправлять сообщения на сервер Apprise.",
"Fields": {
"Endpoint": "Конечная точка",
"Endpoint-Help": "Конечная точка на сервере Apprise, например notify/apprise",
"Endpoint-Placeholder": "notify/apprise",
"ServerUrl": "Сервер",
"ServerUrl-Help": "URL сервера Apprise",
"ServerUrl-Placeholder": "http://apprise.lan"
}
}
}
}