Files
ezbookkeeping/src/locales/vi.json
T
2025-08-03 00:58:49 +08:00

2179 lines
114 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"global": {
"app": {
"title": "ezBookkeeping"
}
},
"language": {
"German": "Tiếng Đức",
"English": "Tiếng Anh",
"Spanish": "Tiếng Tây Ban Nha",
"Italian": "Tiếng Ý",
"Japanese": "Tiếng Nhật",
"Portuguese (Brazil)": "Tiếng Bồ Đào Nha (Brazil)",
"Russian": "Tiếng Nga",
"Ukrainian": "Tiếng Ukraina",
"Vietnamese": "Tiếng Việt",
"Chinese (Simplified)": "Tiếng Trung (Giản Thể)",
"Chinese (Traditional)": "Tiếng Trung (Phồn Thể)"
},
"default": {
"currency": "VND",
"firstDayOfWeek": "Monday",
"fiscalYearFormat": "EndYYYY",
"longDateFormat": "DDMMYYYY",
"shortDateFormat": "DDMMYYYY",
"longTimeFormat": "HHMMSSA",
"shortTimeFormat": "HHMMA",
"decimalSeparator": "Comma",
"digitGroupingSymbol": "Dot",
"digitGrouping": "ThousandsSeparator",
"currencyDisplayType": "SymbolAfterAmount"
},
"format": {
"longDate": {
"yyyy_mm_dd": "YYYY MMMM DD",
"mm_dd_yyyy": "MMMM DD YYYY",
"dd_mm_yyyy": "DD MMMM YYYY"
},
"shortDate": {
"yyyy_mm_dd": "YYYY-MM-DD",
"mm_dd_yyyy": "MM/DD/YYYY",
"dd_mm_yyyy": "DD/MM/YYYY"
},
"longYear": {
"yyyy_mm_dd": "YYYY",
"mm_dd_yyyy": "YYYY",
"dd_mm_yyyy": "YYYY"
},
"shortYear": {
"yyyy_mm_dd": "YYYY",
"mm_dd_yyyy": "YYYY",
"dd_mm_yyyy": "YYYY"
},
"longYearMonth": {
"yyyy_mm_dd": "YYYY MMMM",
"mm_dd_yyyy": "MMMM YYYY",
"dd_mm_yyyy": "MMMM YYYY"
},
"shortYearMonth": {
"yyyy_mm_dd": "YYYY-MM",
"mm_dd_yyyy": "MMM YYYY",
"dd_mm_yyyy": "MMM YYYY"
},
"longMonthDay": {
"yyyy_mm_dd": "MMMM DD",
"mm_dd_yyyy": "MMMM DD",
"dd_mm_yyyy": "DD MMMM"
},
"shortMonthDay": {
"yyyy_mm_dd": "MM-DD",
"mm_dd_yyyy": "MM/DD",
"dd_mm_yyyy": "DD/MM"
},
"longTime": {
"hh_mm_ss": "HH:mm:ss",
"a_hh_mm_ss": "A hh:mm:ss",
"hh_mm_ss_a": "hh:mm:ss A"
},
"shortTime": {
"hh_mm": "HH:mm",
"a_hh_mm": "A hh:mm",
"hh_mm_a": "hh:mm A"
},
"yearQuarter": {
"q1": "Quý 1 năm {year}",
"q2": "Quý 2 năm {year}",
"q3": "Quý 3 năm {year}",
"q4": "Quý 4 năm {year}"
},
"fiscalYear": {
"StartYYYY_EndYYYY": "FY {StartYYYY}-{EndYYYY}",
"StartYYYY_EndYY": "FY {StartYYYY}-{EndYY}",
"StartYY_EndYY": "FY {StartYY}-{EndYY}",
"EndYYYY": "FY {EndYYYY}",
"EndYY": "FY {EndYY}"
},
"misc": {
"multiTextJoinSeparator": ", ",
"hoursBehindDefaultTimezone": "{hours} giờ sau múi giờ mặc định",
"hoursAheadOfDefaultTimezone": "{hours} giờ trước múi giờ mặc định",
"hoursMinutesBehindDefaultTimezone": "{hours} giờ và {minutes} phút sau múi giờ mặc định",
"hoursMinutesAheadOfDefaultTimezone": "{hours} giờ và {minutes} phút trước múi giờ mặc định",
"monthDay": "Ngày {ordinal}",
"eachMonthDayInMonthDays": "{ordinal}",
"monthDays": "{multiMonthDays} ngày",
"everyMultiDaysOfWeek": "Mỗi {days}",
"everyMultiDaysOfMonth": "Mỗi ngày {days} trong tháng",
"youHaveAccounts": "Bạn đã ghi nhận {count} tài khoản",
"addNewTag": "Add new tag \"{tag}\"",
"clickToSelectedFile": "Nhấp để chọn tệp nhập khẩu ({extensions})",
"selectedCount": "Đã chọn {count} trên {totalCount}",
"youHaveUpdatedTransactions": "Bạn đã cập nhật {count} giao dịch",
"confirmImportTransactions": "Bạn có chắc chắn muốn nhập {count} giao dịch không?",
"importingTransactions": "Importing ({process}%)",
"importTransactionResult": "Bạn đã nhập thành công {count} giao dịch.",
"accountActivationAndResendValidationEmailTip": "Liên kết kích hoạt tài khoản đã được gửi tới email của bạn: {email}. Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận.",
"resendValidationEmailTip": "Nếu bạn không nhận được email, vui lòng nhập lại mật khẩu và nhấp nút bên dưới để gửi lại email xác nhận tới: {email}"
}
},
"dataExport": {
"defaultExportFilename": "ezBookkeeping_export_data",
"exportFilename": "ezBookkeeping_{nickname}_export_data",
"defaultExportStatisticsFileName": "ezBookkeeping_statistics_data",
"exportStatisticsFileName": "ezBookkeeping_{nickname}_statistics_data",
"defaultExportReconciliationStatementsFileName": "ezBookkeeping_reconciliation_statements",
"exportReconciliationStatementsFileName": "ezBookkeeping_{nickname}_reconciliation_statements",
"defaultImportDataMappingFileName": "ezBookkeeping_import_data_mapping",
"defaultImportReplaceRuleFileName": "ezBookkeeping_import_replace_rule"
},
"datetime": {
"AM": {
"content": "SA"
},
"PM": {
"content": "CH"
},
"Monday": {
"min": "T2",
"short": "Thứ 2",
"long": "Thứ Hai"
},
"Tuesday": {
"min": "T3",
"short": "Thứ 3",
"long": "Thứ Ba"
},
"Wednesday": {
"min": "T4",
"short": "Thứ 4",
"long": "Thứ Tư"
},
"Thursday": {
"min": "T5",
"short": "Thứ 5",
"long": "Thứ Năm"
},
"Friday": {
"min": "T6",
"short": "Thứ 6",
"long": "Thứ Sáu"
},
"Saturday": {
"min": "T7",
"short": "Thứ 7",
"long": "Thứ Bảy"
},
"Sunday": {
"min": "CN",
"short": "Chủ Nhật",
"long": "Chủ Nhật"
},
"January": {
"short": "Th1",
"long": "Tháng Một"
},
"February": {
"short": "Th2",
"long": "Tháng Hai"
},
"March": {
"short": "Th3",
"long": "Tháng Ba"
},
"April": {
"short": "Th4",
"long": "Tháng Tư"
},
"May": {
"short": "Th5",
"long": "Tháng Năm"
},
"June": {
"short": "Th6",
"long": "Tháng Sáu"
},
"July": {
"short": "Th7",
"long": "Tháng Bảy"
},
"August": {
"short": "Th8",
"long": "Tháng Tám"
},
"September": {
"short": "Th9",
"long": "Tháng Chín"
},
"October": {
"short": "Th10",
"long": "Tháng Mười"
},
"November": {
"short": "Th11",
"long": "Tháng Mười Một"
},
"December": {
"short": "Th12",
"long": "Tháng Mười Hai"
},
"monthDayOrdinal": {
"1": "Ngày 1",
"2": "Ngày 2",
"3": "Ngày 3",
"4": "Ngày 4",
"5": "Ngày 5",
"6": "Ngày 6",
"7": "Ngày 7",
"8": "Ngày 8",
"9": "Ngày 9",
"10": "Ngày 10",
"11": "Ngày 11",
"12": "Ngày 12",
"13": "Ngày 13",
"14": "Ngày 14",
"15": "Ngày 15",
"16": "Ngày 16",
"17": "Ngày 17",
"18": "Ngày 18",
"19": "Ngày 19",
"20": "Ngày 20",
"21": "Ngày 21",
"22": "Ngày 22",
"23": "Ngày 23",
"24": "Ngày 24",
"25": "Ngày 25",
"26": "Ngày 26",
"27": "Ngày 27",
"28": "Ngày 28",
"29": "Ngày 29",
"30": "Ngày 30",
"31": "Ngày 31"
}
},
"numeral": {
"Dot": "Dấu chấm",
"Comma": "Dấu phẩy",
"Space": "Khoảng trắng",
"Apostrophe": "Dấu nháy đơn",
"None": "Không có",
"Thousands Separator": "Dấu phân cách hàng nghìn"
},
"color": {
"amount": {
"Green": "Xanh lá",
"Red": "Đỏ",
"Yellow": "Vàng",
"Black or White": "Đen hoặc Trắng"
}
},
"timezone": {
"International Date Line West": "Đường Chuẩn Ngày Quốc tế Phía Tây",
"Coordinated Universal Time-11": "Giờ Quốc tế Phối hợp-11",
"Aleutian Islands": "Quần đảo Aleutian",
"Hawaii": "Hawaii",
"Marquesas Islands": "Quần đảo Marquesas",
"Alaska": "Alaska",
"Coordinated Universal Time-09": "Giờ Quốc tế Phối hợp-09",
"Baja California": "Baja California",
"Coordinated Universal Time-08": "Giờ Quốc tế Phối hợp-08",
"Pacific Time (US & Canada)": "Giờ Thái Bình Dương (Mỹ & Canada)",
"Arizona": "Arizona",
"La Paz, Mazatlan": "La Paz, Mazatlan",
"Mountain Time (US & Canada)": "Giờ Miền núi (Mỹ & Canada)",
"Yukon": "Yukon",
"Central America": "Trung Mỹ",
"Central Time (US & Canada)": "Giờ Miền trung (Mỹ & Canada)",
"Easter Island": "Đảo Phục Sinh",
"Guadalajara, Mexico City, Monterrey": "Guadalajara, Mexico City, Monterrey",
"Saskatchewan": "Saskatchewan",
"Bogota, Lima, Quito, Rio Branco": "Bogota, Lima, Quito, Rio Branco",
"Chetumal": "Chetumal",
"Eastern Time (US & Canada)": "Giờ Miền đông (Mỹ & Canada)",
"Haiti": "Haiti",
"Havana": "Havana",
"Indiana (East)": "Indiana (Đông)",
"Turks and Caicos": "Turks và Caicos",
"Asuncion": "Asuncion",
"Atlantic Time (Canada)": "Giờ Đại Tây Dương (Canada)",
"Caracas": "Caracas",
"Cuiaba": "Cuiaba",
"Georgetown, La Paz, Manaus, San Juan": "Georgetown, La Paz, Manaus, San Juan",
"Santiago": "Santiago",
"Newfoundland": "Newfoundland",
"Araguaina": "Araguaina",
"Brasilia": "Brasilia",
"Cayenne, Fortaleza": "Cayenne, Fortaleza",
"City of Buenos Aires": "Thành phố Buenos Aires",
"Montevideo": "Montevideo",
"Punta Arenas": "Punta Arenas",
"Saint Pierre and Miquelon": "Saint Pierre và Miquelon",
"Salvador": "Salvador",
"Coordinated Universal Time-02": "Giờ Quốc tế Phối hợp-02",
"Greenland": "Greenland",
"Azores": "Azores",
"Cabo Verde Is": "Đảo Cabo Verde",
"Coordinated Universal Time": "Giờ Quốc tế Phối hợp",
"Dublin, Edinburgh, Lisbon, London": "Dublin, Edinburgh, Lisbon, London",
"Monrovia, Reykjavik": "Monrovia, Reykjavik",
"Sao Tome": "Sao Tome",
"Casablanca": "Casablanca",
"Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna": "Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna",
"Belgrade, Bratislava, Budapest, Ljubljana, Prague": "Belgrade, Bratislava, Budapest, Ljubljana, Prague",
"Brussels, Copenhagen, Madrid, Paris": "Brussels, Copenhagen, Madrid, Paris",
"Sarajevo, Skopje, Warsaw, Zagreb": "Sarajevo, Skopje, Warsaw, Zagreb",
"West Central Africa": "Tây Trung Phi",
"Athens, Bucharest": "Athens, Bucharest",
"Beirut": "Beirut",
"Cairo": "Cairo",
"Chisinau": "Chisinau",
"Gaza, Hebron": "Gaza, Hebron",
"Harare, Pretoria": "Harare, Pretoria",
"Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius": "Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius",
"Jerusalem": "Jerusalem",
"Juba": "Juba",
"Kaliningrad": "Kaliningrad",
"Khartoum": "Khartoum",
"Tripoli": "Tripoli",
"Windhoek": "Windhoek",
"Amman": "Amman",
"Baghdad": "Baghdad",
"Damascus": "Damascus",
"Istanbul": "Istanbul",
"Kuwait, Riyadh": "Kuwait, Riyadh",
"Minsk": "Minsk",
"Moscow, St Petersburg": "Moscow, St. Petersburg",
"Nairobi": "Nairobi",
"Volgograd": "Volgograd",
"Tehran": "Tehran",
"Abu Dhabi, Muscat": "Abu Dhabi, Muscat",
"Astrakhan, Ulyanovsk": "Astrakhan, Ulyanovsk",
"Baku": "Baku",
"Izhevsk, Samara": "Izhevsk, Samara",
"Port Louis": "Port Louis",
"Saratov": "Saratov",
"Tbilisi": "Tbilisi",
"Yerevan": "Yerevan",
"Kabul": "Kabul",
"Ashgabat, Tashkent": "Ashgabat, Tashkent",
"Astana": "Astana",
"Ekaterinburg": "Ekaterinburg",
"Islamabad, Karachi": "Islamabad, Karachi",
"Chennai, Kolkata, Mumbai, New Delhi": "Chennai, Kolkata, Mumbai, New Delhi",
"Sri Jayawardenepura": "Sri Jayawardenepura",
"Kathmandu": "Kathmandu",
"Bishkek": "Bishkek",
"Dhaka": "Dhaka",
"Omsk": "Omsk",
"Yangon (Rangoon)": "Yangon (Rangoon)",
"Bangkok, Hanoi, Jakarta": "Bangkok, Hà Nội, Jakarta",
"Barnaul, Gorno-Altaysk": "Barnaul, Gorno-Altaysk",
"Hovd": "Hovd",
"Krasnoyarsk": "Krasnoyarsk",
"Novosibirsk": "Novosibirsk",
"Tomsk": "Tomsk",
"Beijing, Chongqing, Hong Kong SAR, Urumqi": "Bắc Kinh, Chongqing, Hồng Kông, Urumqi",
"Irkutsk": "Irkutsk",
"Kuala Lumpur, Singapore": "Kuala Lumpur, Singapore",
"Perth": "Perth",
"Taipei": "Đài Bắc",
"Ulaanbaatar": "Ulaanbaatar",
"Eucla": "Eucla",
"Chita": "Chita",
"Osaka, Sapporo, Tokyo": "Osaka, Sapporo, Tokyo",
"Pyongyang": "Bình Nhưỡng",
"Seoul": "Seoul",
"Yakutsk": "Yakutsk",
"Adelaide": "Adelaide",
"Darwin": "Darwin",
"Brisbane": "Brisbane",
"Canberra, Melbourne, Sydney": "Canberra, Melbourne, Sydney",
"Guam, Port Moresby": "Guam, Port Moresby",
"Hobart": "Hobart",
"Vladivostok": "Vladivostok",
"Lord Howe Island": "Đảo Lord Howe",
"Bougainville Island": "Đảo Bougainville",
"Chokurdakh": "Chokurdakh",
"Magadan": "Magadan",
"Norfolk Island": "Đảo Norfolk",
"Sakhalin": "Sakhalin",
"Solomon Is, New Caledonia": "Đảo Solomon, New Caledonia",
"Anadyr, Petropavlovsk-Kamchatsky": "Anadyr, Petropavlovsk-Kamchatsky",
"Auckland, Wellington": "Auckland, Wellington",
"Coordinated Universal Time+12": "Giờ Quốc tế Phối hợp+12",
"Fiji": "Fiji",
"Chatham Islands": "Quần đảo Chatham",
"Coordinated Universal Time+13": "Giờ Quốc tế Phối hợp+13",
"Nukualofa": "Nuku'alofa",
"Samoa": "Samoa",
"Kiritimati Island": "Đảo Kiritimati"
},
"currency": {
"name": {
"AED": "United Arab Emirates Dirham",
"AFN": "Afghan Afghani",
"ALL": "Albanian Lek",
"AMD": "Armenian Dram",
"ANG": "Netherlands Antillean Guilder",
"AOA": "Angolan Kwanza",
"ARS": "Argentine Peso",
"AUD": "Australian Dollar",
"AWG": "Aruban Florin",
"AZN": "Azerbaijan Manat",
"BAM": "Bosnia and Herzegovina Convertible Mark",
"BBD": "Barbadian Dollar",
"BDT": "Bangladeshi Taka",
"BGN": "Bulgarian Lev",
"BHD": "Bahraini Dinar",
"BIF": "Burundian Franc",
"BMD": "Bermudian Dollar",
"BND": "Brunei Dollar",
"BOB": "Bolivian Boliviano",
"BRL": "Brazilian Real",
"BSD": "Bahamian Dollar",
"BTN": "Bhutanese Ngultrum",
"BWP": "Botswana Pula",
"BYN": "Belarusian Ruble",
"BZD": "Belize Dollar",
"CAD": "Canadian Dollar",
"CDF": "Congolese Franc",
"CHF": "Swiss Franc",
"CLP": "Chilean Peso",
"CNY": "Chinese Yuan",
"COP": "Colombian Peso",
"CRC": "Costa Rican Colon",
"CUC": "Cuban Convertible Peso",
"CUP": "Cuban Peso",
"CVE": "Cape Verdean Escudo",
"CZK": "Czech Koruna",
"DJF": "Djiboutian Franc",
"DKK": "Danish Krone",
"DOP": "Dominican Peso",
"DZD": "Algerian Dinar",
"EGP": "Egyptian Pound",
"ERN": "Eritrean Nakfa",
"ETB": "Ethiopian Birr",
"EUR": "Euro",
"FJD": "Fijian Dollar",
"FKP": "Falkland Islands Pound",
"GBP": "British Pound",
"GEL": "Georgian Lari",
"GHS": "Ghanaian Cedi",
"GIP": "Gibraltar Pound",
"GMD": "Gambian Dalasi",
"GNF": "Guinean Franc",
"GTQ": "Guatemalan Quetzal",
"GYD": "Guyanese Dollar",
"HKD": "Hong Kong Dollar",
"HNL": "Honduran Lempira",
"HTG": "Haitian Gourde",
"HUF": "Hungarian Forint",
"IDR": "Indonesian Rupiah",
"ILS": "Israeli New Shekel",
"INR": "Indian Rupee",
"IQD": "Iraqi Dinar",
"IRR": "Iranian Rial",
"ISK": "Icelandic Krona",
"JMD": "Jamaican Dollar",
"JOD": "Jordanian Dinar",
"JPY": "Japanese Yen",
"KES": "Kenyan Shilling",
"KGS": "Kyrgyzstani Som",
"KHR": "Cambodian Riel",
"KMF": "Comorian Franc",
"KPW": "North Korean Won",
"KRW": "South Korean Won",
"KWD": "Kuwaiti Dinar",
"KYD": "Cayman Islands Dollar",
"KZT": "Kazakhstani Tenge",
"LAK": "Lao Kip",
"LBP": "Lebanese Pound",
"LKR": "Sri Lankan Rupee",
"LRD": "Liberian Dollar",
"LSL": "Lesotho Loti",
"LYD": "Libyan Dinar",
"MAD": "Moroccan Dirham",
"MDL": "Moldovan Leu",
"MGA": "Malagasy Ariary",
"MKD": "Macedonian Denar",
"MMK": "Myanmar Kyat",
"MNT": "Mongolian Tugrik",
"MOP": "Macanese Pataca",
"MRU": "Mauritanian Ouguiya",
"MUR": "Mauritian Rupee",
"MVR": "Maldivian Rufiyaa",
"MWK": "Malawian Kwacha",
"MXN": "Mexican Peso",
"MYR": "Malaysian Ringgit",
"MZN": "Mozambican Metical",
"NAD": "Namibian Dollar",
"NGN": "Nigerian Naira",
"NIO": "Nicaraguan Cordoba",
"NOK": "Norwegian Krone",
"NPR": "Nepalese Rupee",
"NZD": "New Zealand Dollar",
"OMR": "Omani Rial",
"PAB": "Panamanian Balboa",
"PEN": "Peruvian Sol",
"PGK": "Papua New Guinean Kina",
"PHP": "Philippine Peso",
"PKR": "Pakistani Rupee",
"PLN": "Polish Zloty",
"PYG": "Paraguayan Guarani",
"QAR": "Qatari Riyal",
"RON": "Romanian Leu",
"RSD": "Serbian Dinar",
"RUB": "Russian Ruble",
"RWF": "Rwandan Franc",
"SAR": "Saudi Riyal",
"SBD": "Solomon Islands Dollar",
"SCR": "Seychelles Rupee",
"SDG": "Sudanese Pound",
"SEK": "Swedish Krona",
"SGD": "Singapore Dollar",
"SHP": "Saint Helena Pound",
"SLE": "Sierra Leonean Leone",
"SOS": "Somali Shilling",
"SRD": "Surinamese Dollar",
"SSP": "South Sudanese Pound",
"STN": "Sao Tome Principe Dobra",
"SVC": "Salvadoran Colon",
"SYP": "Syrian Pound",
"SZL": "Swazi Lilangeni",
"THB": "Thai Baht",
"TJS": "Tajikistani Somoni",
"TMT": "Turkmenistani Manat",
"TND": "Tunisian Dinar",
"TOP": "Tongan Pa'anga",
"TRY": "Turkish Lira",
"TTD": "Trinidad and Tobago Dollar",
"TWD": "New Taiwan Dollar",
"TZS": "Tanzanian Shilling",
"UAH": "Ukrainian Hryvnia",
"UGX": "Ugandan Shilling",
"USD": "United States Dollar",
"UYU": "Uruguayan Peso",
"UZS": "Uzbekistani Sum",
"VED": "Venezuelan Bolívar Digital",
"VES": "Venezuelan Bolívar Soberano",
"VND": "Việt Nam Đồng",
"VUV": "Vanuatu Vatu",
"WST": "Samoan Tala",
"XAF": "Central African CFA Franc",
"XCD": "East Caribbean Dollar",
"XOF": "West African CFA Franc",
"XPF": "CFP Franc",
"XSU": "Ecuadorian Sucre",
"YER": "Yemeni Rial",
"ZAR": "South African Rand",
"ZMW": "Zambian Kwacha",
"ZWG": "Zimbabwe Gold",
"ZWL": "Zimbabwean Dollar"
},
"unit": {
"Afghani": {
"normal": "Afghani",
"plural": "Afghanis"
},
"Ariary": {
"normal": "Ariary",
"plural": "Ariary"
},
"Baht": {
"normal": "Baht",
"plural": "Baht"
},
"Balboa": {
"normal": "Balboa",
"plural": "Balboas"
},
"Birr": {
"normal": "Birr",
"plural": "Birrs"
},
"Bolivar": {
"normal": "Bolívar",
"plural": "Bolívares"
},
"Boliviano": {
"normal": "Boliviano",
"plural": "Bolivianos"
},
"Cedi": {
"normal": "Cedi",
"plural": "Cedis"
},
"Colon": {
"normal": "Colon",
"plural": "Colones"
},
"Cordoba": {
"normal": "Córdoba",
"plural": "Córdobas"
},
"Dalasi": {
"normal": "Dalasi",
"plural": "Dalasis"
},
"Denar": {
"normal": "Denar",
"plural": "Denari"
},
"Dinar": {
"normal": "Dinar",
"plural": "Dinars"
},
"Dirham": {
"normal": "Dirham",
"plural": "Dirhams"
},
"Dobra": {
"normal": "Dobra",
"plural": "Dobras"
},
"Dollar": {
"normal": "Dollar",
"plural": "Dollars"
},
"Dong": {
"normal": "Dong",
"plural": "Dong"
},
"Dram": {
"normal": "Dram",
"plural": "Drams"
},
"Escudo": {
"normal": "Escudo",
"plural": "Escudos"
},
"Euro": {
"normal": "Euro",
"plural": "Euros"
},
"Florin": {
"normal": "Florin",
"plural": "Florin"
},
"Forint": {
"normal": "Forint",
"plural": "Forint"
},
"Franc": {
"normal": "Franc",
"plural": "Francs"
},
"Gourde": {
"normal": "Gourde",
"plural": "Gourdes"
},
"Guarani": {
"normal": "Guaraní",
"plural": "Guaraníes"
},
"Guilder": {
"normal": "Guilder",
"plural": "Guilders"
},
"Hryvnia": {
"normal": "Hryvnia",
"plural": "Hryvni"
},
"Kina": {
"normal": "Kina",
"plural": "Kina"
},
"Kip": {
"normal": "Kip",
"plural": "Kip"
},
"Koruna": {
"normal": "Koruna",
"plural": "Korunas"
},
"Krona": {
"normal": "Krona",
"plural": "Kronor"
},
"Krone": {
"normal": "Krone",
"plural": "Kroner"
},
"Kwacha": {
"normal": "Kwacha",
"plural": "Kwachas"
},
"Kwanza": {
"normal": "Kwanza",
"plural": "Kwanzas"
},
"Kyat": {
"normal": "Kyat",
"plural": "Kyats"
},
"Lari": {
"normal": "Lari",
"plural": "Lari"
},
"Lek": {
"normal": "Lek",
"plural": "Lekë"
},
"Lempira": {
"normal": "Lempira",
"plural": "Lempiras"
},
"Leone": {
"normal": "Leone",
"plural": "Leones"
},
"Leu": {
"normal": "Leu",
"plural": "Lei"
},
"Lev": {
"normal": "Lev",
"plural": "Leva"
},
"Lilangeni": {
"normal": "Lilangeni",
"plural": "Emalangeni"
},
"Lira": {
"normal": "Lira",
"plural": "Liralar"
},
"Loti": {
"normal": "Loti",
"plural": "Maloti"
},
"Manat": {
"normal": "Manat",
"plural": "Manats"
},
"Mark": {
"normal": "Mark",
"plural": "Marks"
},
"Metical": {
"normal": "Metical",
"plural": "Meticais"
},
"Naira": {
"normal": "Naira",
"plural": "Naira"
},
"Nakfa": {
"normal": "Nakfa",
"plural": "Nakfas"
},
"Ngultrum": {
"normal": "Ngultrum",
"plural": "Ngultrums"
},
"Ouguiya": {
"normal": "Ouguiya",
"plural": "Ouguiya"
},
"Paanga": {
"normal": "Paʻanga",
"plural": "Paʻanga"
},
"Pataca": {
"normal": "Pataca",
"plural": "Patacas"
},
"Peso": {
"normal": "Peso",
"plural": "Pesos"
},
"Pound": {
"normal": "Pound",
"plural": "Pounds"
},
"Pula": {
"normal": "Pula",
"plural": "Pula"
},
"Quetzal": {
"normal": "Quetzal",
"plural": "Quetzales"
},
"Rand": {
"normal": "Rand",
"plural": "Rand"
},
"Real": {
"normal": "Real",
"plural": "Reais"
},
"Rial": {
"normal": "Rial",
"plural": "Rials"
},
"Riel": {
"normal": "Riel",
"plural": "Riels"
},
"Ringgit": {
"normal": "Ringgit",
"plural": "Ringgit"
},
"Riyal": {
"normal": "Riyal",
"plural": "Riyals"
},
"Ruble": {
"normal": "Ruble",
"plural": "Rubles"
},
"Rufiyaa": {
"normal": "Rufiyaa",
"plural": "Rufiyaa"
},
"Rupee": {
"normal": "Rupee",
"plural": "Rupees"
},
"Rupiah": {
"normal": "Rupiah",
"plural": "Rupiah"
},
"Shekel": {
"normal": "Shekel",
"plural": "Shekels"
},
"Shilling": {
"normal": "Shilling",
"plural": "Shillings"
},
"Sol": {
"normal": "Sol",
"plural": "Soles"
},
"Som": {
"normal": "Som",
"plural": "Som"
},
"Somoni": {
"normal": "Somoni",
"plural": "Somoni"
},
"Sucre": {
"normal": "Sucre",
"plural": "Sucre"
},
"Sum": {
"normal": "Sum",
"plural": "Sum"
},
"Taka": {
"normal": "Taka",
"plural": "Takas"
},
"Tala": {
"normal": "Tālā",
"plural": "Tālā"
},
"Tenge": {
"normal": "Tenge",
"plural": "Tenge"
},
"Tugrik": {
"normal": "Tögrög",
"plural": "Tögrög"
},
"Vatu": {
"normal": "Vatu",
"plural": "Vatu"
},
"Won": {
"normal": "Won",
"plural": "Won"
},
"Yen": {
"normal": "Yen",
"plural": "Yen"
},
"Yuan": {
"normal": "Yuan",
"plural": "Yuan"
},
"ZiG": {
"normal": "ZiG",
"plural": "ZiG"
},
"Zloty": {
"normal": "Złoty",
"plural": "Złoty"
}
}
},
"category": {
"Food & Drink": "Ăn Uống",
"Food": "Đồ Ăn",
"Drink": "Đồ Uống",
"Fruit & Snack": "Trái Cây & Đồ Ăn Vặt",
"Clothing & Appearance": "Trang Phục & Ngoại Hình",
"Clothing": "Quần Áo",
"Jewelry": "Trang Sức",
"Cosmetic": "Mỹ Phẩm",
"Hair Cuts & Salon": "Cắt Tóc & Salon",
"Housing & Houseware": "Nhà Ở & Đồ Gia Dụng",
"Houseware": "Đồ Gia Dụng",
"Electronics": "Điện Tử",
"Repairs & Maintenance": "Sửa Chữa & Bảo Dưỡng",
"Housekeeping Services": "Dịch Vụ Dọn Dẹp",
"Utilities Expense": "Chi Phí Tiện Ích",
"Rent & Mortgage": "Thuê Nhà & Thế Chấp",
"Transportation": "Di Chuyển",
"Public Transit": "Phương Tiện Công Cộng",
"Taxi & Car Rental": "Taxi & Thuê Xe",
"Personal Car Expense": "Chi Phí Xe Cá Nhân",
"Train Tickets": "Vé Tàu",
"Airline Tickets": "Vé Máy Bay",
"Communication": "Liên Lạc",
"Telephone Bill": "Hóa Đơn Điện Thoại",
"Internet Bill": "Hóa Đơn Internet",
"Express Fee": "Phí Chuyển Phát Nhanh",
"Entertainment": "Giải Trí",
"Sports & Fitness": "Thể Thao & Sức Khỏe",
"Party Expense": "Chi Phí Tiệc Tùng",
"Movies & Shows": "Phim & Chương Trình",
"Toys & Games": "Đồ Chơi & Trò Chơi",
"Subscriptions": "Đăng Ký Dịch Vụ",
"Pet Expense": "Chi Phí Thú Cưng",
"Travelling": "Du Lịch",
"Education & Studying": "Giáo Dục & Học Tập",
"Books & Newspaper & Magazines": "Sách, Báo & Tạp Chí",
"Training Courses": "Khóa Học",
"Certification & Examination": "Chứng Chỉ & Thi Cử",
"Gifts & Donations": "Quà Tặng & Quyên Góp",
"Gifts": "Quà Tặng",
"Donations": "Quyên Góp",
"Medical & Healthcare": "Y Tế & Chăm Sóc Sức Khỏe",
"Diagnosis & Treatment": "Chẩn Đoán & Điều Trị",
"Medications": "Thuốc Men",
"Medical Devices": "Thiết Bị Y Tế",
"Finance & Insurance": "Tài Chính & Bảo Hiểm",
"Tax Expense": "Chi Phí Thuế",
"Service Charge": "Phí Dịch Vụ",
"Insurance Expense": "Chi Phí Bảo Hiểm",
"Interest Expense": "Chi Phí Lãi Suất",
"Compensation & Fine": "Bồi Thường & Tiền Phạt",
"Miscellaneous": "Khác",
"Other Expense": "Chi Phí Khác",
"Occupational Earnings": "Thu Nhập Nghề Nghiệp",
"Salary Income": "Lương",
"Bonus Income": "Tiền Thưởng",
"Overtime Pay": "Tiền Tăng Ca",
"Side Job Income": "Thu Nhập Làm Thêm",
"Finance & Investment": "Tài Chính & Đầu Tư",
"Investment Income": "Thu Nhập Đầu Tư",
"Rental Income": "Thu Nhập Cho Thuê",
"Interest Income": "Thu Nhập Lãi Suất",
"Gift & Lucky Money": "Quà Tặng & Tiền May Mắn",
"Winnings Income": "Thu Nhập Từ Trúng Thưởng",
"Windfall": "Khoản Thu Bất Ngờ",
"Other Income": "Thu Nhập Khác",
"Transfer Category": "Chuyển Tiền",
"General Transfer": "Chuyển Khoản Chung",
"Bank Transfer": "Chuyển Khoản Ngân Hàng",
"Credit Card Repayment": "Thanh Toán Thẻ Tín Dụng",
"Deposits & Withdrawals": "Gửi Tiền & Rút Tiền",
"Loan & Debt": "Vay & Nợ",
"Borrowing Money": "Vay Tiền",
"Lending Money": "Cho Vay Tiền",
"Repayment": "Hoàn Trả",
"Debt Collection": "Thu Nợ",
"Out-of-Pocket Expense": "Chi Phí Cá Nhân",
"Reimbursement": "Hoàn Tiền",
"Other Transfer": "Chuyển Tiền Khác"
},
"mapprovider": {
"openstreetmap": "OpenStreetMap",
"openstreetmap-humanitarian": "Humanitarian OpenStreetMap Team",
"opentopomap": "OpenTopoMap",
"opnvkarte": "MeMoMaps",
"cyclosm": "CyclOSM",
"cartodb": "CARTO",
"tomtom": "TomTom",
"tianditu": "TianDiTu",
"googlemap": "Google Map",
"baidumap": "Baidu Map",
"amap": "Amap",
"custom": "User Custom"
},
"error": {
"system error": "Lỗi hệ thống",
"api not found": "Không thể yêu cầu api",
"not implemented": "Chưa được thực hiện",
"system is busy": "Hệ thống đang bận",
"not supported": "Không được hỗ trợ",
"image type not supported": "Loại ảnh không được hỗ trợ",
"database operation failed": "Thao tác cơ sở dữ liệu thất bại",
"SMTP server is not enabled": "Máy chủ SMTP chưa được bật",
"incomplete or incorrect submission": "Gửi không đầy đủ hoặc không chính xác",
"operation failed": "Thao tác thất bại",
"nothing will be updated": "Không có gì được cập nhật",
"failed to request third party api": "Không thể yêu cầu api của bên thứ ba",
"client timezone offset is invalid": "Độ lệch múi giờ của máy khách không hợp lệ",
"user id is invalid": "ID người dùng không hợp lệ",
"username is empty": "Tên người dùng trống",
"email is empty": "Email trống",
"nickname is empty": "Biệt danh trống",
"password is empty": "Mật khẩu trống",
"user default currency is empty": "Tiền tệ mặc định của người dùng trống",
"user default currency is invalid": "Tiền tệ mặc định của người dùng không hợp lệ",
"user default account is invalid": "Tài khoản mặc định của người dùng không hợp lệ",
"user not found": "Không tìm thấy người dùng",
"password is wrong": "Sai mật khẩu",
"username already exists": "Tên người dùng đã tồn tại",
"email already exists": "Email đã tồn tại",
"user registration not allowed": "Không cho phép đăng ký người dùng",
"login name is invalid": "Tên đăng nhập không hợp lệ",
"login name or password is invalid": "Tên đăng nhập hoặc mật khẩu không hợp lệ",
"login name or password is wrong": "Tên đăng nhập hoặc mật khẩu sai",
"user is disabled": "Người dùng bị vô hiệu hóa",
"email is invalid": "Email không hợp lệ",
"email is empty or invalid": "Email trống hoặc không hợp lệ",
"new password equals old password": "Mật khẩu mới giống mật khẩu cũ",
"email is not verified": "Email chưa được xác minh",
"email is verified": "Email đã được xác minh",
"email validation not allowed": "Không cho phép xác thực email",
"decimal separator and digit grouping symbol cannot be equal": "Dấu phân cách thập phân và ký hiệu nhóm chữ số không thể giống nhau",
"user default account is hidden": "Không thể đặt tài khoản ẩn làm tài khoản mặc định",
"no user avatar": "Không có tệp avatar người dùng",
"user avatar is empty": "Tệp avatar người dùng trống",
"user avatar not exists": "Avatar người dùng không tồn tại",
"user avatar not set": "Avatar người dùng chưa được đặt",
"user avatar file extension invalid": "Đuôi tệp avatar người dùng không hợp lệ",
"exceed the maximum size of user avatar file": "Avatar người dùng đã tải lên vượt quá kích thước tệp tối đa cho phép",
"not permitted to perform this action": "Bạn không được phép thực hiện hành động này",
"unauthorized access": "Truy cập trái phép",
"current token is invalid": "Mã thông báo hiện tại không hợp lệ",
"current token is expired": "Mã thông báo hiện tại đã hết hạn",
"current token type is invalid": "Loại mã thông báo hiện tại không hợp lệ",
"current token requires two-factor authorization": "Mã thông báo hiện tại yêu cầu xác thực hai yếu tố",
"current token does not require two-factor authorization": "Mã thông báo hiện tại không yêu cầu xác thực hai yếu tố",
"token is invalid": "Mã thông báo không hợp lệ",
"token id is invalid": "ID mã thông báo không hợp lệ",
"user token id is invalid": "ID mã thông báo người dùng không hợp lệ",
"token is not found": "Không tìm thấy mã thông báo",
"token is expired": "Mã thông báo đã hết hạn",
"token is empty": "Mã thông báo trống",
"email verify token is invalid or expired": "Mã thông báo xác minh email không hợp lệ hoặc đã hết hạn",
"password reset token is invalid or expired": "Mã thông báo đặt lại mật khẩu không hợp lệ hoặc đã hết hạn",
"passcode is invalid": "Mã số không hợp lệ",
"two-factor backup code is invalid": "Mã sao lưu hai yếu tố không hợp lệ",
"two-factor is not enabled": "Xác thực hai yếu tố chưa được bật",
"two-factor has already been enabled": "Xác thực hai yếu tố đã được bật",
"two-factor backup code does not exist": "Mã sao lưu hai yếu tố không tồn tại",
"account id is invalid": "ID tài khoản không hợp lệ",
"account not found": "Không tìm thấy tài khoản",
"account type is invalid": "Loại tài khoản không hợp lệ",
"account currency is invalid": "Tiền tệ tài khoản không hợp lệ",
"account must have at least one sub-account": "Tài khoản phải có ít nhất một tài khoản phụ",
"account cannot have sub-accounts": "Tài khoản không thể có tài khoản phụ",
"parent account cannot set currency": "Tài khoản cha không thể đặt tiền tệ",
"parent account cannot set balance": "Tài khoản cha không thể đặt số dư",
"sub-account category not equals to parent": "Danh mục tài khoản phụ không bằng tài khoản cha",
"sub-account type invalid": "Loại tài khoản phụ không hợp lệ",
"source account not found": "Không tìm thấy tài khoản nguồn",
"destination account not found": "Không tìm thấy tài khoản đích",
"account is in use and cannot be deleted": "Tài khoản đang được sử dụng và không thể xóa",
"account category is invalid": "Danh mục tài khoản không hợp lệ",
"account balance time is not set": "Thời gian số dư tài khoản chưa được đặt",
"cannot set statement date for non credit card account": "Cannot set statement date for non credit card account",
"cannot set statement date for sub account": "Cannot set statement date for sub-account",
"sub-account not found": "Sub-account is not found",
"sub-account is in use and cannot be deleted": "Sub-account is in use and it cannot be deleted",
"not supported to modify account currency": "Not supported to modify account currency",
"not supported to modify account balance": "Not supported to modify account balance",
"not supported to modify account balance time": "Not supported to modify account balance time",
"transaction id is invalid": "ID giao dịch không hợp lệ",
"transaction not found": "Không tìm thấy giao dịch",
"transaction type is invalid": "Loại giao dịch không hợp lệ",
"transaction source and destination account id cannot be equal": "ID tài khoản nguồn và ID tài khoản đích không thể giống nhau",
"transaction source and destination amount not equal": "Số tiền nguồn và số tiền đích không bằng nhau",
"transaction destination account cannot be set": "Không thể đặt tài khoản đích",
"transaction destination amount cannot be set": "Không thể đặt số tiền đích",
"too much transaction in one second": "Có quá nhiều giao dịch trong một giây, vui lòng chọn thời gian khác",
"balance modification transaction cannot set category": "Bạn không thể đặt danh mục cho giao dịch sửa đổi số dư",
"balance modification transaction cannot change account id": "Bạn không thể thay đổi ID tài khoản cho giao dịch sửa đổi số dư",
"balance modification transaction cannot add when other transaction exists": "Bạn không thể thêm giao dịch sửa đổi số dư khi đã có giao dịch khác trong tài khoản này",
"cannot add transaction to hidden account": "Bạn không thể thêm giao dịch vào tài khoản ẩn",
"cannot modify transaction of hidden account": "Bạn không thể sửa đổi giao dịch của tài khoản ẩn",
"cannot delete transaction in hidden account": "Bạn không thể xóa giao dịch trong tài khoản ẩn",
"cannot add transaction to parent account": "Bạn không thể thêm giao dịch vào tài khoản cha",
"cannot modify transaction of parent account": "Bạn không thể sửa đổi giao dịch của tài khoản cha",
"cannot delete transaction in parent account": "Bạn không thể xóa giao dịch trong tài khoản cha",
"cannot add transaction with this transaction time": "Bạn không thể thêm giao dịch với thời gian giao dịch này",
"cannot modify transaction with this transaction time": "Bạn không thể sửa đổi giao dịch này với thời gian giao dịch này",
"cannot delete transaction with this transaction time": "Bạn không thể xóa giao dịch này với thời gian giao dịch này",
"cannot use hidden account": "Bạn không thể sử dụng tài khoản ẩn",
"cannot use hidden transaction category": "Bạn không thể sử dụng danh mục giao dịch ẩn",
"cannot use hidden transaction tag": "Bạn không thể sử dụng thẻ giao dịch ẩn",
"transaction has too many tags": "Có quá nhiều thẻ trong giao dịch này",
"transaction has too many pictures": "Có quá nhiều ảnh trong giao dịch này",
"import file type is empty": "Loại tệp nhập trống",
"import file type not supported": "Loại tệp nhập không được hỗ trợ",
"no data to import": "Không có dữ liệu để nhập",
"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ệ",
"parent transaction category not found": "Không tìm thấy danh mục giao dịch cha",
"cannot add to secondary transaction category": "Không thể thêm danh mục giao dịch vào danh mục giao dịch phụ",
"cannot use primary category for transaction category": "Không thể sử dụng danh mục chính cho danh mục giao dịch",
"transaction category is in use and cannot be deleted": "Danh mục giao dịch đang được sử dụng và không thể xóa",
"not allow to change primary category to secondary category": "Không cho phép thay đổi danh mục chính thành danh mục phụ",
"not allow to change secondary category to primary category": "Không cho phép thay đổi danh mục phụ thành danh mục chính",
"not allow to change primary category with different type": "Không cho phép thay đổi danh mục chính với loại khác",
"not allow to use secondary category as primary category": "Không cho phép sử dụng danh mục phụ làm danh mục chính",
"transaction tag id is invalid": "ID thẻ giao dịch không hợp lệ",
"transaction tag not found": "Không tìm thấy thẻ giao dịch",
"transaction tag name is empty": "Tiêu đề thẻ giao dịch trống",
"transaction tag name already exists": "Tiêu đề thẻ giao dịch đã tồn tại",
"transaction tag is in use and cannot be deleted": "Thẻ giao dịch đang được sử dụng và không thể xóa",
"transaction tag index not found": "Không tìm thấy chỉ mục thẻ giao dịch",
"data export not allowed": "Không cho phép xuất dữ liệu người dùng",
"data import not allowed": "Không cho phép nhập dữ liệu người dùng",
"import too many transactions": "Có quá nhiều giao dịch để nhập",
"transaction template id is invalid": "ID mẫu giao dịch không hợp lệ",
"transaction template not found": "Không tìm thấy mẫu giao dịch",
"transaction template type is invalid": "Loại mẫu giao dịch không hợp lệ",
"scheduled transaction is not enabled": "Giao dịch theo lịch trình chưa được bật",
"scheduled transaction frequency is invalid": "Tần suất giao dịch theo lịch trình không hợp lệ",
"transaction template has too many tags": "Có quá nhiều thẻ trong mẫu giao dịch này",
"scheduled transaction start date is later than end time": "Scheduled transaction start date is later than end time",
"transaction picture id is invalid": "ID ảnh giao dịch không hợp lệ",
"transaction picture not found": "Không tìm thấy ảnh giao dịch",
"no transaction picture": "Không có tệp ảnh giao dịch",
"transaction picture is empty": "Tệp ảnh giao dịch trống",
"transaction picture not exists": "Ảnh giao dịch không tồn tại",
"transaction picture file extension invalid": "Đuôi tệp ảnh giao dịch không hợp lệ",
"exceed the maximum size of transaction picture file": "Ảnh giao dịch đã tải lên vượt quá kích thước tệp tối đa cho phép",
"not found transaction data": "Không tìm thấy dữ liệu giao dịch trong tệp",
"missing required field in header row": "Thiếu trường bắt buộc trong hàng tiêu đề",
"fewer fields in data row than in header row": "Có ít trường hơn trong hàng dữ liệu so với hàng tiêu đề",
"transaction time is invalid": "Thời gian giao dịch không hợp lệ",
"transaction time zone is invalid": "Múi giờ giao dịch không hợp lệ",
"transaction amount is invalid": "Số tiền giao dịch không hợp lệ",
"geographic location is invalid": "Vị trí địa lý không hợp lệ",
"fields in multiple table headers are different": "Các trường trong nhiều tiêu đề bảng khác nhau",
"invalid file header": "Tiêu đề tệp không hợp lệ",
"invalid csv file": "Tệp CSV không hợp lệ",
"related id cannot be blank": "ID liên quan không được để trống",
"found some transactions without related records": "Có một số giao dịch không có bản ghi liên quan",
"invalid qif file": "Tệp QIF không hợp lệ",
"missing transaction time field": "Thiếu trường thời gian giao dịch",
"invalid gnucash file": "Tệp GnuCash không hợp lệ",
"missing account data": "Thiếu dữ liệu tài khoản",
"not supported to import split transaction": "Không hỗ trợ nhập giao dịch chia nhỏ",
"there are not supported transaction type": "Có loại giao dịch không được hỗ trợ trong tệp nhập",
"invalid iif file": "Tệp IIF không hợp lệ",
"invalid ofx file": "Tệp OFX không hợp lệ",
"invalid sgml file": "Tệp SGML không hợp lệ",
"invalid beancount file": "Invalid Beancount file",
"not support include directive for beancount file": "Not support \"include\" directive for Beancount file",
"invalid amount expression": "Amount expression is invalid",
"invalid xml file": "Invalid XML file",
"invalid mt940 file": "Invalid MT940 file",
"user custom exchange rate data not found": "User custom exchange rate data is not found",
"cannot update exchange rate data for base currency": "Cannot update exchange rate data for base currency",
"cannot delete exchange rate data for base currency": "Cannot delete exchange rate data for base currency",
"mcp server is not enabled": "MCP Server is not enabled",
"query items cannot be blank": "Không có mục truy vấn",
"query items too much": "Có quá nhiều mục truy vấn",
"query items have invalid item": "Có mục không hợp lệ trong các mục truy vấn",
"parameter invalid": "Tham số không hợp lệ",
"format invalid": "Định dạng không hợp lệ",
"number invalid": "Số không hợp lệ",
"no files uploaded": "Không có tệp nào được tải lên",
"uploaded file is empty": "Tệp đã tải lên trống",
"uploaded file size exceeds the maximum allowed size": "Kích thước tệp đã tải lên vượt quá kích thước tối đa cho phép",
"failure count exceeded maximum limit": "Failure count exceeded maximum limit, please try again after some time",
"repeated request": "Repeated Request",
"ip address is forbidden to access this resource": "IP address is forbidden to access this resource"
},
"parameter": {
"id": "ID",
"username": "Tên người dùng",
"password": "Mật khẩu",
"passcode": "Mã số",
"email": "Email",
"nickname": "Biệt danh",
"oldPassword": "Mật khẩu hiện tại",
"defaultCurrency": "Tiền tệ mặc định",
"firstDayOfWeek": "Ngày đầu tiên của tuần",
"fiscalYearStart": "Fiscal Year Start Date",
"transactionEditScope": "Phạm vi giao dịch có thể chỉnh sửa",
"name": "Tên",
"category": "Danh mục",
"type": "Loại",
"color": "Màu sắc",
"currency": "Tiền tệ",
"creditCardStatementDate": "Credit Card Statement Date",
"parentId": "ID nút cha",
"categoryId": "ID danh mục",
"time": "Thời gian",
"balanceTime": "Thời gian số dư",
"startTime": "Thời gian bắt đầu",
"endTime": "Thời gian kết thúc",
"tagFilterType": "Tag Filter Type",
"amountFilter": "Bộ lọc số tiền",
"sourceAccountId": "ID tài khoản nguồn",
"destinationAccountId": "ID tài khoản đích",
"sourceAmount": "Số tiền nguồn",
"destinationAmount": "Số tiền đích",
"maxTime": "Thời gian muộn nhất",
"year": "Năm",
"month": "Tháng",
"page": "Chỉ số trang",
"count": "Số lượng",
"templateType": "Loại mẫu",
"comment": "Mô tả"
},
"parameterizedError": {
"parameter invalid": "{parameter} không hợp lệ",
"parameter required": "{parameter} là bắt buộc",
"parameter too large": "{parameter} phải nhiều nhất là {number}",
"parameter too long": "{parameter} phải nhiều nhất là {length} ký tự",
"parameter too small": "{parameter} phải ít nhất là {number}",
"parameter too short": "{parameter} phải ít nhất là {length} ký tự",
"parameter length not equal": "{parameter} phải là {length} ký tự",
"parameter cannot be blank": "{parameter} không được để trống",
"parameter invalid username format": "{parameter} có định dạng không hợp lệ",
"parameter invalid email format": "{parameter} có định dạng không hợp lệ",
"parameter invalid currency": "{parameter} có định dạng không hợp lệ",
"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": "Chinese (Simplified, GB18030)",
"gbk": "Chinese (Simplified, GBK)",
"big5": "Chinese (Traditional, 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": {
"export-transactions": "export-transactions",
"how-to-import-delimiter-separated-values-dsv-file-or-data": "how-to-import-delimiter-separated-values-dsv-file-or-data",
"how-to-get-gnucash-xml-database-file": "how-to-get-gnucash-xml-database-file",
"how-to-get-firefly-iii-data-export-file": "how-to-get-firefly-iii-data-export-file"
}
}
},
"OK": "OK",
"Cancel": "Hủy",
"Operation": "Thao tác",
"Open": "Open",
"Close": "Đóng",
"Submit": "Gửi",
"Add": "Thêm",
"Import": "Nhập",
"Export": "Export",
"Apply": "Áp dụng",
"Save": "Lưu",
"Save Changes": "Lưu thay đổi",
"Reset": "Đặt lại",
"Update": "Cập nhật",
"Refresh": "Làm mới",
"Clear": "Xóa",
"Generate": "Generate",
"None": "Không có",
"Unspecified": "Không xác định",
"Not set": "Not set",
"No limit": "No limit",
"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",
"Continue": "Tiếp tục",
"Previous": "Trước",
"Next": "Tiếp theo",
"Status": "Trạng thái",
"Enable": "Bật",
"Enabled": "Đã bật",
"Disable": "Tắt",
"Disabled": "Đã tắt",
"Configuration": "Configuration",
"Token": "Token",
"Copy": "Sao chép",
"Visible": "Hiển thị",
"Show": "Hiển thị",
"Hide": "Ẩn",
"Version": "Phiên bản",
"Edit": "Sửa",
"View": "View",
"Remove": "Xóa",
"Delete": "Xóa",
"Duplicate": "Nhân đôi",
"Sort": "Sắp xếp",
"Date": "Ngày",
"Time": "Thời gian",
"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ả",
"Partial": "Partial",
"Today": "Hôm nay",
"Yesterday": "Hôm qua",
"Recent 7 days": "7 ngày gần đây",
"Recent 30 days": "30 ngày gần đây",
"This week": "Tuần này",
"Last week": "Tuần trước",
"This month": "Tháng này",
"Last month": "Tháng trước",
"This year": "Năm nay",
"Last year": "Năm ngoái",
"This fiscal year": "This fiscal year",
"Last fiscal year": "Last fiscal year",
"Recent 12 months": "12 tháng gần đây",
"Recent 24 months": "24 tháng gần đây",
"Recent 36 months": "36 tháng gần đây",
"Recent 2 years": "2 năm gần đây",
"Recent 3 years": "3 năm gần đây",
"Recent 5 years": "5 năm gần đây",
"Previous Billing Cycle": "Previous Billing Cycle",
"Current Billing Cycle": "Current Billing Cycle",
"Custom Date": "Ngày tùy chỉnh",
"Start Date": "Start Date",
"End Date": "End Date",
"Start Time": "Thời gian bắt đầu",
"End Time": "Thời gian kết thúc",
"Select Date": "Chọn ngày",
"Select Time": "Chọn thời gian",
"Now": "Bây giờ",
"Weekly": "Hàng tuần",
"Monthly": "Hàng tháng",
"Custom": "Tùy chỉnh",
"Greater than": "Lớn hơn",
"Less than": "Nhỏ hơn",
"Equal to": "Bằng",
"Not equal to": "Không bằng",
"Between": "Giữa",
"Not between": "Không giữa",
"Pie Chart": "Biểu đồ tròn",
"Bar Chart": "Biểu đồ cột",
"Area Chart": "Biểu đồ diện tích",
"Column Chart": "Biểu đồ cột",
"Sort by": "Sắp xếp theo",
"Map": "Bản đồ",
"Provider": "Nhà cung cấp",
"User": "Người dùng",
"Application": "Ứng dụng",
"Danger Zone": "Khu vực nguy hiểm",
"Details": "Chi tiết",
"Accounts": "Tài khoản",
"Statistics": "Thống kê",
"Settings": "Cài đặt",
"Application Settings": "Cài đặt ứng dụng",
"Transaction Data": "Dữ liệu giao dịch",
"Basis Data": "Dữ liệu cơ sở",
"Select All": "Chọn tất cả",
"Select None": "Bỏ chọn tất cả",
"Invert Selection": "Đảo ngược lựa chọn",
"Select All in This Page": "Chọn tất cả trong trang này",
"Select None in This Page": "Bỏ chọn tất cả trong trang này",
"Invert Selection in This Page": "Đảo ngược lựa chọn trong trang này",
"Select All Valid Items": "Chọn tất cả các mục hợp lệ",
"Select All Invalid Items": "Chọn tất cả các mục không hợp lệ",
"Back": "Quay lại",
"Load More": "Tải thêm",
"Export Results": "Export Results",
"No data": "Không có dữ liệu",
"Data copied": "Data copied",
"Table": "Table",
"Raw Data": "Raw Data",
"Zoom in": "Phóng to",
"Zoom out": "Thu nhỏ",
"Drag to Reorder": "Kéo để sắp xếp lại",
"Save Display Order": "Lưu thứ tự hiển thị",
"Change Language": "Thay đổi ngôn ngữ",
"Date is too early": "Ngày quá sớm",
"Welcome to ezBookkeeping": "Chào mừng đến với ezBookkeeping",
"Please log in with your ezBookkeeping account": "Vui lòng đăng nhập bằng tài khoản ezBookkeeping của bạn",
"Unlock Application": "Mở khóa ứng dụng",
"Please enter your PIN code or use WebAuthn to unlock application": "Vui lòng nhập mã PIN hoặc sử dụng WebAuthn để mở khóa ứng dụng",
"Please enter your PIN code to unlock application": "Vui lòng nhập mã PIN để mở khóa ứng dụng",
"Can't Unlock?": "Không thể mở khóa?",
"Re-login": "Đăng nhập lại",
"Username": "Tên người dùng",
"Your username": "Tên người dùng của bạn",
"Your username or email": "Tên người dùng hoặc email của bạn",
"Password": "Mật khẩu",
"Your password": "Mật khẩu của bạn",
"Your password, at least 6 characters": "Mật khẩu của bạn, ít nhất 6 ký tự",
"Confirm Password": "Xác nhận mật khẩu",
"Re-enter the password": "Nhập lại mật khẩu",
"E-mail": "Email",
"Your email address": "Địa chỉ email của bạn",
"Nickname": "Biệt danh",
"Your nickname": "Biệt danh của bạn",
"Default Currency": "Tiền tệ mặc định",
"Default Account": "Tài khoản mặc định",
"First Day of Week": "Ngày đầu tiên của tuần",
"Fiscal Year Start Date": "Fiscal Year Start Date",
"Long Date Format": "Định dạng ngày dài",
"Short Date Format": "Định dạng ngày ngắn",
"Long Time Format": "Định dạng thời gian dài",
"Short Time Format": "Định dạng thời gian ngắn",
"Fiscal Year Format": "Fiscal Year Format",
"Decimal Separator": "Dấu phân cách thập phân",
"Digit Grouping Symbol": "Ký hiệu nhóm chữ số",
"Digit Grouping": "Nhóm chữ số",
"Editable Transaction Range": "Phạm vi giao dịch có thể chỉnh sửa",
"Today or later": "Hôm nay trở đi",
"Recent 24 hours or later": "24 giờ gần đây trở đi",
"This week or later": "Tuần này trở đi",
"This month or later": "Tháng này trở đi",
"This year or later": "Năm nay trở đi",
"Log In": "Đăng nhập",
"Click here to log in": "Nhấp vào đây để đăng nhập",
"Back to login page": "Quay lại trang đăng nhập",
"Back to home page": "Quay lại trang chủ",
"Don't have an account?": "Bạn chưa có tài khoản?",
"Forget Password?": "Quên mật khẩu?",
"Create an account": "Tạo tài khoản",
"Username cannot be blank": "Tên người dùng không được để trống",
"Password cannot be blank": "Mật khẩu không được để trống",
"Current password cannot be blank": "Mật khẩu hiện tại không được để trống",
"New password cannot be blank": "Mật khẩu mới không được để trống",
"Password confirmation cannot be blank": "Xác nhận mật khẩu không được để trống",
"Password and password confirmation do not match": "Mật khẩu và xác nhận mật khẩu không khớp",
"Email address cannot be blank": "Địa chỉ email không được để trống",
"Nickname cannot be blank": "Biệt danh không được để trống",
"Default currency cannot be blank": "Tiền tệ mặc định không được để trống",
"Unable to log in": "Không thể đăng nhập",
"Two-Factor Authentication": "Xác thực hai yếu tố",
"Two-factor authentication is not enabled yet.": "Xác thực hai yếu tố chưa được bật.",
"Two-factor authentication is already enabled.": "Xác thực hai yếu tố đã được bật.",
"Passcode": "Mã số",
"Backup Code": "Mã sao lưu",
"Verify": "Xác minh",
"Passcode cannot be blank": "Mã số không được để trống",
"Backup code cannot be blank": "Mã sao lưu không được để trống",
"Unable to verify": "Không thể xác minh",
"Use Backup Code": "Sử dụng mã sao lưu",
"Use Passcode": "Sử dụng mã số",
"Invalid PIN code": "Mã PIN không hợp lệ",
"Incorrect PIN code": "Mã PIN không chính xác",
"Verify your email": "Xác minh email của bạn",
"Verifying...": "Đang xác minh...",
"Resend Validation Email": "Gửi lại email xác thực",
"Validation email has been sent": "Email xác thực đã được gửi",
"Unable to verify email": "Không thể xác minh email",
"Unable to resend validation email": "Không thể gửi lại email xác thực",
"Send Reset Link": "Gửi liên kết đặt lại",
"Please enter your email address used for registration and we'll send you an email with a reset password link": "Vui lòng nhập địa chỉ email đã sử dụng để đăng ký và chúng tôi sẽ gửi cho bạn email có liên kết đặt lại mật khẩu",
"Password reset email has been sent": "Email đặt lại mật khẩu đã được gửi",
"Unable to send password reset email": "Không thể gửi email đặt lại mật khẩu",
"Reset Password": "Đặt lại mật khẩu",
"Update Password": "Cập nhật mật khẩu",
"Please re-enter your email address, and then enter a new password.": "Vui lòng nhập lại địa chỉ email của bạn, sau đó nhập mật khẩu mới.",
"Password has been updated": "Mật khẩu đã được cập nhật",
"Unable to reset password": "Không thể đặt lại mật khẩu",
"Sign Up": "Đăng ký",
"Overview": "Tổng quan",
"Asset Summary": "Tóm tắt tài sản",
"Income and Expense Trends": "Xu hướng thu nhập và chi tiêu",
"View Details": "Xem chi tiết",
"Transaction List": "Danh sách giao dịch",
"Transaction Calendar": "Transaction Calendar",
"Transaction Details": "Chi tiết giao dịch",
"Statistics & Analysis": "Thống kê & Phân tích",
"Account List": "Danh sách tài khoản",
"This Week": "Tuần này",
"This Month": "Tháng này",
"This Year": "Năm nay",
"Monthly income": "Thu nhập hàng tháng",
"Filter Amount": "Lọc số tiền",
"Unable to retrieve transaction overview": "Không thể lấy tổng quan giao dịch",
"Incorrect amount range": "Phạm vi số tiền không chính xác",
"Data is up to date": "Dữ liệu đã được cập nhật",
"Data has been updated": "Dữ liệu đã được cập nhật",
"Net assets": "Tài sản ròng",
"Total assets": "Tổng tài sản",
"Total liabilities": "Tổng nợ phải trả",
"Expense": "Chi phí",
"Income": "Thu nhập",
"Transfer": "Chuyển khoản",
"Transfer In": "Transfer In",
"Transfer Out": "Transfer Out",
"Cash": "Tiền mặt",
"Checking Account": "Tài khoản séc",
"Credit Card": "Thẻ tín dụng",
"Virtual Account": "Tài khoản ảo",
"Debt Account": "Tài khoản nợ",
"Receivables": "Khoản phải thu",
"Investment Account": "Tài khoản đầu tư",
"Savings Account": "Tài khoản tiết kiệm",
"Certificate of Deposit": "Giấy chứng nhận tiền gửi",
"Balance": "Số dư",
"Outstanding Balance": "Outstanding Balance",
"Unable to retrieve account list": "Không thể lấy danh sách tài khoản",
"Account list is up to date": "Danh sách tài khoản đã được cập nhật",
"Account list has been updated": "Danh sách tài khoản đã được cập nhật",
"All Accounts": "Tất cả tài khoản",
"No available account": "Không có tài khoản khả dụng",
"Find account": "Find account",
"Add Account": "Thêm tài khoản",
"Edit Account": "Sửa tài khoản",
"Account Category": "Danh mục tài khoản",
"Single Account": "Tài khoản đơn",
"Multiple Sub-accounts": "Nhiều tài khoản phụ",
"Account Type": "Loại tài khoản",
"Account Name": "Tên tài khoản",
"Your account name": "Tên tài khoản của bạn",
"Main Account": "Tài khoản chính",
"Sub Account": "Tài khoản phụ",
"Sub-account Name": "Tên tài khoản phụ",
"Your sub-account name": "Tên tài khoản phụ của bạn",
"Account Icon": "Biểu tượng tài khoản",
"Sub-account Icon": "Biểu tượng tài khoản phụ",
"Account Color": "Màu sắc tài khoản",
"Sub-account Color": "Màu sắc tài khoản phụ",
"Currency": "Tiền tệ",
"Account Balance": "Số dư tài khoản",
"Account Outstanding Balance": "Account Outstanding Balance",
"Sub-account Balance": "Số dư tài khoản phụ",
"Sub-account Outstanding Balance": "Sub-account Outstanding Balance",
"Balance Time": "Thời gian số dư",
"Sub-account Balance Time": "Thời gian số dư tài khoản phụ",
"Statement Date": "Statement Date",
"Description": "Mô tả",
"Your account description (optional)": "Mô tả tài khoản của bạn (tùy chọn)",
"Your sub-account description (optional)": "Mô tả tài khoản phụ của bạn (tùy chọn)",
"Add Sub-account": "Thêm tài khoản phụ",
"Remove Sub-account": "Xóa tài khoản phụ",
"Are you sure you want to remove this sub-account?": "Bạn có chắc chắn muốn xóa tài khoản phụ này không?",
"Account category cannot be blank": "Danh mục tài khoản không được để trống",
"Account type cannot be blank": "Loại tài khoản không được để trống",
"Account name cannot be blank": "Tên tài khoản không được để trống",
"Account currency cannot be blank": "Tiền tệ tài khoản không được để trống",
"You have added a new account": "Bạn đã thêm một tài khoản mới",
"You have saved this account": "Bạn đã lưu tài khoản này",
"Unable to add account": "Không thể thêm tài khoản",
"Unable to save account": "Không thể lưu tài khoản",
"Show Hidden Accounts": "Hiển thị tài khoản ẩn",
"Hide Hidden Accounts": "Ẩn tài khoản ẩn",
"Set Accounts Included in Total": "Set Accounts Included in Total",
"Unable to retrieve account": "Không thể lấy tài khoản",
"Unable to hide this account": "Không thể ẩn tài khoản này",
"Unable to unhide this account": "Không thể hiển thị tài khoản này",
"Unable to move account": "Không thể di chuyển tài khoản",
"Are you sure you want to delete this account?": "Bạn có chắc chắn muốn xóa tài khoản này không?",
"Are you sure you want to delete this sub-account?": "Are you sure you want to delete this sub-account?",
"Unable to delete this account": "Không thể xóa tài khoản này",
"Unable to delete this sub-account": "Unable to delete this sub-account",
"Reconciliation Statement": "Reconciliation Statement",
"Update Closing Balance": "Update Closing Balance",
"Please enter the new closing balance for the account": "Please enter the new closing balance for the account",
"Transaction": "Giao dịch",
"Transactions": "Giao dịch",
"Transaction Pictures": "Ảnh giao dịch",
"Pictures": "Ảnh",
"Add Transaction": "Thêm giao dịch",
"Edit Transaction": "Sửa giao dịch",
"Add Transaction Template": "Thêm mẫu giao dịch",
"Edit Transaction Template": "Sửa mẫu giao dịch",
"Add Scheduled Transaction": "Thêm giao dịch theo lịch trình",
"Edit Scheduled Transaction": "Sửa giao dịch theo lịch trình",
"Modify Balance": "Điều chỉnh số dư",
"Expense Amount": "Số tiền chi tiêu",
"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",
"Swap Amount": "Hoán đổi số tiền",
"Swap Account and Amount": "Hoán đổi tài khoản và số tiền",
"Duplicate (With Time)": "Duplicate (With Time)",
"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",
"Expense Category": "Expense Category",
"Income Category": "Income Category",
"Transfer Category": "Transfer Category",
"Multiple Categories": "Nhiều danh mục",
"Account": "Tài khoản",
"Multiple Accounts": "Nhiều tài khoản",
"Source Account": "Tài khoản nguồn",
"Destination Account": "Tài khoản đích",
"Transaction Tag": "Transaction Tag",
"Without Tags": "Không có thẻ",
"With Any Selected Tags": "With Any Selected Tags",
"With All Selected Tags": "With All Selected Tags",
"Without Any Selected Tags": "Without Any Selected Tags",
"Without All Selected Tags": "Without All Selected Tags",
"Multiple Tags": "Nhiều thẻ",
"Transaction Time": "Thời gian giao dịch",
"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ý",
"Longitude": "Longitude",
"Latitude": "Latitude",
"No Location": "Không có vị trí",
"Getting Location...": "Đang lấy vị trí...",
"Show on the map": "Hiển thị trên bản đồ",
"Location on Map": "Vị trí trên bản đồ",
"Update Geographic Location": "Cập nhật vị trí địa lý",
"Clear Geographic Location": "Xóa vị trí địa lý",
"Click on Map to Set Geographic Location": "Click on Map to Set Geographic Location",
"Enable Click to Set Location": "Enable Click to Set Location",
"Disable Click to Set Location": "Disable Click to Set Location",
"Unable to retrieve current position": "Không thể lấy vị trí hiện tại",
"Cannot Initialize Map": "Không thể khởi tạo bản đồ",
"Unsupported Map Provider": "Nhà cung cấp bản đồ không được hỗ trợ",
"Please refresh the page and try again. If the error persists, ensure that the server's map settings are correctly configured.": "Vui lòng làm mới trang và thử lại. Nếu lỗi vẫn tiếp diễn, hãy đảm bảo rằng cài đặt bản đồ của máy chủ được định cấu hình chính xác.",
"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",
"File Type": "Loại tệp",
"Filter Description": "Mô tả bộ lọc",
"How to import this file?": "How to import this file?",
"How to export this file?": "Làm thế nào để xuất tệp này?",
"ezbookkeeping Data Export File": "Tệp xuất dữ liệu ezbookkeeping",
"Open Financial Exchange (OFX) File": "Tệp Open Financial Exchange (OFX)",
"Quicken Financial Exchange (QFX) File": "Tệp Quicken Financial Exchange (QFX)",
"Quicken Interchange Format (QIF) File": "Tệp Quicken Interchange Format (QIF)",
"Year-month-day format": "Định dạng năm-tháng-ngày",
"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)",
"Camt.053 Bank to Customer Statement File": "Camt.053 Bank to Customer Statement File",
"MT940 Consumer Statement Message File": "MT940 Consumer Statement Message 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": "Tệp cơ sở dữ liệu XML GnuCash",
"Firefly III Data Export File": "Tệp xuất dữ liệu Firefly III",
"Beancount Data File": "Beancount Data File",
"Feidee MyMoney (App) Data Export File": "Tệp xuất dữ liệu Feidee MyMoney (Ứng dụng)",
"Feidee MyMoney (Web) Data Export File": "Tệp xuất dữ liệu Feidee MyMoney (Web)",
"Feidee MyMoney (Elecloud) Data Export File": "Feidee MyMoney (Elecloud) Data Export File",
"Alipay (App) Transaction Flow File": "Tệp luồng giao dịch Alipay (Ứng dụng)",
"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",
"Amount Format": "Amount 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",
"Transaction amount format is not set": "Transaction amount 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",
"Unable to import transactions": "Unable to import transactions",
"Load Data Mapping File": "Load Data Mapping File",
"Save Data Mapping File": "Save Data Mapping File",
"Data mapping file is invalid": "Data mapping file is invalid",
"Batch Replace Selected Expense Categories": "Thay thế hàng loạt các danh mục chi phí đã chọn",
"Batch Replace Selected Income Categories": "Thay thế hàng loạt các danh mục thu nhập đã chọn",
"Batch Replace Selected Transfer Categories": "Thay thế hàng loạt các danh mục chuyển khoản đã chọn",
"Batch Replace Selected Accounts": "Thay thế hàng loạt các tài khoản đã chọn",
"Batch Replace Selected Destination Accounts": "Thay thế hàng loạt các tài khoản đích đã chọn",
"Replace Invalid Expense Categories": "Thay thế các danh mục chi phí không hợp lệ",
"Replace Invalid Income Categories": "Thay thế các danh mục thu nhập không hợp lệ",
"Replace Invalid Transfer Categories": "Thay thế các danh mục chuyển khoản không hợp lệ",
"Replace Invalid Accounts": "Thay thế các tài khoản không hợp lệ",
"Replace Invalid Transaction Tags": "Thay thế các thẻ giao dịch không hợp lệ",
"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",
"Create Nonexistent Transaction Tags": "Create Nonexistent Transaction Tags",
"Batch Convert Expense Transaction to Income Transaction": "Batch Convert Expense Transaction to Income Transaction",
"Batch Convert Expense Transaction to Transfer Transaction": "Batch Convert Expense Transaction to Transfer Transaction",
"Batch Convert Income Transaction to Expense Transaction": "Batch Convert Income Transaction to Expense Transaction",
"Batch Convert Income Transaction to Transfer Transaction": "Batch Convert Income Transaction to Transfer Transaction",
"Batch Convert Transfer Transaction to Expense Transaction": "Batch Convert Transfer Transaction to Expense Transaction",
"Batch Convert Transfer Transaction to Income Transaction": "Batch Convert Transfer Transaction to Income Transaction",
"Invalid Category": "Danh mục không hợp lệ",
"Target Category": "Danh mục mục tiêu",
"Default Expense Category": "Default Expense Category",
"Default Income Category": "Default Income Category",
"Default Transfer Category": "Default Transfer Category",
"Invalid Account": "Tài khoản không hợp lệ",
"Target Account": "Tài khoản mục tiêu",
"Invalid Tag": "Thẻ không hợp lệ",
"Target Tag": "Thẻ mục tiêu",
"(Empty)": "(Trống)",
"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": "Thẻ",
"Your transaction description (optional)": "Mô tả giao dịch của bạn (tùy chọn)",
"Transaction category cannot be blank": "Danh mục giao dịch không được để trống",
"Transaction account cannot be blank": "Tài khoản giao dịch không được để trống",
"Source account cannot be blank": "Tài khoản nguồn không được để trống",
"Destination account cannot be blank": "Tài khoản đích không được để trống",
"Are you sure you want to save this transaction with a zero amount?": "Bạn có chắc chắn muốn lưu giao dịch này với số tiền bằng không?",
"You have set this time range to prevent editing transactions. Would you like to change the editable transaction range to All?": "Bạn đã đặt phạm vi thời gian này để ngăn chặn việc chỉnh sửa giao dịch. Bạn có muốn thay đổi phạm vi giao dịch có thể chỉnh sửa thành Tất cả không?",
"Unable to retrieve transaction": "Không thể lấy giao dịch",
"Unable to add transaction": "Không thể thêm giao dịch",
"Unable to save transaction": "Không thể lưu giao dịch",
"You have added a new transaction": "Bạn đã thêm một giao dịch mới",
"You have saved this transaction": "Bạn đã lưu giao dịch này",
"Do you want to save this transaction draft?": "Bạn có muốn lưu bản nháp giao dịch này không?",
"Add Picture": "Thêm ảnh",
"Remove Picture": "Xóa ảnh",
"Are you sure you want to remove this transaction picture?": "Bạn có chắc chắn muốn xóa ảnh giao dịch này không?",
"Unable to upload transaction picture": "Không thể tải lên ảnh giao dịch",
"Unable to remove transaction picture": "Không thể xóa ảnh giao dịch",
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.",
"Search transaction description": "Tìm kiếm mô tả giao dịch",
"Unable to retrieve transaction list": "Không thể lấy danh sách giao dịch",
"Unable to retrieve reconciliation statements": "Unable to retrieve reconciliation statements",
"Custom Date Range": "Phạm vi ngày tùy chỉnh",
"Transaction Detail": "Chi tiết giao dịch",
"No transaction data": "Không có dữ liệu giao dịch",
"Are you sure you want to delete this transaction?": "Bạn có chắc chắn muốn xóa giao dịch này không?",
"Enter formula mode": "Enter formula mode",
"Exit formula mode": "Exit formula mode",
"Calculate formula result": "Calculate formula result",
"Formula is invalid": "Formula is invalid",
"Amount value is not number": "Giá trị số tiền không phải là số",
"Amount value exceeds limitation": "Giá trị số tiền vượt quá giới hạn",
"Unable to delete this transaction": "Không thể xóa giao dịch này",
"Unable to retrieve transaction statistics": "Không thể lấy thống kê giao dịch",
"Categorical Analysis": "Phân tích theo danh mục",
"Trend Analysis": "Phân tích xu hướng",
"Total Amount": "Tổng số tiền",
"Total Assets": "Tổng tài sản",
"Total Liabilities": "Tổng nợ phải trả",
"Total Expense": "Tổng chi phí",
"Total Income": "Tổng thu nhập",
"Total Outflows": "Total Outflows",
"Total Inflows": "Total Inflows",
"Net Income": "Net Income",
"Net Cash Flow": "Net Cash Flow",
"Total Transactions": "Total Transactions",
"Opening Balance": "Opening Balance",
"Closing Balance": "Closing Balance",
"Expense By Account": "Chi phí theo tài khoản",
"Expense By Primary Category": "Chi phí theo danh mục chính",
"Expense By Secondary Category": "Chi phí theo danh mục phụ",
"Income By Account": "Thu nhập theo tài khoản",
"Income By Primary Category": "Thu nhập theo danh mục chính",
"Income By Secondary Category": "Thu nhập theo danh mục phụ",
"Account Total Assets": "Tổng tài sản của tài khoản",
"Account Total Liabilities": "Tổng nợ phải trả của tài khoản",
"Statistics Settings": "Cài đặt thống kê",
"Common Settings": "Cài đặt chung",
"Categorical Analysis Settings": "Cài đặt phân tích theo danh mục",
"Trend Analysis Settings": "Cài đặt phân tích xu hướng",
"Chart Type": "Loại biểu đồ",
"Default Chart Type": "Loại biểu đồ mặc định",
"Chart Data Type": "Loại dữ liệu biểu đồ",
"Default Chart Data Type": "Loại dữ liệu biểu đồ mặc định",
"Date Range": "Phạm vi ngày",
"Default Date Range": "Phạm vi ngày mặc định",
"Default Account Filter": "Bộ lọc tài khoản mặc định",
"Default Transaction Category Filter": "Bộ lọc danh mục giao dịch mặc định",
"Sort Order": "Thứ tự sắp xếp",
"Default Sort Order": "Thứ tự sắp xếp mặc định",
"Timezone Used for Date Range": "Múi giờ được sử dụng cho phạm vi ngày",
"Amount": "Số tiền",
"Minimum Amount": "Số tiền tối thiểu",
"Maximum Amount": "Số tiền tối đa",
"Display Order": "Thứ tự hiển thị",
"Name": "Tên",
"Proportion (%)": "Proportion (%)",
"Sort by Amount": "Sắp xếp theo số tiền",
"Sort by Display Order": "Sắp xếp theo thứ tự hiển thị",
"Sort by Name": "Sắp xếp theo tên",
"Aggregate by Month": "Tổng hợp theo tháng",
"Aggregate by Quarter": "Tổng hợp theo quý",
"Aggregate by Year": "Tổng hợp theo năm",
"Aggregate by Fiscal Year": "Aggregate by Fiscal Year",
"Filter Accounts": "Lọc tài khoản",
"Filter Transaction Categories": "Lọc danh mục giao dịch",
"Filter Transaction Tags": "Lọc thẻ giao dịch",
"Filter transaction description": "Filter transaction description",
"User Settings": "Cài đặt người dùng",
"User Profile": "Hồ sơ người dùng",
"Language": "Ngôn ngữ",
"Theme": "Chủ đề",
"Light": "Sáng",
"Dark": "Tối",
"Text Size": "Kích thước văn bản",
"Timezone": "Múi giờ",
"System Default": "Mặc định hệ thống",
"Language Default": "Mặc định ngôn ngữ",
"Auto-update Exchange Rates Data": "Tự động cập nhật dữ liệu tỷ giá hối đoái",
"Currency Display Mode": "Chế độ hiển thị tiền tệ",
"Currency Code": "Mã tiền tệ",
"Currency Unit": "Đơn vị tiền tệ",
"Currency Name": "Tên tiền tệ",
"Currency Symbol": "Ký hiệu tiền tệ",
"Geographic Location Format": "Geographic Location Format",
"Latitude Longitude D.D°": "Latitude Longitude D.D°",
"Longitude Latitude D.D°": "Longitude Latitude D.D°",
"Latitude Longitude D°M.M'": "Latitude Longitude D°M.M'",
"Longitude Latitude D°M.M'": "Longitude Latitude D°M.M'",
"Latitude Longitude D°M'S\"": "Latitude Longitude D°M'S\"",
"Longitude Latitude D°M'S\"": "Longitude Latitude D°M'S\"",
"Expense Amount Color": "Màu số tiền chi tiêu",
"Income Amount Color": "Màu số tiền thu nhập",
"Show Account Balance": "Hiển thị số dư tài khoản",
"Hide Account Balance": "Ẩn số dư tài khoản",
"Page Settings": "Cài đặt trang",
"Navigation Bar": "Navigation Bar",
"Show Add Transaction Button": "Show Add Transaction Button",
"Overview Page": "Trang tổng quan",
"Timezone Used for Statistics": "Múi giờ được sử dụng cho thống kê",
"Timezone Type": "Loại múi giờ",
"Application Timezone": "Múi giờ ứng dụng",
"Transaction List Page": "Trang danh sách giao dịch",
"Transactions Per Page": "Giao dịch mỗi trang",
"Show Monthly Total Amount": "Hiển thị tổng số tiền hàng tháng",
"Show Transaction Tag": "Hiển thị thẻ giao dịch",
"Transaction Edit Page": "Trang chỉnh sửa giao dịch",
"Automatically Save Draft": "Tự động lưu bản nháp",
"Show Confirmation Every Time": "Hiển thị xác nhận mỗi lần",
"Automatically Add Geolocation": "Tự động thêm vị trí địa lý",
"Always Show Transaction Pictures": "Always Show Transaction Pictures",
"Account List Page": "Account List Page",
"Accounts Included in Total": "Accounts Included in Total",
"Exchange Rates Data Page": "Trang dữ liệu tỷ giá hối đoái",
"Exchange Rate": "Tỷ giá hối đoái",
"Enable Animation": "Bật hoạt ảnh",
"Basic Information": "Thông tin cơ bản",
"User Information": "Thông tin người dùng",
"Already have an account?": "Bạn đã có tài khoản?",
"Use preset transaction categories": "Sử dụng danh mục giao dịch đặt trước",
"Use Preset Transaction Categories": "Sử dụng danh mục giao dịch đặt trước",
"Preset Categories": "Danh mục đặt trước",
"Set whether to use preset transaction categories": "Đặt xem có sử dụng danh mục giao dịch đặt trước hay không",
"Complete": "Hoàn thành",
"Registration Completed": "Đăng ký hoàn tất",
"You have been successfully registered": "Bạn đã đăng ký thành công",
"You have been successfully registered, but there was an failure when adding preset categories. You can re-add preset categories in settings page anytime.": "Bạn đã đăng ký thành công, nhưng đã xảy ra lỗi khi thêm danh mục đặt trước. Bạn có thể thêm lại danh mục đặt trước trong trang cài đặt bất kỳ lúc nào.",
"You have been successfully registered. An account activation link has been sent to your email address, please activate your account first.": "Bạn đã đăng ký thành công. Một liên kết kích hoạt tài khoản đã được gửi đến địa chỉ email của bạn, vui lòng kích hoạt tài khoản của bạn trước.",
"Unable to sign up": "Không thể đăng ký",
"User registration is disabled": "Đăng ký người dùng bị tắt",
"Unable to retrieve user profile": "Không thể lấy hồ sơ người dùng",
"Basic": "Cơ bản",
"Security": "Bảo mật",
"Basic Settings": "Cài đặt cơ bản",
"Security Settings": "Cài đặt bảo mật",
"Two-Factor Authentication Settings": "Cài đặt xác thực hai yếu tố",
"Update Avatar": "Cập nhật ảnh đại diện",
"Remove Avatar": "Xóa ảnh đại diện",
"(Verified)": "(Đã xác minh)",
"(Not Verified)": "(Chưa xác minh)",
"Email address is verified": "Địa chỉ email đã được xác minh",
"Email address is not verified": "Địa chỉ email chưa được xác minh",
"Username:": "Tên người dùng:",
"Current Password": "Mật khẩu hiện tại",
"New Password": "Mật khẩu mới",
"Modify Password": "Sửa đổi mật khẩu",
"Please enter your current password when modifying your password": "Vui lòng nhập mật khẩu hiện tại của bạn khi sửa đổi mật khẩu",
"Nothing has been modified": "Không có gì được sửa đổi",
"Your profile has been successfully updated": "Hồ sơ của bạn đã được cập nhật thành công",
"Unable to update user profile": "Không thể cập nhật hồ sơ người dùng",
"Your editable transaction range has been set to All": "Phạm vi giao dịch có thể chỉnh sửa của bạn đã được đặt thành Tất cả",
"Unable to update editable transaction range": "Không thể cập nhật phạm vi giao dịch có thể chỉnh sửa",
"Unable to update user avatar": "Không thể cập nhật ảnh đại diện người dùng",
"Your avatar has been successfully updated": "Ảnh đại diện của bạn đã được cập nhật thành công",
"Are you sure you want to remove avatar?": "Bạn có chắc chắn muốn xóa ảnh đại diện không?",
"Unable to remove user avatar": "Không thể xóa ảnh đại diện người dùng",
"Your avatar has been successfully removed": "Ảnh đại diện của bạn đã được xóa thành công",
"After changing the password, other devices will be logged out. Please use the new password to log in on other devices.": "Sau khi thay đổi mật khẩu, các thiết bị khác sẽ bị đăng xuất. Vui lòng sử dụng mật khẩu mới để đăng nhập trên các thiết bị khác.",
"Data Management": "Quản lý dữ liệu",
"Unable to retrieve user statistics data": "Không thể lấy dữ liệu thống kê người dùng",
"Export Data": "Xuất dữ liệu",
"File Format": "File Format",
"CSV (Comma-separated values) File": "Tệp CSV (Giá trị phân cách bằng dấu phẩy)",
"TSV (Tab-separated values) File": "Tệp TSV (Giá trị phân cách bằng tab)",
"Export to CSV (Comma-separated values) File": "Export to CSV (Comma-separated values) File",
"Export to TSV (Tab-separated values) File": "Export to TSV (Tab-separated values) File",
"Markdown File": "Markdown File",
"Clear User Data": "Xóa dữ liệu người dùng",
"Export all transaction data to file.": "Xuất tất cả dữ liệu giao dịch sang tệp.",
"Are you sure you want to export all transaction data to file?": "Bạn có chắc chắn muốn xuất tất cả dữ liệu giao dịch sang tệp không?",
"It may take a long time, please wait for a few minutes.": "Có thể mất nhiều thời gian, vui lòng đợi vài phút.",
"Unable to retrieve exported user data": "Không thể lấy dữ liệu người dùng đã xuất",
"Save Data": "Lưu dữ liệu",
"Are you sure you want to clear all data?": "Bạn có chắc chắn muốn xóa tất cả dữ liệu không?",
"You CANNOT undo this action. This will clear your accounts, categories, tags and transactions data. Please enter your current password to confirm.": "Bạn KHÔNG THỂ hoàn tác hành động này. Thao tác này sẽ xóa dữ liệu tài khoản, danh mục, thẻ và giao dịch của bạn. Vui lòng nhập mật khẩu hiện tại của bạn để xác nhận.",
"All user data has been cleared": "Tất cả dữ liệu người dùng đã bị xóa",
"Unable to clear user data": "Không thể xóa dữ liệu người dùng",
"Device & Sessions": "Thiết bị & Phiên",
"Device Info": "Thông tin thiết bị",
"Last Activity Time": "Thời gian hoạt động gần nhất",
"Logout All": "Đăng xuất tất cả",
"Unable to retrieve session list": "Không thể truy xuất danh sách phiên",
"Session list is up to date": "Danh sách phiên đã được cập nhật",
"Session list has been updated": "Danh sách phiên đã được cập nhật",
"Current": "Hiện tại",
"Other Device": "Thiết bị khác",
"Unknown Device": "Thiết bị không xác định",
"Transaction Categories": "Danh mục giao dịch",
"Expense Categories": "Danh mục chi phí",
"Income Categories": "Danh mục thu nhập",
"Transfer Categories": "Danh mục chuyển khoản",
"Primary Categories": "Danh mục chính",
"Expense Primary Categories": "Danh mục chi phí chính",
"Income Primary Categories": "Danh mục thu nhập chính",
"Transfer Primary Categories": "Danh mục chuyển khoản chính",
"Transaction Primary Categories": "Danh mục giao dịch chính",
"Expense Secondary Categories": "Danh mục chi phí phụ",
"Income Secondary Categories": "Danh mục thu nhập phụ",
"Transfer Secondary Categories": "Danh mục chuyển khoản phụ",
"Transaction Secondary Categories": "Danh mục giao dịch phụ",
"All Categories": "Tất cả danh mục",
"No available category": "Không có danh mục nào khả dụng",
"Find category": "Find category",
"Add Default Categories": "Thêm danh mục mặc định",
"Default Categories": "Danh mục mặc định",
"Unable to retrieve category list": "Không thể truy xuất danh sách danh mục",
"Category list is up to date": "Danh sách danh mục đã được cập nhật",
"Category list has been updated": "Danh sách danh mục đã được cập nhật",
"Unable to move category": "Không thể di chuyển danh mục",
"Unable to hide this category": "Không thể ẩn danh mục này",
"Unable to unhide this category": "Không thể hiển thị danh mục này",
"Are you sure you want to delete this category?": "Bạn có chắc chắn muốn xóa danh mục này không?",
"Unable to delete this category": "Không thể xóa danh mục này",
"Primary Category": "Danh mục chính",
"Add Primary Category": "Thêm danh mục chính",
"Add Secondary Category": "Thêm danh mục phụ",
"Edit Category": "Sửa danh mục",
"Category Name": "Tên danh mục",
"Your category name": "Tên danh mục của bạn",
"Category Icon": "Biểu tượng danh mục",
"Category Color": "Màu sắc danh mục",
"Your category description (optional)": "Mô tả danh mục của bạn (tùy chọn)",
"No available primary category": "Không có danh mục chính nào khả dụng",
"Category name cannot be blank": "Tên danh mục không được để trống",
"Unable to retrieve category": "Không thể truy xuất danh mục",
"Unable to add category": "Không thể thêm danh mục",
"Unable to save category": "Không thể lưu danh mục",
"Unable to add preset categories": "Không thể thêm danh mục đặt trước",
"You have added a new category": "Bạn đã thêm một danh mục mới",
"You have added preset categories": "Bạn đã thêm danh mục đặt trước",
"You have saved this category": "Bạn đã lưu danh mục này",
"Show Hidden Transaction Categories": "Hiển thị danh mục giao dịch ẩn",
"Hide Hidden Transaction Categories": "Ẩn danh mục giao dịch ẩn",
"Transaction Tags": "Thẻ giao dịch",
"Tag Title": "Tiêu đề thẻ",
"No available tag": "Không có thẻ nào khả dụng",
"Find tag": "Find tag",
"Unable to retrieve tag list": "Không thể truy xuất danh sách thẻ",
"Tag list is up to date": "Danh sách thẻ đã được cập nhật",
"Tag list has been updated": "Danh sách thẻ đã được cập nhật",
"Add new tag": "Add new tag",
"Unable to add tag": "Không thể thêm thẻ",
"Unable to save tag": "Không thể lưu thẻ",
"Unable to move tag": "Không thể di chuyển thẻ",
"Unable to hide this tag": "Không thể ẩn thẻ này",
"Unable to unhide this tag": "Không thể hiển thị thẻ này",
"Are you sure you want to delete this tag?": "Bạn có chắc chắn muốn xóa thẻ này không?",
"Unable to delete this tag": "Không thể xóa thẻ này",
"Show Hidden Transaction Tags": "Hiển thị thẻ giao dịch ẩn",
"Hide Hidden Transaction Tags": "Ẩn thẻ giao dịch ẩn",
"Transaction Templates": "Mẫu giao dịch",
"Scheduled Transactions": "Giao dịch theo lịch trình",
"Template Name": "Tên mẫu",
"No available template": "Không có mẫu nào khả dụng",
"Once you add templates, you can long press the Add button on the home page to quickly add a new transaction": "Sau khi bạn thêm mẫu, bạn có thể nhấn giữ nút Thêm trên trang chủ để nhanh chóng thêm giao dịch mới",
"No available template. Once you add templates, you can quickly add a new transaction using the dropdown menu of the Add button on the transaction list page": "Không có mẫu nào khả dụng. Sau khi bạn thêm mẫu, bạn có thể nhanh chóng thêm giao dịch mới bằng cách sử dụng menu thả xuống của nút Thêm trên trang danh sách giao dịch",
"No available scheduled transactions": "Không có giao dịch theo lịch trình nào khả dụng",
"Unable to retrieve template list": "Không thể truy xuất danh sách mẫu",
"Template list is up to date": "Danh sách mẫu đã được cập nhật",
"Template list has been updated": "Danh sách mẫu đã được cập nhật",
"Unable to add template": "Không thể thêm mẫu",
"Unable to save template": "Không thể lưu mẫu",
"You have added a new template": "Bạn đã thêm một mẫu mới",
"Unable to move template": "Không thể di chuyển mẫu",
"Unable to retrieve template": "Không thể truy xuất mẫu",
"Unable to hide this template": "Không thể ẩn mẫu này",
"Unable to unhide this template": "Không thể hiển thị mẫu này",
"Are you sure you want to delete this template?": "Bạn có chắc chắn muốn xóa mẫu này không?",
"Unable to delete this template": "Không thể xóa mẫu này",
"You have saved this template": "Bạn đã lưu mẫu này",
"Show Hidden Transaction Templates": "Hiển thị mẫu giao dịch ẩn",
"Hide Hidden Transaction Templates": "Ẩn mẫu giao dịch ẩn",
"Template name cannot be blank": "Tên mẫu không được để trống",
"Generate MCP token": "Generate MCP token",
"Unable to generate token": "Unable to generate token",
"Are you sure you want to logout from this session?": "Bạn có chắc chắn muốn đăng xuất khỏi phiên này không?",
"Unable to logout from this session": "Không thể đăng xuất khỏi phiên này",
"Are you sure you want to logout all other sessions?": "Bạn có chắc chắn muốn đăng xuất khỏi tất cả các phiên khác không?",
"You have logged out all other sessions": "Bạn đã đăng xuất khỏi tất cả các phiên khác",
"Unable to logout all other sessions": "Không thể đăng xuất khỏi tất cả các phiên khác",
"Regenerate Backup Codes": "Tạo lại mã sao lưu",
"Enable Two-Factor Authentication": "Bật xác thực hai yếu tố",
"Disable Two-Factor Authentication": "Tắt xác thực hai yếu tố",
"Please use a two-factor authentication app to scan the qrcode below and enter the current passcode.": "Vui lòng sử dụng ứng dụng xác thực hai yếu tố để quét mã QR bên dưới và nhập mã số hiện tại.",
"Your current password is required to disable two-factor authentication.": "Yêu cầu mật khẩu hiện tại của bạn để tắt xác thực hai yếu tố.",
"Your current password is required to regenerate backup codes for two-factor authentication. If you regenerate backup codes, the previous ones will become invalid.": "Yêu cầu mật khẩu hiện tại của bạn để tạo lại mã sao lưu cho xác thực hai yếu tố. Nếu bạn tạo lại mã sao lưu, các mã trước đó sẽ không còn hiệu lực.",
"Your current password is required to disable two-factor authentication or regenerate backup codes for two-factor authentication. If you regenerate backup codes, the previous ones will become invalid.": "Cần có mật khẩu hiện tại của bạn để tắt xác thực hai yếu tố hoặc tạo lại mã sao lưu cho xác thực hai yếu tố. Nếu bạn tạo lại mã sao lưu, các mã trước đó sẽ không còn hiệu lực.",
"Please copy these backup codes to safe place, the following backup codes will be displayed only once. If these codes were lost, you can regenerate them at any time.": "Vui lòng sao chép các mã sao lưu này vào nơi an toàn, các mã sao lưu sau sẽ chỉ được hiển thị một lần. Nếu các mã này bị mất, bạn có thể tạo lại chúng bất kỳ lúc nào.",
"Backup codes copied": "Mã sao lưu đã được sao chép",
"Two-factor authentication has been disabled": "Xác thực hai yếu tố đã bị tắt",
"Unable to retrieve current two-factor authentication status": "Không thể truy xuất trạng thái xác thực hai yếu tố hiện tại",
"Unable to enable two-factor authentication": "Không thể bật xác thực hai yếu tố",
"Unable to disable two-factor authentication": "Không thể tắt xác thực hai yếu tố",
"Lock Application": "Khóa ứng dụng",
"Log Out": "Đăng xuất",
"Are you sure you want to log out?": "Bạn có chắc chắn muốn đăng xuất không?",
"Unable to logout": "Không thể đăng xuất",
"Application Lock": "Khóa ứng dụng",
"Application lock has been enabled": "Khóa ứng dụng đã được bật",
"Application lock is not enabled": "Khóa ứng dụng chưa được bật",
"Enable Application Lock": "Bật khóa ứng dụng",
"Disable Application Lock": "Tắt khóa ứng dụng",
"PIN Code": "Mã PIN",
"Unlock with PIN Code": "Mở khóa bằng mã PIN",
"Unlock with WebAuthn": "Mở khóa bằng WebAuthn",
"Please enter a new 6-digit PIN code. The PIN code would encrypt your local data, so you need to enter it every time you open this app. If this PIN code is lost, you will need to log in again.": "Vui lòng nhập mã PIN gồm 6 chữ số mới. Mã PIN sẽ mã hóa dữ liệu cục bộ của bạn, vì vậy bạn cần nhập mã này mỗi khi mở ứng dụng này. Nếu mã PIN này bị mất, bạn sẽ cần đăng nhập lại.",
"Your current PIN code is required to disable application lock.": "Yêu cầu mã PIN hiện tại của bạn để tắt khóa ứng dụng.",
"You have enabled WebAuthn successfully": "Bạn đã bật WebAuthn thành công",
"WebAuth is not supported on this device": "WebAuthn không được hỗ trợ trên thiết bị này",
"Failed to enable WebAuthn": "Không thể bật WebAuthn",
"User has canceled authentication": "Người dùng đã hủy xác thực",
"User has canceled or this device does not support WebAuthn": "Người dùng đã hủy hoặc thiết bị này không hỗ trợ WebAuthn",
"Failed to authenticate with WebAuthn": "Xác thực bằng WebAuthn không thành công",
"WebAuthn is not enabled": "WebAuthn chưa được bật",
"Settings Sync": "Settings Sync",
"Synchronized Settings": "Synchronized Settings",
"Enable Settings Sync": "Enable Settings Sync",
"Disable Settings Sync": "Disable Settings Sync",
"Update Synchronized Settings": "Update Synchronized Settings",
"Settings sync is not enabled": "Settings sync is not enabled",
"Settings sync has been enabled": "Settings sync has been enabled",
"Settings sync has been disabled": "Settings sync has been disabled",
"Synchronized settings have been updated": "Synchronized settings have been updated",
"Unable to retrieve user synchronized application settings": "Unable to retrieve user synchronized application settings",
"Unable to update user synchronized application settings": "Unable to update user synchronized application settings",
"Unable to disable user synchronized application settings": "Unable to disable user synchronized application settings",
"Are you sure you want to re-login?": "Bạn có chắc chắn muốn đăng nhập lại không?",
"Exchange Rates Data": "Dữ liệu tỷ giá hối đoái",
"User Custom": "User Custom",
"Base Currency": "Tiền tệ cơ sở",
"Base Amount": "Số tiền cơ sở",
"Set as Base": "Đặt làm cơ sở",
"Last Updated": "Cập nhật lần cuối",
"Data source": "Nguồn dữ liệu",
"No exchange rates data": "Không có dữ liệu tỷ giá hối đoái",
"There is no exchange rates data for your default currency": "Không có dữ liệu tỷ giá hối đoái cho tiền tệ mặc định của bạn",
"Exchange rates data has been updated": "Dữ liệu tỷ giá hối đoái đã được cập nhật",
"Exchange rates data is up to date": "Dữ liệu tỷ giá hối đoái đã được cập nhật",
"Unable to retrieve exchange rates data": "Không thể truy xuất dữ liệu tỷ giá hối đoái",
"Update User Custom Exchange Rate": "Update User Custom Exchange Rate",
"You have updated exchange rate": "You have updated exchange rate",
"Unable to update user custom exchange rate": "Unable to update user custom exchange rate",
"Are you sure you want to delete this user custom exchange rate?": "Are you sure you want to delete this user custom exchange rate?",
"Unable to delete this user custom exchange rate": "Unable to delete this user custom exchange rate",
"Use on Mobile Device": "Sử dụng trên thiết bị di động",
"You can scan the QR code below on your mobile device.": "Bạn có thể quét mã QR bên dưới trên thiết bị di động của mình.",
"Switch to Mobile Version": "Chuyển sang phiên bản di động",
"Switch to Desktop Version": "Chuyển sang phiên bản máy tính để bàn",
"Are you sure you want to switch to desktop version?": "Are you sure you want to switch to desktop version?",
"About": "Giới thiệu",
"Refresh Browser Cache": "Refresh Browser Cache",
"Frontend Version": "Frontend Version",
"Backend Version": "Backend Version",
"Build Time": "Thời gian xây dựng",
"Official Website": "Trang web chính thức",
"Report Issue": "Báo cáo sự cố",
"Getting help": "Getting help",
"License": "Giấy phép",
"An error occurred": "Đã xảy ra lỗi",
"Parameter Invalid": "Tham số không hợp lệ",
"Numeric Overflow": "Tràn số",
"Click to close": "Nhấp để đóng"
}