mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
30 lines
1.0 KiB
PHP
30 lines
1.0 KiB
PHP
<?php
|
||
|
||
return [
|
||
'title' => '應用程式 API 金鑰',
|
||
'empty' => '沒有 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' => [
|
||
'all' => '設定所有權限',
|
||
'all_description' => '快速將下方所有權限設定為相同等級。',
|
||
'none' => '無',
|
||
'read' => '讀取',
|
||
'read_write' => '讀取與寫入',
|
||
],
|
||
];
|