Files
snipe-it/resources/lang/th-TH/account/general.php
T
snipe e8aad989ec Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-06-16 14:27:47 +01:00

18 lines
1.3 KiB
PHP

<?php
return array(
'personal_api_keys' => 'Personal API Keys',
'personal_access_token' => 'โทเค็นการเข้าถึงส่วนบุคคล',
'personal_api_keys_success' => 'Personal API Key :key created sucessfully',
'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
'api_base_url' => 'Your API base url is located at:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
'profile_updated' => 'อัปเดตบัญชีสำเร็จแล้ว',
'no_tokens' => 'คุณไม่ได้สร้างโทเค็น การเข้าถึงส่วนตัวใด ๆ',
'enable_sounds' => 'เปิดใช้งานเอฟเฟกต์เสียง',
'enable_confetti' => 'Enable confetti effects',
);