New strings in all languages for #3404

This commit is contained in:
James Cole
2020-05-29 06:39:24 +02:00
parent 3dd3d2cabb
commit b64979e45a
50 changed files with 4258 additions and 1675 deletions

View File

@@ -0,0 +1,96 @@
<?php
/**
* email.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// common items
'greeting' => 'Hi there,',
'closing' => 'Beep boop,',
'signature' => 'The Firefly III Mail Robot',
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
// admin test
'admin_test_subject' => 'A test message from your Firefly III installation',
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
// access token created
'access_token_created_subject' => 'A new access token was created',
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
// registered
'registered_subject' => 'Welcome to Firefly III!',
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
'registered_closing' => 'Enjoy!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Password reset:',
'registered_doc_link' => 'Documentation:',
// email change
'email_change_subject' => 'Your Firefly III email address has changed',
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
'email_change_old' => 'The old email address was: :email',
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
'email_change_new' => 'The new email address is: :email',
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
'email_change_undo_link' => 'To undo the change, follow this link:',
// OAuth token created
'oauth_created_subject' => 'A new OAuth client has been created',
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
// reset password
'reset_pw_subject' => 'Your password reset request',
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
// error
'error_subject' => 'Caught an error in Firefly III',
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'The error was of type ":class".',
'error_timestamp' => 'The error occurred on/at: :time.',
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
'error_ip' => 'The IP address related to this error is: :ip',
'error_url' => 'URL is: :url',
'error_user_agent' => 'User agent: :userAgent',
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'The full stacktrace is below:',
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
];

View File

@@ -534,37 +534,37 @@ return [
'sums_apply_to_range' => 'Tất cả các khoản tiền áp dụng cho phạm vi đã chọn',
'mapbox_api_key' => 'Để sử dụng bản đồ, hãy lấy khóa API từ <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> tập tin và nhập mã này sau <code>MAPBOX_API_KEY=</code>.',
'press_object_location' => 'Nhấp chuột phải hoặc nhấn lâu để đặt vị trí của đối tượng.',
'clear_location' => 'Xóa vị trí',
'delete_all_selected_tags' => 'Xóa tất cả các thẻ đã chọn',
'select_tags_to_delete' => 'Đừng quên chọn một số thẻ.',
'deleted_x_tags' => 'Đã xóa: thẻ đếm.',
'create_rule_from_transaction' => 'Tạo quy tắc dựa trên giao dịch',
'clear_location' => 'Xóa vị trí',
'delete_all_selected_tags' => 'Xóa tất cả các thẻ đã chọn',
'select_tags_to_delete' => 'Đừng quên chọn một số thẻ.',
'deleted_x_tags' => 'Đã xóa: thẻ đếm.',
'create_rule_from_transaction' => 'Tạo quy tắc dựa trên giao dịch',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Tài khoản màn hình chính',
'pref_home_screen_accounts_help' => 'Những tài khoản nào sẽ được hiển thị trên trang chủ?',
'pref_view_range' => 'Xem nhiều',
'pref_view_range_help' => 'Một số biểu đồ được tự động nhóm trong các giai đoạn. Ngân sách của bạn cũng sẽ được nhóm theo thời gian. Bạn thích thời gian nào?',
'pref_1D' => 'Một ngày',
'pref_1W' => 'Một tuần',
'pref_1M' => 'Một tháng',
'pref_3M' => 'Ba tháng (quý)',
'pref_6M' => 'Sáu tháng',
'pref_1Y' => 'Một năm',
'pref_languages' => 'Ngôn ngữ',
'pref_locale' => 'Locale settings',
'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 allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
'pref_locale_no_windows' => 'This feature may not work on Windows.',
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
'pref_custom_fiscal_year_label' => 'Đã bật',
'pref_custom_fiscal_year_help' => 'Ở các quốc gia sử dụng năm tài chính khác từ ngày 1 tháng 1 đến ngày 31 tháng 12, bạn có thể bật tính năng này và chỉ định ngày bắt đầu / ngày kết thúc của năm tài chính',
'pref_fiscal_year_start_label' => 'Ngày bắt đầu năm tài chính',
'pref_two_factor_auth' => 'Xác minh 2 bước',
'pref_two_factor_auth_help' => 'Khi bạn bật xác minh 2 bước (còn được gọi là xác thực hai yếu tố), bạn sẽ thêm một lớp bảo mật bổ sung cho tài khoản của mình. Bạn đăng nhập bằng thứ gì đó bạn biết (mật khẩu của bạn) và thứ bạn có (mã xác minh). Mã xác minh được tạo bởi một ứng dụng trên điện thoại của bạn, chẳng hạn như Authy hoặc Google Authenticator.',
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Tài khoản màn hình chính',
'pref_home_screen_accounts_help' => 'Những tài khoản nào sẽ được hiển thị trên trang chủ?',
'pref_view_range' => 'Xem nhiều',
'pref_view_range_help' => 'Một số biểu đồ được tự động nhóm trong các giai đoạn. Ngân sách của bạn cũng sẽ được nhóm theo thời gian. Bạn thích thời gian nào?',
'pref_1D' => 'Một ngày',
'pref_1W' => 'Một tuần',
'pref_1M' => 'Một tháng',
'pref_3M' => 'Ba tháng (quý)',
'pref_6M' => 'Sáu tháng',
'pref_1Y' => 'Một năm',
'pref_languages' => 'Ngôn ngữ',
'pref_locale' => 'Locale settings',
'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 allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
'pref_locale_no_windows' => 'This feature may not work on Windows.',
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
'pref_custom_fiscal_year_label' => 'Đã bật',
'pref_custom_fiscal_year_help' => 'Ở các quốc gia sử dụng năm tài chính khác từ ngày 1 tháng 1 đến ngày 31 tháng 12, bạn có thể bật tính năng này và chỉ định ngày bắt đầu / ngày kết thúc của năm tài chính',
'pref_fiscal_year_start_label' => 'Ngày bắt đầu năm tài chính',
'pref_two_factor_auth' => 'Xác minh 2 bước',
'pref_two_factor_auth_help' => 'Khi bạn bật xác minh 2 bước (còn được gọi là xác thực hai yếu tố), bạn sẽ thêm một lớp bảo mật bổ sung cho tài khoản của mình. Bạn đăng nhập bằng thứ gì đó bạn biết (mật khẩu của bạn) và thứ bạn có (mã xác minh). Mã xác minh được tạo bởi một ứng dụng trên điện thoại của bạn, chẳng hạn như Authy hoặc Google Authenticator.',
'pref_enable_two_factor_auth' => 'Cho phép xác minh 2 bước',
'pref_two_factor_auth_disabled' => 'Mã xác minh 2 bước đã bị xóa và vô hiệu hóa',
'pref_two_factor_auth_remove_it' => 'Đừng quên xóa tài khoản khỏi ứng dụng xác thực của bạn!',
@@ -632,56 +632,83 @@ return [
'password_changed' => 'Mật khẩu đã được thay đổi!',
'should_change' => 'Ý tưởng là thay đổi mật khẩu của bạn.',
'invalid_password' => 'Mật khẩu không hợp lệ!',
'what_is_pw_security' => 'What is "verify password security"?',
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
'secure_pw_long_password' => 'Đúng. Luôn xác minh mật khẩu của bạn an toàn.',
'command_line_token' => 'Mã thông báo dòng lệnh',
'explain_command_line_token' => 'Bạn cần mã thông báo này để thực hiện các tùy chọn dòng lệnh, chẳng hạn như nhập hoặc xuất dữ liệu. Không có nó, các lệnh nhạy cảm như vậy sẽ không hoạt động. Không chia sẻ mã thông báo dòng lệnh của bạn. Không ai sẽ yêu cầu bạn cho mã thông báo này, ngay cả tôi. Nếu bạn sợ bạn mất thứ này hoặc khi bạn bị hoang tưởng, hãy tạo lại mã thông báo này bằng nút.',
'regenerate_command_line_token' => 'Tạo lại mã thông báo dòng lệnh',
'token_regenerated' => 'Một mã thông báo dòng lệnh mới đã được tạo',
'change_your_email' => 'Thay đổi địa chỉ email của bạn',
'email_verification' => 'Một thông điệp email sẽ được gửi đến địa chỉ email cũ VÀ mới của bạn. Vì mục đích bảo mật, bạn sẽ không thể đăng nhập cho đến khi bạn xác minh địa chỉ email mới của mình. Nếu bạn không chắc chắn liệu cài đặt Firefly III của bạn có khả năng gửi email hay không, vui lòng không sử dụng tính năng này. Nếu bạn là quản trị viên, bạn có thể kiểm tra điều này trong <a href="/admin">Administration</a>.',
'email_changed_logout' => 'Cho đến khi bạn xác minh địa chỉ email của mình, bạn không thể đăng nhập.',
'login_with_new_email' => 'Bây giờ bạn có thể đăng nhập bằng địa chỉ email mới của bạn.',
'login_with_old_email' => 'Bây giờ bạn có thể đăng nhập lại với địa chỉ email cũ của bạn.',
'login_provider_local_only' => 'Hành động này không khả dụng khi xác thực thông qua ": login_provider".',
'delete_local_info_only' => 'Vì bạn xác thực thông qua ": login_provider", điều này sẽ chỉ xóa thông tin Firefly III cục bộ.',
'what_is_pw_security' => 'What is "verify password security"?',
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
'secure_pw_long_password' => 'Đúng. Luôn xác minh mật khẩu của bạn an toàn.',
'command_line_token' => 'Mã thông báo dòng lệnh',
'explain_command_line_token' => 'Bạn cần mã thông báo này để thực hiện các tùy chọn dòng lệnh, chẳng hạn như nhập hoặc xuất dữ liệu. Không có nó, các lệnh nhạy cảm như vậy sẽ không hoạt động. Không chia sẻ mã thông báo dòng lệnh của bạn. Không ai sẽ yêu cầu bạn cho mã thông báo này, ngay cả tôi. Nếu bạn sợ bạn mất thứ này hoặc khi bạn bị hoang tưởng, hãy tạo lại mã thông báo này bằng nút.',
'regenerate_command_line_token' => 'Tạo lại mã thông báo dòng lệnh',
'token_regenerated' => 'Một mã thông báo dòng lệnh mới đã được tạo',
'change_your_email' => 'Thay đổi địa chỉ email của bạn',
'email_verification' => 'Một thông điệp email sẽ được gửi đến địa chỉ email cũ VÀ mới của bạn. Vì mục đích bảo mật, bạn sẽ không thể đăng nhập cho đến khi bạn xác minh địa chỉ email mới của mình. Nếu bạn không chắc chắn liệu cài đặt Firefly III của bạn có khả năng gửi email hay không, vui lòng không sử dụng tính năng này. Nếu bạn là quản trị viên, bạn có thể kiểm tra điều này trong <a href="/admin">Administration</a>.',
'email_changed_logout' => 'Cho đến khi bạn xác minh địa chỉ email của mình, bạn không thể đăng nhập.',
'login_with_new_email' => 'Bây giờ bạn có thể đăng nhập bằng địa chỉ email mới của bạn.',
'login_with_old_email' => 'Bây giờ bạn có thể đăng nhập lại với địa chỉ email cũ của bạn.',
'login_provider_local_only' => 'Hành động này không khả dụng khi xác thực thông qua ": login_provider".',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
'profile_oauth_client_id' => 'Client ID',
'profile_oauth_client_name' => 'Name',
'profile_oauth_client_secret' => 'Secret',
'profile_oauth_create_new_client' => 'Create New Client',
'profile_oauth_create_client' => 'Create Client',
'profile_oauth_edit_client' => 'Edit Client',
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
'profile_oauth_redirect_url' => 'Redirect URL',
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
'profile_authorized_apps' => 'Authorized applications',
'profile_authorized_clients' => 'Authorized clients',
'profile_scopes' => 'Scopes',
'profile_revoke' => 'Revoke',
'profile_personal_access_tokens' => 'Personal Access Tokens',
'profile_personal_access_token' => 'Personal Access Token',
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
'profile_create_new_token' => 'Create new token',
'profile_create_token' => 'Create token',
'profile_create' => 'Create',
'profile_save_changes' => 'Save changes',
'profile_whoops' => 'Whoops!',
'profile_something_wrong' => 'Something went wrong!',
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Nhập và xuất',
'export_data_title' => 'Xuất dữ liệu từ Firefly III',
'export_data_menu' => 'Xuất dữ liệu',
'export_data_bc' => 'Xuất dữ liệu từ Firefly III',
'export_data_main_title' => 'Xuất dữ liệu từ Firefly III',
'export_data_expl' => 'Liên kết này cho phép bạn xuất tất cả các giao dịch + dữ liệu meta từ Firefly III. Vui lòng tham khảo trợ giúp (trên cùng bên phải (?) - biểu tượng) để biết thêm thông tin về quy trình.',
'export_data_all_transactions' => 'Xuất tất cả các giao dịch',
'export_data_advanced_expl' => 'Nếu bạn cần một kiểu xuất nâng cao hoặc cụ thể hơn, hãy đọc trợ giúp về cách sử dụng lệnh console <code>php artisan help firefly-iii:export-data</code>.',
'import_and_export_menu' => 'Nhập và xuất',
'export_data_title' => 'Xuất dữ liệu từ Firefly III',
'export_data_menu' => 'Xuất dữ liệu',
'export_data_bc' => 'Xuất dữ liệu từ Firefly III',
'export_data_main_title' => 'Xuất dữ liệu từ Firefly III',
'export_data_expl' => 'Liên kết này cho phép bạn xuất tất cả các giao dịch + dữ liệu meta từ Firefly III. Vui lòng tham khảo trợ giúp (trên cùng bên phải (?) - biểu tượng) để biết thêm thông tin về quy trình.',
'export_data_all_transactions' => 'Xuất tất cả các giao dịch',
'export_data_advanced_expl' => 'Nếu bạn cần một kiểu xuất nâng cao hoặc cụ thể hơn, hãy đọc trợ giúp về cách sử dụng lệnh console <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Một tệp đính kèm |: đếm tệp đính kèm',
'attachments' => 'Tệp đính kèm',
'edit_attachment' => 'Chỉnh sửa tập tin đính kèm ":name"',
'update_attachment' => 'Cập nhật tệp đính kèm',
'delete_attachment' => 'Xóa tệp đính kèm ":name"',
'attachment_deleted' => 'Đã xóa tệp đính kèm ":name"',
'liabilities_deleted' => 'Xóa nợ ":name"',
'attachment_updated' => 'Cập nhật tệp đính kèm ":name"',
'upload_max_file_size' => 'Kích thước tệp tối đa: :size',
'list_all_attachments' => 'Danh sách tất cả các tệp đính kèm',
'nr_of_attachments' => 'Một tệp đính kèm |: đếm tệp đính kèm',
'attachments' => 'Tệp đính kèm',
'edit_attachment' => 'Chỉnh sửa tập tin đính kèm ":name"',
'update_attachment' => 'Cập nhật tệp đính kèm',
'delete_attachment' => 'Xóa tệp đính kèm ":name"',
'attachment_deleted' => 'Đã xóa tệp đính kèm ":name"',
'liabilities_deleted' => 'Xóa nợ ":name"',
'attachment_updated' => 'Cập nhật tệp đính kèm ":name"',
'upload_max_file_size' => 'Kích thước tệp tối đa: :size',
'list_all_attachments' => 'Danh sách tất cả các tệp đính kèm',
// transaction index
'title_expenses' => 'Chi phí',
'title_withdrawal' => 'Chi phí',
'title_revenue' => 'Thu nhập doanh thu',
'title_deposit' => 'Thu nhập doanh thu',
'title_transfer' => 'Chuyển',
'title_transfers' => 'Chuyển',
'title_expenses' => 'Chi phí',
'title_withdrawal' => 'Chi phí',
'title_revenue' => 'Thu nhập doanh thu',
'title_deposit' => 'Thu nhập doanh thu',
'title_transfer' => 'Chuyển',
'title_transfers' => 'Chuyển',
// convert stuff:
'convert_is_already_type_Withdrawal' => 'Giao dịch này đã được rút tiền',