From 24366b929e82f3813bf44de0526e7d583af3c033 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 3 Apr 2024 18:13:42 +0900 Subject: [PATCH] i18n corrections and merging --- .../block-health-graph.component.ts | 2 +- .../block-overview-tooltip.component.html | 10 +- .../blocks-list/blocks-list.component.ts | 2 +- .../components/footer/footer.component.html | 2 +- .../liquid-master-page.component.html | 2 +- .../federation-utxos-list.component.html | 9 +- .../recent-pegs-stats.component.html | 4 +- .../reserves-ratio.component.ts | 2 +- .../app/components/menu/menu.component.html | 2 +- .../src/app/components/pool/pool.component.ts | 4 +- .../rbf-timeline-tooltip.component.html | 2 +- .../transaction/transaction.component.html | 8 +- .../app/dashboard/dashboard.component.html | 3 +- frontend/src/locale/messages.xlf | 365 +++++++----------- 14 files changed, 171 insertions(+), 246 deletions(-) diff --git a/frontend/src/app/components/block-health-graph/block-health-graph.component.ts b/frontend/src/app/components/block-health-graph/block-health-graph.component.ts index 1e105d5e7..8eef20d51 100644 --- a/frontend/src/app/components/block-health-graph/block-health-graph.component.ts +++ b/frontend/src/app/components/block-health-graph/block-health-graph.component.ts @@ -187,7 +187,7 @@ export class BlockHealthGraphComponent implements OnInit { series: data.length === 0 ? undefined : [ { zlevel: 0, - name: $localize`Health`, + name: $localize`:@@d2bcd3296d2850de762fb943060b7e086a893181:Health`, data: data.map(health => ({ value: health[2], block: health[1], diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html index 20b7fc8c4..505171f9d 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -29,7 +29,7 @@ - Confirmed + Confirmed @@ -68,15 +68,15 @@ Match - Removed + Removed Marginal fee rate High sigop count Recently broadcasted Recently CPFP'd - Added - Prioritized + Added + Prioritized Marginal fee rate - Conflicting + Conflict Accelerated diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.ts b/frontend/src/app/components/blocks-list/blocks-list.component.ts index 518fae25b..29b23e608 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.ts +++ b/frontend/src/app/components/blocks-list/blocks-list.component.ts @@ -65,7 +65,7 @@ export class BlocksList implements OnInit { if (!this.widget) { this.websocketService.want(['blocks']); - this.seoService.setTitle($localize`:@@meta.title.blocks-list:Blocks`); + this.seoService.setTitle($localize`:@@8a7b4bd44c0ac71b2e72de0398b303257f7d2f54:Blocks`); this.ogService.setManualOgImage('recent-blocks.jpg'); if( this.stateService.network==='liquid'||this.stateService.network==='liquidtestnet' ) { this.seoService.setDescription($localize`:@@meta.description.liquid.blocks:See the most recent Liquid${seoDescriptionNetwork(this.stateService.network)} blocks along with basic stats such as block height, block size, and more.`); diff --git a/frontend/src/app/components/footer/footer.component.html b/frontend/src/app/components/footer/footer.component.html index f89e780ff..a0967b7cb 100644 --- a/frontend/src/app/components/footer/footer.component.html +++ b/frontend/src/app/components/footer/footer.component.html @@ -2,7 +2,7 @@
- Incoming transactions  + Incoming Transactions   Backend is synchronizing ({{ mempoolLoadingStatus$ | async }}%) diff --git a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html index 7dfe746e7..d1d474074 100644 --- a/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html +++ b/frontend/src/app/components/liquid-master-page/liquid-master-page.component.html @@ -78,7 +78,7 @@