Files
librenms-librenms/lang/uk/components.php
2022-11-09 16:33:42 +01: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' => 'Вимкнути',
],
];