mist.zh-TW.i18n.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. {
  2. "mist": {
  3. "applicationMenu": {
  4. "app": {
  5. "label": "__app__",
  6. "about": "關於__app__",
  7. "checkForUpdates": "檢查更新...",
  8. "checkForNodeUpdates": "Check for Ethereum node updates...",
  9. "services": "服務",
  10. "hide": "隱藏 __app__",
  11. "hideOthers": "隱藏其他",
  12. "showAll": "顯示全部",
  13. "quit": "退出__app__"
  14. },
  15. "edit": {
  16. "label": "編輯",
  17. "undo": "復原",
  18. "redo": "重復",
  19. "cut": "剪下",
  20. "copy": "複製",
  21. "paste": "貼上",
  22. "selectAll": "全選"
  23. },
  24. "view": {
  25. "label": "檢視",
  26. "fullscreen": "全螢幕",
  27. "default": "Default"
  28. },
  29. "file": {
  30. "label": "帳號",
  31. "importPresale": "導入帳號",
  32. "newAccount": "新建帳號",
  33. "backup": "備份",
  34. "backupKeyStore": "帳號",
  35. "backupMist": "應用程序數據",
  36. "swarmUpload": "上传到Swarm"
  37. },
  38. "develop": {
  39. "label": "開發",
  40. "devTools": "切換開發者工具",
  41. "devToolsMistUI": "Mist界面",
  42. "devToolsWalletUI": "錢包界面",
  43. "devToolsWebview": "__webview__",
  44. "runTests": "運行測試",
  45. "logFiles": "顯示日誌文件",
  46. "ethereumNode": "以太坊節點",
  47. "network": "網路",
  48. "mainNetwork": "主網路",
  49. "startMining": "⛏ 開啓挖礦(僅限Testnet網路)",
  50. "stopMining": "⛏ 停止挖礦",
  51. "openRemix": "Open Remix IDE"
  52. },
  53. "window": {
  54. "label": "視窗",
  55. "minimize": "最小化",
  56. "close": "關閉",
  57. "toFront": "全部前置"
  58. },
  59. "help": {
  60. "label": "幫助",
  61. "reportBug": "Report an issue on Github"
  62. }
  63. },
  64. "errors": {
  65. "nodeConnect": "無法連接節點?查看日誌獲取更多訊息:",
  66. "nodeStartup":
  67. "該節點可能無法被啓動,您是否正在運行一個節點?它是否正在更新資料庫?",
  68. "timeSync": {
  69. "title": "您的計算機時間同步不準確!",
  70. "description":
  71. "爲了和以太坊網路保持同步,您的電腦時間和伺服器時間需要保持同步。",
  72. "win32":
  73. "從系統選項中打開網路時間設置並勾選。詳細資訊參考:http://www.guidingtech.com/3119/windows-clock-sync/",
  74. "linux":
  75. "爲開啓時間同步伺服器,請通過\"apt-get install ntp\"安裝\"ntp\"。",
  76. "darwin":
  77. "爲開啓時間同步,打開時間選項並勾選\"Set the time and date automatically\"."
  78. },
  79. "nodeChecksumMismatch": {
  80. "title": "Checksum mismatch in downloaded node!",
  81. "description":
  82. "__algorithm__: __hash__\n\nPlease install the __type__ node version __version__ manually."
  83. },
  84. "legacyChain": {
  85. "title": "Legacy chain detected",
  86. "description":
  87. "Your node is currently on the unsupported Ethereum Classic chain. To use this chain use tools provided by the ethereum classic project at\nhttps://ethereumclassic.github.io.\n\nTo revert to the main ethereum chain follow the tutorial here:\nhttps://github.com/ethereum/mist/releases/0.8.2"
  88. }
  89. },
  90. "rightClick": {
  91. "reload": "重新載入",
  92. "openDevTools": "打開開發者工具",
  93. "inspectElements": "檢查元素"
  94. },
  95. "nodeInfo": {
  96. "active": "active",
  97. "blockNumber": "最新區塊數量",
  98. "blocksBehind": "blocks behind",
  99. "checkingWhichNetwork": "Checking network...",
  100. "connecting": "Connecting...",
  101. "local": "Local",
  102. "lookingForPeers": "Looking for peers...",
  103. "network": "Network",
  104. "node": "Node",
  105. "nodeSyncing": "剩餘__blockDiff__塊",
  106. "peers": "節點",
  107. "privateNetwork": "Private-net",
  108. "test": "test",
  109. "testnetExplain":
  110. "您正處於Testnet測試網路中,請勿發送真正的以太幣到這些地址中",
  111. "timeSinceBlock": "自上一區塊已經過去的時間"
  112. },
  113. "sidebar": {
  114. "buttons": {
  115. "browser": "瀏覽"
  116. }
  117. },
  118. "browserBar": {
  119. "buttons": {
  120. "noAccounts": "未設置帳號",
  121. "connect": "Connect"
  122. }
  123. },
  124. "startScreen": {
  125. "runningNodeFound": "發現正在運行的以太坊節點!",
  126. "nodeConnectionTimeout":
  127. "無法開啓以太坊節點!<br><small>如果您已經<a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'>安裝Geth</a>,使用此命令運行: <br> <code>geth --ipcpath __path__</code></small><br> <small><a href='https://github.com/ethereum/mist/issues' class='button' target='_blank'> 或者上報此問題 </a></small>",
  128. "nodeBinaryNotFound":
  129. "找不到以太坊節點安裝文件!<br><small> <a href='https://www.ethereum.org/cli#geth' class='button' target='_blank'> 請事先手動開啓一個節點 </a> </small>",
  130. "nodeSyncing": "需要同步以太坊節點,請等待……",
  131. "nodeSyncInfo": "正在下載第__displayBlock__塊,共__highestBlock__。",
  132. "nodeSyncConnecting": "正在查找節點……",
  133. "nodeStarting": "Ethereum node starting up...",
  134. "nodeStarted": "Ethereum node started",
  135. "nodeConnected": "Ethereum node connected",
  136. "nodeStopping": "Ethereum node stopping...",
  137. "nodeStopped": "Ethereum node stopped",
  138. "nodeError": "Ethereum node connection error :'(",
  139. "unableToBindPort":
  140. "Ethereum node cannot run. Is another instance already running?",
  141. "nodeSyncInfoStates":
  142. "Downloading block __displayBlock__ of __highestBlock__, <br> Downloading chain structure __displayState__ of __displayKnownStates__",
  143. "nodeSyncFoundPeers": "Connecting to __peers__ peers...",
  144. "launchApp": "Launch Application",
  145. "clientBinaries": {
  146. "scanning": "Checking for node update...",
  147. "downloading": "Downloading new node...",
  148. "loadConfig": "Loading client config...",
  149. "filtering": "Filtering client binaries...",
  150. "done": "Ethereum node up-to-date...",
  151. "error": "Error running downloaded binary."
  152. }
  153. },
  154. "popupWindows": {
  155. "requestAccount": {
  156. "title": "創建帳號",
  157. "enterPassword": "輸入密碼",
  158. "repeatPassword": "重複密碼",
  159. "creating": "正在生成帳號……",
  160. "errors": {
  161. "passwordMismatch": "您輸入的密碼不符合。",
  162. "passwordTooShort": "Make a longer password"
  163. }
  164. },
  165. "sendTransactionConfirmation": {
  166. "title": {
  167. "sendTransaction": "發送交易",
  168. "contractExecution": "執行合約",
  169. "createContract": "創建合約"
  170. },
  171. "contractExecutionInfo":
  172. "您即將執行該合約上的一個函數,這可能需要會轉走您輸入的數量。",
  173. "contractCreationInfo": "您即將用提供的資料創建一個合約。",
  174. "enterPassword": "輸入密碼以確認該交易",
  175. "unlocking": "正在確認……",
  176. "createContract": "創建合約",
  177. "estimatedFee": "預計消耗費用",
  178. "estimatedGasError": "資料無法被執行,因此這將消耗所有提供的Gas。",
  179. "gasPrice": "Gas價格",
  180. "perMillionGas": "以太幣/每百萬gas",
  181. "gasLimit": "提供最大費用",
  182. "data": "數據",
  183. "buttons": {
  184. "sendTransaction": "發送交易"
  185. },
  186. "errors": {
  187. "connectionTimeout": "無法連接該節點,後台節點是否崩潰了?",
  188. "wrongPassword": "密碼錯誤",
  189. "multipleKeysMatchAddress":
  190. "Multiple keys match address. Please remove duplicates from keystore (menu -> File -> Backup -> Accounts)",
  191. "insufficientFundsForGas":
  192. "Insufficient funds in main account (etherbase) to pay for gas",
  193. "sameAccount": "Can't send to itself"
  194. },
  195. "transactionThrow":
  196. "The contract won't allow this transaction to be executed",
  197. "noEstimate": "We couldn't estimate the gas.",
  198. "parameters": "Parameters",
  199. "showRawBytecode": "show raw data",
  200. "showDecodedParameters": "show decoded parameters",
  201. "lookupData": "Try to decode data",
  202. "lookupDataExplainer": "Look this up on the internet",
  203. "overBlockGasLimit":
  204. "The gas required for this execution could exceed the block gas limit.",
  205. "notEnoughGas":
  206. "Gas might not be enough to successfully finish this transaction.<br>Click here to increase the gas amount."
  207. },
  208. "importAccount": {
  209. "doYouHaveAWalletFile": "您擁有一個錢包文件嗎?",
  210. "walletFileDescription":
  211. "<p>如果您參與了2014年的以太坊預售,您應該有一個文件名爲<code>ethereum_wallet_backup.json</code>的錢包文件。在您購買後已被下載並且也發送到您信箱。</p>",
  212. "dropFilesHere": "預售文件拖入此處",
  213. "importing": "正在匯入……",
  214. "buttons": {
  215. "showPassword": "顯示密碼"
  216. },
  217. "errors": {
  218. "unknownFile": "文件無法識別。",
  219. "wrongPassword": "密碼錯誤。",
  220. "importFailed": "無法匯入該文件,錯誤:__error__"
  221. }
  222. },
  223. "updateAvailable": {
  224. "newVersionAvailable": "New __name__ version available",
  225. "version": "Version",
  226. "downloadURL": "Download URL",
  227. "checksum": "Checksum",
  228. "downloadAndRestart": "Update and Restart",
  229. "download": "Download new version",
  230. "skipUpdate": "Skip Update",
  231. "checking": "Checking for updates to __name__...",
  232. "noUpdateFound":
  233. "No update found. You are running the latest version of __name__."
  234. },
  235. "connectAccount": {
  236. "chooseAccountTitle": "Choose account",
  237. "createAccount": "Create new account",
  238. "pinToSidebar": "Pin app to the sidebar",
  239. "connectAccountDescription":
  240. "You are sharing your identity with __dappName__. This allows the app to see any public information of your accounts, including balances connected to it."
  241. }
  242. }
  243. },
  244. "elements": {
  245. "checksumAlert":
  246. "該地址格式有效,但是由於沒有安全機制保證您不會拼寫錯誤,因此請反覆確認您輸入正確。如果可能的話,請驗證一下安全圖標是否相同。",
  247. "identiconHelper":
  248. "這是一個安全圖標,如果地址有任何改動,該圖標將會完全不一樣",
  249. "type": {
  250. "address": "Address",
  251. "bool": "Boolean",
  252. "int": "Integer",
  253. "uint": "Natural Number",
  254. "string": "String",
  255. "bytes": "Bytes"
  256. }
  257. }
  258. }