mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:04:02 +00:00
feat(miniapp): show topic routing in admin settings
This commit is contained in:
@@ -71,6 +71,15 @@ export const dictionary = {
|
||||
latestActivityEmpty: 'Recent utility and purchase entries will appear here.',
|
||||
householdSettingsTitle: 'Household settings',
|
||||
householdSettingsBody: 'Control household defaults and approve roommates who requested access.',
|
||||
topicBindingsTitle: 'Topic bindings',
|
||||
topicBindingsBody:
|
||||
'Review which Telegram topics are currently connected for purchases, feedback, reminders, and payments.',
|
||||
topicPurchase: 'Purchases',
|
||||
topicFeedback: 'Feedback',
|
||||
topicReminders: 'Reminders',
|
||||
topicPayments: 'Payments',
|
||||
topicBound: 'Bound',
|
||||
topicUnbound: 'Unbound',
|
||||
billingSettingsTitle: 'Billing settings',
|
||||
settlementCurrency: 'Settlement currency',
|
||||
billingCycleTitle: 'Current billing cycle',
|
||||
@@ -194,6 +203,15 @@ export const dictionary = {
|
||||
latestActivityEmpty: 'Здесь появятся последние коммунальные платежи и покупки.',
|
||||
householdSettingsTitle: 'Настройки household',
|
||||
householdSettingsBody: 'Здесь можно менять язык household и подтверждать новых соседей.',
|
||||
topicBindingsTitle: 'Привязанные топики',
|
||||
topicBindingsBody:
|
||||
'Проверь, какие Telegram-топики сейчас подключены для покупок, обратной связи, напоминаний и оплат.',
|
||||
topicPurchase: 'Покупки',
|
||||
topicFeedback: 'Обратная связь',
|
||||
topicReminders: 'Напоминания',
|
||||
topicPayments: 'Оплаты',
|
||||
topicBound: 'Привязан',
|
||||
topicUnbound: 'Не привязан',
|
||||
billingSettingsTitle: 'Настройки биллинга',
|
||||
settlementCurrency: 'Валюта расчёта',
|
||||
billingCycleTitle: 'Текущий billing cycle',
|
||||
|
||||
Reference in New Issue
Block a user