9 lines
No EOL
189 B
TypeScript
9 lines
No EOL
189 B
TypeScript
export const loginIt = {
|
|
title: 'Login',
|
|
subtitle: 'Subtitle',
|
|
username: 'Nome utente',
|
|
password: 'Password',
|
|
errors: {
|
|
required: 'Il campo è richiesto'
|
|
}
|
|
} |