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

@@ -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],