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:
+13
-1
@@ -122,7 +122,8 @@
|
||||
"exportFilename": "ezBookkeeping_{nickname}_export_data",
|
||||
"defaultExportStatisticsFileName": "ezBookkeeping_dados_estatísticos",
|
||||
"exportStatisticsFileName": "ezBookkeeping_{nickname}_dados_estatísticos",
|
||||
"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)": "Duplicar (Com Tempo e Localização Geográfica)",
|
||||
"Category": "Categoria",
|
||||
"Secondary Category": "Categoria Secundária",
|
||||
"Expense Category": "Expense Category",
|
||||
"Income Category": "Income Category",
|
||||
"Transfer Category": "Transfer Category",
|
||||
"Multiple Categories": "Várias Categorias",
|
||||
"Account": "Conta",
|
||||
"Multiple Accounts": "Várias Contas",
|
||||
"Source Account": "Conta de Origem",
|
||||
"Destination Account": "Conta de Destino",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Sem Tags",
|
||||
"With Any Selected Tags": "Com Quaisquer Tags Selecionadas",
|
||||
"With All Selected Tags": "Com Todas as Tags Selecionadas",
|
||||
@@ -1750,6 +1755,7 @@
|
||||
"Replace Invalid Transfer Categories": "Substituir Categorias de Transferência Inválidas",
|
||||
"Replace Invalid Accounts": "Substituir Contas Inválidas",
|
||||
"Replace Invalid Transaction Tags": "Substituir Tags de Transação Inválidas",
|
||||
"Batch Replace Categories / Accounts / Tags": "Batch Replace Categories / Accounts / Tags",
|
||||
"Create Nonexistent Expense Categories": "Criar Categorias de Despesa Inexistentes",
|
||||
"Create Nonexistent Income Categories": "Criar Categorias de Receita Inexistentes",
|
||||
"Create Nonexistent Transfer Categories": "Criar Categorias de Transferência Inexistentes",
|
||||
@@ -1770,6 +1776,12 @@
|
||||
"Invalid Tag": "Tag Inválida",
|
||||
"Target Tag": "Tag Alvo",
|
||||
"(Empty)": "(Vazio)",
|
||||
"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": "Tags",
|
||||
"Your transaction description (optional)": "Sua descrição da transação (opcional)",
|
||||
"Transaction category cannot be blank": "A categoria da transação não pode estar em branco",
|
||||
|
||||
Reference in New Issue
Block a user