snipe-it/resources/lang/vi-VN/account/general.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

13 lines
723 B
PHP

<?php
return array(
'personal_api_keys' => 'Khóa API cá nhân',
'api_key_warning' => 'Khi tạo mã thông báo API, hãy đảm bảo sao chép nó ngay lập tức
chúng sẽ không hiển thị với bạn nữa.',
'api_base_url' => 'Địa chỉ URL gốc API của bạn được đặt tại:',
'api_base_url_endpoint' => '/&lt;endpoint&gt;',
'api_token_expiration_time' => 'Khóa API được thiết lập có thời hạn đến:',
'api_reference' => 'Vui lòng kiểm tra <a href="https://snipe-it.readme.io/reference" target="_blank">tài liệu tham khảo API</a> để
tìm các API endpoint cụ thể và tài liệu API bổ sung.',
);