You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/web/js/langConfig/en-US.js
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* intl 英文词库
5
5
*/
6
6
7
-
consten_US={
7
+
exportdefault{
8
8
'aelf.': ' ',
9
9
'aelf.WalletDetail': 'WalletDetail',
10
10
'aelf.TransactionList': 'Transaction List',
@@ -48,7 +48,7 @@ const en_US = {
48
48
'aelf.Becareful08': 'Please write them down carefully and keep them in a secure location!',
49
49
'aelf.Becareful09': 'Please DO NOT use screen capture!',
50
50
'aelf.Becareful010': 'If anyone obtains your Mnemonic, they WILL obtain your digital assets!',
51
-
'aelf.Confirm Mnemonic ': 'Confirm Mnemonic',
51
+
'aelf.ConfirmMnemonic ': 'Confirm Mnemonic',
52
52
'aelf.hint01': 'Mnemonic is not in the right sequence, please rearrange!',
53
53
'aelf.hint02': 'To confirm your backup, please click on the Mnemonic in order.',
54
54
'aelf.Copy Private Key': 'Copy Private Key',
@@ -67,8 +67,7 @@ const en_US = {
67
67
'aelf.Old password': 'Old password',
68
68
'aelf.Forget your password': 'Forget your password? Importing mnemonic or private key can be reset.',
69
69
'aelf.Immediately import': 'Immediately import',
70
-
'aelf.hint03': 'In this wallet, there is no Mnemonic when import Private Key. But we can get '
71
-
+'Private Key when we import Mnemonic.',
70
+
'aelf.hint03': 'In this wallet, there is no Mnemonic when import Private Key. But we can get Private Key when we import Mnemonic.',
72
71
'aelf.Import': 'Import',
73
72
'aelf.System Setting': 'System Setting',
74
73
'aelf.Network': 'Network',
@@ -88,20 +87,10 @@ const en_US = {
88
87
'aelf.HelpTitle04': 'What is the AElf Wallet?',
89
88
'aelf.HelpTitle05': 'How to change the password?',
90
89
'aelf.HelpTitle06': 'What if I forget my password?',
91
-
'aelf.mnemonicCon01': 'The Mnemonics is equivalent to the bank card + '
92
-
+'password of a traditional financial institution. '
93
-
+'Please keep it in a safe place. A Mnemonics is another manifestation of a plaintext private'
94
-
+' key that is designed to help users remember'
95
-
+' complex private keys (64-bit hashes). Mnemonicss are generally composed of 12, 15, 18, and 21 words. These'
96
-
+' words are taken from a fixed vocabulary. The order of generation '
97
-
+'is also based on a certain algorithm. The Mnemonics is an unencrypted private '
98
-
+'key. When people get your Mnemonics, you can take away your assets with little effort.',
90
+
'aelf.mnemonicCon01': 'The Mnemonics is equivalent to the bank card + password of a traditional financial institution. Please keep it in a safe place. A Mnemonics is another manifestation of a plaintext private key that is designed to help users remember complex private keys (64-bit hashes). Mnemonicss are generally composed of 12, 15, 18, and 21 words. These words are taken from a fixed vocabulary. The order of generation is also based on a certain algorithm. The Mnemonics is an unencrypted private key. When people get your Mnemonics, you can take away your assets with little effort.',
99
91
'aelf.mnemonicCon02': 'Therefore, users must pay attention to three points when backing up the Mnemonics:',
100
-
'aelf.mnemonicCon03': '1. Use physical media as much as possible. For example, write Mnemonicss on paper. '
101
-
+'Do not use screenshots or photos on networked devices as much as possible to prevent hackers from stealing.',
102
-
'aelf.mnemonicCon04': '2. Verify that the backup Mnemonics is correct multiple times.'
103
-
+' Once you have misread a letter or word, it will bring great suffering to the sub'
104
-
+'sequent retrieval of the correct Mnemonics.',
92
+
'aelf.mnemonicCon03': '1. Use physical media as much as possible. For example, write Mnemonicss on paper. Do not use screenshots or photos on networked devices as much as possible to prevent hackers from stealing.',
93
+
'aelf.mnemonicCon04': '2. Verify that the backup Mnemonics is correct multiple times. Once you have misread a letter or word, it will bring great suffering to the subsequent retrieval of the correct Mnemonics.',
105
94
'aelf.mnemonicCon05': '3. Keep the Mnemonics after the backup in a safe place, and do a good job of anti-theft and anti-lost measures.',
106
95
'aefl.keystoreCon01': 'The Keystore file is a file format (JSON) for storing the private key. It uses user-defined password encryption to protect the wallet to a certain extent, and the degree of protection depends on the password strength of the wallet. If the password is similar to 123456, it is extremely unsafe.',
107
96
'aefl.keystoreCon02': 'So users must pay attention to three points when backing up Keystore:',
@@ -149,5 +138,3 @@ const en_US = {
149
138
'aelf.The passwords confirmed error.': 'The passwords confirmed error.',
150
139
'aelf.The passwords is not strong.': 'The passwords is not strong.'
0 commit comments