credit card account supports statement date

This commit is contained in:
MaysWind
2024-12-10 22:41:06 +08:00
parent 50c774fd78
commit 62e09190f3
13 changed files with 292 additions and 67 deletions
+4
View File
@@ -1061,6 +1061,7 @@
"account is in use and cannot be deleted": "Account is in use and it cannot be deleted",
"account category is invalid": "Account category is invalid",
"account balance time is not set": "Account balance time is not set",
"cannot set statement date for non credit card account": "Cannot set statement date for non credit card account",
"transaction id is invalid": "Transaction ID is invalid",
"transaction not found": "Transaction is not found",
"transaction type is invalid": "Transaction type is invalid",
@@ -1172,6 +1173,7 @@
"type": "Type",
"color": "Color",
"currency": "Currency",
"creditCardStatementDate": "Credit Card Statement Date",
"parentId": "Parent Node ID",
"categoryId": "Category ID",
"time": "Time",
@@ -1232,6 +1234,7 @@
"Clear": "Clear",
"None": "None",
"Unspecified": "Unspecified",
"Not set": "Not set",
"No results": "No results",
"Unknown": "Unknown",
"Miscellaneous": "Miscellaneous",
@@ -1468,6 +1471,7 @@
"Sub-account Balance": "Sub-account Balance",
"Balance Time": "Balance Time",
"Sub-account Balance Time": "Sub-account Balance Time",
"Statement Date": "Statement Date",
"Description": "Description",
"Your account description (optional)": "Your account description (optional)",
"Your sub-account description (optional)": "Your sub-account description (optional)",
+4
View File
@@ -1061,6 +1061,7 @@
"account is in use and cannot be deleted": "Tài khoản đang được sử dụng và không thể xóa",
"account category is invalid": "Danh mục tài khoản không hợp lệ",
"account balance time is not set": "Thời gian số dư tài khoản chưa được đặt",
"cannot set statement date for non credit card account": "Cannot set statement date for non credit card account",
"transaction id is invalid": "ID giao dịch không hợp lệ",
"transaction not found": "Không tìm thấy giao dịch",
"transaction type is invalid": "Loại giao dịch không hợp lệ",
@@ -1172,6 +1173,7 @@
"type": "Loại",
"color": "Màu sắc",
"currency": "Tiền tệ",
"creditCardStatementDate": "Credit Card Statement Date",
"parentId": "ID nút cha",
"categoryId": "ID danh mục",
"time": "Thời gian",
@@ -1232,6 +1234,7 @@
"Clear": "Xóa",
"None": "Không có",
"Unspecified": "Không xác định",
"Not set": "Not set",
"No results": "Không có kết quả",
"Unknown": "Không rõ",
"Miscellaneous": "Linh tinh",
@@ -1468,6 +1471,7 @@
"Sub-account Balance": "Số dư tài khoản phụ",
"Balance Time": "Thời gian số dư",
"Sub-account Balance Time": "Thời gian số dư tài khoản phụ",
"Statement Date": "Statement Date",
"Description": "Mô tả",
"Your account description (optional)": "Mô tả tài khoản của bạn (tùy chọn)",
"Your sub-account description (optional)": "Mô tả tài khoản phụ của bạn (tùy chọn)",
+4
View File
@@ -1061,6 +1061,7 @@
"account is in use and cannot be deleted": "账户正在被使用,无法删除",
"account category is invalid": "账户分类无效",
"account balance time is not set": "账户余额时间没有设置",
"cannot set statement date for non credit card account": "非信用卡账户不能设置账单日期",
"transaction id is invalid": "交易ID无效",
"transaction not found": "交易不存在",
"transaction type is invalid": "交易类型无效",
@@ -1172,6 +1173,7 @@
"type": "类型",
"color": "颜色",
"currency": "货币",
"creditCardStatementDate": "信用卡账单日期",
"parentId": "父节点ID",
"categoryId": "分类ID",
"time": "时间",
@@ -1232,6 +1234,7 @@
"Clear": "清除",
"None": "无",
"Unspecified": "未指定",
"Not set": "未设置",
"No results": "无结果",
"Unknown": "未知",
"Miscellaneous": "杂项",
@@ -1468,6 +1471,7 @@
"Sub-account Balance": "子账户余额",
"Balance Time": "余额时间",
"Sub-account Balance Time": "子账户余额时间",
"Statement Date": "账单日期",
"Description": "描述",
"Your account description (optional)": "你的账户描述 (可选)",
"Your sub-account description (optional)": "你的子账户描述 (可选)",