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) • 916 B
JSON
{
"APP_NAME": "<%= props.appName %>",
"About": "关于",
"Hello world !": "你好世界!",
"Home": "首页",
<% if (props.ui === 'ionic') { -%>
"Cancel": "取消",
"Change language": "切换语言",
"Language": "语言",
"Ok": "确定",
<% if (props.layout === 'tabs') { -%>
"Settings": "设置",
"Notifications": "通知",
"Preferences": "首选项",
"Account": "帐号",
<% if (props.auth) { -%>
"Profile": "个人简历",
<% } -%>
<% } -%>
<% } -%>
<% if (props.auth) { -%>
<% if (props.ui !== 'ionic') { -%>
"Logged in as": "登录为",
<% } -%>
"Login": "登录",
"Logout": "注销",
"Password": "密码",
"Password is required": "密码必须填写",
"Username": "用户名",
"Username is required": "输入用户名必填",
"Username or password incorrect": "用户名或密码不对",
"Remember me": "记住我",
<% } -%>
"Version": "版本"
}