Skip to content

Commit

Permalink
fix: card title and related translations (#11205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap211unitech authored Jan 15, 2025
1 parent 4a88493 commit 408abb1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/apps/public/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@
"recovery block delay": "تأخير كتلة الاسترداد",
"recovery threshold": "استرداد الحد الأقصى",
"redeemable": "قابلة للاسترداد",
"ref time": "وقت المرجع",
"referenda": "الاستفتاءات",
"refresh in": "يتم التحديث في",
"registrar account": "حساب مسجل",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/en/app-explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"queued tx": "queued tx",
"recent blocks": "recent blocks",
"recent events": "recent events",
"ref time": "ref time",
"recv": "recv",
"refresh in": "refresh in",
"requests": "requests",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
"Rebond": "",
"Rebond funds": "",
"Recovery": "",
"ref time": "ref time",
"Referenda ({{count}})": "",
"Refund": "",
"Refund decision deposit": "",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@
"registrar index": "índice de registro",
"relay dispatch queue": "lista de envío de relay",
"remaining": "pendiente",
"ref time": "tiempo de árbitro",
"remote node/endpoint to connect to": "endpoint/nodo remoto para conectarse",
"request payout from": "solicitar el pago de",
"reserved": "reservado",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@
"recovery block delay": "délai récupération (nombre de blocs)",
"recovery threshold": "seuil de récupération",
"redeemable": "rachetable",
"ref time": "temps de réf",
"referenda": "referenda",
"refresh in": "actualiser dans",
"registrar account": "compte du registrar",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@
"recovery block delay": "pemulihan penundaan block",
"recovery threshold": "pemulihan threshold",
"redeemable": "dapat ditebus",
"ref time": "waktu ref",
"referenda": "referendum",
"refresh in": "segarkan dalam",
"registrar account": "akun terdaftar",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,7 @@
"recovery block delay": "recupera ritardo del blocco",
"recovery threshold": "ripristina soglia",
"redeemable": "svincolabili",
"ref time": "tempo di rif",
"referenda": "referendum in corso",
"refresh in": "aggiornato in",
"register from": "registra da",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"RPC calls": "RPCコール",
"Raw seed": "生のシード",
"Raw storage": "生のストレージ",
"ref time": "基準時間",
"Reasonable": "適切な",
"Reassign": "再度アサインする",
"Redeem": "再取得",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@
"Random": "무작위",
"Raw seed": "시드 문구",
"Raw storage": "물리적 스토리지",
"ref time": "심판 시간",
"Read": "읽다",
"Reasonable": "적합한",
"Reassign": "재할당",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
"Raw seed": "Semente bruta",
"Raw storage": "Armazenamento bruto",
"Reasonable": "Razoável",
"ref time": "tempo de ref",
"Reassign": "Reatribuir",
"Redeem": "Resgatar",
"Register": "Registro",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@
"Random": "Случайный",
"Raw seed": "Исходная секретная фраза",
"Raw storage": "Хранилище исходных фраз",
"ref time": "исходное время",
"Reasonable": "Обоснованный",
"Reassign": "Переназначить",
"Recovery": "Восстановление",
Expand Down
1 change: 1 addition & 0 deletions packages/apps/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
"Random": "随机生成颜色",
"Raw seed": "原始种子",
"Raw storage": "原始存储",
"ref time": "参考时间",
"Reasonable": "合理的",
"Reassign": "重新分配",
"Redeem": "赎回",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-explorer/src/BlockInfo/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Summary ({ events, maxBlockWeight, maxProofSize, signedBlock }: Props):
</section>
<section>
<CardSummary
label={t('block weight')}
label={t('ref time')}
progress={{
hideValue: true,
isBlurred: !(maxBlockWeight && weight),
Expand Down

0 comments on commit 408abb1

Please sign in to comment.