mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
load / save rules for batch replacing transaction categories / accounts / tags when import transactions
This commit is contained in:
@@ -122,7 +122,8 @@
|
||||
"exportFilename": "ezBookkeeping_{nickname}_匯出資料",
|
||||
"defaultExportStatisticsFileName": "ezBookkeeping_統計資料",
|
||||
"exportStatisticsFileName": "ezBookkeeping_{nickname}_統計資料",
|
||||
"defaultImportDataMappingFileName": "ezBookkeeping_匯入資料對應檔案"
|
||||
"defaultImportDataMappingFileName": "ezBookkeeping_匯入資料對應檔案",
|
||||
"defaultImportReplaceRuleFileName": "ezBookkeeping_匯入替換規則檔案"
|
||||
},
|
||||
"datetime": {
|
||||
"AM": {
|
||||
@@ -1653,11 +1654,15 @@
|
||||
"Duplicate (With Time and Geographic Location)": "複製 (含時間和地理位置)",
|
||||
"Category": "分類",
|
||||
"Secondary Category": "次分類",
|
||||
"Expense Category": "支出分類",
|
||||
"Income Category": "收入分類",
|
||||
"Transfer Category": "轉帳分類",
|
||||
"Multiple Categories": "多個分類",
|
||||
"Account": "帳戶",
|
||||
"Multiple Accounts": "多個帳戶",
|
||||
"Source Account": "來源帳戶",
|
||||
"Destination Account": "目標帳戶",
|
||||
"Transaction Tag": "交易標籤",
|
||||
"Without Tags": "沒有標籤",
|
||||
"With Any Selected Tags": "包含任意選中的標籤",
|
||||
"With All Selected Tags": "包含全部選中的標籤",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "替換無效的轉帳分類",
|
||||
"Replace Invalid Accounts": "替換無效的帳戶",
|
||||
"Replace Invalid Transaction Tags": "替換無效的交易標籤",
|
||||
"Batch Replace Categories / Accounts / Tags": "批次替換分類 / 帳戶 / 標籤",
|
||||
"Create Nonexistent Expense Categories": "建立不存在的支出分類",
|
||||
"Create Nonexistent Income Categories": "建立不存在的收入分類",
|
||||
"Create Nonexistent Transfer Categories": "建立不存在的轉帳分類",
|
||||
@@ -1770,6 +1776,12 @@
|
||||
"Invalid Tag": "無效標籤",
|
||||
"Target Tag": "目標標籤",
|
||||
"(Empty)": "(空白)",
|
||||
"Source Value": "來源值",
|
||||
"Target Value": "目標值",
|
||||
"Add Rule": "新增規則",
|
||||
"Load Replace Rule File": "載入替換規則檔案",
|
||||
"Save Replace Rule File": "儲存替換規則檔案",
|
||||
"Replace rule file is invalid": "替換規則檔案無效",
|
||||
"Tags": "標籤",
|
||||
"Your transaction description (optional)": "您的交易描述 (選填)",
|
||||
"Transaction category cannot be blank": "交易分類不能為空",
|
||||
|
||||
Reference in New Issue
Block a user