Files
librenms-librenms/resources/lang/uk/components.php
p4k8 3d0e095eb7 Ukrainian translation update (#13933)
* Ukrainian translation update

* whitespace fixes

Co-authored-by: Tony Murray <murraytony@gmail.com>
2022-04-20 21:23:25 -05:00

13 lines
646 B
PHP
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.
<?php
return [
'notification-subscription-status' => [
'no-support' => 'Цей браузер не підтримує сповіщень',
'no-transport' => 'Для увімкнення сповіщень у браузері має бути транспорт сповіщень що згадує даного користувача',
'enabled' => 'Сповіщення для цього браузеру увімкнено',
'disabled' => 'Сповіщення для цього браузеру вимкнено',
'enable' => 'Увімкнути',
'disable' => 'Вимкнути',
],
];