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

View File

@@ -0,0 +1,15 @@
export default {
follow: 'Follow the link',
click: 'Click',
here: 'here',
confirmed_email: 'to confirm email',
subject: {
send_verification_email: 'Complete email verification for site {site_name}',
},
body: {
send_verification_email: {
p1: 'You just signed up for {site_name}',
p2: 'If you have not registered on this site, simply ignore this message.',
},
},
} as const

View File

@@ -0,0 +1,15 @@
export default {
follow: 'Перейдіть за посиланням',
click: 'Клацніть',
here: 'тут',
confirmed_email: 'для підтвердження електронної пошти',
subject: {
send_verification_email: 'Завершіть верифікацію Вашої електронної пошти для сайту {site_name}',
},
body: {
send_verification_email: {
p1: 'Ви щойно зареструвалися на сайті {site_name}',
p2: 'Якщо Ви не реєструвалися на цьому сайті, просто проігноруйте дане повідомлення.',
},
},
} as const