generator-ngx-rocket
Version:
Extensible Angular 13+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!
36 lines (35 loc) • 969 B
JSON
{
"APP_NAME": "<%= props.appName %>",
"About": "Informazioni",
"Hello world !": "Ciao Mondo !",
"Home": "Inizio",
<% if (props.ui === 'ionic') { -%>
"Cancel": "Cancella",
"Change language": "Cambia lingua",
"Language": "Lingua",
"Ok": "Ok",
<% if (props.layout === 'tabs') { -%>
"Settings": "Settaggi",
"Notifications": "Notificazioni",
"Preferences": "Preferenze",
"Account": "Account",
<% if (props.auth) { -%>
"Profile": "Profilo",
<% } -%>
<% } -%>
<% } -%>
<% if (props.auth) { -%>
<% if (props.ui !== 'ionic') { -%>
"Logged in as": "Autenticato come",
<% } -%>
"Login": "Entrare",
"Logout": "Uscire",
"Password": "Password",
"Password is required": "La password é richiesta",
"Username": "Identificativo",
"Username is required": "L'identificativo é richiesto",
"Username or password incorrect.": "Identificativo o password incorretti.",
"Remember me": "Ricordami",
<% } -%>
"Version": "Versione"
}