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)": "Duplicate (With Time and Geographic Location)",
|
||||
"Category": "Categoría",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "Múltiples categorías",
|
||||
"Account": "Cuenta",
|
||||
"Multiple Accounts": "Varias cuentas",
|
||||
"Source Account": "Cuenta de origen",
|
||||
"Destination Account": "Cuenta de destino",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Sin Etiquetas",
|
||||
"With Any Selected Tags": "Con alguna de las etiquetas seleccionada",
|
||||
"With All Selected Tags": "Con todas las etiquetas seleccionadas",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "Reemplazar categorías de transferencia no válidas",
|
||||
"Replace Invalid Accounts": "Reemplazar cuentas no válidas",
|
||||
"Replace Invalid Transaction Tags": "Reemplazar etiquetas de transacciones no válidas",
|
||||
"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": "Etiqueta no válida",
|
||||
"Target Tag": "Etiqueta de destino",
|
||||
"(Empty)": "(Vacío)",
|
||||
"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": "Etiquetas",
|
||||
"Your transaction description (optional)": "Descripción de su transacción (opcional)",
|
||||
"Transaction category cannot be blank": "La categoría de transacción no puede estar en blanco",
|
||||
|
||||
Reference in New Issue
Block a user