Updating i18n strings

This commit is contained in:
softsimon
2024-07-01 22:54:24 +09:00
parent 011a854a84
commit 3dbbc83077
6 changed files with 1205 additions and 735 deletions

View File

@@ -53,7 +53,7 @@ export class AccelerateFeeGraphComponent implements OnInit, OnChanges {
rate: option.rate,
style: this.getStyle(option.rate, maxRate, baseHeight),
class: 'max',
label: this.showEstimate ? $localize`maximum` : $localize`accelerated`,
label: this.showEstimate ? $localize`maximum` : $localize`:@@25fbf6e80a945703c906a5a7d8c92e8729c7ab21:accelerated`,
active: option.index === this.maxRateIndex,
rateIndex: option.index,
fee: option.fee,