mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Clean up code.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user