mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
move all transactions from one account to another account (#288)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
"confirmImportTransactions": "{count}개의 거래를 가져오시겠습니까?",
|
||||
"importingTransactions": "가져오는 중 ({process}%)",
|
||||
"importTransactionResult": "성공적으로 {count}개의 거래를 가져왔습니다.",
|
||||
"moveTransactionsInAccountTip": "You CANNOT undo this action. This will move all transactions from {fromAccount} to {toAccount}.",
|
||||
"clearTransactionsInAccountTip": "이 작업은 되돌릴 수 없습니다. {account}의 거래 데이터를 지웁니다. 계속하시려면 현재 비밀번호를 입력하세요.",
|
||||
"accountActivationAndResendValidationEmailTip": "계정 활성화 링크가 귀하의 이메일 주소({email})로 전송되었습니다. 메일을 받지 못하신 경우, 비밀번호를 다시 입력하고 아래 버튼을 클릭하여 확인 메일을 재전송하십시오.",
|
||||
"resendValidationEmailTip": "메일을 받지 못하신 경우, 비밀번호를 다시 입력하고 아래 버튼을 클릭하여 확인 메일을 {email}로 재전송하십시오."
|
||||
@@ -1163,6 +1164,10 @@
|
||||
"transaction type mapping invalid": "거래 유형 매핑이 유효하지 않습니다.",
|
||||
"transaction time format invalid": "거래 시간 형식이 유효하지 않습니다.",
|
||||
"transaction time zone format invalid": "거래 시간대 형식이 유효하지 않습니다.",
|
||||
"cannot move transaction to same account": "Cannot move transaction to the same account",
|
||||
"cannot move transaction from or to hidden account": "Cannot move transaction from or to hidden account",
|
||||
"cannot move transaction from or to parent account": "Cannot move transaction from or to parent account",
|
||||
"cannot move transaction between accounts with different currencies": "Cannot move transaction between accounts with different currencies",
|
||||
"transaction category id is invalid": "거래 카테고리 ID가 유효하지 않습니다.",
|
||||
"transaction category not found": "거래 카테고리를 찾을 수 없습니다.",
|
||||
"transaction category type is invalid": "거래 카테고리 유형이 유효하지 않습니다.",
|
||||
@@ -1704,6 +1709,10 @@
|
||||
"Are you sure you want to delete this sub-account?": "이 하위계좌를 삭제하시겠습니까?",
|
||||
"Unable to delete this account": "이 계좌를 삭제할 수 없습니다.",
|
||||
"Unable to delete this sub-account": "이 하위계좌를 삭제할 수 없습니다.",
|
||||
"Move All Transactions": "Move All Transactions",
|
||||
"Are you sure you want to move all transactions?": "Are you sure you want to move all transactions?",
|
||||
"Unable to move transactions": "Unable to move transactions",
|
||||
"All transactions in this account has been moved.": "All transactions in this account has been moved.",
|
||||
"Reconciliation Statement": "조정 명세서",
|
||||
"Account Balance Trends": "계좌 잔액 추세",
|
||||
"Update Closing Balance": "마감 잔액 업데이트",
|
||||
@@ -1886,6 +1895,8 @@
|
||||
"Default Transfer Category": "기본 이체 카테고리",
|
||||
"Invalid Account": "유효하지 않은 계좌",
|
||||
"Target Account": "대상 계좌",
|
||||
"Confirm Target Account Name": "Confirm Target Account Name",
|
||||
"Please re-enter the target account name to confirm": "Please re-enter the target account name to confirm",
|
||||
"Invalid Tag": "유효하지 않은 태그",
|
||||
"Target Tag": "대상 태그",
|
||||
"Remove Tag": "태그 제거",
|
||||
|
||||
Reference in New Issue
Block a user