snipe-it/resources/lang/zh-CN/account/general.php
snipe 7cf30003b6 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 14:41:08 +01:00

18 lines
1 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 array(
'personal_api_keys' => '个人API密钥',
'personal_access_token' => '个人访问令牌',
'personal_api_keys_success' => '个人API密钥 :key已成功创建',
'here_is_api_key' => '这是您新的个人访问令牌。这是唯一一次展示所以别弄丢了您现在可以使用此令牌进行API请求。',
'api_key_warning' => '当生成 API 令牌时,请务必立即将其复制下来,因为它们将不会对您再次可见。',
'api_base_url' => '您的 API 基础url 位于:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => '设定 API 令牌过期时间为:',
'api_reference' => '请检查 <a href="https://snipe-it.readme.io/reference" target="_blank">API 参考</a> 以找到特定的 API 端点和额外的 API 文档。',
'profile_updated' => '帐户已成功更新',
'no_tokens' => '您还没有创建任何个人访问令牌。',
'enable_sounds' => '启用声音效果',
'enable_confetti' => '启用彩屑效果',
);