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) • 978 B
JSON
{
"APP_NAME": "<%= props.appName %>",
"About": "Über",
"Hello world !": "Hallo welt !",
"Home": "Startseite",
<% if (props.ui === 'ionic') { -%>
"Cancel": "Abbrechen",
"Change language": "Sprache wechseln",
"Language": "Sprache",
"Ok": "Ok",
<% if (props.layout === 'tabs') { -%>
"Settings": "Einstellungen",
"Notifications": "Mitteilung",
"Preferences": "Nutzerpreferenzen",
"Account": "Konto",
<% if (props.auth) { -%>
"Profile": "Profil",
<% } -%>
<% } -%>
<% } -%>
<% if (props.auth) { -%>
<% if (props.ui !== 'ionic') { -%>
"Logged in as": "Angemeldet als",
<% } -%>
"Login": "Anmelden",
"Logout": "Abmelden",
"Password": "Passwort",
"Password is required": "Passwort wird benötigt",
"Username": "Benutzername",
"Username is required": "Benutzername wird benötigt",
"Username or password incorrect.": "Benutzername oder Passwort falsch.",
"Remember me": "Eingeloggt bleiben",
<% } -%>
"Version": "Version"
}