mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +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