diff --git a/server/i18n/de.json b/server/i18n/de.json index 1953050..4a7f4f9 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -15,7 +15,7 @@ "VIEWALL": "Alle Diagramme anzeigen", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe", "LATEST_BLOCK": "Letzter Block", - "LATEST_BLOCK1": "Neueste Block-Schwierigkeit & Erweiterungen", + "LATEST_BLOCK1": "Neueste Block-Schwierigkeit", "COIN_IN": "Münzen in Existenz", "HEIGHT": "Höhe", "HASH": "Hash", @@ -32,6 +32,7 @@ "EXPLORE" : "Erkunden", "AGO" : "vor", "MINUTE" : "minute", + "BLOCKS_PER_PAGE" : "Blöcke pro Seite", "TOTAL_DIFFICULTY" : "Gesamtschwierigkeit", "TRANSACTIONS_BY_TIME" : "Transkationen nach Zeit", "BLOCKS" : "Blöcke", diff --git a/server/i18n/en.json b/server/i18n/en.json index ade20d0..e579d91 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -15,7 +15,7 @@ "VIEWALL": "View All Charts", "BLOCKCHAIN_HEIGHT": "Blockchain Height", "LATEST_BLOCK": "Latest Block", - "LATEST_BLOCK1": "Latest Block Difficulty & Extensions", + "LATEST_BLOCK1": "Latest Block Difficulty", "COIN_IN": "Coins in Existence", "HEIGHT": "Height", "HASH": "Hash", @@ -31,6 +31,7 @@ "EPIC" : "Epic", "EXPLORE" : "Explore", "AGO" : "ago", + "BLOCKS_PER_PAGE" : "Blocks per page", "MINUTE" : "minute", "TOTAL_DIFFICULTY" : "Total Difficulty", "TRANSACTIONS_BY_TIME" : "Transcations By Time", diff --git a/src/app/view/home/latestblocks/latestblocks.component.html b/src/app/view/home/latestblocks/latestblocks.component.html index 9759b32..8ba90ab 100644 --- a/src/app/view/home/latestblocks/latestblocks.component.html +++ b/src/app/view/home/latestblocks/latestblocks.component.html @@ -77,7 +77,7 @@
- Items Per Page:   + {{'home.BLOCKS_PER_PAGE' | translate}}: