diff --git a/src/account/account.component.html b/src/account/account.component.html index 23081d95d840d63581d9dc76f917e69db490d880..5a157a7fc978cbdc0cea002a10fbaa8dd19b4871 100644 --- a/src/account/account.component.html +++ b/src/account/account.component.html @@ -26,7 +26,7 @@ - diff --git a/src/account/login/login.component.html b/src/account/login/login.component.html index 02dde5654f40a33d69131165533afcac0ae7f6ee..30575e2a34c5861fc1ad605a4d4465b9d27e1133 100644 --- a/src/account/login/login.component.html +++ b/src/account/login/login.component.html @@ -16,12 +16,12 @@

密码

- + diff --git a/src/account/login/login.component.ts b/src/account/login/login.component.ts index 10424ce1b83ad500de3d2cd7691e6d51febbf2d3..f100b982717f54651c0fca65d38f460a5dffc6ac 100644 --- a/src/account/login/login.component.ts +++ b/src/account/login/login.component.ts @@ -82,7 +82,7 @@ export class LoginComponent extends AppComponentBase implements OnInit { } ngOnInit(): void { - this.titleSrvice.setTitle(this.l('LogIn')); + this.titleSrvice.setTitle('登录'); if (this._abpSessionService.userId > 0 && UrlHelper.getReturnUrl()) { this._sessionAppService.updateUserSignInToken() .subscribe((result: UpdateUserSignInTokenOutput) => { diff --git a/src/account/passwords/forgot-password.component.html b/src/account/passwords/forgot-password.component.html index e964b61559ee97e6be00ed5328ead79ec48685a8..655f1b84a97cec940003a627afec8efaca389095 100644 --- a/src/account/passwords/forgot-password.component.html +++ b/src/account/passwords/forgot-password.component.html @@ -1,16 +1,16 @@
- +
- + + [placeholder]="'邮箱地址'" autoFocus required maxlength="255" type="email" email> {{l('NotEmail')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -18,11 +18,11 @@ - + diff --git a/src/account/passwords/forgot-password.component.ts b/src/account/passwords/forgot-password.component.ts index bf03ffa92cb3816ba35e3da0dbe3844a8ae249be..11df55370ce103f5ec1eb79a6b5647af4b4fa59a 100644 --- a/src/account/passwords/forgot-password.component.ts +++ b/src/account/passwords/forgot-password.component.ts @@ -30,7 +30,7 @@ export class ForgotPasswordComponent extends AppComponentBase implements OnInit ngOnInit(): void { - this.titleSrvice.setTitle(this.l('ForgotPassword')); + this.titleSrvice.setTitle(this.不记得密码了?); } save(): void { @@ -44,7 +44,7 @@ export class ForgotPasswordComponent extends AppComponentBase implements OnInit ) .subscribe(() => { this.message - .success(this.l('PasswordResetMailSentMessage'), this.l('MailSent')) + .success('已向您的邮箱发送了一封密码重置邮件,请查收.', '邮件已发送') .done(() => { this._router.navigate(['account/login']); }); diff --git a/src/account/passwords/reset-password.component.html b/src/account/passwords/reset-password.component.html index 373d04f6898b776c1ea28944fc531047fd479ec3..3052f2edf1c5145a288115d964231037ac10cc1f 100644 --- a/src/account/passwords/reset-password.component.html +++ b/src/account/passwords/reset-password.component.html @@ -3,23 +3,23 @@
- {{l('ChangePassword')}} + 修改密码
- + - - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MaxLength')}} {{l('MinLength')}} @@ -30,11 +30,11 @@ - {{l('PasswordsDontMatch')}} + 两次密码不一致 @@ -43,11 +43,11 @@ diff --git a/src/account/register/register.component.html b/src/account/register/register.component.html index 976af88b0d14ac6097d0f6e31d3330c81ae0182c..dcd268fb060a31b39d9628114bc728d7b012e975 100644 --- a/src/account/register/register.component.html +++ b/src/account/register/register.component.html @@ -16,10 +16,10 @@ @@ -28,11 +28,11 @@ @@ -43,11 +43,11 @@ + [placeholder]="'邮箱地址'" required email> {{l('NotEmail')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -57,11 +57,11 @@ - - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -71,10 +71,10 @@ + [placeholder]="'密码'" required maxlength="32" minlength="6"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} @@ -89,7 +89,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('LengthError')}} @@ -108,7 +108,7 @@ - {{l("Back")}} + 返回 diff --git a/src/account/register/register.component.ts b/src/account/register/register.component.ts index bd58ad590b21ae9a8b42cf2bcd9580578a42b83f..c015d443a24a6af4b4c32344bef5bb73d0b7c9a3 100644 --- a/src/account/register/register.component.ts +++ b/src/account/register/register.component.ts @@ -63,7 +63,7 @@ export class RegisterComponent extends AppComponentBase implements OnInit { } ngOnInit(): void { - this.titleSrvice.setTitle(this.l('CreateAnAccount')); + this.titleSrvice.setTitle('注册'); if (!this.appSession.tenant) { this.back(); @@ -92,7 +92,7 @@ export class RegisterComponent extends AppComponentBase implements OnInit { }) .subscribe((result: RegisterOutput) => { if (!result.canLogin) { - this.notify.success(this.l('SuccessfullyRegistered')); + this.notify.success('注册成功'); this._router.navigate(['/login']); return; } diff --git a/src/account/tenant-register/tenant-register.component.html b/src/account/tenant-register/tenant-register.component.html index 8f290f1043e88fc659708cac6fcacd86e111482b..56c87d5487745dfb62dd316d2b44ebfd4180884e 100644 --- a/src/account/tenant-register/tenant-register.component.html +++ b/src/account/tenant-register/tenant-register.component.html @@ -20,10 +20,10 @@ + [placeholder]="'租户编码'" required expression="^[a-zA-Z][a-zA-Z0-9_-]{1,}$"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('ExpressionCheckFailed')}} @@ -35,10 +35,10 @@ + [placeholder]="'租户显示名称'" required maxlength="32"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 --> @@ -51,7 +51,7 @@ [placeholder]="l('AdminUserName')" required maxlength="32"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 --> @@ -61,11 +61,11 @@ + [placeholder]="'管理员邮箱'" required email> {{l('NotEmail')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 --> @@ -75,10 +75,10 @@ + [placeholder]="'密码'" required maxlength="32" minlength="6"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} @@ -93,7 +93,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('LengthError')}} @@ -113,7 +113,7 @@ - {{l("Back")}} + 返回 diff --git a/src/account/tenant-register/tenant-register.component.ts b/src/account/tenant-register/tenant-register.component.ts index da0ee5f5106b2788c909811735bfb98b4b815e3d..ae3584bd4bff9bf1acebfd52f43db0f2058dcbcc 100644 --- a/src/account/tenant-register/tenant-register.component.ts +++ b/src/account/tenant-register/tenant-register.component.ts @@ -80,7 +80,7 @@ export class TenantRegisterComponent extends AppComponentBase // }), // ) // .subscribe(result => { - // this.notify.success(this.l('SavedSuccessfully')); + // this.notify.success('保存成功.'); // abp.multiTenancy.setTenantIdCookie(result.tenantId); // // 租户默认激活,并且登陆没有使用验证码,自动登陆 diff --git a/src/account/tenant/tenant-change-modal.component.html b/src/account/tenant/tenant-change-modal.component.html index 2ccc8f943b54c245493d21692c2b08cf619e2d7e..be6c5124776c0c48399426ad246535b319bdd660 100644 --- a/src/account/tenant/tenant-change-modal.component.html +++ b/src/account/tenant/tenant-change-modal.component.html @@ -1,7 +1,7 @@ @@ -9,13 +9,13 @@
- {{l("TenancyName")}} + 租户名称 - + - {{l("LeaveEmptyToSwitchToHost")}} + 想要切换到宿主请留空 @@ -23,11 +23,11 @@ diff --git a/src/account/tenant/tenant-change.component.html b/src/account/tenant/tenant-change.component.html index a80b5574f9164b8772fcbd7e8ba18750f4899780..9a6c96cad5314724fe9c707be211f2b9e778df0e 100644 --- a/src/account/tenant/tenant-change.component.html +++ b/src/account/tenant/tenant-change.component.html @@ -1,13 +1,13 @@
- {{l("CurrentTenant")}}: + 当前租户名称: {{tenancyName}} - {{l("NotSelected")}} + 未选择 ( - {{l("Change")}}) + 修改)
diff --git a/src/app/admin/audit-logs/audit-logs-detail/audit-logs-detail.component.html b/src/app/admin/audit-logs/audit-logs-detail/audit-logs-detail.component.html index 67865ec207e05a4592cb85cca7b882eeba5be458..d439f43cabfe46ea8c25e788d5ff7b0db09a71a4 100644 --- a/src/app/admin/audit-logs/audit-logs-detail/audit-logs-detail.component.html +++ b/src/app/admin/audit-logs/audit-logs-detail/audit-logs-detail.component.html @@ -1,14 +1,14 @@
-

{{l("UserInformations")}}

+

用户信息

- +
{{auditLog.userName}} @@ -16,7 +16,7 @@
- +
{{auditLog.clientIpAddress}} @@ -24,7 +24,7 @@
- +
{{auditLog.clientName}} @@ -32,7 +32,7 @@
- +
{{auditLog.browserInfo}} @@ -50,10 +50,10 @@
-

{{l("ActionInformations")}}

+

操作信息

- +
{{auditLog.serviceName}} @@ -61,7 +61,7 @@
- +
{{auditLog.methodName}} @@ -69,7 +69,7 @@
- +
{{getExecutionTime()}} @@ -77,7 +77,7 @@
- +
{{getDurationAsMs()}} @@ -85,7 +85,7 @@
- +
{{getFormattedParameters()}}
@@ -95,10 +95,10 @@
-

{{l("CustomData")}}

+

自定义数据

- +
{{auditLog.customData}} @@ -108,11 +108,11 @@
-

{{l("ErrorState")}}

+

错误状态

- - + +
@@ -121,6 +121,6 @@ diff --git a/src/app/admin/audit-logs/audit-logs.component.html b/src/app/admin/audit-logs/audit-logs.component.html index 8c97ad6fc52f75c914b1bf690cd9b4310d4aa788..00833453511d36378e5ec44255e591f5ec063bc6 100644 --- a/src/app/admin/audit-logs/audit-logs.component.html +++ b/src/app/admin/audit-logs/audit-logs.component.html @@ -1,15 +1,15 @@ - + - {{l("UserName")}} + 用户名 - + @@ -22,8 +22,8 @@ (nzPageIndexChange)="refresh()" (nzPageSizeChange)="refresh()"> - {{l('Select')}} - {{ l('Name')}} + 选择 + 名字 @@ -31,7 +31,7 @@ {{item.name}} @@ -39,5 +39,5 @@ diff --git a/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.html b/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.html index e280a863f1fe21653e2ad3fc9ed7c4d9cdcd5a63..bafb8ba3b21ade91a186595a3cb581705e9d6421 100644 --- a/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.html +++ b/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.html @@ -1,9 +1,9 @@ @@ -11,55 +11,55 @@
- + - {{l('EditionName')}} + 版本名称 - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - + - - + + - + diff --git a/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.ts b/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.ts index b901c00fd2a25f0adbc03c582299f3d342064a75..5a2299ff1f79eec303149cb089ff2303d61d161e 100644 --- a/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.ts +++ b/src/app/admin/editions/create-or-edit-edition/create-or-edit-edition.component.ts @@ -87,7 +87,7 @@ export class CreateOrEditEditionComponent extends ModalComponentBase implements this._editionService.createOrUpdateEdition(input) .pipe(finalize(() => this.saving = false)) .subscribe(() => { - this.notify.success(this.l('SavedSuccessfully')); + this.notify.success('保存成功.'); this.saving = false; this.success(); }); diff --git a/src/app/admin/editions/editions.component.html b/src/app/admin/editions/editions.component.html index b2dfb86f8ea2e9113d9569604542603935288fe0..2032eca64ec47a7a0a32556da9aa7478faa3e623 100644 --- a/src/app/admin/editions/editions.component.html +++ b/src/app/admin/editions/editions.component.html @@ -51,7 +51,7 @@ - {{l('Edition')}} + 版本 {{l('EditionName')}} diff --git a/src/app/admin/editions/editions.component.ts b/src/app/admin/editions/editions.component.ts index 5d5b5fd0f1aacef7d48e15231bfa7854afcb6bce..2af8f4672ae50d0cefdeaf339bc7ec2a3d9345d6 100644 --- a/src/app/admin/editions/editions.component.ts +++ b/src/app/admin/editions/editions.component.ts @@ -64,12 +64,12 @@ export class EditionsComponent extends PagedListingComponentBase delete(entity: EditionListDto) { this.message.confirm( this.l('EditionDeleteWarningMessage', entity.displayName), - this.l('MessageConfirmOperation'), + '确认操作', isConfirmed => { if (isConfirmed) { this._editionService.deleteEdition(entity.id).subscribe(() => { this.refresh(); - this.notify.success(this.l('SuccessfullyDeleted')); + this.notify.success('删除成功.'); }); } } diff --git a/src/app/admin/host-settings/host-settings.component.html b/src/app/admin/host-settings/host-settings.component.html index 4cfcd9c47ec0d7dfbc1b9e4f23cfebcc21c4fb24..3efebe9b45e350f513b4ce9a9bb63b22b101bcd8 100644 --- a/src/app/admin/host-settings/host-settings.component.html +++ b/src/app/admin/host-settings/host-settings.component.html @@ -1,9 +1,9 @@ - {{l('Settings')}} + 设置 - {{l('SettingsHeaderInfo')}} + 显示和修改程序设置. @@ -205,7 +205,7 @@ email maxlength="128"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -220,7 +220,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -234,7 +234,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -247,7 +247,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -267,7 +267,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -281,7 +281,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -295,7 +295,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -316,7 +316,7 @@ --> diff --git a/src/app/admin/language-texts/edit-language-text/edit-language-text.component.html b/src/app/admin/language-texts/edit-language-text/edit-language-text.component.html index e2d401b4a758e853debace025c1fd15b1368be79..526be59c1c9a4f877281b7ad76c8880195e5af2f 100644 --- a/src/app/admin/language-texts/edit-language-text/edit-language-text.component.html +++ b/src/app/admin/language-texts/edit-language-text/edit-language-text.component.html @@ -1,12 +1,12 @@
-

{{l("Key")}}

+

键值

{{data.key}}

@@ -33,10 +33,10 @@ diff --git a/src/app/admin/languages/create-or-edit-language/create-or-edit-language.component.html b/src/app/admin/languages/create-or-edit-language/create-or-edit-language.component.html index 693b5c6cfe63d1b481cb6522641ad4206718c6fc..f3927daa69868762fce05734d67696fedf7ff493 100644 --- a/src/app/admin/languages/create-or-edit-language/create-or-edit-language.component.html +++ b/src/app/admin/languages/create-or-edit-language/create-or-edit-language.component.html @@ -23,7 +23,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -46,7 +46,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 --> @@ -67,11 +67,11 @@ diff --git a/src/app/admin/organization-units/create-or-edit-organiaztion-unit/create-or-edit-organiaztion-unit.component.html b/src/app/admin/organization-units/create-or-edit-organiaztion-unit/create-or-edit-organiaztion-unit.component.html index 9c5d651f72c24531fea7677c017e5633fb45b505..92cfb154e16969f3d6ebeb7d5a6f1e9cfcb07f2a 100644 --- a/src/app/admin/organization-units/create-or-edit-organiaztion-unit/create-or-edit-organiaztion-unit.component.html +++ b/src/app/admin/organization-units/create-or-edit-organiaztion-unit/create-or-edit-organiaztion-unit.component.html @@ -2,8 +2,8 @@ - - - diff --git a/src/app/admin/roles/roles.component.html b/src/app/admin/roles/roles.component.html index 5b0237c153a43c5fa0fed198641ce3ac14cf8b08..3cbe88148c6344703f258463fe0e7a9182d786c6 100644 --- a/src/app/admin/roles/roles.component.html +++ b/src/app/admin/roles/roles.component.html @@ -1,4 +1,4 @@ - + @@ -11,7 +11,7 @@ + [placeholder]="'搜索...'"> @@ -67,11 +67,11 @@ - {{l('ClearEmpty')}} + 清空 - {{l('Refresh')}} + 刷新 @@ -97,14 +97,14 @@ - {{l('RoleName')}} + 角色名称 - {{l('CreationTime')}} + 创建时间 - {{l('Actions')}} + 交易状态 @@ -118,8 +118,8 @@ {{item.displayName}} - {{l('Static')}} - {{l('Default')}} + 系统 + 默认 @@ -132,17 +132,17 @@ - {{l('Edit')}} + 修改 - + - {{l('Delete')}} + 删除 diff --git a/src/app/admin/tenant-settings/tenant-settings.component.html b/src/app/admin/tenant-settings/tenant-settings.component.html index 3c2869999c4f8fca109cf2724827dc06fa30c34e..3da489d8845aed85deaf9ca14787f1f9bf7167a5 100644 --- a/src/app/admin/tenant-settings/tenant-settings.component.html +++ b/src/app/admin/tenant-settings/tenant-settings.component.html @@ -110,7 +110,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -124,7 +124,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -136,9 +136,9 @@ + [placeholder]="'密码'" maxlength="128"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -234,7 +234,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -249,7 +249,7 @@ [(ngModel)]="settings.email.defaultFromDisplayName" maxlength="128"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -263,7 +263,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -292,7 +292,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -306,7 +306,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -320,7 +320,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} diff --git a/src/app/admin/tenants/create-tenant/create-tenant.component.html b/src/app/admin/tenants/create-tenant/create-tenant.component.html index ad6902ead5636fe62de4b96724c1d2f62b8eaf74..14a4f92acd91c2d9e491256260448f678ea4f132 100644 --- a/src/app/admin/tenants/create-tenant/create-tenant.component.html +++ b/src/app/admin/tenants/create-tenant/create-tenant.component.html @@ -1,5 +1,5 @@ @@ -7,50 +7,50 @@ - {{l('TenancyName')}} + 租户名称 - - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - {{l('DisplayTenancyName')}} + 租户显示名称 - + - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - + - {{l('DatabaseConnectionString')}} + 数据库连接字符串 + [placeholder]="'数据库连接字符串'"> - {{l('AdminEmailAddress')}} + 管理员邮箱 + [placeholder]="'邮箱地址'" required email> {{l('NotEmail')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -66,26 +66,26 @@ - {{l('Password')}} + 密码 - {{l('minlength')}} {{l('maxlength')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - {{l('ConfirmPassword')}} + 确认密码 + [placeholder]="'确认密码'" type="password" validateEqual="password" reverse="false" required> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('PasswordInconsistent')}} @@ -93,26 +93,26 @@ - {{l('Edition')}} + 版本 + [placeholder]="'请至少选择一项'"> - + - {{l('SubscriptionEndDateUtc')}} + 订阅结束时间 - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -120,33 +120,33 @@ + [nzDisabled]="edition&&edition.isFree">是否在试用期 + [(ngModel)]="model.shouldChangePasswordOnNextLogin">下次登录需要修改密码. - + - + diff --git a/src/app/admin/tenants/edit-tenant-features/edit-tenant-features.component.html b/src/app/admin/tenants/edit-tenant-features/edit-tenant-features.component.html index e0e909c7c6fafc9d448b7f6a205d92a5e5429de0..9fc0892530109882d11d5418629bbe6cbd6f0ce1 100644 --- a/src/app/admin/tenants/edit-tenant-features/edit-tenant-features.component.html +++ b/src/app/admin/tenants/edit-tenant-features/edit-tenant-features.component.html @@ -1,5 +1,5 @@ @@ -8,15 +8,15 @@ diff --git a/src/app/admin/tenants/edit-tenant/edit-tenant.component.html b/src/app/admin/tenants/edit-tenant/edit-tenant.component.html index 2f0b4ab8b80b66df977ec40c0b2cc55e50483f73..5eb150d7fed42fcdb9db45451945200ead1e93ef 100644 --- a/src/app/admin/tenants/edit-tenant/edit-tenant.component.html +++ b/src/app/admin/tenants/edit-tenant/edit-tenant.component.html @@ -1,6 +1,6 @@ @@ -10,48 +10,48 @@ - {{l('DisplayTenancyName')}} + 租户显示名称 - + - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - {{l('DatabaseConnectionString')}} + 数据库连接字符串 - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - {{l('Edition')}} + 版本 - + - + - {{l('SubscriptionEndDateUtc')}} + 订阅结束时间 - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -59,22 +59,22 @@ + [nzDisabled]="edition&&edition.isFree">是否在试用期 - + diff --git a/src/app/admin/tenants/tenants.component.html b/src/app/admin/tenants/tenants.component.html index 6bb4dbe89293d0e9e2ef993fd020202221ae5bc2..24b94c8cce0046c009d7ae30c7d0a2cb028302a0 100644 --- a/src/app/admin/tenants/tenants.component.html +++ b/src/app/admin/tenants/tenants.component.html @@ -1,4 +1,4 @@ - + @@ -9,12 +9,12 @@ - {{l('TenantNameOrTenancyCode')}} + 租客名或租客编号 + [placeholder]="'搜索...'"> - {{advancedFiltersVisible ? l('HideAdvancedFilters') : l('ShowAdvancedFilters')}} + {{advancedFiltersVisible ? '隐藏高级过滤' : '显示高级过滤'}} @@ -97,11 +97,11 @@ - {{l('ClearEmpty')}} + 清空 - {{l('Refresh')}} + 刷新 @@ -126,25 +126,25 @@ [nzIndeterminate]="checkboxIndeterminate" (nzCheckedChange)="checkAll($event)"> - {{l('TenancyCodeName')}} + 租户编码 - {{l('Name')}} + 名字 - {{l('Edition')}} + 版本列表 - {{l('SubscriptionEndUtc')}} + 订阅 - {{l('Active')}} + 激活 - {{l('CreationTime')}} + 创建时间 - {{l('Actions')}} + 操作 @@ -154,7 +154,7 @@ - + {{item.tenancyName}} @@ -170,7 +170,7 @@ + (ngModelChange)="updateIsActiveonChange(item)" [nzCheckedChildren]="l('Yes')" [nzUnCheckedChildren]="'否'"> @@ -181,17 +181,17 @@ - {{l('Edit')}} + 编辑 - + - {{l('Delete')}} + 删除 @@ -201,7 +201,7 @@ - {{l('More')}} + 更多... diff --git a/src/app/admin/users/create-or-edit-user/create-or-edit-user.component.html b/src/app/admin/users/create-or-edit-user/create-or-edit-user.component.html index dfe2a2a8d31506b288cc9e7f073d6af3e61a738e..192c0e800964c2c7e2c2b1ed719db56729b9bc78 100644 --- a/src/app/admin/users/create-or-edit-user/create-or-edit-user.component.html +++ b/src/app/admin/users/create-or-edit-user/create-or-edit-user.component.html @@ -2,8 +2,8 @@ @@ -11,25 +11,25 @@ - {{l('UserInformations')}} + 用户信息 - {{l("UserName")}} + 用户名 - + + [(ngModel)]="user.userName" [placeholder]="'用户名'" required maxlength="32"> {{l('ThisAdminUser')}} - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -58,17 +58,17 @@ - {{l("EmailAddress")}} + 邮箱地址 + [placeholder]="'邮箱地址'" type="email" required maxlength="256" email> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 - {{l('InvalidEmailAddress')}} + 邮箱地址无效 @@ -76,15 +76,15 @@ - {{l("PhoneNumber")}} + 电话号码 + [placeholder]="'电话号码'" maxlength="24"> - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MinLength')}} {{l('MaxLength')}} @@ -94,17 +94,17 @@ - {{l("SetRandomPassword")}} + 使用随机密码. - + - {{l("IsTwoFactorEnabled")}} + 是否启用双因素身份验证? @@ -115,16 +115,16 @@ - {{l("Password")}} + 密码 - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MaxLength')}} {{l('MinLength')}} @@ -133,7 +133,7 @@ - {{l("PasswordRepeat")}} + 密码 (核对) @@ -142,7 +142,7 @@ reverse="false" [required]="!user.id && !setRandomPassword" minlength="6" maxlength="32"> - {{l('PasswordsDontMatch')}} + 两次密码不一致 @@ -151,40 +151,40 @@ - {{l("ShouldChangePasswordOnNextLogin")}} + 下次登录需要修改密码. + [nzCheckedChildren]="'是'" [nzUnCheckedChildren]="'否'"> - {{l("SendActivationEmail")}} + 发送激活邮件. - + - {{l("Active")}} + 激活 - + - {{l("IsLockoutEnabled")}} + 是否启用锁定? - + @@ -195,7 +195,7 @@ - {{l('Roles')}} + 角色 @@ -211,7 +211,7 @@ - {{l('OrganizationUnits')}} + 组织机构 @@ -221,12 +221,12 @@ diff --git a/src/app/admin/users/edit-user-permissions/edit-user-permissions.component.html b/src/app/admin/users/edit-user-permissions/edit-user-permissions.component.html index f6ad114157166da99b870263e9717beff57c0b33..e44efa2964f5e65699d4e824df4427e6ddc63e87 100644 --- a/src/app/admin/users/edit-user-permissions/edit-user-permissions.component.html +++ b/src/app/admin/users/edit-user-permissions/edit-user-permissions.component.html @@ -4,8 +4,8 @@
@@ -13,7 +13,7 @@
-
@@ -21,18 +21,18 @@ diff --git a/src/app/admin/users/users.component.html b/src/app/admin/users/users.component.html index 96ac7efaa3f34da1e2b31ca38b6710af76dead2d..0b68a77ef9b1f2548fc6595a23294b8cbb01789d 100644 --- a/src/app/admin/users/users.component.html +++ b/src/app/admin/users/users.component.html @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ + [placeholder]="'搜索...'"> - {{advancedFiltersVisible ? l('HideAdvancedFilters') : l('ShowAdvancedFilters')}} + {{advancedFiltersVisible ? '隐藏高级过滤' : '显示高级过滤'}} @@ -67,11 +67,11 @@ - {{l('ClearEmpty')}} + 清空 - {{l('Refresh')}} + 刷新 @@ -98,31 +98,31 @@ (nzCheckedChange)="checkAll($event)"> - {{l('UserName')}} + 用户名 - {{l('Roles')}} + 角色 - {{l('EmailAddress')}} + 邮箱地址 - {{l('EmailConfirm')}} + 邮箱地址验认 - {{l('Active')}} + 激活 - {{l('LastLoginTime')}} + 上次登录时间 - {{l('CreationTime')}} + 创建时间 - {{l('Actions')}} + 操作 @@ -174,17 +174,17 @@ - {{l('Edit')}} + 修改 - - {{l('Delete')}} + 删除 @@ -194,23 +194,23 @@ - {{l('More')}} + 更多...
  • {{l('LoginAsThisUser')}} + (click)="_impersonationService.impersonate(item.id, appSession.tenantId)">使用这个用户登录
  • - {{l('Permissions')}} + 权限
  • - {{l('Unlock')}} + 解锁
  • diff --git a/src/app/main/advertising/advertising.component.html b/src/app/main/advertising/advertising.component.html index 6d755ef4a1a4812632dc99e06386cb47a0ee1a16..a756c48e829ae08053be5fd5c21bc232102e578b 100644 --- a/src/app/main/advertising/advertising.component.html +++ b/src/app/main/advertising/advertising.component.html @@ -70,6 +70,6 @@ diff --git a/src/layout/default/profile/change-password-modal.component.html b/src/layout/default/profile/change-password-modal.component.html index b7b45648214e8b350f1b21d5673015dfcfbad32d..02b5b47fc56c806cf74cc83ac3d1d697fed8564c 100644 --- a/src/layout/default/profile/change-password-modal.component.html +++ b/src/layout/default/profile/change-password-modal.component.html @@ -1,5 +1,5 @@
    @@ -10,7 +10,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 @@ -22,7 +22,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('MaxLength')}} {{l('MinLength')}} @@ -36,7 +36,7 @@ - {{l('PasswordsDontMatch')}} + 两次密码不一致 @@ -46,10 +46,10 @@ diff --git a/src/layout/default/profile/my-settings-modal.component.html b/src/layout/default/profile/my-settings-modal.component.html index 3a1407ca0581cdc3b0ad03c5ce0cfc9d69f2b025..93afc0979d066ae2f1dccb6c5fe14c3d9eafd976 100644 --- a/src/layout/default/profile/my-settings-modal.component.html +++ b/src/layout/default/profile/my-settings-modal.component.html @@ -9,7 +9,7 @@ - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('ThisAdminUser')}} @@ -23,12 +23,12 @@ - {{l('EmailAddress')}} + {{'邮箱地址'}} - - {{l('ThisFieldIsRequired')}} + 请填写此项内容 {{l('NotEmail')}} @@ -38,10 +38,10 @@