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",
|
||||
|
||||
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "You cannot add transaction before the balance modification transaction",
|
||||
"balance modification transaction cannot modify transaction time": "You cannot modify transaction time for balance modification transaction",
|
||||
"transfer transaction amount cannot be less than zero": "Amount cannot be less than 0 for transfer transaction",
|
||||
"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": "Transaction category ID is invalid",
|
||||
"transaction category not found": "Transaction category is not found",
|
||||
"transaction category type is invalid": "Transaction category type is invalid",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} is invalid format",
|
||||
"parameter invalid amount filter": "{parameter} is invalid 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": "Not set",
|
||||
"No results": "No results",
|
||||
"Unknown": "Unknown",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Miscellaneous",
|
||||
"Default": "Default",
|
||||
"Done": "Done",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Color",
|
||||
"Type": "Type",
|
||||
"Format": "Format",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "All Types",
|
||||
"More": "More",
|
||||
"All": "All",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Income Amount",
|
||||
"Transfer Out Amount": "Transfer Out Amount",
|
||||
"Transfer In Amount": "Transfer In Amount",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Show Amount",
|
||||
"Hide Amount": "Hide Amount",
|
||||
"Swap Account": "Swap Account",
|
||||
@@ -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": "Category",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Multiple Categories",
|
||||
"Account": "Account",
|
||||
"Multiple Accounts": "Multiple Accounts",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Scheduled Transaction Frequency",
|
||||
"Transaction Timezone": "Transaction Timezone",
|
||||
"Same time as default timezone": "Same time as default timezone",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Geographic Location",
|
||||
"No Location": "No Location",
|
||||
"Getting Location...": "Getting Location...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Import Transactions",
|
||||
"Upload File": "Upload File",
|
||||
"Upload Transaction Data File": "Upload Transaction Data File",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Check & Modify",
|
||||
"Check and Modify Your Data": "Check and Modify Your Data",
|
||||
"Data Import Completed": "Data Import Completed",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Month-day-year format",
|
||||
"Day-month-year format": "Day-month-year format",
|
||||
"Intuit Interchange Format (IIF) File": "Intuit Interchange Format (IIF) File",
|
||||
"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 Database File",
|
||||
"Firefly III Data Export File": "Firefly III Data Export File",
|
||||
"Feidee MyMoney (App) Data Export File": "Feidee MyMoney (App) Data Export File",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Alipay (Web) Transaction Flow File",
|
||||
"WeChat Pay Billing File": "WeChat Pay Billing File",
|
||||
"Data File": "Data File",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Please select a file to import",
|
||||
"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": "No data to import",
|
||||
"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": "Cannot import invalid transactions",
|
||||
"Unable to parse import file": "Unable to parse import file",
|
||||
"Batch Replace Selected Expense Categories": "Batch Replace Selected Expense Categories",
|
||||
|
||||
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "No puede agregar una transacción antes de la transacción de modificación del saldo",
|
||||
"balance modification transaction cannot modify transaction time": "No puede modificar el tiempo de transacción para la transacción de modificación de saldo",
|
||||
"transfer transaction amount cannot be less than zero": "El Importe no puede ser menor que 0 para la transacción de transferencia",
|
||||
"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": "El ID de categoría de transacción no es válido",
|
||||
"transaction category not found": "No se encuentra la categoría de transacción",
|
||||
"transaction category type is invalid": "El tipo de categoría de transacción no es válido",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} es un formato no válido",
|
||||
"parameter invalid amount filter": "{parameter} es un formato no válido"
|
||||
},
|
||||
"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": "No establecido",
|
||||
"No results": "Sin resultados",
|
||||
"Unknown": "Desconocido",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Misceláneas",
|
||||
"Default": "Por defecto",
|
||||
"Done": "Hecho",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Color",
|
||||
"Type": "Tipo",
|
||||
"Format": "Formato",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "Todos los tipos",
|
||||
"More": "Más",
|
||||
"All": "Todo",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Importe de ingresos",
|
||||
"Transfer Out Amount": "Importe de transferencias enviadas",
|
||||
"Transfer In Amount": "Importe de transferencias recibidas",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Mostrar importe",
|
||||
"Hide Amount": "Ocultar importe",
|
||||
"Swap Account": "Intercambiar cuenta",
|
||||
@@ -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": "Categoría",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Múltiples categorías",
|
||||
"Account": "Cuenta",
|
||||
"Multiple Accounts": "Varias cuentas",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Frecuencia de transacciones programadas",
|
||||
"Transaction Timezone": "Zona horaria de transacción",
|
||||
"Same time as default timezone": "Misma hora que la zona horaria predeterminada",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Ubicación geográfica",
|
||||
"No Location": "Sin ubicación",
|
||||
"Getting Location...": "Obteniendo ubicación...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Importar transacciones",
|
||||
"Upload File": "Cargar archivo",
|
||||
"Upload Transaction Data File": "Cargar archivo de datos de transacción",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Verificar y modificar",
|
||||
"Check and Modify Your Data": "Verifique y modifique sus datos",
|
||||
"Data Import Completed": "Importación de datos completada",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Formato mes-día-año",
|
||||
"Day-month-year format": "Formato día-mes-año",
|
||||
"Intuit Interchange Format (IIF) File": "Archivo de formato de intercambio Intuit (IIF)",
|
||||
"Delimiter-separated Values (DSV) File": "Delimiter-separated Values (DSV) File",
|
||||
"Delimiter-separated Values (DSV) Data": "Delimiter-separated Values (DSV) Data",
|
||||
"GnuCash XML Database File": "Archivo de base de datos XML GnuCash",
|
||||
"Firefly III Data Export File": "Archivo de exportación de datos de Firefly III",
|
||||
"Feidee MyMoney (App) Data Export File": "Archivo de exportación de datos Feidee MyMoney (aplicación)",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Archivo de flujo de transacciones de Alipay (web)",
|
||||
"WeChat Pay Billing File": "Archivo de facturación de pago de WeChat",
|
||||
"Data File": "Archivo de datos",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Please select a file to import",
|
||||
"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": "No hay datos para importar",
|
||||
"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": "No se pueden importar transacciones no válidas",
|
||||
"Unable to parse import file": "No se puede analizar el archivo de importación",
|
||||
"Batch Replace Selected Expense Categories": "Reemplazar por lotes categorías de gastos seleccionadas",
|
||||
|
||||
+20
-1
@@ -66,7 +66,8 @@ import {
|
||||
|
||||
import {
|
||||
TransactionEditScopeType,
|
||||
TransactionTagFilterType
|
||||
TransactionTagFilterType,
|
||||
ImportTransactionColumnType
|
||||
} from '@/core/transaction.ts';
|
||||
|
||||
import {
|
||||
@@ -85,6 +86,7 @@ import {
|
||||
import {
|
||||
type LocalizedImportFileType,
|
||||
type LocalizedImportFileTypeSubType,
|
||||
type LocalizedImportFileTypeSupportedEncodings,
|
||||
type LocalizedImportFileDocument,
|
||||
} from '@/core/file.ts';
|
||||
|
||||
@@ -1138,11 +1140,27 @@ export function useI18n() {
|
||||
}
|
||||
}
|
||||
|
||||
const supportedEncodings: LocalizedImportFileTypeSupportedEncodings[] = [];
|
||||
|
||||
if (fileType.supportedEncodings) {
|
||||
for (let i = 0; i < fileType.supportedEncodings.length; i++) {
|
||||
const encoding = fileType.supportedEncodings[i];
|
||||
const localizedEncoding: LocalizedImportFileTypeSupportedEncodings = {
|
||||
encoding: encoding,
|
||||
displayName: t(`encoding.${encoding}`)
|
||||
};
|
||||
|
||||
supportedEncodings.push(localizedEncoding);
|
||||
}
|
||||
}
|
||||
|
||||
const localizedFileType: LocalizedImportFileType = {
|
||||
type: fileType.type,
|
||||
displayName: t(fileType.name),
|
||||
extensions: fileType.extensions,
|
||||
subTypes: subTypes.length ? subTypes : undefined,
|
||||
supportedEncodings: supportedEncodings.length ? supportedEncodings : undefined,
|
||||
dataFromTextbox: fileType.dataFromTextbox,
|
||||
document: document
|
||||
};
|
||||
allSupportedImportFileTypes.push(localizedFileType);
|
||||
@@ -1680,6 +1698,7 @@ export function useI18n() {
|
||||
getAllTransactionEditScopeTypes: () => getLocalizedDisplayNameAndType(TransactionEditScopeType.values()),
|
||||
getAllTransactionTagFilterTypes: () => getLocalizedDisplayNameAndType(TransactionTagFilterType.values()),
|
||||
getAllTransactionScheduledFrequencyTypes: () => getLocalizedDisplayNameAndType(ScheduledTemplateFrequencyType.values()),
|
||||
getAllImportTransactionColumnTypes: () => getLocalizedDisplayNameAndType(ImportTransactionColumnType.values()),
|
||||
getAllTransactionDefaultCategories,
|
||||
getAllDisplayExchangeRates,
|
||||
getAllSupportedImportFileTypes,
|
||||
|
||||
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "Нельзя добавить транзакцию до транзакции изменения баланса",
|
||||
"balance modification transaction cannot modify transaction time": "Нельзя изменить время транзакции для транзакции изменения баланса",
|
||||
"transfer transaction amount cannot be less than zero": "Сумма перевода не может быть меньше нуля",
|
||||
"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": "ID категории транзакции недействителен",
|
||||
"transaction category not found": "Категория транзакции не найдена",
|
||||
"transaction category type is invalid": "Тип категории транзакции недействителен",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} имеет неверный формат",
|
||||
"parameter invalid amount filter": "{parameter} имеет неверный формат"
|
||||
},
|
||||
"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": "Не установлено",
|
||||
"No results": "Нет результатов",
|
||||
"Unknown": "Неизвестно",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Разное",
|
||||
"Default": "По умолчанию",
|
||||
"Done": "Готово",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Цвет",
|
||||
"Type": "Тип",
|
||||
"Format": "Формат",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "Все типы",
|
||||
"More": "Еще",
|
||||
"All": "Все",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Сумма дохода",
|
||||
"Transfer Out Amount": "Сумма перевода (исходящий)",
|
||||
"Transfer In Amount": "Сумма перевода (входящий)",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Показать сумму",
|
||||
"Hide Amount": "Скрыть сумму",
|
||||
"Swap Account": "Поменять счет",
|
||||
@@ -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": "Категория",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Несколько категорий",
|
||||
"Account": "Счет",
|
||||
"Multiple Accounts": "Несколько счетов",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Частота запланированных транзакций",
|
||||
"Transaction Timezone": "Часовой пояс транзакции",
|
||||
"Same time as default timezone": "То же время, что и в часовом поясе по умолчанию",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Географическое местоположение",
|
||||
"No Location": "Нет местоположения",
|
||||
"Getting Location...": "Получение местоположения...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Импорт транзакций",
|
||||
"Upload File": "Загрузить файл",
|
||||
"Upload Transaction Data File": "Загрузить файл данных транзакций",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Проверить и изменить",
|
||||
"Check and Modify Your Data": "Проверьте и измените свои данные",
|
||||
"Data Import Completed": "Импорт данных завершен",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Формат месяц-день-год",
|
||||
"Day-month-year format": "Формат день-месяц-год",
|
||||
"Intuit Interchange Format (IIF) File": "Файл Intuit Interchange Format (IIF)",
|
||||
"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",
|
||||
"Firefly III Data Export File": "Файл экспорта данных Firefly III",
|
||||
"Feidee MyMoney (App) Data Export File": "Файл экспорта данных Feidee MyMoney (приложение)",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Файл потока транзакций Alipay (веб)",
|
||||
"WeChat Pay Billing File": "Файл выставления счетов WeChat Pay",
|
||||
"Data File": "Файл данных",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Please select a file to import",
|
||||
"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": "Нет данных для импорта",
|
||||
"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": "Невозможно импортировать недействительные транзакции",
|
||||
"Unable to parse import file": "Не удалось обработать файл импорта",
|
||||
"Batch Replace Selected Expense Categories": "Пакетная замена выбранных категорий расходов",
|
||||
|
||||
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "Bạn không thể thêm giao dịch trước giao dịch sửa đổi số dư",
|
||||
"balance modification transaction cannot modify transaction time": "Bạn không thể sửa đổi thời gian giao dịch cho giao dịch sửa đổi số dư",
|
||||
"transfer transaction amount cannot be less than zero": "Số tiền không thể nhỏ hơn 0 đối với giao dịch chuyển khoản",
|
||||
"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": "ID danh mục giao dịch không hợp lệ",
|
||||
"transaction category not found": "Không tìm thấy danh mục giao dịch",
|
||||
"transaction category type is invalid": "Loại danh mục giao dịch không hợp lệ",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter} có định dạng không hợp lệ",
|
||||
"parameter invalid amount filter": "{parameter} có định dạng không hợp lệ"
|
||||
},
|
||||
"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": "Not set",
|
||||
"No results": "Không có kết quả",
|
||||
"Unknown": "Không rõ",
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Linh tinh",
|
||||
"Default": "Mặc định",
|
||||
"Done": "Hoàn tất",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "Màu sắc",
|
||||
"Type": "Loại",
|
||||
"Format": "Định dạng",
|
||||
"File Encoding": "File Encoding",
|
||||
"Space": "Space",
|
||||
"Comma": "Comma",
|
||||
"Semicolon": "Semicolon",
|
||||
"Tab": "Tab",
|
||||
"Vertical Bar": "Vertical Bar",
|
||||
"Slash": "Slash",
|
||||
"All Types": "Tất cả các loại",
|
||||
"More": "Thêm",
|
||||
"All": "Tất cả",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "Số tiền thu nhập",
|
||||
"Transfer Out Amount": "Số tiền chuyển ra",
|
||||
"Transfer In Amount": "Số tiền chuyển vào",
|
||||
"Transfer In Account Name": "Transfer In Account Name",
|
||||
"Transfer In Currency": "Transfer In Currency",
|
||||
"Show Amount": "Hiển thị số tiền",
|
||||
"Hide Amount": "Ẩn số tiền",
|
||||
"Swap Account": "Hoán đổi tài khoản",
|
||||
@@ -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": "Danh mục",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Multiple Categories": "Nhiều danh mục",
|
||||
"Account": "Tài khoản",
|
||||
"Multiple Accounts": "Nhiều tài khoản",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "Tần suất giao dịch theo lịch trình",
|
||||
"Transaction Timezone": "Múi giờ giao dịch",
|
||||
"Same time as default timezone": "Cùng thời gian với múi giờ mặc định",
|
||||
"Transaction Type": "Transaction Type",
|
||||
"Geographic Location": "Vị trí địa lý",
|
||||
"No Location": "Không có vị trí",
|
||||
"Getting Location...": "Đang lấy vị trí...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "Nhập giao dịch",
|
||||
"Upload File": "Tải lên tệp",
|
||||
"Upload Transaction Data File": "Tải lên tệp dữ liệu giao dịch",
|
||||
"Define Column": "Define Column",
|
||||
"Define and Check Column Mapping": "Define and Check Column Mapping",
|
||||
"Check & Modify": "Kiểm tra & Sửa đổi",
|
||||
"Check and Modify Your Data": "Kiểm tra và sửa đổi dữ liệu của bạn",
|
||||
"Data Import Completed": "Nhập dữ liệu hoàn tất",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "Định dạng tháng-ngày-năm",
|
||||
"Day-month-year format": "Định dạng ngày-tháng-năm",
|
||||
"Intuit Interchange Format (IIF) File": "Tệp Intuit Interchange Format (IIF)",
|
||||
"Delimiter-separated Values (DSV) File": "Delimiter-separated Values (DSV) File",
|
||||
"Delimiter-separated Values (DSV) Data": "Delimiter-separated Values (DSV) Data",
|
||||
"GnuCash XML Database File": "Tệp cơ sở dữ liệu XML GnuCash",
|
||||
"Firefly III Data Export File": "Tệp xuất dữ liệu Firefly III",
|
||||
"Feidee MyMoney (App) Data Export File": "Tệp xuất dữ liệu Feidee MyMoney (Ứng dụng)",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "Tệp luồng giao dịch Alipay (Web)",
|
||||
"WeChat Pay Billing File": "Tệp thanh toán WeChat Pay",
|
||||
"Data File": "Tệp dữ liệu",
|
||||
"Data to import": "Data to import",
|
||||
"Please select a file to import": "Please select a file to import",
|
||||
"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": "Không có dữ liệu để nhập",
|
||||
"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": "Không thể nhập giao dịch không hợp lệ",
|
||||
"Unable to parse import file": "Không thể phân tích tệp nhập",
|
||||
"Batch Replace Selected Expense Categories": "Thay thế hàng loạt các danh mục chi phí đã chọn",
|
||||
|
||||
@@ -1097,6 +1097,12 @@
|
||||
"cannot add transaction before balance modification transaction": "不能添加早于修改余额的交易",
|
||||
"balance modification transaction cannot modify transaction time": "您无法对修改余额的交易修改交易时间",
|
||||
"transfer transaction amount cannot be less than zero": "转账交易的金额不能小于0",
|
||||
"import file encoding is empty": "导入文件编码为空",
|
||||
"import file encoding not supported": "导入文件编码不支持",
|
||||
"column mapping invalid": "列映射无效",
|
||||
"transaction type mapping invalid": "交易类型映射无效",
|
||||
"transaction time format invalid": "交易时间格式无效",
|
||||
"transaction time zone format invalid": "交易时区格式无效",
|
||||
"transaction category id is invalid": "交易分类ID无效",
|
||||
"transaction category not found": "交易分类不存在",
|
||||
"transaction category type is invalid": "交易分类类型无效",
|
||||
@@ -1214,6 +1220,58 @@
|
||||
"parameter invalid color": "{parameter}格式错误",
|
||||
"parameter invalid amount filter": "{parameter}格式错误"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
"utf-8-bom": "UTF-8 带签名",
|
||||
"utf-16le": "UTF-16 Little Endian",
|
||||
"utf-16be": "UTF-16 Big Endian",
|
||||
"cp437": "OEM 美国 (CP-437)",
|
||||
"cp863": "OEM 加拿大法语 (CP-863)",
|
||||
"cp037": "IBM EBCDIC 美国/加拿大 (CP-037)",
|
||||
"cp1047": "IBM EBCDIC 开放系统 (CP-1047)",
|
||||
"cp1140": "IBM EBCDIC 美国/加拿大 含欧元 (CP-1140)",
|
||||
"iso-8859-1": "西欧 (ISO-8859-1)",
|
||||
"cp850": "西欧 (CP-850)",
|
||||
"cp858": "西欧 含欧元 (CP-858)",
|
||||
"windows-1252": "西欧 (Windows-1252)",
|
||||
"iso-8859-15": "西欧 (ISO-8859-15)",
|
||||
"iso-8859-4": "北欧 (ISO-8859-4)",
|
||||
"iso-8859-10": "北欧 (ISO-8859-10)",
|
||||
"cp865": "北欧 (CP-865)",
|
||||
"iso-8859-2": "中欧 (ISO-8859-2)",
|
||||
"cp852": "中欧 (CP-852)",
|
||||
"windows-1250": "中欧 (Windows-1250)",
|
||||
"iso-8859-14": "凯尔特语族 (ISO-8859-14)",
|
||||
"iso-8859-3": "南欧 (ISO-8859-3)",
|
||||
"cp860": "葡萄牙语 (CP-860)",
|
||||
"iso-8859-7": "希腊语 (ISO-8859-7)",
|
||||
"windows-1253": "希腊语 (Windows-1253)",
|
||||
"iso-8859-9": "土耳其语 (ISO-8859-9)",
|
||||
"windows-1254": "土耳其语 (Windows-1254)",
|
||||
"iso-8859-13": "波罗的语族 (ISO-8859-13)",
|
||||
"windows-1257": "波罗的语族 (Windows-1257)",
|
||||
"iso-8859-16": "东南欧 (ISO-8859-16)",
|
||||
"iso-8859-5": "西里尔文 (ISO-8859-5)",
|
||||
"cp855": "西里尔文 (CP-855)",
|
||||
"cp866": "西里尔文 (CP-866)",
|
||||
"windows-1251": "西里尔文 (Windows-1251)",
|
||||
"koi8r": "西里尔文 (KOI8-R)",
|
||||
"koi8u": "西里尔文 (KOI8-U)",
|
||||
"iso-8859-6": "阿拉伯语 (ISO-8859-6)",
|
||||
"windows-1256": "阿拉伯语 (Windows-1256)",
|
||||
"iso-8859-8": "希伯来语 (ISO-8859-8)",
|
||||
"cp862": "希伯来语 (CP-862)",
|
||||
"windows-1255": "希伯来语 (Windows-1255)",
|
||||
"windows-874": "泰语 (Windows-874)",
|
||||
"windows-1258": "越南语 (Windows-1258)",
|
||||
"gb18030": "简体中文 (GB18030)",
|
||||
"gbk": "简体中文 (GBK)",
|
||||
"big5": "繁体中文 (Big5)",
|
||||
"euc-kr": "韩语 (EUC-KR)",
|
||||
"euc-jp": "日语 (EUC-JP)",
|
||||
"iso-2022-jp": "日语 (ISO-2022-JP)",
|
||||
"shift_jis": "日语 (Shift_JIS)"
|
||||
},
|
||||
"document": {
|
||||
"anchor": {
|
||||
"export_and_import": {
|
||||
@@ -1242,6 +1300,7 @@
|
||||
"Not set": "未设置",
|
||||
"No results": "无结果",
|
||||
"Unknown": "未知",
|
||||
"Auto detect": "自动检测",
|
||||
"Miscellaneous": "杂项",
|
||||
"Default": "默认",
|
||||
"Done": "完成",
|
||||
@@ -1268,6 +1327,13 @@
|
||||
"Color": "颜色",
|
||||
"Type": "类型",
|
||||
"Format": "格式",
|
||||
"File Encoding": "文件编码",
|
||||
"Space": "空格",
|
||||
"Comma": "逗号",
|
||||
"Semicolon": "分号",
|
||||
"Tab": "制表符 Tab",
|
||||
"Vertical Bar": "竖线",
|
||||
"Slash": "Slash",
|
||||
"All Types": "全部类型",
|
||||
"More": "更多",
|
||||
"All": "全部",
|
||||
@@ -1521,6 +1587,8 @@
|
||||
"Income Amount": "收入金额",
|
||||
"Transfer Out Amount": "转出金额",
|
||||
"Transfer In Amount": "转入金额",
|
||||
"Transfer In Account Name": "转入账户名",
|
||||
"Transfer In Currency": "转入货币",
|
||||
"Show Amount": "显示金额",
|
||||
"Hide Amount": "隐藏金额",
|
||||
"Swap Account": "交换账户",
|
||||
@@ -1530,6 +1598,7 @@
|
||||
"Duplicate (With Geographic Location)": "复制 (含地理位置)",
|
||||
"Duplicate (With Time and Geographic Location)": "复制 (含时间和地理位置)",
|
||||
"Category": "分类",
|
||||
"Secondary Category": "二级分类",
|
||||
"Multiple Categories": "多个分类",
|
||||
"Account": "账户",
|
||||
"Multiple Accounts": "多个账户",
|
||||
@@ -1545,6 +1614,7 @@
|
||||
"Scheduled Transaction Frequency": "定时交易周期",
|
||||
"Transaction Timezone": "交易时区",
|
||||
"Same time as default timezone": "与默认时区时间相同",
|
||||
"Transaction Type": "交易类型",
|
||||
"Geographic Location": "地理位置",
|
||||
"No Location": "没有位置",
|
||||
"Getting Location...": "正在获取位置...",
|
||||
@@ -1559,6 +1629,8 @@
|
||||
"Import Transactions": "导入交易",
|
||||
"Upload File": "上传文件",
|
||||
"Upload Transaction Data File": "上传交易数据文件",
|
||||
"Define Column": "定义列",
|
||||
"Define and Check Column Mapping": "定义及检查列映射",
|
||||
"Check & Modify": "检查及修改",
|
||||
"Check and Modify Your Data": "检查及修改您的数据",
|
||||
"Data Import Completed": "数据导入完成",
|
||||
@@ -1573,6 +1645,8 @@
|
||||
"Month-day-year format": "月-日-年 格式",
|
||||
"Day-month-year format": "日-月-年 格式",
|
||||
"Intuit Interchange Format (IIF) File": "Intuit Interchange Format (IIF) 文件",
|
||||
"Delimiter-separated Values (DSV) File": "分隔符分隔值 (DSV) 文件",
|
||||
"Delimiter-separated Values (DSV) Data": "分隔符分隔值 (DSV) 数据",
|
||||
"GnuCash XML Database File": "GnuCash XML 数据库文件",
|
||||
"Firefly III Data Export File": "Firefly III 数据导出文件",
|
||||
"Feidee MyMoney (App) Data Export File": "随手记 (App) 数据导出文件",
|
||||
@@ -1581,8 +1655,19 @@
|
||||
"Alipay (Web) Transaction Flow File": "支付宝 (网页版) 交易流水文件",
|
||||
"WeChat Pay Billing File": "微信支付账单文件",
|
||||
"Data File": "数据文件",
|
||||
"Data to import": "要导入的数据",
|
||||
"Please select a file to import": "请选择要导入的文件",
|
||||
"Include Header Line": "包含标题行",
|
||||
"Time Format": "时间格式",
|
||||
"Transaction Type Mapping": "交易类型映射",
|
||||
"Timezone Format": "时区格式",
|
||||
"Geographic Location Separator": "地理位置分隔符",
|
||||
"Transaction Tags Separator": "交易标签分隔符",
|
||||
"Lines Per Page": "每页行数",
|
||||
"No data to import": "没有可以导入的数据",
|
||||
"Missing transaction time, transaction type, or amount column mapping": "缺少交易时间、交易类型或金额列映射",
|
||||
"Transaction type mapping is not set": "交易类型映射没有设置",
|
||||
"Transaction time format is not set": "交易时间格式没有设置",
|
||||
"Cannot import invalid transactions": "不能导入无效的交易",
|
||||
"Unable to parse import file": "无法解析导入的文件",
|
||||
"Batch Replace Selected Expense Categories": "批量替换选中的支出分类",
|
||||
|
||||
Reference in New Issue
Block a user