diff --git a/README.md b/README.md index 6bfd9d41d4b..6e7d6fb7e69 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ * Provides flexible alarm threshold rules and timely notifications delivered via `Discord` `Slack` `Telegram` `Email` `Dingtalk` `WeChat` `FeiShu` `Webhook` `SMS` `ServerChan`. -> HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help developers and teams quickly build their own monitoring system. +> HertzBeat's powerful customization, multi-type support, high performance, easy expansion, and low coupling, aims to help users quickly build their own monitoring system. > We also provide **[SaaS Monitoring Cloud](https://console.tancloud.cn)**, users no longer need to deploy a cumbersome monitoring system to monitor their resources. **[Get started online for free](https://console.tancloud.cn)**. ---- diff --git a/README_CN.md b/README_CN.md index b6a8998868b..cb7268d6c25 100644 --- a/README_CN.md +++ b/README_CN.md @@ -43,7 +43,7 @@ - 自由的告警阈值规则,`邮件` `Discord` `Slack` `Telegram` `钉钉` `微信` `飞书` `短信` `Webhook` `Server酱` 等方式消息及时送达。 -> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助开发者和团队快速搭建自有监控系统。 +> `HertzBeat`的强大自定义,多类型支持,高性能,易扩展,低耦合,希望能帮助用户快速搭建自有监控系统。 > 当然我们也提供了对应的 **[SAAS版本监控云服务](https://console.tancloud.cn)**,中小团队和个人无需再为监控自有资源而去部署一套监控系统,**[登录即可免费开始](https://console.tancloud.cn)**。 ---- diff --git a/web-app/src/app/layout/basic/basic.component.ts b/web-app/src/app/layout/basic/basic.component.ts index 44eabaa04f1..8a506eff4b1 100644 --- a/web-app/src/app/layout/basic/basic.component.ts +++ b/web-app/src/app/layout/basic/basic.component.ts @@ -49,7 +49,7 @@ import { CONSTS } from 'src/app/shared/consts';
- + {{ 'menu.extras.tags' | i18n }}
diff --git a/web-app/src/app/layout/basic/widgets/clear-storage.component.ts b/web-app/src/app/layout/basic/widgets/clear-storage.component.ts index 00ea0a30c5f..9e6259de93f 100644 --- a/web-app/src/app/layout/basic/widgets/clear-storage.component.ts +++ b/web-app/src/app/layout/basic/widgets/clear-storage.component.ts @@ -7,7 +7,7 @@ import { NzModalService } from 'ng-zorro-antd/modal'; @Component({ selector: 'header-clear-storage', template: ` - + {{ 'menu.clear.local.storage' | i18n }} `, host: { diff --git a/web-app/src/app/layout/basic/widgets/fullscreen.component.ts b/web-app/src/app/layout/basic/widgets/fullscreen.component.ts index 379fa94c15f..00ca95bf9e3 100644 --- a/web-app/src/app/layout/basic/widgets/fullscreen.component.ts +++ b/web-app/src/app/layout/basic/widgets/fullscreen.component.ts @@ -4,7 +4,7 @@ import screenfull from 'screenfull'; @Component({ selector: 'header-fullscreen', template: ` - + {{ (status ? 'menu.fullscreen.exit' : 'menu.fullscreen') | i18n }} `, host: { diff --git a/web-app/src/app/layout/basic/widgets/i18n.component.ts b/web-app/src/app/layout/basic/widgets/i18n.component.ts index ec7685b61ca..bb71561dcc9 100644 --- a/web-app/src/app/layout/basic/widgets/i18n.component.ts +++ b/web-app/src/app/layout/basic/widgets/i18n.component.ts @@ -8,14 +8,14 @@ import { BooleanInput, InputBoolean } from '@delon/util/decorator'; selector: 'header-i18n', template: `
- + {{ 'menu.lang' | i18n }}