mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 20:06:52 +01:00
28 lines
910 B
PHP
28 lines
910 B
PHP
<?php
|
||
|
||
return [
|
||
'title' => '應用程式 API 金鑰',
|
||
'empty' => '沒有 API 金鑰',
|
||
'whitelist' => 'IPv4 位址白名單',
|
||
'whitelist_help' => 'API 金鑰可以限制僅從特定的 IPv4 位址使用。請每行輸入一個IP位址。',
|
||
'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' => '讀 / 寫',
|
||
],
|
||
];
|