feat(UserCreate): add loading animation

This commit is contained in:
2025-06-25 14:09:51 +05:00
parent 919758ab69
commit a7e813b447
2 changed files with 26 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ i18n
VIEWER: 'Viewer',
nameLogin: 'Name, login',
createdAt: 'Created',
saving: 'Saving...',
createdAccountMessage: 'User successfully created!',
},
},
ru: {
@@ -86,6 +88,8 @@ i18n
VIEWER: 'Наблюдатель',
nameLogin: 'Имя, Логин',
createdAt: 'Создано',
saving: 'Сохранение...',
createdAccountMessage: 'Пользователь успешно создан!'
},
},
},