mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
support scheduled transaction (#2)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user