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' => 'Чытаць і пісаць',
],
];