finished reset password & other changes
This commit is contained in:
13
locales/uk/form.ts
Normal file
13
locales/uk/form.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
label: {
|
||||
email: 'Електронна пошта',
|
||||
password: 'Пароль',
|
||||
confirm_password: 'Підтвердьте пароль',
|
||||
login: 'Лоґін',
|
||||
name: 'Ім\'я та прізвище',
|
||||
},
|
||||
placeholder: {
|
||||
email: 'dead.end@acme.com',
|
||||
name: 'Джон Доу',
|
||||
},
|
||||
} as const
|
||||
Reference in New Issue
Block a user