epic_explorer/server/i18n/en.json

73 lines
2.5 KiB
JSON
Raw Normal View History

2019-07-19 09:46:52 +00:00
{
2019-07-23 07:07:04 +00:00
"total-difficulty" : "Total Difficulty",
2019-08-02 10:24:24 +00:00
"transactions-by-time" : "Transactions over time",
2019-07-23 07:07:04 +00:00
"blocks" : "Blocks",
"transaction-fees" : "Transaction Fees",
"supply-growth" : "Supply Growth",
"blocks-mined" : "Blocks Mined",
"hashrate-growth-chart" : "HashRate Growth Chart",
"block-interval" : "Block Interval",
2019-08-02 10:24:24 +00:00
"transactions-vs-date" : "Transactions by Date",
2019-07-19 09:46:52 +00:00
"home": {
2019-07-31 10:32:45 +00:00
"HEADER_TEXT": "You are on Beta",
2019-07-19 14:05:06 +00:00
"COUNTDOWN": "Mainnet Countdown",
2019-08-02 10:24:24 +00:00
"EXPLORE_IT": "Explore",
2019-07-19 14:05:06 +00:00
"VIEWALL": "View All Charts",
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
2019-07-31 12:17:53 +00:00
"LATEST_BLOCK": "Latest Blocks",
2019-07-24 07:26:59 +00:00
"LATEST_BLOCK1": "Latest Block Difficulty",
2019-07-19 14:05:06 +00:00
"COIN_IN": "Coins in Existence",
"HEIGHT": "Height",
"HASH": "Hash",
"AGE": "Age",
"FEE": "Fee",
"DIFFICULTY" : "Difficulty",
2019-08-02 10:24:24 +00:00
"POW_ALGO" : "PoW Algo",
2019-07-19 14:05:06 +00:00
"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",
2019-07-24 07:26:59 +00:00
"BLOCKS_PER_PAGE" : "Blocks per page",
2019-07-19 14:05:06 +00:00
"MINUTE" : "minute",
"TOTAL_DIFFICULTY" : "Total Difficulty",
2019-08-02 10:24:24 +00:00
"TRANSACTIONS_BY_TIME" : "Transactions over time",
2019-07-19 14:05:06 +00:00
"BLOCKS" : "Blocks",
"BLOCK" : "Block",
"BLOCKS_MINED" : "Blocks Mined",
2019-08-01 07:38:45 +00:00
"TRANSACTION_FEES" : "Transaction Fees",
2019-07-19 14:05:06 +00:00
"SUPPLY_GROWTH" : "Supply Growth",
"HASHRATE_GROWTH_CHART" : "HashRate Growth Chart",
2019-07-22 09:14:21 +00:00
"BLOCK_INTERVAL" : "Block Interval",
2019-08-02 10:24:24 +00:00
"TRANSACTIONS_VS_DATE" : "Transactions by Date",
2019-07-19 14:05:06 +00:00
"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",
2019-08-02 10:24:24 +00:00
"ALGORITHM" : "PoW Algorithm",
2019-07-22 09:14:21 +00:00
"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",
2019-08-01 13:59:20 +00:00
"SEARCH_RESULT3" : "please enter at least six characters if searching by hash",
"PEERS" : "Peers",
"CAPABILITIES" : "Capabilities",
"USER_AGENT" : "User Agent",
"VERSION" : "Version",
"ADDR" : "Addr",
2019-08-02 10:24:24 +00:00
"DIRECTION" : "Direction",
"SPENT" : "Spent"
2019-07-19 09:46:52 +00:00
}
2019-07-19 14:05:06 +00:00
}