mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support batch update tags for transactions
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
"moveTransactionsInAccountTip": "이 작업은 되돌릴 수 없습니다. {fromAccount}에서 {toAccount}로 모든 거래를 이동합니다.",
|
||||
"clearTransactionsInAccountTip": "이 작업은 되돌릴 수 없습니다. {account}의 거래 데이터를 지웁니다. 계속하시려면 현재 비밀번호를 입력하세요.",
|
||||
"deleteTransactionsTip": "You CANNOT undo this action. This will delete {count} transactions. Please enter your current password to confirm.",
|
||||
"clearTransactionsTagsTip": "You CANNOT undo this action. This will clear all tags from {count} transactions.",
|
||||
"accountActivationAndResendValidationEmailTip": "계정 활성화 링크가 귀하의 이메일 주소({email})로 전송되었습니다. 메일을 받지 못하신 경우, 비밀번호를 다시 입력하고 아래 버튼을 클릭하여 확인 메일을 재전송하십시오.",
|
||||
"resendValidationEmailTip": "메일을 받지 못하신 경우, 비밀번호를 다시 입력하고 아래 버튼을 클릭하여 확인 메일을 {email}로 재전송하십시오.",
|
||||
"oauth2bindTip": "{providerName}를 사용하여 {userName} 사용자로 로그인하고 있습니다. 확인을 위해 ezBookkeeping 비밀번호를 입력하세요."
|
||||
@@ -1195,6 +1196,7 @@
|
||||
"cannot move transaction from or to hidden account": "숨겨진 계좌에서 또는 숨겨진 계좌로 거래를 이동할 수 없습니다.",
|
||||
"cannot move transaction from or to parent account": "상위 계좌에서 또는 상위 계좌로 거래를 이동할 수 없습니다.",
|
||||
"cannot move transaction between accounts with different currencies": "다른 통화를 사용하는 계좌 간에 거래를 이동할 수 없습니다.",
|
||||
"cannot add tags to too many transactions one time": "You cannot add tags to too many transactions one time",
|
||||
"transaction category id is invalid": "거래 카테고리 ID가 유효하지 않습니다.",
|
||||
"transaction category not found": "거래 카테고리를 찾을 수 없습니다.",
|
||||
"transaction category type is invalid": "거래 카테고리 유형이 유효하지 않습니다.",
|
||||
@@ -1856,6 +1858,10 @@
|
||||
"Update Accounts for Transactions": "Update Accounts for Transactions",
|
||||
"Update Destination Accounts for Transactions": "Update Destination Accounts for Transactions",
|
||||
"Unable to update accounts for transactions": "Unable to update accounts for transactions",
|
||||
"Add Tags to Transactions": "Add Tags to Transactions",
|
||||
"Remove Tags from Transactions": "Remove Tags from Transactions",
|
||||
"Clear All Tags from Transactions": "Clear All Tags from Transactions",
|
||||
"Unable to update tags for transactions": "Unable to update tags for transactions",
|
||||
"Delete Transactions": "Delete Transactions",
|
||||
"Unable to delete these transactions": "Unable to delete these transactions",
|
||||
"Account List": "계좌 목록",
|
||||
|
||||
Reference in New Issue
Block a user