mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:04:02 +00:00
feat(miniapp): add household general settings
This commit is contained in:
@@ -30,6 +30,10 @@ export const dictionary = {
|
||||
reload: 'Retry',
|
||||
language: 'Language',
|
||||
householdLanguage: 'Household language',
|
||||
generalSettingsBody:
|
||||
'Household identity, default language, and personal profile controls live here.',
|
||||
householdNameLabel: 'Household name',
|
||||
householdNameHint: 'This appears in the mini app, join flow, and bot responses.',
|
||||
savingLanguage: 'Saving…',
|
||||
onLabel: 'On',
|
||||
offLabel: 'Off',
|
||||
@@ -37,6 +41,7 @@ export const dictionary = {
|
||||
balances: 'Balances',
|
||||
ledger: 'Ledger',
|
||||
house: 'House',
|
||||
houseSectionGeneral: 'General',
|
||||
houseSectionBilling: 'Billing',
|
||||
houseSectionUtilities: 'Utilities',
|
||||
houseSectionMembers: 'Members',
|
||||
@@ -292,6 +297,9 @@ export const dictionary = {
|
||||
reload: 'Повторить',
|
||||
language: 'Язык',
|
||||
householdLanguage: 'Язык дома',
|
||||
generalSettingsBody: 'Здесь живут имя дома, язык по умолчанию и доступ к личному профилю.',
|
||||
householdNameLabel: 'Название дома',
|
||||
householdNameHint: 'Показывается в mini app, при вступлении и в ответах бота.',
|
||||
savingLanguage: 'Сохраняем…',
|
||||
onLabel: 'Вкл',
|
||||
offLabel: 'Выкл',
|
||||
@@ -299,6 +307,7 @@ export const dictionary = {
|
||||
balances: 'Баланс',
|
||||
ledger: 'Леджер',
|
||||
house: 'Дом',
|
||||
houseSectionGeneral: 'Общее',
|
||||
houseSectionBilling: 'Биллинг',
|
||||
houseSectionUtilities: 'Коммуналка',
|
||||
houseSectionMembers: 'Участники',
|
||||
|
||||
Reference in New Issue
Block a user