mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +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": "Every {days} of year",
|
||||
"youHaveAccounts": "{count}개의 계정을 기록했습니다",
|
||||
"addNewTag": "새 태그 \"{tag}\"를 추가했습니다.",
|
||||
"clickToSelectedFile": "클릭해서 내보내기할 파일을 선택하세요 ({extensions})",
|
||||
@@ -1553,8 +1554,10 @@
|
||||
"Select Date": "날짜 선택",
|
||||
"Select Time": "시간 선택",
|
||||
"Now": "지금",
|
||||
"Daily": "Daily",
|
||||
"Weekly": "주간",
|
||||
"Monthly": "월간",
|
||||
"Yearly": "Yearly",
|
||||
"Custom": "사용자 지정",
|
||||
"Greater than": "초과",
|
||||
"Less than": "미만",
|
||||
|
||||
Reference in New Issue
Block a user