mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:54:02 +00:00
feat(miniapp): add cycle-level billing controls
This commit is contained in:
@@ -55,6 +55,22 @@ export const dictionary = {
|
||||
householdSettingsTitle: 'Household settings',
|
||||
householdSettingsBody: 'Control household defaults and approve roommates who requested access.',
|
||||
billingSettingsTitle: 'Billing settings',
|
||||
billingCycleTitle: 'Current billing cycle',
|
||||
billingCycleEmpty: 'No open cycle',
|
||||
billingCycleStatus: 'Current cycle currency: {currency}',
|
||||
billingCycleOpenHint: 'Open a cycle before entering rent and utility bills.',
|
||||
billingCyclePeriod: 'Cycle period',
|
||||
openCycleAction: 'Open cycle',
|
||||
openingCycle: 'Opening cycle…',
|
||||
closeCycleAction: 'Close cycle',
|
||||
closingCycle: 'Closing cycle…',
|
||||
saveCycleRentAction: 'Save current cycle rent',
|
||||
savingCycleRent: 'Saving rent…',
|
||||
utilityCategoryLabel: 'Utility category',
|
||||
utilityAmount: 'Utility amount',
|
||||
addUtilityBillAction: 'Add utility bill',
|
||||
savingUtilityBill: 'Saving utility bill…',
|
||||
utilityBillsEmpty: 'No utility bills recorded for this cycle yet.',
|
||||
rentAmount: 'Rent amount',
|
||||
rentDueDay: 'Rent due day',
|
||||
rentWarningDay: 'Rent warning day',
|
||||
@@ -141,6 +157,22 @@ export const dictionary = {
|
||||
householdSettingsTitle: 'Настройки household',
|
||||
householdSettingsBody: 'Здесь можно менять язык household и подтверждать новых соседей.',
|
||||
billingSettingsTitle: 'Настройки биллинга',
|
||||
billingCycleTitle: 'Текущий billing cycle',
|
||||
billingCycleEmpty: 'Нет открытого цикла',
|
||||
billingCycleStatus: 'Валюта текущего цикла: {currency}',
|
||||
billingCycleOpenHint: 'Открой цикл перед тем, как вносить аренду и коммунальные счета.',
|
||||
billingCyclePeriod: 'Период цикла',
|
||||
openCycleAction: 'Открыть цикл',
|
||||
openingCycle: 'Открываем цикл…',
|
||||
closeCycleAction: 'Закрыть цикл',
|
||||
closingCycle: 'Закрываем цикл…',
|
||||
saveCycleRentAction: 'Сохранить аренду для цикла',
|
||||
savingCycleRent: 'Сохраняем аренду…',
|
||||
utilityCategoryLabel: 'Категория коммуналки',
|
||||
utilityAmount: 'Сумма коммуналки',
|
||||
addUtilityBillAction: 'Добавить коммунальный счёт',
|
||||
savingUtilityBill: 'Сохраняем счёт…',
|
||||
utilityBillsEmpty: 'Для этого цикла пока нет коммунальных счетов.',
|
||||
rentAmount: 'Сумма аренды',
|
||||
rentDueDay: 'День оплаты аренды',
|
||||
rentWarningDay: 'День напоминания по аренде',
|
||||
|
||||
Reference in New Issue
Block a user