OSDN Git Service

add the transaltion for generatedTX page
[bytom/bytom-electron.git] / src / locales / en / translation.json
index c65cf14..c26f729 100644 (file)
@@ -24,7 +24,9 @@
     "page":"Page",
     "close":"Close",
     "errorCode":"Error Code:",
-    "requestId":"Request ID:"
+    "requestId":"Request ID:",
+    "cancel": "Cancel",
+    "continue":"Continue"
   },
   "crumbName":{
     "transaction": "transactions",
@@ -52,7 +54,8 @@
     "newKey":"Create a key",
     "newToken":"Create an access token",
     "newAsset":"Create an asset",
-    "resetPassword":"Reset password"
+    "resetPassword":"Reset password",
+    "peer":"Peers information"
   },
   "form":{
     "detail": "Details",
     "passwordRequired":"Password is required",
     "tryPassword":"Try Password",
     "resetPassword":"Reset Password",
-    "tryPPlaceholder":"Please entered the password that you need to check."
+    "tryPPlaceholder":"Please entered the password that you need to check.",
+    "editAlias":"Edit key alias",
+    "alias":"Key Alias"
   },
   "account":{
     "account":"Account",
       "quorumHint":"Number of keys required for transfer",
       "aliasWarning":"Account alias is required",
       "keyWarning":"Please provide keys"
-    }
+    },
+    "editAlias":"Edit account alias",
+    "alias":"Account Alias",
+    "aliasPlaceholder":"Please entered account alias"
   },
   "transaction":{
     "transaction":"Transaction",
       "showDetails":"Show transaction details",
       "transactionContent":"Transaction Content",
       "normalView":"Normal View",
-      "jsonView":"Json View"
+      "jsonView":"Json View",
+      "generated":{
+        "title":"Generated Transaction",
+        "lead":"Use the following JSON string as the transaction to sign by another account:"
+      }
     }
   },
   "balances":{
     "repeatPlaceHolder":"Please repeat the key password...",
     "errorTitle":"Error in initialization",
     "mnemonic":"mnemonic",
-    "mnemonicRequire":"Mnemonic is Required"
+    "mnemonicRequire":"Mnemonic is Required",
+    "create": "Create Wallet",
+    "createDescription":"This option will create a default account, key password and give you a option to keep you mnemonic.  Warning: key seed words will display only once, it's important to remember your password.",
+    "welcome":"Welcome to Bytom __network__"
   },
   "backup":{
     "title":"Backup and Restore",
     "backup":"Back Up",
     "backupDescription":"This option will back up all data stored in this core, including blockchain data, accounts, assets and balances.",
-    "restoreKeystore":"Restore by File",
+    "restoreKeystore":"Restore from Keystore File",
     "restoreKeystoreDescription":"This option will restore the wallet data form a file. You might need to rescan your wallet, if you balance is not up to date.",
     "restoreMnemonic":"Restore by Mnemonic",
     "restoreMnemonicDescription":"This option will restore the key related data by mnemonic. You might need to rescan your wallet, if you balance is not up to date.",
     "selectFile":"Select Restore File",
     "restore":"Restore"
   },
+  "peers":{
+    "formTitle": ["Remote Address", "Height", "Ping", "Duration", "Total Byte"],
+    "disconnect" : "Disconnect"
+  },
+  "mnemonic":{
+    "backup":"Backup Seed",
+    "backupMessage":"Mnemonic used to restore the key related information. Please write down the following seed and save it in a secure location.",
+    "continue":"I have written down the seed",
+    "skip": "Skip the backup",
+    "confirmTitle":"Enter your wallet recover phrase",
+    "confirm": "Confirm Seed",
+    "confirmMessage":"Confirm that you backed up your Mnemonic by filling the missing words."
+  },
   "notFound":{
     "title":"Not Found",
     "word":"We couldn't find the page you were looking for."
     "RESET_PASSWORD_KEY": "Key password has been reset successfully.",
     "CREATE_REGISTER_ACCOUNT": "Default account and key have been initialized successfully.",
     "RESTORE_SUCCESS":"Wallet restore successfully",
-    "UPDATED_ASSET":"Updated asset alias."
+    "UPDATED_ASSET":"Updated asset alias.",
+    "UPDATED_ACCOUNT":"Updated account alias.",
+    "UPDATED_KEY":"Updated key alias.",
+    "CREATED_TOKEN_WITH_GRANT":"Access token has been created successfully."
   },
   "btmError":{
     "BTM000": "Bytom API Error",