support scheduled transaction (#2)

This commit is contained in:
MaysWind
2024-08-26 01:52:52 +08:00
parent 17d4fec256
commit d2eaf5c6da
42 changed files with 1437 additions and 112 deletions
+47
View File
@@ -73,6 +73,11 @@
"hoursAheadOfDefaultTimezone": "{hours} hour(s) ahead of default timezone",
"hoursMinutesBehindDefaultTimezone": "{hours} hour(s) and {minutes} minutes behind default timezone",
"hoursMinutesAheadOfDefaultTimezone": "{hours} hour(s) and {minutes} minutes ahead of default timezone",
"monthDay": "{ordinal} day",
"eachMonthDayInMonthDays": "{ordinal}",
"monthDays": "{multiMonthDays} days",
"everyMultiDaysOfWeek": "Every {days}",
"everyMultiDaysOfMonth": "Every {days} of month",
"youHaveAccounts": "You have recorded {count} accounts",
"accountActivationAndResendValidationEmailTip": "Account activation link has been sent to your email address: {email}, If you don't receive the mail, please fill password again and click the button below to resend the validation mail.",
"resendValidationEmailTip": "If you don't receive the mail, please fill password again and click the button below to resend the validation mail to: {email}"
@@ -171,6 +176,39 @@
"December": {
"short": "Dec",
"long": "December"
},
"monthDayOrdinal": {
"1": "1th",
"2": "2nd",
"3": "3rd",
"4": "4th",
"5": "5th",
"6": "6th",
"7": "7th",
"8": "8th",
"9": "9th",
"10": "10th",
"11": "11th",
"12": "12th",
"13": "13th",
"14": "14th",
"15": "15th",
"16": "16th",
"17": "17th",
"18": "18th",
"19": "19th",
"20": "20th",
"21": "21th",
"22": "22nd",
"23": "23rd",
"24": "24th",
"25": "25th",
"26": "26th",
"27": "27th",
"28": "28th",
"29": "29th",
"30": "30th",
"31": "31th"
}
},
"numeral": {
@@ -1047,6 +1085,8 @@
"transaction template id is invalid": "Transaction template ID is invalid",
"transaction template not found": "Transaction template is not found",
"transaction template type is invalid": "Transaction template type is invalid",
"scheduled transaction is not enabled": "Scheduled transaction is not enabled",
"scheduled transaction frequency is invalid": "Scheduled transaction frequency is invalid",
"query items cannot be blank": "There are no query items",
"query items too much": "There are too many query items",
"query items have invalid item": "There is invalid item in query items",
@@ -1168,6 +1208,8 @@
"Select Date": "Select Date",
"Select Time": "Select Time",
"Now": "Now",
"Weekly": "Weekly",
"Monthly": "Monthly",
"Custom": "Custom",
"Greater than": "Greater than",
"Less than": "Less than",
@@ -1368,6 +1410,8 @@
"Edit Transaction": "Edit Transaction",
"Add Transaction Template": "Add Transaction Template",
"Edit Transaction Template": "Edit Transaction Template",
"Add Scheduled Transaction": "Add Scheduled Transaction",
"Edit Scheduled Transaction": "Edit Scheduled Transaction",
"Modify Balance": "Modify Balance",
"Expense Amount": "Expense Amount",
"Income Amount": "Income Amount",
@@ -1387,6 +1431,7 @@
"Without Tags": "Without Tags",
"Multiple Tags": "Multiple Tags",
"Transaction Time": "Transaction Time",
"Scheduled Transaction Frequency": "Scheduled Transaction Frequency",
"Transaction Timezone": "Transaction Timezone",
"Same time as default timezone": "Same time as default timezone",
"Geographic Location": "Geographic Location",
@@ -1622,10 +1667,12 @@
"Show Hidden Transaction Tags": "Show Hidden Transaction Tags",
"Hide Hidden Transaction Tags": "Hide Hidden Transaction Tags",
"Transaction Templates": "Transaction Templates",
"Scheduled Transactions": "Scheduled Transactions",
"Template Name": "Template Name",
"No available template": "No available template",
"Once you add templates, you can long press the Add button on the home page to quickly add a new transaction": "Once you add templates, you can long press the Add button on the home page to quickly add a new transaction",
"No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page": "No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page",
"No available scheduled transactions": "No available scheduled transactions",
"Unable to retrieve template list": "Unable to retrieve template list",
"Template list is up to date": "Template list is up to date",
"Template list has been updated": "Template list has been updated",
+47
View File
@@ -73,6 +73,11 @@
"hoursAheadOfDefaultTimezone": "比默认时区早{hours}小时",
"hoursMinutesBehindDefaultTimezone": "比默认时区晚{hours}小时{minutes}分",
"hoursMinutesAheadOfDefaultTimezone": "比默认时区早{time}小时{minutes}分",
"monthDay": "{ordinal}日",
"eachMonthDayInMonthDays": "{ordinal}日",
"monthDays": "{multiMonthDays}",
"everyMultiDaysOfWeek": "每{days}",
"everyMultiDaysOfMonth": "每月{days}",
"youHaveAccounts": "您已经记录了 {count} 个账户",
"accountActivationAndResendValidationEmailTip": "账号激活链接已经发送到您的邮箱地址:{email},如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件。",
"resendValidationEmailTip": "如果您没有收到邮件,请再次输入密码并点击下方的按钮重新发送验证邮件到:{email}"
@@ -171,6 +176,39 @@
"December": {
"short": "12月",
"long": "十二月"
},
"monthDayOrdinal": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"12": "12",
"13": "13",
"14": "14",
"15": "15",
"16": "16",
"17": "17",
"18": "18",
"19": "19",
"20": "20",
"21": "21",
"22": "22",
"23": "23",
"24": "24",
"25": "25",
"26": "26",
"27": "27",
"28": "28",
"29": "29",
"30": "30",
"31": "31"
}
},
"numeral": {
@@ -1047,6 +1085,8 @@
"transaction template id is invalid": "交易模板ID无效",
"transaction template not found": "交易模板不存在",
"transaction template type is invalid": "交易模板类型无效",
"scheduled transaction is not enabled": "定时交易没有启用",
"scheduled transaction frequency is invalid": "定时交易周期无效",
"query items cannot be blank": "请求项目不能为空",
"query items too much": "请求项目过多",
"query items have invalid item": "请求项目中有非法项目",
@@ -1168,6 +1208,8 @@
"Select Date": "选择日期",
"Select Time": "选择时间",
"Now": "现在",
"Weekly": "每周",
"Monthly": "每月",
"Custom": "自定义",
"Greater than": "大于",
"Less than": "小于",
@@ -1368,6 +1410,8 @@
"Edit Transaction": "编辑交易",
"Add Transaction Template": "添加交易模板",
"Edit Transaction Template": "编辑交易模板",
"Add Scheduled Transaction": "添加定时交易",
"Edit Scheduled Transaction": "编辑定时交易",
"Modify Balance": "修改余额",
"Expense Amount": "支出金额",
"Income Amount": "收入金额",
@@ -1387,6 +1431,7 @@
"Without Tags": "没有标签",
"Multiple Tags": "多个标签",
"Transaction Time": "交易时间",
"Scheduled Transaction Frequency": "定时交易周期",
"Transaction Timezone": "交易时区",
"Same time as default timezone": "与默认时区时间相同",
"Geographic Location": "地理位置",
@@ -1622,10 +1667,12 @@
"Show Hidden Transaction Tags": "显示隐藏的交易标签",
"Hide Hidden Transaction Tags": "不显示隐藏的交易标签",
"Transaction Templates": "交易模板",
"Scheduled Transactions": "定时交易",
"Template Name": "模板名称",
"No available template": "没有可用的模板",
"Once you add templates, you can long press the Add button on the home page to quickly add a new transaction": "当添加模板后,您可以在主界面长按添加按钮快速添加新的交易",
"No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page": "没有可用的模板。当添加模板后,您可以通过交易列表添加按钮的下拉菜单快速添加新的交易",
"No available scheduled transactions": "没有可用的定时交易",
"Unable to retrieve template list": "无法获取模板列表",
"Template list is up to date": "模板列表已是最新",
"Template list has been updated": "模板列表已更新",