mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Clean up code.
This commit is contained in:
@@ -48,9 +48,9 @@ return [
|
||||
'last_seven_days' => 'Bảy ngày gần đây',
|
||||
'last_thirty_days' => 'Ba mươi ngày gần đây',
|
||||
'last_180_days' => '180 ngày qua',
|
||||
'month_to_date' => 'Month to date',
|
||||
'year_to_date' => 'Year to date',
|
||||
'YTD' => 'YTD',
|
||||
'month_to_date' => 'Tháng đến ngày',
|
||||
'year_to_date' => 'Năm đến ngày',
|
||||
'YTD' => 'NĐN',
|
||||
'welcome_back' => 'Chào mừng trở lại?',
|
||||
'everything' => 'Tất cả mọi thứ',
|
||||
'today' => 'hôm nay',
|
||||
@@ -124,7 +124,7 @@ return [
|
||||
'registered' => 'Bạn đã đăng ký thành công!',
|
||||
'Default asset account' => 'Mặc định tài khoản',
|
||||
'no_budget_pointer' => 'Dường như bạn chưa có ngân sách. Bạn nên tạo vài cái tại trang <a href="budgets">ngân sách</a>-. Ngân sách có thể giúp bạn theo dõi chi tiêu.',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="bills">bills</a>-page. Bills can help you keep track of expenses.',
|
||||
'no_bill_pointer' => 'Dường như bạn chưa có hóa đơn. Bạn nên tạo vài cái tại trang <a href="bills">hóa đơn</a>-. Hóa đơn có thể giúp bạn theo dõi chi tiêu.',
|
||||
'Savings account' => 'Tài khoản tiết kiệm',
|
||||
'Credit card' => 'Thẻ tín dụng',
|
||||
'source_accounts' => 'Tài khoản gửi',
|
||||
@@ -182,7 +182,7 @@ return [
|
||||
'all_journals_for_account' => 'Tất cả các giao dịch của tài khoản :name',
|
||||
'chart_all_journals_for_account' => 'Biểu đồ của tất cả các giao dịch cho tài khoản :name',
|
||||
'journals_in_period_for_account' => 'Tất cả các giao dịch cho tài khoản :name giữa :start và :end',
|
||||
'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
|
||||
'journals_in_period_for_account_js' => 'Tất cả giao dịch của tài khoản {title} giữa {start} và {end}',
|
||||
'transferred' => 'Chuyển nhượng',
|
||||
'all_withdrawal' => 'Mọi chi phí',
|
||||
'all_transactions' => 'Tất cả các giao dịch',
|
||||
@@ -204,7 +204,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Tài khoản nguồn tài sản "@source_name" chỉ chấp nhận giao dịch bằng tiền tệ nguồn. tài khoản đícht "@dest_name" chỉ chấp nhận giao dịch bằng tiền tệ. Bạn phải cung cấp số tiền được chuyển chính xác bằng cả hai loại tiền tệ.',
|
||||
'transaction_data' => 'Dữ liệu giao dịch',
|
||||
'invalid_server_configuration' => 'Cấu hình máy chủ không hợp lệ',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
|
||||
'invalid_locale_settings' => 'Firefly III không thể định dạng số tiền vì máy chủ của bạn thiếu các gói cần thiết. Đây là những<a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">hướng dẫn cách làm điều này</a>.',
|
||||
'quickswitch' => 'Chuyển đổi nhanh',
|
||||
'sign_in_to_start' => 'Đăng nhập để bắt đầu',
|
||||
'sign_in' => 'Đăng nhập',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'no_webhook_messages' => 'Không có tin nhắn webhook',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Sau khi tạo giao dịch',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Sau khi cập nhật giao dịch',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'Sau khi xóa giao dịch',
|
||||
@@ -252,33 +252,33 @@ return [
|
||||
'webhook_response_ACCOUNTS' => 'Chi tiết tài khoản',
|
||||
'webhook_response_none_NONE' => 'Không có chi tiết',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'inspect' => 'Kiểm tra',
|
||||
'create_new_webhook' => 'Tạo webhook mới',
|
||||
'webhooks_create_breadcrumb' => 'Tạo webhook mới',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
|
||||
'stored_new_webhook' => 'Stored new webhook ":title"',
|
||||
'delete_webhook' => 'Delete webhook',
|
||||
'deleted_webhook' => 'Deleted webhook ":title"',
|
||||
'edit_webhook' => 'Edit webhook ":title"',
|
||||
'updated_webhook' => 'Updated webhook ":title"',
|
||||
'edit_webhook_js' => 'Edit webhook "{title}"',
|
||||
'webhook_trigger_form_help' => 'Chọn loại sự kiện nào webhook sẽ kích hoạt',
|
||||
'webhook_response_form_help' => 'Chọn URL nào webhook sẽ gửi thông tin.',
|
||||
'webhook_delivery_form_help' => 'Loại định dạng webhook gửi dữ liệu vào.',
|
||||
'webhook_active_form_help' => 'Webhook phải được kích hoạt hoặc nó sẽ được gọi.',
|
||||
'stored_new_webhook' => 'Lưu trữ webhook mới ":title"',
|
||||
'delete_webhook' => 'Xóa webhook',
|
||||
'deleted_webhook' => 'Webhook đã bị xóa ":title"',
|
||||
'edit_webhook' => 'Sửa webhook ":title"',
|
||||
'updated_webhook' => 'Cập nhật webhook ":title"',
|
||||
'edit_webhook_js' => 'Sửa webhook "{title}"',
|
||||
'show_webhook' => 'Webhook ":title"',
|
||||
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
|
||||
'webhook_messages' => 'Webhook message',
|
||||
'view_message' => 'View message',
|
||||
'view_attempts' => 'View failed attempts',
|
||||
'message_content_title' => 'Webhook message content',
|
||||
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
|
||||
'attempt_content_title' => 'Webhook attempts',
|
||||
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
|
||||
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
|
||||
'webhook_attempt_at' => 'Attempt at {moment}',
|
||||
'logs' => 'Logs',
|
||||
'response' => 'Response',
|
||||
'visit_webhook_url' => 'Visit webhook URL',
|
||||
'webhook_was_triggered' => 'Webhook sẽ kích hoạt trên những giao dịch này. Xin đợi một lúc để kết quả hiện ra.',
|
||||
'webhook_messages' => 'Tin nhắn webhook',
|
||||
'view_message' => 'Xem tin nhắn',
|
||||
'view_attempts' => 'Xem những lần thử lỗi',
|
||||
'message_content_title' => 'Nội dung tin nhắn webhook',
|
||||
'message_content_help' => 'Đây là nội dung của tin nhắn đã được gửi (hay đã thử) bằng những webhook này.',
|
||||
'attempt_content_title' => 'Các lần thử webhook',
|
||||
'attempt_content_help' => 'Đây là tất cả những lần thử gửi các tin nhắn webhook đến URL chỉ định nhưng không thành công. Sau một khoảng thời gian Firefly III sẽ dừng thử.',
|
||||
'no_attempts' => 'Không có lần thử không thành công nào. Thật là tốt!',
|
||||
'webhook_attempt_at' => 'Thử lúc {moment}',
|
||||
'logs' => 'Nhật ký',
|
||||
'response' => 'Đáp lại',
|
||||
'visit_webhook_url' => 'Đi đến webhook URL',
|
||||
'reset_webhook_secret' => 'Cài lại khóa webhook',
|
||||
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> đã được lưu trữ.',
|
||||
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") đã được cập nhật.',
|
||||
@@ -286,7 +286,7 @@ return [
|
||||
// API access
|
||||
'authorization_request' => 'Firefly III v: phiên bản Yêu cầu ủy quyền',
|
||||
'authorization_request_intro' => 'Ứng dụng <strong>:client</strong> đang yêu cầu sự cho phép truy cập quản trị tài chính của bạn. Bạn có muốn ủy quyền <strong>:client</strong> để truy cập những hồ sơ này?',
|
||||
'authorization_request_site' => 'You will be redirected to <code>:url</code> which will then be able to access your Firefly III data.',
|
||||
'authorization_request_site' => 'Bạn sẽ được điều hướng đến <code>:url</code> nơi mà có thể truy cập thông tin Firefly III của bạn.',
|
||||
'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
|
||||
'scopes_will_be_able' => 'Ứng dụng này sẽ có thể:',
|
||||
'button_authorize' => 'Ủy quyền',
|
||||
@@ -351,25 +351,25 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_date_on' => 'Ngày giao dịch là ":value"',
|
||||
'search_modifier_not_date_on' => 'Ngày giao dịch không phải ":value"',
|
||||
'search_modifier_reconciled' => 'Giao dịch đã đối chiếu',
|
||||
'search_modifier_not_reconciled' => 'Giao dịch chưa đối chiếu',
|
||||
'search_modifier_id' => 'ID giao dịch là ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_not_id' => 'ID giao dịch không phải ":value"',
|
||||
'search_modifier_date_before' => 'Ngày giao dịch phải trước hoặc ngay ":value"',
|
||||
'search_modifier_date_after' => 'Ngày giao dịch phải sau hoặc ngay ":value"',
|
||||
'search_modifier_external_id_is' => 'External ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_external_id_is' => 'ID ngoài là ":value"',
|
||||
'search_modifier_not_external_id_is' => 'ID ngoài không phải ":value"',
|
||||
'search_modifier_no_external_url' => 'Giao dịch không có URL bên ngoài',
|
||||
'search_modifier_no_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_not_any_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_no_external_id' => 'Giao dịch không có ID bên ngoài',
|
||||
'search_modifier_not_any_external_url' => 'Giao dịch không có URL bên ngoài',
|
||||
'search_modifier_not_any_external_id' => 'Giao dịch không có ID bên ngoài',
|
||||
'search_modifier_any_external_url' => 'Giao dịch phải có 1 (hoặc nhiều) URL bên ngoài',
|
||||
'search_modifier_any_external_id' => 'Giao dịch phải có 1 (hoặc nhiều) ID ngoài',
|
||||
'search_modifier_not_no_external_url' => 'Giao dịch phải có 1 (hoặc nhiều) URL bên ngoài',
|
||||
'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID',
|
||||
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
|
||||
'search_modifier_not_no_external_id' => 'Giao dịch phải có 1 (bất kì) ID ngoài',
|
||||
'search_modifier_internal_reference_is' => 'Tham chiếu nội bộ là ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Tham chiếu nội bộ không phải ":value"',
|
||||
'search_modifier_description_starts' => 'Mô tả bắt đầu bằng ":value"',
|
||||
'search_modifier_not_description_starts' => 'Mô tả không bắt đầu bằng ":value"',
|
||||
@@ -413,13 +413,13 @@ return [
|
||||
'search_modifier_any_notes' => 'Giao dịch phải có ghi chú',
|
||||
'search_modifier_not_any_notes' => 'Giao dịch không có ghi chú',
|
||||
'search_modifier_amount_is' => 'Số lượng chính xác là :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_not_amount_is' => 'Số tiền không phải :value',
|
||||
'search_modifier_amount_less' => 'Số tiền phải nhỏ hơn hoặc bằng :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_not_amount_more' => 'Số tiền phải nhỏ hơn hoặc bằng :value',
|
||||
'search_modifier_amount_more' => 'Số tiền phải lớn hơn hoặc bằng :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_not_amount_less' => 'Số tiền phải lớn hơn hoặc bằng :value',
|
||||
'search_modifier_source_account_is' => 'Tên tài khoản chính xác là ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Tên tài khoản gửi không phải ":value"',
|
||||
'search_modifier_source_account_contains' => 'Tên tài khoản bao gồm ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
|
||||
|
||||
@@ -106,7 +106,7 @@ return [
|
||||
'api_key' => 'Khóa API',
|
||||
'remember_me' => 'Nhớ tôi',
|
||||
'liability_type_id' => 'Loại trách nhiệm pháp lý',
|
||||
'liability_type' => 'Liability type',
|
||||
'liability_type' => 'Loại khoảng vay',
|
||||
'interest' => 'Lãi',
|
||||
'interest_period' => 'Chu kỳ lãi',
|
||||
'extension_date' => 'Ngày gia hạn',
|
||||
@@ -147,11 +147,11 @@ return [
|
||||
'start_date' => 'Bắt đầu',
|
||||
'end_date' => 'Kết thúc',
|
||||
'enddate' => 'Ngày kết thúc',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Nhóm quy tắc',
|
||||
'start' => 'Bắt đầu phạm vi',
|
||||
'end' => 'Kết thúc phạm vi',
|
||||
'delete_account' => 'Xóa tài khoản ":name"',
|
||||
'delete_webhook' => 'Delete webhook ":title"',
|
||||
'delete_webhook' => 'Xóa webhook ":title"',
|
||||
'delete_bill' => 'Xóa hóa đơn ":name"',
|
||||
'delete_budget' => 'Xóa ngân sách ":name"',
|
||||
'delete_category' => 'Xóa danh mục ":name"',
|
||||
@@ -172,7 +172,7 @@ return [
|
||||
'object_group_areYouSure' => 'Bạn có chắc chắn muốn xóa nhóm có tiêu đề ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Bạn có chắc chắn muốn xóa nhóm quy tắc có tiêu đề ":title"?',
|
||||
'budget_areYouSure' => 'Bạn có chắc chắn muốn xóa ngân sách có tên ":name"?',
|
||||
'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
|
||||
'webhook_areYouSure' => 'Bạn có chắc chắn là muốn xóa webhook tên ":title"?',
|
||||
'category_areYouSure' => 'Bạn có chắc chắn muốn xóa danh mục có tên ":name"?',
|
||||
'recurring_areYouSure' => 'Bạn có chắc chắn muốn xóa giao dịch định kỳ có tiêu đề ":title"?',
|
||||
'currency_areYouSure' => 'Bạn có chắc chắn muốn xóa loại tiền có tên ":name"?',
|
||||
@@ -212,7 +212,7 @@ return [
|
||||
'recurring_keep_transactions' => 'Giao dịch duy nhất được tạo bởi giao dịch định kỳ này sẽ không bị xóa. Các giao dịch được tạo bởi giao dịch định kỳ này sẽ được xóa bỏ.',
|
||||
'tag_keep_transactions' => 'Giao dịch duy nhất được kết nối với thẻ này sẽ không bị xóa. :count các giao dịch được kết nối với thẻ này sẽ không bị xóa.',
|
||||
'check_for_updates' => 'Kiểm tra cập nhật',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Vay vào/ra',
|
||||
'delete_object_group' => 'Xóa nhóm ":title"',
|
||||
'email' => 'Địa chỉ email',
|
||||
'password' => 'Mật khẩu',
|
||||
@@ -222,7 +222,7 @@ return [
|
||||
'login_name' => 'Đăng nhập',
|
||||
'is_owner' => 'Là quản trị viên?',
|
||||
'url' => 'URL',
|
||||
'bill_end_date' => 'End date',
|
||||
'bill_end_date' => 'Ngày kết thúc',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Áp dụng quy tắc',
|
||||
@@ -300,9 +300,9 @@ return [
|
||||
'submitted' => 'Đã gửi',
|
||||
'key' => 'Khóa',
|
||||
'value' => 'Nội dung của bản lưu trữ',
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'webhook_delivery' => 'Phân phối',
|
||||
'webhook_response' => 'Đáp lại',
|
||||
'webhook_trigger' => 'Kích hoạt',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
||||
@@ -175,7 +175,7 @@ return [
|
||||
'interest' => 'Lãi',
|
||||
'interest_period' => 'Chu kỳ lãi',
|
||||
'liability_type' => 'Loại trách nhiệm pháp lý',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Vay vào/ra',
|
||||
'end_date' => 'Ngày kết thúc',
|
||||
'payment_info' => 'Thông tin thanh toán',
|
||||
'expected_info' => 'Giao dịch dự kiến tiếp theo',
|
||||
|
||||
@@ -30,8 +30,8 @@ return [
|
||||
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
|
||||
'journal_other_user' => 'This transaction doesn\'t belong to the user',
|
||||
'no_such_journal' => 'This transaction doesn\'t exist',
|
||||
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
|
||||
'no_such_journal' => 'Giao dịch này không tồn tại',
|
||||
'journal_already_no_budget' => 'Giao dịch này không có ngân sách, vì vậy nó không thể bị xóa',
|
||||
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
|
||||
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
|
||||
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
|
||||
|
||||
Reference in New Issue
Block a user