mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 02:54:04 +00:00
feat(member): add household lifecycle states
This commit is contained in:
@@ -138,6 +138,13 @@ export const dictionary = {
|
||||
savingCategory: 'Saving…',
|
||||
adminsTitle: 'Admins',
|
||||
adminsBody: 'Promote trusted household members so they can manage billing and approvals.',
|
||||
memberStatusLabel: 'Member status',
|
||||
saveMemberStatusAction: 'Save status',
|
||||
savingMemberStatus: 'Saving status…',
|
||||
memberStatusActive: 'Active',
|
||||
memberStatusAway: 'Away',
|
||||
memberStatusLeft: 'Left',
|
||||
memberStatusSummary: 'Your household status: {status}.',
|
||||
rentWeightLabel: 'Rent weight',
|
||||
saveRentWeightAction: 'Save rent weight',
|
||||
savingRentWeight: 'Saving weight…',
|
||||
@@ -296,6 +303,13 @@ export const dictionary = {
|
||||
adminsTitle: 'Админы',
|
||||
adminsBody:
|
||||
'Повышай доверенных участников, чтобы они могли управлять биллингом и подтверждениями.',
|
||||
memberStatusLabel: 'Статус участника',
|
||||
saveMemberStatusAction: 'Сохранить статус',
|
||||
savingMemberStatus: 'Сохраняем статус…',
|
||||
memberStatusActive: 'Активный',
|
||||
memberStatusAway: 'В отъезде',
|
||||
memberStatusLeft: 'Выехал',
|
||||
memberStatusSummary: 'Твой статус в household: {status}.',
|
||||
rentWeightLabel: 'Вес аренды',
|
||||
saveRentWeightAction: 'Сохранить вес аренды',
|
||||
savingRentWeight: 'Сохраняем вес…',
|
||||
|
||||
Reference in New Issue
Block a user