Skip to content

Commit f745fae

Browse files
authored
Merge pull request GrinPlusPlus#43 from shphrd/lang_spelling_updates
Updates to EN & RU spelling
2 parents 079d7e7 + 4358974 commit f745fae

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

src/lang/en.js

+31-31
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const messages = {
1313
confirmed: 'Confirmed',
1414
unconfirmed: 'Unconfirmed',
1515
locked: 'Locked',
16-
16+
1717
send: 'Send',
1818
receive: 'Receive',
1919

20-
cancel:'Cancel',
20+
cancel: 'Cancel',
2121
save: 'Save',
2222

2323
welcome: 'Welcome to use Niffler wallet',
@@ -34,21 +34,21 @@ const messages = {
3434

3535
other: 'Others',
3636

37-
37+
3838
login: {
3939
walletExist: 'Found grin wallet data exists; login with original password :-)',
4040
},
4141

42-
remove:{
42+
remove: {
4343
title: 'Remove Current Wallet',
4444
warning: 'Warning !',
4545
info: 'Before you remove current wallet, Make sure there is no grin in this wallet or You write down the Seed Phrase !',
4646
help: 'Enter "remove" into the input box below to confirm',
4747
remove: 'Remove',
4848
success: 'Current wallet was removed. Click "OK" to restart Niffler.'
4949
},
50-
51-
create:{
50+
51+
create: {
5252
seedPhrase: 'Seed Phrase',
5353
toNewMsg: 'No wallet exists Found. Create a New One.',
5454
newWallet: 'Create new wallet',
@@ -59,13 +59,13 @@ const messages = {
5959
errorCreateFailed: 'Error when try to create new wallet. Maybe restart wallet and Try it later.',
6060
},
6161

62-
new_:{
62+
new_: {
6363
create: 'Create new wallet',
6464
restore: 'Restore wallet via seed phrase',
6565
import: 'Import wallet backup file'
6666
},
67-
68-
restore:{
67+
68+
restore: {
6969
seedPhrase: 'Seed Phrase',
7070
title: 'Restore wallet via seed phrase',
7171
addSeedsInfo: 'Add seed phrase one by one please',
@@ -82,13 +82,13 @@ const messages = {
8282
login: 'Login Wallet',
8383
},
8484

85-
app:{
85+
app: {
8686
create: 'Create transaction file',
8787
finalize: 'Finalize',
8888
httpSend: 'Send via http/https',
8989
createRespFile: 'Create response transaction file',
9090
httpReceive: 'Open http listener to receive',
91-
height:'Height',
91+
height: 'Height',
9292
updateTitle: 'Found new version',
9393
updateMsg: 'Found new version of Niffler wallet. Please update Right NOW.',
9494
yes: 'yes',
@@ -103,25 +103,25 @@ const messages = {
103103
immature: 'Immature'
104104
},
105105

106-
txs:{
106+
txs: {
107107
tx: 'Transactions',
108-
canceled:'Canceled',
108+
canceled: 'Canceled',
109109
noTxFound: 'No transactions Found',
110-
noTx:'No transactions',
111-
cancelSuccess:'This transaction canceled',
110+
noTx: 'No transactions',
111+
cancelSuccess: 'This transaction canceled',
112112
},
113113

114-
commit:{
114+
commit: {
115115
unspentCmt: 'Unspent Output Commit',
116116
heightCreated: 'Block height when Created',
117117
unspent: 'Unspent',
118118
spent: 'Spent',
119119
noCmtFound: 'No Unspent Output Commit Found',
120-
noCmt:'No Unspent Output Commit',
120+
noCmt: 'No Unspent Output Commit',
121121
copied: 'Copied'
122122
},
123123

124-
fileSend:{
124+
fileSend: {
125125
sendAmount: 'Amount to send',
126126
createTxFile: 'Create new transcation file',
127127
WrongAmount: 'Wrong amount',
@@ -130,9 +130,9 @@ const messages = {
130130
NotEnough: 'Not enough amount. Keep 0.01 as fee'
131131
},
132132

133-
httpSend:{
133+
httpSend: {
134134
sendAmount: 'Amount to send',
135-
address:'Address',
135+
address: 'Address',
136136
WrongAmount: 'Wrong amount',
137137
NotEnough: 'Not enough amount. Keep 0.01 as fee',
138138
WrongAddress: 'Wrong address',
@@ -156,7 +156,7 @@ const messages = {
156156
finalize: {
157157
finalize: 'Finalize',
158158
success: 'Transcation success',
159-
ok:'OK',
159+
ok: 'OK',
160160
sending: 'Sending',
161161
dropMsg: 'Drop response transaction file to finalize',
162162
WrongFileType: 'Wrong transaction file type',
@@ -186,7 +186,7 @@ const messages = {
186186
launchSucess: 'Started successful',
187187
reachable: 'Hedwig address is available',
188188
address: 'Address to receive',
189-
tip:'Please keep wallet online.',
189+
tip: 'Please keep wallet online.',
190190
close: 'Stop Hedwig',
191191
introTitle: 'Introduction',
192192
intro1: 'Hedwig(v1) is a relay service for users without a public ip. It provides a temporary address to receive grin.',
@@ -204,12 +204,12 @@ const messages = {
204204
checking: 'Checking, be patient ...',
205205
stop: 'Stop Check',
206206

207-
tip:'It will take 10-30 minites to finish check',
207+
tip: 'It will take 10-30 minutes to finish check',
208208
introTitle: 'Introduction',
209209

210210
intro1: 'Because of all of the possibilities listed in the cancel command, as well as the possibility of forks, it is quite possible for your wallet to end up in an inconsistent state',
211211
intro2: "For this reason, Grin provides a manual check command that scans the chain's UTXO set for any outputs belonging to your wallet, and ensures they're in a consistent state with your local wallet database.",
212-
212+
213213
start: 'Start',
214214
stopCheckMsg: 'Check was cancelled',
215215
checkedMsg: 'Check balance finished'
@@ -221,7 +221,7 @@ const messages = {
221221
select: 'Select'
222222
},
223223

224-
gnode:{
224+
gnode: {
225225
title: 'Local grin node',
226226
tabStatus: 'Status',
227227
tabPeers: 'Peers',
@@ -230,7 +230,7 @@ const messages = {
230230
statusRunning: 'Running, Available',
231231
statusSyncing: 'Syncing ...',
232232
statusToStart: 'not Runing',
233-
status:'Status',
233+
status: 'Status',
234234
localRemoteHeight: 'Local Height/Networking Height',
235235
nodeVersion: 'Node Version',
236236
protocolVersion: 'Protocol Version',
@@ -241,20 +241,20 @@ const messages = {
241241
height: 'height'
242242
},
243243

244-
gnodeConfig:{
245-
warning: 'For General users, default setting is prefered!',
244+
gnodeConfig: {
245+
warning: 'For General users, default setting is preferred!',
246246
useLocalorNot: '(Recommend)Use local grin node',
247247
connectMethod: 'Connect Method',
248248
remoteFirst: '(Recommend)Remote grin node is preferred, When remote node is not available, use local node.',
249-
localFirst: 'Local grin node is preferred when it is synced. Otherwise, use remote node.',
249+
localFirst: 'Local grin node is preferred when it is synced. Otherwise, use remote node.',
250250
remoteAllTime: 'Use remote all the time',
251251
localAllTime: 'Use local all the time',
252-
background: '(Recommend)Runing grin node background when Niffler is closed.',
252+
background: '(Recommend)Running grin node background when Niffler is closed.',
253253
restoreToDefault: 'Restore to default setting',
254254
saved: 'Settings was saved, Restart Niffler to take effect.'
255255
},
256256

257-
gnodeConfigModal:{
257+
gnodeConfigModal: {
258258
config: 'Grin Local Node Settings',
259259
title: 'Grin node settings'
260260
}

0 commit comments

Comments
 (0)