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' => 'Чтение и запись',
],
];