mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 03:14:02 +00:00
fix(miniapp): clarify cycle summary and balance sections
This commit is contained in:
@@ -58,17 +58,25 @@ export const dictionary = {
|
||||
ledgerEntries: 'Ledger entries',
|
||||
pendingRequests: 'Pending requests',
|
||||
yourBalanceTitle: 'Your balance',
|
||||
yourBalanceBody:
|
||||
'See rent, pure utilities, purchase balance adjustment, and what is still left to pay.',
|
||||
payNowTitle: 'Pay now',
|
||||
payNowBody:
|
||||
'Your current-cycle summary stays here so you can see the number that matters first.',
|
||||
yourBalanceBody: 'Current cycle breakdown.',
|
||||
payNowTitle: 'This month',
|
||||
payNowBody: '',
|
||||
homeDueTitle: 'Due',
|
||||
homeSettledTitle: 'Settled',
|
||||
currentCycleLabel: 'Current cycle',
|
||||
cycleTotalLabel: 'Cycle total',
|
||||
cycleBillLabel: 'Cycle bill',
|
||||
balanceAdjustmentLabel: 'Balance adjustment',
|
||||
pureUtilitiesLabel: 'Pure utilities',
|
||||
utilitiesBalanceLabel: 'Utilities + balance',
|
||||
rentAdjustedTotalLabel: 'Rent after adjustment',
|
||||
utilitiesAdjustedTotalLabel: 'Utilities after adjustment',
|
||||
paidThisCycleLabel: 'Paid this cycle',
|
||||
rentPaidLabel: 'Rent paid',
|
||||
utilitiesPaidLabel: 'Utilities paid',
|
||||
dueOnLabel: 'Due {date}',
|
||||
upcomingLabel: 'Upcoming',
|
||||
notBilledYetLabel: 'Not billed yet',
|
||||
baseDue: 'Base due',
|
||||
finalDue: 'Final due',
|
||||
houseSnapshotTitle: 'House totals',
|
||||
@@ -338,17 +346,25 @@ export const dictionary = {
|
||||
ledgerEntries: 'Записи леджера',
|
||||
pendingRequests: 'Ожидают подтверждения',
|
||||
yourBalanceTitle: 'Твой баланс',
|
||||
yourBalanceBody:
|
||||
'Здесь отдельно видно аренду, чистую коммуналку, поправку по покупкам и то, что осталось оплатить.',
|
||||
payNowTitle: 'К оплате сейчас',
|
||||
payNowBody:
|
||||
'Здесь остаётся только короткая сводка по текущему циклу, чтобы сразу видеть нужную сумму.',
|
||||
yourBalanceBody: 'Разбор по текущему циклу.',
|
||||
payNowTitle: 'Этот месяц',
|
||||
payNowBody: '',
|
||||
homeDueTitle: 'К оплате',
|
||||
homeSettledTitle: 'Закрыто',
|
||||
currentCycleLabel: 'Текущий цикл',
|
||||
cycleTotalLabel: 'Всего за цикл',
|
||||
cycleBillLabel: 'Счёт за цикл',
|
||||
balanceAdjustmentLabel: 'Поправка по балансу',
|
||||
pureUtilitiesLabel: 'Чистая коммуналка',
|
||||
utilitiesBalanceLabel: 'Коммуналка + баланс',
|
||||
rentAdjustedTotalLabel: 'Аренда после зачёта',
|
||||
utilitiesAdjustedTotalLabel: 'Коммуналка после зачёта',
|
||||
paidThisCycleLabel: 'Оплачено за цикл',
|
||||
rentPaidLabel: 'По аренде оплачено',
|
||||
utilitiesPaidLabel: 'По коммуналке оплачено',
|
||||
dueOnLabel: 'Срок {date}',
|
||||
upcomingLabel: 'Ещё не срок',
|
||||
notBilledYetLabel: 'Ещё не начислено',
|
||||
baseDue: 'База к оплате',
|
||||
finalDue: 'Итог к оплате',
|
||||
houseSnapshotTitle: 'Сводка по дому',
|
||||
|
||||
Reference in New Issue
Block a user