mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support daily and yearly intervals for scheduled transactions
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"monthDays": "{multiMonthDays}",
|
||||
"everyMultiDaysOfWeek": "每{days}",
|
||||
"everyMultiDaysOfMonth": "每月{days}",
|
||||
"everyMultiDaysOfYear": "每年{days}",
|
||||
"youHaveAccounts": "您已经记录了 {count} 个账户",
|
||||
"addNewTag": "添加新标签 \"{tag}\"",
|
||||
"clickToSelectedFile": "点击选择导入文件 ({extensions})",
|
||||
@@ -1553,8 +1554,10 @@
|
||||
"Select Date": "选择日期",
|
||||
"Select Time": "选择时间",
|
||||
"Now": "现在",
|
||||
"Daily": "每天",
|
||||
"Weekly": "每周",
|
||||
"Monthly": "每月",
|
||||
"Yearly": "每年",
|
||||
"Custom": "自定义",
|
||||
"Greater than": "大于",
|
||||
"Less than": "小于",
|
||||
|
||||
Reference in New Issue
Block a user