i18n corrections and merging

This commit is contained in:
softsimon
2024-04-03 18:13:42 +09:00
parent 72b8ae2a55
commit 24366b929e
14 changed files with 171 additions and 246 deletions

View File

@@ -209,7 +209,7 @@ export class PoolComponent implements OnInit {
legend: {
data: [
{
name: $localize`:mining.hashrate:Hashrate`,
name: $localize`:@@79a9dc5b1caca3cbeb1733a19515edacc5fc7920:Hashrate`,
inactiveColor: 'rgb(110, 112, 121)',
textStyle: {
color: 'white',
@@ -263,7 +263,7 @@ export class PoolComponent implements OnInit {
series: hashrate.length <= 1 ? undefined : [
{
zlevel: 1,
name: $localize`:mining.hashrate:Hashrate`,
name: $localize`:@@79a9dc5b1caca3cbeb1733a19515edacc5fc7920:Hashrate`,
showSymbol: false,
symbol: 'none',
data: hashrate,