2025-10-08 16:00:47 -04:00

28 lines
910 B
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 位址使用。請每行輸入一個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' => '讀 / 寫',
],
];