OSDN Git Service

sdk lang
[bytom/Byone.git] / src / assets / language / en.js
1 const en = {
2   welcome: {
3     title: "Welcome to the BYTOM Chrome Wallet",
4     use: "Start",
5     terms: "Terms of Use",
6     confirm: "Confirm",
7   },
8   dialog: {
9     header: "Info",
10     copy: {
11       success: "Copied!",
12       fail: "Copy failed!",
13     }
14   },
15   transfer: {
16     address: "Address",
17     quantity: "Quantity",
18     fee: "Fee",
19     feeType: "Standard",
20     send: "Send Transaction",
21     confirmPassword: "Confirm password",
22     confirm: "Confirm",
23     cancel: "Cancel",
24     emptyPassword: "Password can not be empty.",
25     unit: "unit",
26     emptyTo: "Empty address",
27     noneBTM: "Error BTM quantity",
28     transferAmount: "Transfer Amount",
29     total: "Total",
30     totalTip: "Transfer Amount+Fee",
31     success: "Transaction sent successfully",
32   },
33   main: {
34     mainNet: "BYTOM MainNet",
35     testNet: "BYTOM TestNet",
36     copy: "Click to copy",
37     transfer: "Transfer",
38     record: "Transaction Record",
39     noAccount: "No account information on this network.",
40     create: "Create Account",
41   },
42   transactionDetail: {
43     title: "Transaction Detail",
44     fee: "Fee",
45     blockHeight: "Block Height",
46     blockSize: "Block Size",
47     transactionID: "Transaction ID",
48     sendAddress: "Send Address",
49     receiveAddress: "Receive Address",
50     myAddress: "(My Address)",
51   },
52   menu: {
53     title: "Switch Account",
54     createAccount: "Create Account",
55     backup: "Backup",
56     help: "Help",
57     setting: "Setting",
58   },
59   createAccount: {
60     title: "Create Account",
61     accountAlias: "Account alias",
62     keyAlias: "key alias",
63     keyPassword: "Key password",
64     confirmPassword: "Confirm password",
65     create: "Create",
66     import: "Import from Backup",
67     select: "Select network",
68     file: "Backup file",
69     import: "Import",
70     back: "back",
71     passwordAgain: "The passwords are inconsistent twice. Please check and try again.",
72   },
73   help: {
74     title: "Help",
75     page: "Information Page"
76   },
77   setting: {
78     title: "Setting",
79     version: "Wallet Version",
80     lang: "Language",
81     unit: "BTM Quantity Unit",
82   },
83   backup: {
84     title: "Backup",
85     button: "Backup"
86   }
87 }
88
89 export default en;