Files
FileFlowsPlugins/Pushbullet/i18n/ru.json
John Andrews 274ff4bcc5 translations
2024-10-02 13:44:15 +13:00

32 lines
1.3 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": {
"Pushbullet": {
"Description": "Отправляет сообщение через Pushbullet.",
"Fields": {
"Message": "Сообщение",
"Message-Help": "Сообщение, которое нужно отправить на сервер Pushbullet",
"Priority": "Приоритет",
"Priority-Help": "Приоритет отправляемого сообщения",
"Title": "Заголовок"
},
"Outputs": {
"1": "Сообщение Pushbullet отправлено",
"2": "Не удалось отправить сообщение Pushbullet"
}
}
}
},
"Plugins": {
"Pushbullet": {
"Description": "Плагин, который позволяет вам отправлять сообщения на сервер Pushbullet.",
"Label": "Pushbullet",
"Fields": {
"ApiToken": "API-токен",
"ApiToken-Help": "Токен API приложения, используемый для отправки уведомлений.",
"UserKey": "Ключ пользователя",
"UserKey-Help": "Ваш личный ключ пользователя для получения уведомлений."
}
}
}
}