diff --git a/server/i18n/de.json b/server/i18n/de.json index 0528b24..688d95f 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -19,10 +19,10 @@ "VIEWALL": "Alle Diagramme anzeigen", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe", "LATEST_BLOCKS" : "Letzter Blocks", - "LATEST_BLOCK": "Letzter Block", - "LATEST_BLOCK1": "Aktuelle Zielschwierigkeit", - "LATEST_BLOCK2": "Aktuelle Gesamtschwierigkeit", - "COIN_IN": "Zirkulierende Versorgung", + "LATEST_BLOCK_AGE": "Letzter Block", + "CURRENT_TARGET_DIFF": "Aktuelle Zielschwierigkeit", + "CURRENT_TOTAL_DIFF": "Aktuelle Gesamtschwierigkeit", + "CIRCULATING_SUPPLY": "Zirkulierende Versorgung", "HEIGHT": "Höhe", "HASH": "Hash", "AGE": "Alter", diff --git a/server/i18n/en.json b/server/i18n/en.json index 13b903c..d3f06d4 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -19,10 +19,10 @@ "VIEWALL": "View All Charts", "BLOCKCHAIN_HEIGHT": "Blockchain Height", "LATEST_BLOCKS" : "Latest Blocks", - "LATEST_BLOCK": "Latest Block", - "LATEST_BLOCK1": "Current Target Difficulty", - "LATEST_BLOCK2": "Current Total Difficulty", - "COIN_IN": "Circulating Supply", + "LATEST_BLOCK_AGE": "Latest Block", + "CURRENT_TARGET_DIFF": "Current Target Difficulty", + "CURRENT_TOTAL_DIFF": "Current Total Difficulty", + "CIRCULATING_SUPPLY": "Circulating Supply", "HEIGHT": "Height", "HASH": "Hash", "AGE": "Age", diff --git a/src/app/view/home/block-detail-list/block-detail-list.component.html b/src/app/view/home/block-detail-list/block-detail-list.component.html index 5d1b50d..9c2b5c9 100644 --- a/src/app/view/home/block-detail-list/block-detail-list.component.html +++ b/src/app/view/home/block-detail-list/block-detail-list.component.html @@ -43,7 +43,7 @@
{{ "home.LATEST_BLOCK" | translate }}
+{{ "home.LATEST_BLOCK_AGE" | translate }}
+ +
{{ "home.LATEST_BLOCK2" | translate }}
+{{ "home.CURRENT_TARGET_DIFF" | translate }}
+{{ "home.COIN_IN" | translate }}
+{{ "home.CIRCULATING_SUPPLY" | translate }}
RandomX : %{text:,}', hoverlabel: {namelength : 0}, marker: { - color: '#e2e2e2', + color: '#818787', }, } @@ -1070,7 +1070,7 @@ export class GraphListComponent implements OnInit { type: 'line', name: 'RandomX', line: { - color: '#e2e2e2', + color: '#818787', }, }, { @@ -1203,7 +1203,7 @@ export class GraphListComponent implements OnInit { text: Ttotalkernal, hovertemplate: 'Total Kernel : %{text:,} ', hoverlabel: {namelength : 0}, - line: { color: '#e2e2e2' }, + line: { color: '#818787' }, }, { type: 'scatter', diff --git a/src/index.html b/src/index.html index 01f7403..aa505d9 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,7 @@ --> -
+