yo-next-auth/locales/uk/db.ts

16 lines
683 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
error: {
update: {
user_data: 'Не вдалося оновити дані користувача! Будь ласка, спробуйте ще раз, оновивши сторінку!',
user_password: 'Не вдалося оновити пароль користувача! Будь ласка, спробуйте ще раз, оновивши сторінку!',
},
common: {
something_wrong: 'Отакої! Щось пішло не так. Будь ласка, спробуйте ще раз.',
},
},
success: {
update: {
password_updated: 'Пароль успішно оновлено!',
},
},
} as const