Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

28 lines
1.2 KiB
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 [
'title' => 'API Ключі застосунку',
'empty_table' => 'Немає API ключів.',
'whitelist' => 'Дозволені IPv4-адреси',
'whitelist_help' => 'API Ключі можна обмежити для використання лише з певних IPv4-адрес. Введіть кожну адресу з нового рядка.',
'whitelist_placeholder' => 'Приклад: 127.0.0.1 або 192.168.1.1',
'description' => 'Опис',
'description_help' => 'Короткий опис призначення цього ключа.',
'nav_title' => 'API Ключі',
'model_label' => 'API Ключ застосунку',
'model_label_plural' => 'API Ключі застосунку',
'table' => [
'key' => 'Ключ',
'description' => 'Опис',
'last_used' => 'Останнє використання',
'created' => 'Створено',
'created_by' => 'Створив',
'never_used' => 'Ніколи не використовувався',
],
'permissions' => [
'none' => 'Немає',
'read' => 'Читання',
'read_write' => 'Читання та Запис',
],
];