2022-05-24 15:07:14 -07:00
< ? php
return array (
2023-11-27 06:43:16 -08:00
'personal_api_keys' => 'Khóa API cá nhân' ,
2024-06-20 06:23:15 -07:00
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.' ,
2023-11-27 06:43:16 -08:00
'api_base_url' => 'Địa chỉ URL gốc API của bạn được đặt tại:' ,
2022-05-24 15:07:14 -07:00
'api_base_url_endpoint' => '/<endpoint>' ,
2023-11-27 06:43:16 -08:00
'api_token_expiration_time' => 'Khóa API được thiết lập có thời hạn đến:' ,
2024-06-20 06:23:15 -07:00
'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.' ,
2024-06-03 12:44:40 -07:00
'profile_updated' => 'Đã cập nhật tài khoản thành công' ,
2022-05-24 15:07:14 -07:00
);