Files
mealie/mealie/lang/messages/uk-UA.json
Michael Genson 754e77c9cb feat: extend Apprise JSON notification functionality with programmatic data (#1355)
* Fixed incorrect generic deleted notification text

* Added custom "event_source" header for json notifs

* Added internal reference data to event notifs

* Added event listeners to shopping list items

* Fixed type issues

* moved JSON event source k:v pairs to message body

* added hook for all supported custom endpoints
fixed bug that excluded non-custom notification types

* created event_source class to replace loosely-typed dict

* fixed silent error when dispatching a null task

* moved url updates to static function

* added unit tests for event_source url manipulation

* removed array from event bus (it's unsupported)
2022-06-15 11:49:42 -08:00

23 lines
1.0 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.
{
"generic": {
"server-error": "Сталася неочікувана помилка"
},
"recipe": {
"unique-name-error": "Назва рецепту повинна бути унікальною"
},
"exceptions": {
"permission_denied": "У вас немає дозволу на виконання цієї дії",
"no-entry-found": "Ресурс не знайдено",
"integrity-error": "Помилка цілісності бази даних",
"username-conflict-error": "Це ім'я користувача вже використовується",
"email-conflict-error": "Ця електронна адреса вже використовується"
},
"notifications": {
"generic-created": "{name} створено",
"generic-updated": "{name} оновлено",
"generic-created-with-url": "{name} створено, {url}",
"generic-updated-with-url": "{name} оновлено, {url}",
"generic-deleted": "{name} видалено"
}
}