diff --git a/server/i18n/de.json b/server/i18n/de.json index a434f30..9fde0f2 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -111,7 +111,8 @@ "takes":"Nimmt ein", "Note" : "Hinweis", "reward" : "Gibt die aktuelle Blockbelohnung zurück", - "averageblocktime" : "Gibt die durchschnittliche Block Zeit der letzten 24 Stunden in Sekunden zurück" + "averageblocktime" : "Gibt die durchschnittliche Block Zeit der letzten 24 Stunden in Sekunden zurück", + "msg" : "If you require another API, please request it by contacting an admin at " }, "commit-id-view": { "output-commit":"Output Commit", diff --git a/server/i18n/en.json b/server/i18n/en.json index 31e6e56..4b90c32 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -17,7 +17,7 @@ "COUNTDOWN": "Mainnet Countdown", "TIMETAKEN": "Time Taken (sec)", "EXPLORE_IT": "Explore", - "blocks-by-algorithm" : "Blöcke nach Algorithmus", + "blocks-by-algorithm" : "Blocks by Algorithm", "VIEWALL": "View All Charts", "BLOCKCHAIN_HEIGHT": "Blockchain Height", "LATEST_BLOCKS" : "Latest Blocks", @@ -111,7 +111,8 @@ "takes" : "takes a", "Note" : "Note", "reward" : "returns current block reward", - "averageblocktime" : "returns average block time of past 24 hours in seconds" + "averageblocktime" : "returns average block time of past 24 hours in seconds", + "msg" : "If you require another API, please request it by contacting an admin at " }, "commit-id-view": { "output-commit":"Output Commit",