epic_explorer/server/i18n/en.json

88 lines
3.3 KiB
JSON
Raw Normal View History

2019-07-19 09:46:52 +00:00
{
2019-08-07 08:41:35 +00:00
"difficulty" : "Difficulty",
2019-08-08 14:12:59 +00:00
"transactions-over-time" : "Transactions over time",
"blocks-by-algorithm" : "Blocks by Algorithm",
2019-07-23 07:07:04 +00:00
"blocks" : "Blocks",
2019-09-05 13:26:32 +00:00
"transaction-fees" : "Average Transaction Fee",
2019-07-23 07:07:04 +00:00
"supply-growth" : "Supply Growth",
"blocks-mined" : "Blocks Mined",
"hashrate-growth-chart" : "HashRate Growth Chart",
"block-interval" : "Block Interval",
2019-08-08 14:12:59 +00:00
"transactions-by-date" : "Transactions by Date",
2019-08-07 14:53:30 +00:00
"total-difficulty" : "Total Difficulty",
"target-difficulty" : "Target Difficulty",
2019-08-22 12:11:55 +00:00
"avg-block-interval" : "Avg Block Interval",
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-08-12 13:33:58 +00:00
"LATEST_BLOCKS" : "Latest Blocks",
2019-08-08 13:20:20 +00:00
"LATEST_BLOCK": "Latest Block",
2019-08-09 12:23:06 +00:00
"LATEST_BLOCK1": "Current Target Difficulty",
"LATEST_BLOCK2": "Current Total Difficulty",
2019-08-09 07:59:55 +00:00
"COIN_IN": "Circulating Supply",
2019-07-19 14:05:06 +00:00
"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-08-08 13:20:20 +00:00
"KERNEL" : "Kernel",
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-07 06:17:48 +00:00
"TARGET_DIFFICULTY" : "Target 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",
2019-08-21 13:12:34 +00:00
"BLOCKSINTERVAL" : "Block Interval",
2019-08-20 13:42:33 +00:00
"SUPPLY_GROWTH_HOVER" : "Current Block Reward",
2019-08-22 12:11:55 +00:00
"BOCKS_COUNT_HOVER" : "Last 24h Blocks Count",
2019-09-05 13:26:32 +00:00
"TRANSACTION_FEE_HOVER" : "24h Avg Fee",
2019-08-19 10:29:18 +00:00
"BLOCK_INTERVAL_HOVER" : "Today Block Interval in Secs",
2019-08-19 10:53:16 +00:00
"TRANSACTION_LINECHAT_HOVER" : "Today Total Transaction Count",
"BLOCK_INTERVAL_BW_BLOCKS_HOVER" : "Last Block Interval in Secs",
2019-07-19 14:05:06 +00:00
"BLOCK" : "Block",
"BLOCKS_MINED" : "Blocks Mined",
2019-09-05 13:26:32 +00:00
"TRANSACTION_FEES" : "Average Transaction Fee",
2019-07-19 14:05:06 +00:00
"SUPPLY_GROWTH" : "Supply Growth",
"HASHRATE_GROWTH_CHART" : "HashRate Growth Chart",
2019-08-22 12:11:55 +00:00
"BLOCK_INTERVAL" : "Avg 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",
2019-08-16 07:36:09 +00:00
"SEARCH_TEXT" : "Search by hash, or block 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
}