mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
load / save rules for batch replacing transaction categories / accounts / tags when import transactions
This commit is contained in:
+13
-1
@@ -122,7 +122,8 @@
|
||||
"exportFilename": "ezBookkeeping_{nickname}_エクスポートデータ",
|
||||
"defaultExportStatisticsFileName": "ezBookkeeping_statistics_data",
|
||||
"exportStatisticsFileName": "ezBookkeeping_{nickname}_statistics_data",
|
||||
"defaultImportDataMappingFileName": "ezBookkeeping_import_data_mapping"
|
||||
"defaultImportDataMappingFileName": "ezBookkeeping_import_data_mapping",
|
||||
"defaultImportReplaceRuleFileName": "ezBookkeeping_import_replace_rule"
|
||||
},
|
||||
"datetime": {
|
||||
"AM": {
|
||||
@@ -1653,11 +1654,15 @@
|
||||
"Duplicate (With Time and Geographic Location)": "複製(時間と地理座標を含む)",
|
||||
"Category": "カテゴリ",
|
||||
"Secondary Category": "二次カテゴリ",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "マルチカテゴリ",
|
||||
"Account": "口座",
|
||||
"Multiple Accounts": "マルチ口座",
|
||||
"Source Account": "元口座",
|
||||
"Destination Account": "宛先口座",
|
||||
"Transaction Tag": "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": "Batch Replace Categories / Accounts / Tags",
|
||||
"Create Nonexistent Expense Categories": "Create Nonexistent Expense Categories",
|
||||
"Create Nonexistent Income Categories": "Create Nonexistent Income Categories",
|
||||
"Create Nonexistent Transfer Categories": "Create Nonexistent Transfer Categories",
|
||||
@@ -1770,6 +1776,12 @@
|
||||
"Invalid Tag": "無効なタグ",
|
||||
"Target Tag": "対象タグ",
|
||||
"(Empty)": "(空)",
|
||||
"Source Value": "Source Value",
|
||||
"Target Value": "Target Value",
|
||||
"Add Rule": "Add Rule",
|
||||
"Load Replace Rule File": "Load Replace Rule File",
|
||||
"Save Replace Rule File": "Save Replace Rule File",
|
||||
"Replace rule file is invalid": "Replace rule file is invalid",
|
||||
"Tags": "タグ",
|
||||
"Your transaction description (optional)": "取引の説明(オプション)",
|
||||
"Transaction category cannot be blank": "取引カテゴリは空欄にできません",
|
||||
|
||||
Reference in New Issue
Block a user