support last reconciled time for account

This commit is contained in:
MaysWind
2026-05-07 01:17:00 +08:00
parent 39ee47e05a
commit de132dd7fd
43 changed files with 648 additions and 110 deletions
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Dezimaltrennzeichen",
"Digit Grouping Symbol": "Zifferngruppierungssymbol",
"Digit Grouping": "Zifferngruppierung",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Bearbeitbarer Transaktionsbereich",
"Today or later": "Heute oder später",
"Recent 24 hours or later": "Letzte 24 Stunden oder später",
"This week or later": "Diese Woche oder später",
"This month or later": "Dieser Monat oder später",
"This year or later": "Dieses Jahr oder später",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Anmelden",
"Log in with OAuth 2.0": "Mit OAuth 2.0 anmelden",
"Log in with Connect ID": "Mit Connect ID anmelden",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Ausstehender Teilkontostand",
"Balance Time": "Saldozeit",
"Sub-account Balance Time": "Teilkontosaldozeit",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Abrechnungsdatum",
"Description": "Beschreibung",
"Your account description (optional)": "Ihre Kontobeschreibung (optional)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Decimal Separator",
"Digit Grouping Symbol": "Digit Grouping Symbol",
"Digit Grouping": "Digit Grouping",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Editable Transaction Range",
"Today or later": "Today or later",
"Recent 24 hours or later": "Recent 24 hours or later",
"This week or later": "This week or later",
"This month or later": "This month or later",
"This year or later": "This year or later",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Log In",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Sub-account Outstanding Balance",
"Balance Time": "Balance Time",
"Sub-account Balance Time": "Sub-account Balance Time",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Statement Date",
"Description": "Description",
"Your account description (optional)": "Your account description (optional)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Separador Decimal",
"Digit Grouping Symbol": "Símbolo de Agrupación de Dígitos",
"Digit Grouping": "Agrupación de Dígitos",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Rango de Transacciones Editables",
"Today or later": "Hoy o más tarde",
"Recent 24 hours or later": "Últimas 24 horas o más",
"This week or later": "Esta semana o más tarde",
"This month or later": "Este mes o más tarde",
"This year or later": "Este año o más tarde",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Acceso",
"Log in with OAuth 2.0": "Iniciar sesión con OAuth 2.0",
"Log in with Connect ID": "Inicie sesión con Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Saldo pendiente de la Subcuenta",
"Balance Time": "Fecha del Saldo",
"Sub-account Balance Time": "Fecha del Saldo de la Subcuenta",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Fecha del Extracto",
"Description": "Descripción",
"Your account description (optional)": "Descripción de tu cuenta (opcional)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Séparateur décimal",
"Digit Grouping Symbol": "Symbole de regroupement des chiffres",
"Digit Grouping": "Regroupement des chiffres",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Plage de transactions modifiables",
"Today or later": "Aujourd'hui ou plus tard",
"Recent 24 hours or later": "24 dernières heures ou plus tard",
"This week or later": "Cette semaine ou plus tard",
"This month or later": "Ce mois ou plus tard",
"This year or later": "Cette année ou plus tard",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Se connecter",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Solde impayé du sous-compte",
"Balance Time": "Heure du solde",
"Sub-account Balance Time": "Heure du solde du sous-compte",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Date de relevé",
"Description": "Description",
"Your account description (optional)": "Description de votre compte (optionnel)",
+2 -1
View File
@@ -2564,7 +2564,7 @@ export function useI18n() {
getAllStatisticsSortingTypes: (useAlternativeName?: boolean) => getLocalizedDisplayNameAndType(ChartSortingType.values(), useAlternativeName),
getAllStatisticsDateAggregationTypes: (analysisType: StatisticsAnalysisType, includeBillingCycle: boolean) => getLocalizedChartDateAggregationTypeAndDisplayName(analysisType, true, includeBillingCycle),
getAllStatisticsDateAggregationTypesWithShortName: (analysisType: StatisticsAnalysisType, includeBillingCycle: boolean) => getLocalizedChartDateAggregationTypeAndDisplayName(analysisType, false, includeBillingCycle),
getAllTransactionEditScopeTypes: () => getLocalizedDisplayNameAndType(TransactionEditScopeType.values()),
getAllTransactionEditScopeTypes: (useLastReconciledTime: boolean) => getLocalizedDisplayNameAndType(TransactionEditScopeType.values(useLastReconciledTime)),
getAllTransactionQuickSaveButtonStyles: () => getLocalizedDisplayNameAndType(TransactionQuickSaveButtonStyle.values()),
getAllTransactionQuickAddButtonActionTypes: () => getLocalizedDisplayNameAndType(TransactionQuickAddButtonActionType.values()),
getAllTransactionScheduledFrequencyTypes: () => getLocalizedDisplayNameAndType(ScheduledTemplateFrequencyType.values()),
@@ -2579,6 +2579,7 @@ export function useI18n() {
getAllTransactionExplorerChartTypes: (operators?: TransactionExplorerChartType[]) => getLocalizedNameValue(operators ?? TransactionExplorerChartType.values()),
// get localized info
getLanguageInfo,
getEnableDisableOption: (value: boolean) => t(value ? 'Enabled' : 'Disabled'),
getMonthShortName,
getMonthLongName,
getMonthdayOrdinal,
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Separatore decimale",
"Digit Grouping Symbol": "Simbolo di raggruppamento cifre",
"Digit Grouping": "Raggruppamento cifre",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Intervallo di modifica transazioni",
"Today or later": "Oggi o successivo",
"Recent 24 hours or later": "Ultime 24 ore o successivo",
"This week or later": "Questa settimana o successiva",
"This month or later": "Questo mese o successivo",
"This year or later": "Quest'anno o successivo",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Accedi",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Saldo residuo sotto-account",
"Balance Time": "Ora saldo",
"Sub-account Balance Time": "Ora saldo sotto-account",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Data estratto conto",
"Description": "Descrizione",
"Your account description (optional)": "La descrizione del tuo account (opzionale)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "小数点",
"Digit Grouping Symbol": "桁区切り記号",
"Digit Grouping": "桁区切り位置",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "編集可能な取引範囲",
"Today or later": "今日以降",
"Recent 24 hours or later": "直近24時間以降",
"This week or later": "今週以降",
"This month or later": "今月以降",
"This year or later": "今年以降",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "ログイン",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "サブ口座の未払い残高",
"Balance Time": "残高時間",
"Sub-account Balance Time": "サブ口座残高時間",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "明細日",
"Description": "説明",
"Your account description (optional)": "口座の説明(オプション)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "ದಶಾಂಶ ವಿಭಜಕ",
"Digit Grouping Symbol": "ಅಂಕ ವಿಂಗಡಣ ಚಿಹ್ನೆ",
"Digit Grouping": "ಅಂಕ ವಿಂಗಡಣೆ",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "ತಿದ್ದುಪಡಿ ಮಾಡಬಹುದಾದ ವಹಿವಾಟಿನ ವ್ಯಾಪ್ತಿ",
"Today or later": "ಇಂದು ಅಥವಾ ನಂತರ",
"Recent 24 hours or later": "ಕಳೆದ 24 ಗಂಟೆಗಳು ಅಥವಾ ನಂತರ",
"This week or later": "ಈ ವಾರ ಅಥವಾ ನಂತರ",
"This month or later": "ಈ ತಿಂಗಳು ಅಥವಾ ನಂತರ",
"This year or later": "ಈ ವರ್ಷ ಅಥವಾ ನಂತರ",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "ಲಾಗ್ ಇನ್",
"Log in with OAuth 2.0": "OAuth 2.0 ಮೂಲಕ ಲಾಗ್ ಇನ್ ಆಗಿ",
"Log in with Connect ID": "Connect ID ಮೂಲಕ ಲಾಗ್ ಇನ್ ಆಗಿ",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "ಉಪ-ಖಾತೆ ಬಾಕಿ ಶೇಷ",
"Balance Time": "ಶೇಷ ಸಮಯ",
"Sub-account Balance Time": "ಉಪ-ಖಾತೆ ಶೇಷ ಸಮಯ",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "ಸ್ಟೇಟ್ಮೆಂಟ್ ದಿನಾಂಕ",
"Description": "ವಿವರಣೆ",
"Your account description (optional)": "ನಿಮ್ಮ ಖಾತೆ ವಿವರಣೆ (ಐಚ್ಛಿಕ)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "소수점 구분자",
"Digit Grouping Symbol": "자리 구분 기호",
"Digit Grouping": "자리 구분",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "편집 가능한 거래 범위",
"Today or later": "오늘 이후",
"Recent 24 hours or later": "최근 24시간 이후",
"This week or later": "이번 주 이후",
"This month or later": "이번 달 이후",
"This year or later": "올해 이후",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "로그인",
"Log in with OAuth 2.0": "OAuth 2.0으로 로그인",
"Log in with Connect ID": "Connect ID로 로그인",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "하위계좌 미결제 잔액",
"Balance Time": "잔액 시간",
"Sub-account Balance Time": "하위계좌 잔액 시간",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "명세서 날짜",
"Description": "설명",
"Your account description (optional)": "계좌 설명 (선택 사항)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Decimaalteken",
"Digit Grouping Symbol": "Scheidingsteken voor duizendtallen",
"Digit Grouping": "Groeperen van cijfers",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Bewerkbare transactiebereik",
"Today or later": "Vandaag of later",
"Recent 24 hours or later": "Afgelopen 24 uur of later",
"This week or later": "Deze week of later",
"This month or later": "Deze maand of later",
"This year or later": "Dit jaar of later",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Inloggen",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Openstaand saldo subrekening",
"Balance Time": "Saldo-tijdstip",
"Sub-account Balance Time": "Saldo-tijdstip subrekening",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Afsluitdatum",
"Description": "Beschrijving",
"Your account description (optional)": "Je rekeningbeschrijving (optioneel)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Separador Decimal",
"Digit Grouping Symbol": "Símbolo de Agrupamento de Dígitos",
"Digit Grouping": "Agrupamento de Dígitos",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Período Editável de Transações",
"Today or later": "A partir de hoje",
"Recent 24 hours or later": "A partir das últimas 24 horas",
"This week or later": "A partir desta semana",
"This month or later": "A partir deste mês",
"This year or later": "A partir deste ano",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Fazer Login",
"Log in with OAuth 2.0": "Entrar com OAuth 2.0",
"Log in with Connect ID": "Entrar com Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Saldo em Aberto da Subconta",
"Balance Time": "Hora do Saldo",
"Sub-account Balance Time": "Hora do Saldo da Subconta",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Data do Extrato",
"Description": "Descrição",
"Your account description (optional)": "Descrição da sua conta (opcional)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Разделитель десятичных",
"Digit Grouping Symbol": "Символ группировки цифр",
"Digit Grouping": "Группировка цифр",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Диапазон редактируемых транзакций",
"Today or later": "Сегодня или позже",
"Recent 24 hours or later": "Последние 24 часа или позже",
"This week or later": "На этой неделе или позже",
"This month or later": "В этом месяце или позже",
"This year or later": "В этом году или позже",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Войти",
"Log in with OAuth 2.0": "Войти с OAuth 2.0",
"Log in with Connect ID": "Войти с Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Невыплаченные остаток субсчета",
"Balance Time": "Время баланса",
"Sub-account Balance Time": "Время баланса субсчета",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Дата выписки",
"Description": "Описание",
"Your account description (optional)": "Описание вашего счета (необязательно)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Decimalno ločilo",
"Digit Grouping Symbol": "Ločilo tisočic",
"Digit Grouping": "Združevanje števil",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Obseg urejanja transakcij",
"Today or later": "Danes ali pozneje",
"Recent 24 hours or later": "Zadnjih 24 ur ali pozneje",
"This week or later": "Ta teden ali pozneje",
"This month or later": "Ta mesec ali pozneje",
"This year or later": "Letos ali pozneje",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Prijava",
"Log in with OAuth 2.0": "Prijava z OAuth 2.0",
"Log in with Connect ID": "Prijava s Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Neporavnano stanje na podračunu",
"Balance Time": "Čas stanja",
"Sub-account Balance Time": "Čas stanja na podračunu",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Datum izpiska",
"Description": "Opis",
"Your account description (optional)": "Opis vašega računa (neobvezno)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "தசம பிரிப்பான்",
"Digit Grouping Symbol": "இலக்க குழு குறியீடு",
"Digit Grouping": "இலக்க குழுவாக்கம்",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "திருத்துபடி செய்யக்கூடிய பரிவர்த்தனையின் வரம்பு",
"Today or later": "இன்று அல்லது பின்பு",
"Recent 24 hours or later": "கடந்த 24 மணி நேரம் அல்லது பின்பு",
"This week or later": "இந்த வாரம் அல்லது பின்பு",
"This month or later": "இந்த மாதம் அல்லது பின்பு",
"This year or later": "இந்த வருடம் அல்லது பின்பு",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "உள்நுழை",
"Log in with OAuth 2.0": "OAuth 2.0 மூலக உள்நுழை ஆக",
"Log in with Connect ID": "Connect ID மூலக உள்நுழை ஆக",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "துணை-கணக்கு நிலுவை இருப்பு",
"Balance Time": "இருப்பு நேரம்",
"Sub-account Balance Time": "துணை-கணக்கு இருப்பு நேரம்",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "அறிக்கை தேதி",
"Description": "விளக்கம்",
"Your account description (optional)": "உங்கள் கணக்கு விளக்கம் (விருப்பமான)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "ตัวคั่นทศนิยม",
"Digit Grouping Symbol": "สัญลักษณ์จัดกลุ่มตัวเลข",
"Digit Grouping": "จัดกลุ่มตัวเลข",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "ช่วงรายการที่แก้ไขได้",
"Today or later": "วันนี้หรือหลังจากนี้",
"Recent 24 hours or later": "24 ชั่วโมงที่ผ่านมา หรือหลังจากนี้",
"This week or later": "สัปดาห์นี้หรือหลังจากนี้",
"This month or later": "เดือนนี้หรือหลังจากนี้",
"This year or later": "ปีนี้หรือหลังจากนี้",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "เข้าสู่ระบบ",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "ยอดค้างชำระบัญชีย่อย",
"Balance Time": "เวลายอดคงเหลือ",
"Sub-account Balance Time": "เวลายอดคงเหลือบัญชีย่อย",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "วันรายการ",
"Description": "รายละเอียด",
"Your account description (optional)": "รายละเอียดบัญชีของคุณ (ไม่บังคับ)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Ondalık Ayırıcı",
"Digit Grouping Symbol": "Basamak Gruplama Sembolü",
"Digit Grouping": "Basamak Gruplama",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Düzenlenebilir İşlem Aralığı",
"Today or later": "Bugün veya sonrası",
"Recent 24 hours or later": "Son 24 saat veya sonrası",
"This week or later": "Bu hafta veya sonrası",
"This month or later": "Bu ay veya sonrası",
"This year or later": "Bu yıl veya sonrası",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Giriş Yap",
"Log in with OAuth 2.0": "OAuth 2.0 ile giriş yap",
"Log in with Connect ID": "Connect ID ile giriş yap",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Alt Hesap Kalan Borç Bakiyesi",
"Balance Time": "Bakiye Zamanı",
"Sub-account Balance Time": "Alt Hesap Bakiye Zamanı",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Ekstre Tarihi",
"Description": "Açıklama",
"Your account description (optional)": "Hesap açıklamanız (isteğe bağlı)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "Десятковий роздільник",
"Digit Grouping Symbol": "Символ групування цифр",
"Digit Grouping": "Групування цифр",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"Editable Transaction Range": "Діапазон редагованих транзакцій",
"Today or later": "Сьогодні або пізніше",
"Recent 24 hours or later": "Останні 24 години або пізніше",
"This week or later": "Цього тижня або пізніше",
"This month or later": "Цього місяця або пізніше",
"This year or later": "Цього року або пізніше",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Увійти",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "Несплачений баланс субрахунку",
"Balance Time": "Час балансу",
"Sub-account Balance Time": "Час балансу субрахунку",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"Statement Date": "Дата виписки",
"Description": "Опис",
"Your account description (optional)": "Опис вашого рахунку (необов'язково)",
+4
View File
@@ -1683,12 +1683,14 @@
"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ố",
"Use Last Reconciled Time": "Use Last Reconciled Time",
"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",
"Last reconciled time or later": "Last reconciled time or later",
"Log In": "Đăng nhập",
"Log in with OAuth 2.0": "Log in with OAuth 2.0",
"Log in with Connect ID": "Log in with Connect ID",
@@ -1922,6 +1924,8 @@
"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ụ",
"Last Reconciled Time": "Last Reconciled Time",
"Sub-account Last Reconciled Time": "Sub-account Last Reconciled Time",
"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)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "小数点",
"Digit Grouping Symbol": "数字分组符号",
"Digit Grouping": "数字分组",
"Use Last Reconciled Time": "使用最后对账时间",
"Editable Transaction Range": "可编辑交易范围",
"Today or later": "今天或更晚",
"Recent 24 hours or later": "最近24小时或更晚",
"This week or later": "本周或更晚",
"This month or later": "本月或更晚",
"This year or later": "今年或更晚",
"Last reconciled time or later": "最后对账时间或更晚",
"Log In": "登录",
"Log in with OAuth 2.0": "使用 OAuth 2.0 登录",
"Log in with Connect ID": "使用 Connect ID 登录",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "子账户未清余额",
"Balance Time": "余额时间",
"Sub-account Balance Time": "子账户余额时间",
"Last Reconciled Time": "最后对账时间",
"Sub-account Last Reconciled Time": "子账户最后对账时间",
"Statement Date": "账单日",
"Description": "描述",
"Your account description (optional)": "你的账户描述 (可选)",
+4
View File
@@ -1683,12 +1683,14 @@
"Decimal Separator": "小數點",
"Digit Grouping Symbol": "數字分組符號",
"Digit Grouping": "數字分組",
"Use Last Reconciled Time": "使用最後對帳時間",
"Editable Transaction Range": "可編輯交易範圍",
"Today or later": "今天或更晚",
"Recent 24 hours or later": "最近24小時或更晚",
"This week or later": "本週或更晚",
"This month or later": "本月或更晚",
"This year or later": "今年或更晚",
"Last reconciled time or later": "最後對帳時間或更晚",
"Log In": "登入",
"Log in with OAuth 2.0": "使用 OAuth 2.0 登入",
"Log in with Connect ID": "使用 Connect ID 登入",
@@ -1922,6 +1924,8 @@
"Sub-account Outstanding Balance": "子帳戶未清餘額",
"Balance Time": "餘額時間",
"Sub-account Balance Time": "子帳戶餘額時間",
"Last Reconciled Time": "最後對帳時間",
"Sub-account Last Reconciled Time": "子帳戶最後對帳時間",
"Statement Date": "帳單日",
"Description": "描述",
"Your account description (optional)": "您的帳戶描述 (選填)",