This commit is contained in:
James Cole
2020-08-05 07:15:28 +02:00
parent 6ecbaf554b
commit 8f22b97905
52 changed files with 964 additions and 751 deletions

View File

@@ -573,7 +573,6 @@ return [
'pref_locale' => 'Thiết lập địa phương',
'pref_languages_help' => 'Firefly III hỗ trợ một số ngôn ngữ. Bạn thích cái nào hơn?',
'pref_locale_help' => 'Firefly III cho phép bạn đặt các cài đặt cục bộ khác, như cách định dạng tiền tệ, số và ngày. Các mục trong danh sách này có thể không được hệ thống của bạn hỗ trợ. Firefly III không có cài đặt ngày chính xác cho mọi miền; liên hệ với tôi để cải thiện.',
'pref_locale_no_windows' => 'Tính năng này có thể không hoạt động trên Windows.',
'pref_locale_no_demo' => 'Tính năng này sẽ không hoạt động cho người dùng demo.',
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
'pref_custom_fiscal_year_label' => 'Đã bật',
@@ -718,8 +717,12 @@ return [
'profile_authorized_clients' => 'Client ủy quyền',
'profile_scopes' => 'Phạm vi',
'profile_revoke' => 'Thu hồi',
'profile_oauth_client_secret_title' => 'Client Secret',
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
'profile_personal_access_tokens' => 'Mã truy cập cá nhân',
'profile_personal_access_token' => 'Mã truy cập cá nhân',
'profile_oauth_confidential' => 'Confidential',
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
'profile_personal_access_token_explanation' => 'Đây là mã thông báo truy cập cá nhân mới của bạn. Đây là lần duy nhất nó sẽ được hiển thị vì vậy đừng đánh mất nó! Bây giờ bạn có thể sử dụng mã thông báo này để thực hiện API.',
'profile_no_personal_access_token' => 'Bạn chưa tạo bất kỳ mã thông báo truy cập cá nhân nào.',
'profile_create_new_token' => 'Tạo mã mới',