mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +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}_export_data",
|
||||
"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)": "Duplica (con ora e posizione geografica)",
|
||||
"Category": "Categoria",
|
||||
"Secondary Category": "Categoria secondaria",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "Categorie multiple",
|
||||
"Account": "Conto",
|
||||
"Multiple Accounts": "Conti multipli",
|
||||
"Source Account": "Conto di origine",
|
||||
"Destination Account": "Conto di destinazione",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Senza tag",
|
||||
"With Any Selected Tags": "Con qualsiasi tag selezionato",
|
||||
"With All Selected Tags": "Con tutti i tag selezionati",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "Sostituisci categorie di trasferimento non valide",
|
||||
"Replace Invalid Accounts": "Sostituisci conti non validi",
|
||||
"Replace Invalid Transaction Tags": "Sostituisci tag transazione non validi",
|
||||
"Batch Replace Categories / Accounts / Tags": "Batch Replace Categories / Accounts / Tags",
|
||||
"Create Nonexistent Expense Categories": "Crea categorie di spesa inesistenti",
|
||||
"Create Nonexistent Income Categories": "Crea categorie di entrata inesistenti",
|
||||
"Create Nonexistent Transfer Categories": "Crea categorie di trasferimento inesistenti",
|
||||
@@ -1770,6 +1776,12 @@
|
||||
"Invalid Tag": "Tag non valido",
|
||||
"Target Tag": "Tag di destinazione",
|
||||
"(Empty)": "(Vuoto)",
|
||||
"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": "Tag",
|
||||
"Your transaction description (optional)": "Descrizione della transazione (opzionale)",
|
||||
"Transaction category cannot be blank": "La categoria della transazione non può essere vuota",
|
||||
|
||||
Reference in New Issue
Block a user