epic_explorer/server/i18n/en.json

56 lines
1.9 KiB
JSON
Raw Normal View History

2019-07-19 09:46:52 +00:00
{
"home": {
2019-07-19 14:05:06 +00:00
"HEADER_TEXT": "You are on Testnet",
"COUNTDOWN": "Mainnet Countdown",
"EXPLORE_IT": "Explore it",
"VIEWALL": "View All Charts",
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
"LATEST_BLOCK": "Latest Block",
"LATEST_BLOCK1": "Latest Block Difficulty & Extensions",
"COIN_IN": "Coins in Existence",
"HEIGHT": "Height",
"HASH": "Hash",
"AGE": "Age",
"FEE": "Fee",
"DIFFICULTY" : "Difficulty",
"POW_ALGO" : "Pow Algo",
"INPUTS" : "Inputs",
2019-07-22 09:14:21 +00:00
"INPUT" : "Input",
2019-07-19 14:05:06 +00:00
"OUTPUTS" : "Outputs",
2019-07-22 09:14:21 +00:00
"OUTPUT" : "Output",
2019-07-19 14:05:06 +00:00
"KERNELS" : "Kernels",
"EPIC" : "Epic",
"EXPLORE" : "Explore",
"AGO" : "ago",
"MINUTE" : "minute",
"TOTAL_DIFFICULTY" : "Total Difficulty",
"TRANSACTIONS_BY_TIME" : "Transcations By Time",
"BLOCKS" : "Blocks",
"BLOCK" : "Block",
"BLOCKS_MINED" : "Blocks Mined",
"TRANSACTION_FEES" : "Transcation Fees",
"SUPPLY_GROWTH" : "Supply Growth",
"HASHRATE_GROWTH_CHART" : "HashRate Growth Chart",
2019-07-22 09:14:21 +00:00
"BLOCK_INTERVAL" : "Block Interval",
2019-07-19 14:05:06 +00:00
"TRANSACTIONS_VS_DATE" : "Transcations Vs Date",
"DAYS" : "days",
"MONTHS" : "months",
"WEEK" : "week",
"SEARCH_TEXT" : "Search by hash or height",
2019-07-22 09:14:21 +00:00
"BLOCK_REWARD" : "Block Reward",
"NOT_FOUND" : "Page Not Found",
"NOT_FOUND1" : "Page you are looking for is not found",
"NOT_FOUND2" : "Go to Explorer",
"ALGORITHM" : "Pow Algorithm",
"COMMIT" : "commit",
"TYPE" : "Type",
"SPEND" : "Spend",
"FEATURES" : "Features",
"LOCK" : "Lock",
"SEARCH_RESULT" : "Search Results for",
"SEARCH_RESULT1" : "Your search term",
"SEARCH_RESULT2" : "is too short",
"SEARCH_RESULT3" : "please enter at least six characters if searching by hash"
2019-07-19 09:46:52 +00:00
}
2019-07-19 14:05:06 +00:00
}