sintonia_webapp/resources/js/locale/it/login.ts

9 lines
No EOL
189 B
TypeScript

export const loginIt = {
title: 'Login',
subtitle: 'Subtitle',
username: 'Nome utente',
password: 'Password',
errors: {
required: 'Il campo è richiesto'
}
}