From 3acd2381b3c44284ad7fcdffd80a4a2435a5abc3 Mon Sep 17 00:00:00 2001 From: Salman Wahib Date: Wed, 21 Jun 2023 14:30:26 +0700 Subject: [PATCH] i18n: update add en src/modules/[chain]/uptime/ placeholder="" not changes Author: Salman Wahib Co-authored-by: liangping <18786721@qq.com> --- src/modules/[chain]/uptime/customize.vue | 26 ++++++++++++------------ src/modules/[chain]/uptime/index.vue | 22 ++++++++++---------- src/plugins/i18n/locales/en.json | 17 ++++++++++++++++ 3 files changed, 41 insertions(+), 24 deletions(-) diff --git a/src/modules/[chain]/uptime/customize.vue b/src/modules/[chain]/uptime/customize.vue index 8703e813..90c3b804 100644 --- a/src/modules/[chain]/uptime/customize.vue +++ b/src/modules/[chain]/uptime/customize.vue @@ -127,7 +127,7 @@ function color(v: string) {
-

My Validators

+

{{ $t('uptime.my_validators') }}

- Add validators you want to monitor + {{ $t('uptime.add_validators_monitor') }}
@@ -149,13 +149,13 @@ function color(v: string) { - + - - - - - + + + + + @@ -173,14 +173,14 @@ function color(v: string) { - +
#{{ $t('uptime.no') }} BlockchainValidatorSigned BlocksLast Jailed TimeTombstonedMissing Blocks{{ $t('account.validator') }}{{ $t('uptime.signed_blocks') }}{{ $t('uptime.last_jailed_time') }}{{ $t('uptime.tombstoned') }}{{ $t('uptime.missing_blocks') }}
{{ v.sigingInfo?.tombstoned }} {{ v.sigingInfo?.missed_blocks_counter }}Blocks{{ $t('module.blocks') }}
- +
@@ -188,7 +188,7 @@ function color(v: string) {