Files
panel-pelican-dev/lang/zh_TW/admin/apikey.php
github-actions[bot] 9e0f7cee35 New Crowdin Translations (#2421)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-07-02 08:24:53 -04:00

30 lines
1.0 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' => '沒有 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' => '讀取與寫入',
],
];