finished reset password & other changes

This commit is contained in:
2024-04-24 22:37:55 +03:00
parent b1ad7b5c3e
commit 53cadc289a
58 changed files with 1520 additions and 349 deletions

13
locales/uk/form.ts Normal file
View File

@@ -0,0 +1,13 @@
export default {
label: {
email: 'Електронна пошта',
password: 'Пароль',
confirm_password: 'Підтвердьте пароль',
login: 'Лоґін',
name: 'Ім\'я та прізвище',
},
placeholder: {
email: 'dead.end@acme.com',
name: 'Джон Доу',
},
} as const