2022-05-24 15:07:14 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2023-08-15 05:21:35 -07:00
|
|
|
'personal_api_keys' => '個人 API 金鑰',
|
|
|
|
'api_key_warning' => '產生 API token 時,請務必立即將其複製下來,因為你將無法再次看到它。',
|
|
|
|
'api_base_url' => '您的 API 基礎 URL 位於:',
|
|
|
|
'api_base_url_endpoint' => '/<端點>',
|
|
|
|
'api_token_expiration_time' => 'API tokens 設定為在以下時間過期:',
|
|
|
|
'api_reference' => '請查閱 <a href="https://snipe-it.readme.io/reference" target="_blank">API 參考文件</a> 以找到特定的 API 端點和額外的 API 文件。',
|
2024-06-03 12:44:40 -07:00
|
|
|
'profile_updated' => 'Account successfully updated',
|
2022-05-24 15:07:14 -07:00
|
|
|
);
|