mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
import transaction from custom delimiter-separated values file
This commit is contained in:
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "Transaktion kann nicht vor der Saldoänderungstransaktion hinzugefügt werden",
|
||||
"balance modification transaction cannot modify transaction time": "Transaktionszeit kann für Saldoänderungstransaktion nicht geändert werden",
|
||||
"transfer transaction amount cannot be less than zero": "Betrag für Überweisungstransaktion darf nicht kleiner als 0 sein",
|
||||
"import file encoding is empty": "Import file encoding is empty",
|
||||
"import file encoding not supported": "import file encoding is not supported",
|
||||
"column mapping invalid": "Column mapping is invalid",
|
||||
"transaction type mapping invalid": "Transaction type mapping is invalid",
|
||||
"transaction time format invalid": "Transaction time format is invalid",
|
||||
"transaction time zone format invalid": "Transaction time zone format is invalid",
|
||||
"transaction category id is invalid": "Transaktionskategorie-ID ist ungültig",
|
||||
"transaction category not found": "Transaktionskategorie nicht gefunden",
|
||||
"transaction category type is invalid": "Transaktionskategorietyp ist ungültig",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} hat ein ungültiges Format",
|
||||
"parameter invalid amount filter": "{parameter} hat ein ungültiges Format"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
"utf-8-bom": "UTF-8 with BOM",
|
||||
"utf-16le": "UTF-16 Little Endian",
|
||||
"utf-16be": "UTF-16 Big Endian",
|
||||
"cp437": "OEM United States (CP-437)",
|
||||
"cp863": "OEM Canadian French (CP-863)",
|
||||
"cp037": "IBM EBCDIC US/Canada (CP-037)",
|
||||
"cp1047": "IBM EBCDIC Open Systems (CP-1047)",
|
||||
"cp1140": "IBM EBCDIC US/Canada with Euro (CP-1140)",
|
||||
"iso-8859-1": "Western European (ISO-8859-1)",
|
||||
"cp850": "Western European (CP-850)",
|
||||
"cp858": "Western European with Euro (CP-858)",
|
||||
"windows-1252": "Western European (Windows-1252)",
|
||||
"iso-8859-15": "Western European (ISO-8859-15)",
|
||||
"iso-8859-4": "North European (ISO-8859-4)",
|
||||
"iso-8859-10": "Nordic (ISO-8859-10)",
|
||||
"cp865": "Nordic (CP-865)",
|
||||
"iso-8859-2": "Central European (ISO-8859-2)",
|
||||
"cp852": "Central European (CP-852)",
|
||||
"windows-1250": "Central European (Windows-1250)",
|
||||
"iso-8859-14": "Celtic (ISO-8859-14)",
|
||||
"iso-8859-3": "South European (ISO-8859-3)",
|
||||
"cp860": "Portuguese (CP-860)",
|
||||
"iso-8859-7": "Greek (ISO-8859-7)",
|
||||
"windows-1253": "Greek (Windows-1253)",
|
||||
"iso-8859-9": "Turkish (ISO-8859-9)",
|
||||
"windows-1254": "Turkish (Windows-1254)",
|
||||
"iso-8859-13": "Baltic (ISO-8859-13)",
|
||||
"windows-1257": "Baltic (Windows-1257)",
|
||||
"iso-8859-16": "South-Eastern European (ISO-8859-16)",
|
||||
"iso-8859-5": "Cyrillic (ISO-8859-5)",
|
||||
"cp855": "Cyrillic (CP-855)",
|
||||
"cp866": "Cyrillic (CP-866)",
|
||||
"windows-1251": "Cyrillic (Windows-1251)",
|
||||
"koi8r": "Cyrillic (KOI8-R)",
|
||||
"koi8u": "Cyrillic (KOI8-U)",
|
||||
"iso-8859-6": "Arabic (ISO-8859-6)",
|
||||
"windows-1256": "Arabic (Windows-1256)",
|
||||
"iso-8859-8": "Hebrew (ISO-8859-8)",
|
||||
"cp862": "Hebrew (CP-862)",
|
||||
"windows-1255": "Hebrew (Windows-1255)",
|
||||
"windows-874": "Thai (Windows-874)",
|
||||
"windows-1258": "Vietnamese (Windows-1258)",
|
||||
"gb18030": "Simplified Chinese (GB18030)",
|
||||
"gbk": "Simplified Chinese (GBK)",
|
||||
"big5": "Traditional Chinese (Big5)",
|
||||
"euc-kr": "Korean (EUC-KR)",
|
||||
"euc-jp": "Japanese (EUC-JP)",
|
||||
"iso-2022-jp": "Japanese (ISO-2022-JP)",
|
||||
"shift_jis": "Japanese (Shift_JIS)"
|
||||
},
|
||||
"document": {
|
||||
"anchor": {
|
||||
"export_and_import": {
|
||||
@@ -1242,6 +1300,7 @@
|
||||
"Not set": "Nicht festgelegt",
|
||||
"No results": "Keine Ergebnisse",
|
||||
"Unknown": "Unbekannt",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Verschiedenes",
|
||||
"Default": "Standard",
|
||||
"Done": "Fertig",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Farbe",
|
||||
"Type": "Typ",
|
||||
"Format": "Format",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "Alle Typen",
|
||||
"More": "Mehr",
|
||||
"All": "Alle",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Einnahmenbetrag",
|
||||
"Transfer Out Amount": "Überweisungsbetrag (Ausgang)",
|
||||
"Transfer In Amount": "Überweisungsbetrag (Eingang)",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Betrag anzeigen",
|
||||
"Hide Amount": "Betrag verbergen",
|
||||
"Swap Account": "Konto tauschen",
|
||||
@@ -1530,6 +1598,7 @@
|
||||
"Duplicate (With Geographic Location)": "Duplicate (With Geographic Location)",
|
||||
"Duplicate (With Time and Geographic Location)": "Duplicate (With Time and Geographic Location)",
|
||||
"Category": "Kategorie",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Mehrere Kategorien",
|
||||
"Account": "Konto",
|
||||
"Multiple Accounts": "Mehrere Konten",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Häufigkeit der geplanten Transaktion",
|
||||
"Transaction Timezone": "Transaktionszeitzone",
|
||||
"Same time as default timezone": "Gleiche Zeit wie Standardzeitzone",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Geografischer Standort",
|
||||
"No Location": "Kein Standort",
|
||||
"Getting Location...": "Standort wird ermittelt...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Transaktionen importieren",
|
||||
"Upload File": "Datei hochladen",
|
||||
"Upload Transaction Data File": "Transaktionsdatendatei hochladen",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Überprüfen & Ändern",
|
||||
"Check and Modify Your Data": "Überprüfen und Ändern Sie Ihre Daten",
|
||||
"Data Import Completed": "Datenimport abgeschlossen",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Monat-Tag-Jahr-Format",
|
||||
"Day-month-year format": "Tag-Monat-Jahr-Format",
|
||||
"Intuit Interchange Format (IIF) File": "Intuit Interchange Format (IIF)-Datei",
|
||||
"Delimiter-separated Values (DSV) File": "Delimiter-separated Values (DSV) File",
|
||||
"Delimiter-separated Values (DSV) Data": "Delimiter-separated Values (DSV) Data",
|
||||
"GnuCash XML Database File": "GnuCash XML-Datenbankdatei",
|
||||
"Firefly III Data Export File": "Firefly III-Datenexportdatei",
|
||||
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App)-Datenexportdatei",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Alipay (Web)-Transaktionsflussdatei",
|
||||
"WeChat Pay Billing File": "WeChat Pay-Abrechnungsdatei",
|
||||
"Data File": "Datendatei",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Bitte wählen Sie eine Datei zum Importieren aus",
|
||||
"Include Header Line": "Include Header Line",
|
||||
"Time Format": "Time Format",
|
||||
"Transaction Type Mapping": "Transaction Type Mapping",
|
||||
"Timezone Format": "Timezone Format",
|
||||
"Geographic Location Separator": "Geographic Location Separator",
|
||||
"Transaction Tags Separator": "Transaction Tags Separator",
|
||||
"Lines Per Page": "Lines Per Page",
|
||||
"No data to import": "Keine Daten zum Importieren",
|
||||
"Missing transaction time, transaction type, or amount column mapping": "Missing transaction time, transaction type, or amount column mapping",
|
||||
"Transaction type mapping is not set": "Transaction type mapping is not set",
|
||||
"Transaction time format is not set": "Transaction time format is not set",
|
||||
"Cannot import invalid transactions": "Ungültige Transaktionen können nicht importiert werden",
|
||||
"Unable to parse import file": "Importdatei kann nicht geparst werden",
|
||||
"Batch Replace Selected Expense Categories": "Ausgewählte Ausgabenkategorien im Batch ersetzen",
|
||||
|
||||
Reference in New Issue
Block a user