forked from steel97/veil_wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app_en.arb
725 lines (725 loc) · 24.1 KB
/
app_en.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
{
"@@locale": "en",
"title": "Veil wallet",
"@title": {
"description": "The title of application"
},
"welcomeTitle": "Welcome to Veil!",
"@welcomeTitle": {
"description": "The title of welcome screen"
},
"welcomeDescription": "Import existing wallet or create new",
"@welcomeDescription": {
"description": "Title description of welcome screen"
},
"createWallet": "Create",
"@createWallet": {
"description": "Text on create wallet button"
},
"importWallet": "Import",
"@importWallet": {
"description": "Text on import wallet button"
},
"settingsButton": "Settings",
"@settingsButton": {
"description": "Accessibility label for settings icon (appbar/navbar)"
},
"saveSeedPhraseTitle": "Save seed phrase",
"@saveSeedPhraseTitle": {
"description": "Save seed phrase screen title"
},
"saveSeedPhraseDescription": "Save new wallet seed phrase:",
"@saveSeedPhraseDescription": {
"description": "Save seed phrase description"
},
"nextButton": "Next",
"@nextButton": {
"description": "\"Next\" text for buttons"
},
"verifySeedPhraseTitle": "Verify seed phrase",
"@verifySeedPhraseTitle": {
"description": "Verify seed phrase screen title"
},
"verifySeedPhraseDescription": "Verify 24 words seed:",
"@verifySeedPhraseDescription": {
"description": "Verify seed phrase description"
},
"createWalletButton": "Create wallet",
"@createWalletButton": {
"description": "Create wallet button (verify seed screen)"
},
"walletNameInputField": "Wallet name:",
"@walletNameInputField": {
"description": "Wallet name input field (import/create wallet screen)"
},
"walletNameInputFieldHint": "Wallet name",
"@walletNameInputFieldHint": {
"description": "Wallet name input field hint (import/create wallet screen)"
},
"importSeedTitle": "Import seed phrase",
"@importSeedTitle": {
"description": "Import seed phrase title"
},
"importSeedDescription": "Enter 24 words seed phrase:",
"@importSeedDescription": {
"description": "Import seed description"
},
"walletAdvancedButton": "Advanced",
"@walletAdvancedButton": {
"description": "Advanced button (import screen)"
},
"walletAdvancedTitle": "Advanced settings",
"@walletAdvancedTitle": {
"description": "Advanced screen title"
},
"walletEncryptionPasswordInputField": "Encryption password (if exists):",
"@walletEncryptionPasswordInputField": {
"description": "Encryption password input field (advanced import/new wallet screen)"
},
"walletEncryptionPasswordInputFieldHint": "Wallet encryption password",
"@walletEncryptionPasswordInputFieldHint": {
"description": "Encryption password input field hint (advanced import/new wallet screen)"
},
"walletEncryptionPasswordRepeatInputField": "Repeat encryption password:",
"@walletEncryptionPasswordRepeatInputField": {
"description": "Encryption password repeat input field (advanced import/new wallet screen)"
},
"walletEncryptionPasswordRepeatInputFieldHint": "Repeat wallet encryption password",
"@walletEncryptionPasswordRepeatInputFieldHint": {
"description": "Encryption password repeat input field hint (advanced import/new wallet screen)"
},
"walletImportTransactionsData": "Import {fileName}",
"@walletImportTransactionsData": {
"placeholders": {
"fileName": {
"description": "Name of file used to restore transaction types",
"example": "transactions.json",
"type": "String"
}
},
"description": "Import \"transactions.json\" text (under advanced import/create wallet screens)"
},
"saveButton": "Save",
"@saveButton": {
"description": "Save button text (under advanced/create wallet screens)"
},
"settingsTitle": "Settings",
"@settingsTitle": {
"description": "Settings screen title"
},
"nodeUrlInputField": "Node url:",
"@nodeUrlInputField": {
"description": "Node url input field (settings screen)"
},
"nodeUrlInputFieldHint": "Veil lightwallet node url (starts with http(s)://)",
"@nodeUrlInputFieldHint": {
"description": "Node url input field hint (settings screen)"
},
"basicAuthInputField": "Node basic auth:",
"@basicAuthInputField": {
"description": "Node basic auth input field (settings screen)"
},
"basicAuthInputFieldHint": "Empty for explorer's node",
"@basicAuthInputFieldHint": {
"description": "Node basic auth input field hint (settings screen)"
},
"explorerUrlInputField": "Explorer URL:",
"@explorerUrlInputField": {
"description": "Explorer url input field (settings screen)"
},
"explorerUrlInputFieldHint": "Explorer URL",
"@explorerUrlInputFieldHint": {
"description": "Explorer url input field hint (settings screen)"
},
"explorerTxInputField": "Tx explorer url:",
"@explorerTxInputField": {
"description": "Explorer tx input field (settings screen)"
},
"explorerTxInputFieldHint": "Transactions explorer URL",
"@explorerTxInputFieldHint": {
"description": "Explorer tx input field hint (settings screen)"
},
"useMinimumUTXOs": "Use minimum UTXOs",
"@useMinimumUTXOs": {
"description": "Use minimum UTXOs checkbox (settings screen)"
},
"setupBiometricsButton": "Set up biometrics",
"@setupBiometricsButton": {
"description": "Setup biometrics button (settings screen)"
},
"aboutButton": "About app",
"@aboutButton": {
"description": "About button (settings screen)"
},
"biometricsTitle": "Secure your wallet",
"@biometricsTitle": {
"description": "Secure your wallet title (biometrics screen)"
},
"biometricsDescription": "To secure your wallet we strongly recommend to setup biometrics authentication for this app",
"@biometricsDescription": {
"description": "Secure your wallet description (biometrics screen)"
},
"skipBiometricsButton": "Skip (not recommended)",
"@skipBiometricsButton": {
"description": "Skip button (biometrics screen)"
},
"walletTitle": "Wallet",
"@walletTitle": {
"description": "Home screen title string"
},
"notificationsAction": "Notifications",
"@notificationsAction": {
"description": "Notifications label for accessibility"
},
"sendButton": "Send",
"@sendButton": {
"description": "Home screen send button"
},
"receiveButton": "Receive",
"@receiveButton": {
"description": "Home screen receive button"
},
"buyButton": "Buy",
"@buyButton": {
"description": "Home screen buy button"
},
"transactionsLabel": "Transactions",
"@transactionsLabel": {
"description": "Home screen transactions label"
},
"txTypeReceived": "Received",
"@txTypeReceived": {
"description": "Transaction card received text"
},
"txTypeSent": "Sent",
"@txTypeSent": {
"description": "Transaction card sent text"
},
"txTypeUnknown": "Unknown",
"@txTypeUnknown": {
"description": "Transaction card unknown text"
},
"homeNavHome": "Home",
"@homeNavHome": {
"description": "Bottom nav bar home button label"
},
"homeNavExplorer": "Explorer",
"@homeNavExplorer": {
"description": "Bottom nav bar explorer button label"
},
"homeNavScanQR": "Scan QR",
"@homeNavScanQR": {
"description": "Bottom nav bar scan qr button label"
},
"homeNavSettings": "Settings",
"@homeNavSettings": {
"description": "Bottom nav bar settings button label"
},
"homeNavWebsite": "Website",
"@homeNavWebsite": {
"description": "Bottom nav bar website button label"
},
"passwordsNotMatch": "Passwords don't match",
"@passwordsNotMatch": {
"description": "Advanced import/create settings password validation error"
},
"seedWordCantBeEmpty": "Seed word can't be empty",
"@seedWordCantBeEmpty": {
"description": "Mnemonic validation (empty)"
},
"seedWordWrong": "Wrong seed word",
"@seedWordWrong": {
"description": "Mnemonic validation (word not in vocablurary)"
},
"seedWordNotMatch": "Seed word doesn't match",
"@seedWordNotMatch": {
"description": "Mnemonic validation (word doesn't match generated word)"
},
"aboutTitle": "About app",
"@aboutTitle": {
"description": "About screen title"
},
"aboutText": "Veil wallet - mobile Veil cryptocurrency wallet.\nSource code is available here:",
"@aboutText": {
"description": "About screen description #1"
},
"aboutText2": "Donations address:",
"@aboutText2": {
"description": "About screen description #2"
},
"copiedText": "Copied to clipboard",
"@copiedText": {
"description": "Notification when copy action used"
},
"authenticateTitle": "Authentication",
"@authenticateTitle": {
"description": "Authentication title"
},
"authenticateDescription": "To access wallet, please authenticate",
"@authenticateDescription": {
"description": "Authentication description"
},
"authenticateAction": "Authenticate",
"@authenticateAction": {
"description": "Authenticate action"
},
"biometricsReason": "Please authenticate to unlock wallet",
"@biometricsReason": {
"description": "Reason to use biometrics"
},
"biometricsSetupReason": "Please authenticate to setup biometrics",
"@biometricsSetupReason": {
"description": "Setup biometrics description"
},
"biometricsRemoveReason": "Please authenticate to remove biometrics",
"@biometricsRemoveReason": {
"description": "Remove biometrics description"
},
"settingsSaved": "Settings saved",
"@settingsSaved": {
"description": "Settings saved notification"
},
"removeBiometricsButton": "Remove biometrics",
"@removeBiometricsButton": {
"description": "Settings screen remove biometrics action"
},
"loadingAppSemantics": "Loading Veil wallet",
"@loadingAppSemantics": {
"description": "Accesibility label for loader screen"
},
"shareTitle": "Receive coins",
"@shareTitle": {
"description": "Title text on receive coins screen"
},
"shareDescriptionText": "Use this QR code to receive coins",
"@shareDescriptionText": {
"description": "Description text on receive coins screen"
},
"shareAction": "Share QR code",
"@shareAction": {
"description": "Share action on receive coins screen"
},
"shareSubject": "My QR code to receive Veil coins",
"@shareSubject": {
"description": "Share subject (used for e-mails)"
},
"shareText": "My Veil address: {address}",
"@shareText": {
"placeholders": {
"address": {
"description": "Veil address",
"example": "sv1qqp3twtj249e226mvg55jm0ec36y99xsh5ytnm6hcgvetthuptj2kugpqwcnw6tpnvwrrvutsltnghkg46ayqpw40g6p3knppy3kwgvhr34mkqqqeedkfp",
"type": "String"
}
},
"description": "Share default text"
},
"newTransactionTitle": "New transaction",
"@newTransactionTitle": {
"description": "Title text on new transaction screen"
},
"recipientAddress": "Recipient address:",
"@recipientAddress": {
"description": "Recipient address text on new transaction screen"
},
"recipientAddressHint": "Recipient address",
"@recipientAddressHint": {
"description": "Recipient address hint on new transaction screen"
},
"sendAmount": "Send amount:",
"@sendAmount": {
"description": "Send amount text on new transaction screen"
},
"sendAmountHint": "Available {amount} of {overall} veil",
"@sendAmountHint": {
"placeholders": {
"amount": {
"description": "Amount of available veil",
"example": "123.456",
"type": "String"
},
"overall": {
"description": "Amount of all veil on balance (locked/pending + available)",
"example": "123.456",
"type": "String"
}
},
"description": "Send amount hint on new transaction screen"
},
"subtractFeeFromAmount": "Subtract fee from amount",
"@subtractFeeFromAmount": {
"description": "Subtract fee from amount text on new transaction screen"
},
"availableText": "Available:",
"@availableText": {
"description": "Available coins text on new transaction screen"
},
"sendCoinsNextAction": "Next",
"@sendCoinsNextAction": {
"description": "Send coins next action on new transaction screen"
},
"makeTxVerifyInvalidAddress": "Address is invalid",
"@makeTxVerifyInvalidAddress": {
"description": "Make tx verification address"
},
"makeTxVerifyAmountCantBeEmpty": "Amount can't be empty",
"@makeTxVerifyAmountCantBeEmpty": {
"description": "Make tx verification amount empty"
},
"makeTxVerifyAmountMustNotBeNegative": "Amount must be greater than zero",
"@makeTxVerifyAmountMustNotBeNegative": {
"description": "Make tx verification amount"
},
"makeTxVerifyAmountInvalid": "Amount is invalid",
"@makeTxVerifyAmountInvalid": {
"description": "Make tx verification amount"
},
"makeTxVerifyAmountNotEnough": "Amount is greater than available",
"@makeTxVerifyAmountNotEnough": {
"description": "Make tx verification amount greater than available"
},
"transactionAlertTitle": "Transaction",
"@transactionAlertTitle": {
"description": "Make tx transaction info or error alert title"
},
"transactionAlertErrorGeneric": "Error occured! Can't create transaction.",
"@transactionAlertErrorGeneric": {
"description": "Make tx transaction info or error alert generic error"
},
"alertOkAction": "OK",
"@alertOkAction": {
"description": "Alert ok action"
},
"alertCancelAction": "Cancel",
"@alertCancelAction": {
"description": "Alert cancel action"
},
"alertSendAction": "Send",
"@alertSendAction": {
"description": "Alert send action"
},
"transactionSummaryRecipient": "Recipient:",
"@transactionSummaryRecipient": {
"description": "Transaction summary recipient label"
},
"transactionSummaryAmount": "Amount:",
"@transactionSummaryAmount": {
"description": "Transaction summary amount label"
},
"transactionSummaryFee": "Fee:",
"@transactionSummaryFee": {
"description": "Transaction summary fee label"
},
"transactionSummaryTotal": "Total:",
"@transactionSummaryTotal": {
"description": "Transaction summary total label"
},
"transactionAlertErrorSendGeneric": "Failed to send transaction! Please try again",
"@transactionAlertErrorSendGeneric": {
"description": "Failed to send transaction alert"
},
"transactionAlertSent": "Transaction sent! Tx id:",
"@transactionAlertSent": {
"description": "Transaction successfully sent alert"
},
"flashlightToolip": "Toggle flashlight",
"@flashlightToolip": {
"description": "QR scanner flashlight"
},
"cameraNoPermissions": "Application has no access to camera",
"@cameraNoPermissions": {
"description": "QR scanner camera no permissions error message"
},
"scanQRTitle": "Scan QR code",
"@scanQRTitle": {
"description": "QR scanner screen title"
},
"loadingWalletTitle": "Loading",
"@loadingWalletTitle": {
"description": "Loading wallet title"
},
"loadingWalletDescription": "Wallet loading may take a while, please be patient",
"@loadingWalletDescription": {
"description": "Loading wallet description"
},
"loadingAddressTitle": "Loading address",
"@loadingAddressTitle": {
"description": "Loading address title"
},
"loadingAddressDescription": "Address loading may take a while, please be patient",
"@loadingAddressDescription": {
"description": "Loading address description"
},
"walletSettingsTitle": "Wallet settings",
"@walletSettingsTitle": {
"description": "Wallet settings screen title"
},
"deleteWalletAction": "Delete wallet",
"@deleteWalletAction": {
"description": "Delete wallet action text (wallet settings)"
},
"deleteWalletConfirmationTitle": "Delete wallet",
"@deleteWalletConfirmationTitle": {
"description": "Delete wallet title"
},
"deleteWalletConfirmation": "Are you sure you want to delete the wallet?",
"@deleteWalletConfirmation": {
"description": "Delete wallet description"
},
"yesAction": "Yes",
"@yesAction": {
"description": "Yes action text"
},
"noAction": "No",
"@noAction": {
"description": "No action text"
},
"nodeFailedTitle": "Error",
"@nodeFailedTitle": {
"description": "Node failed screen title"
},
"nodeFailedDescription": "Failed to connect to node, please try again",
"@nodeFailedDescription": {
"description": "Node failed screen description"
},
"nodeFailedAction": "Reconnect",
"@nodeFailedAction": {
"description": "Node failed screen action"
},
"nodeFailedAlertTitle": "Error",
"@nodeFailedAlertTitle": {
"description": "Node failed alert title"
},
"nodeFailedAlertDescription": "Failed to connect to node, please try again",
"@nodeFailedAlertDescription": {
"description": "Node failed alert description"
},
"transactionsListEmpty": "Transactions not found or not yet loaded",
"@transactionsListEmpty": {
"description": "Transactions list empty text on home page"
},
"syncStatusSyncedSemantics": "Address is synced with node",
"@syncStatusSyncedSemantics": {
"description": "Lightwallet address sync semantics when address sucessfully synced"
},
"syncStatusScanningFailedSemantics": "Address sync failed",
"@syncStatusScanningFailedSemantics": {
"description": "Lightwallet address sync semantics when error occured"
},
"syncStatusScanningSemantics": "Node is now scanning your address",
"@syncStatusScanningSemantics": {
"description": "Lightwallet address sync semantics when scanning in progress"
},
"localeSelectionTitle": "Select language",
"@localeSelectionTitle": {
"description": "Locale selection dialog title"
},
"nodeSelectionTitle": "Available nodes",
"@nodeSelectionTitle": {
"description": "Node selection dialog title"
},
"darkMode": "Use dark theme",
"@darkMode": {
"description": "Dark theme setting"
},
"discordInfo": "Official discord:",
"@discordInfo": {
"description": "About screen label, discord link"
},
"discordFaucetInfo": "* You can get some coins via faucet, available in official discord",
"@discordFaucetInfo": {
"description": "Info about faucet"
},
"legalInfo": "Legal info",
"@legalInfo": {
"description": "Legal info button in about screen"
},
"legalTitle": "Legal info",
"@legalTitle": {
"description": "Legal info screen title"
},
"createAddress": "Create address",
"@createAddress": {
"description": "Create address button inside address selection popup"
},
"addressCreated": "Address created",
"@addressCreated": {
"description": "Address created snack bar"
},
"homeNavScanQRUnavailable": "QR scanner is unavailable on desktop",
"@homeNavScanQRUnavailable": {
"description": "Tooltip which describe that QR scanner is not available on platform (desktop)"
},
"sendHistoryRecent": "Recent",
"@sendHistoryRecent": {
"description": "Recent label on make transaction screen"
},
"noSentTransactions": "No sent transactions found",
"@noSentTransactions": {
"description": "Recent section no sent transactions label"
},
"historyLoadingSemantics": "History loading",
"@historyLoadingSemantics": {
"description": "Make tx history loading semantics"
},
"historyDeleted": "History deleted",
"@historyDeleted": {
"description": "Recent section history deleted notification"
},
"historyDeleteConfirmationTitle": "Delete history",
"@historyDeleteConfirmationTitle": {
"description": "Recent section history deleted confirmation alert dialog title"
},
"historyDeleteConfirmation": "Are you sure you want to delete history?",
"@historyDeleteConfirmation": {
"description": "Recent section history deleted confirmation alert dialog"
},
"deleteAllData": "Delete all data",
"@deleteAllData": {
"description": "Settings view delete all data button"
},
"deleteAllDataTitle": "Delete all data",
"@deleteAllDataTitle": {
"description": "Settings view delete all data dialog title"
},
"deleteAllDataConfirmation": "Are you sure you want to delete all data (all wallets, settings, history)?",
"@deleteAllDataConfirmation": {
"description": "Settings view delete all data dialog confirmation"
},
"deleteAllDataNotification": "All data erased",
"@deleteAllDataNotification": {
"description": "Settings view deleted all data notification"
},
"addressBookTitle": "Address book",
"@addressBookTitle": {
"description": "Address book view title"
},
"addressBookSearchLabel": "Search address",
"@addressBookSearchLabel": {
"description": "Address book search input label"
},
"addressBookSearchHint": "Enter address or label",
"@addressBookSearchHint": {
"description": "Address book search input hint"
},
"addressBookSavedAddresses": "Saved addresses",
"@addressBookSavedAddresses": {
"description": "Address book saved addresses label"
},
"addressBookLoadingSemantics": "Loading address book",
"@addressBookLoadingSemantics": {
"description": "Address book loading circle semantics"
},
"addressBookClearConfirmationTitle": "Clear address book",
"@addressBookClearConfirmationTitle": {
"description": "Clear address book dialog title"
},
"addressBookClearConfirmation": "Are you sure you want to clear address book?",
"@addressBookClearConfirmation": {
"description": "Clear address book dialog text"
},
"addressBookCleared": "Address book cleared",
"@addressBookCleared": {
"description": "Address book cleared notifications"
},
"addressBookRemoveSemantics": "Remove address from address book",
"@addressBookRemoveSemantics": {
"description": "Address book remove address semantics"
},
"addressBookEditSemantics": "Edit address from address book",
"@addressBookEditSemantics": {
"description": "Address book edit address semantics"
},
"addressBookNewAddress": "New address",
"@addressBookNewAddress": {
"description": "Add new address to address book dialog title"
},
"addressBookNewAddressLabel": "Address label",
"@addressBookNewAddressLabel": {
"description": "Add new address to address book dialog address label"
},
"addressBookNewAddressLabelHint": "Address label",
"@addressBookNewAddressLabelHint": {
"description": "Add new address to address book dialog address label hint"
},
"addressBookNewAddressValue": "Address",
"@addressBookNewAddressValue": {
"description": "Add new address to address book dialog address"
},
"addressBookNewAddressValueHint": "Address",
"@addressBookNewAddressValueHint": {
"description": "Add new address to address book dialog address hint"
},
"addressBookNewAddressCancelButton": "Cancel",
"@addressBookNewAddressCancelButton": {
"description": "Add new address to address book dialog cancel button"
},
"addressBookNewAddressSaveButton": "Save",
"@addressBookNewAddressSaveButton": {
"description": "Add new address to address book dialog save button"
},
"addressBookNewAddressSavedNotification": "Address added to address book",
"@addressBookNewAddressSavedNotification": {
"description": "Address added to address book notification"
},
"noAddressBookAddresses": "Addresses not found",
"@noAddressBookAddresses": {
"description": "Address book is empty label"
},
"addressBookDeleteAddressConfirmationTitle": "Delete address",
"@addressBookDeleteAddressConfirmationTitle": {
"description": "Address book address delete dialog title"
},
"addressBookDeleteAddressConfirmation": "Are you sure you want to delete address from address book?",
"@addressBookDeleteAddressConfirmation": {
"description": "Address book address delete dialog text"
},
"addressBookAddressDeleted": "Address deleted from address book",
"@addressBookAddressDeleted": {
"description": "Address book address deleted notification"
},
"addressBookEditAddress": "Edit address",
"@addressBookEditAddress": {
"description": "Address book edit address title"
},
"addressBookNoLabel": "Default",
"@addressBookNoLabel": {
"description": "Address label value if not set by user"
},
"resetExplorerIconSemantics": "Reset explorer address",
"@resetExplorerIconSemantics": {
"description": "Settings explorer input field reset button semantics"
},
"resetExplorerTxesIconSemantics": "Reset explorer tx address",
"@resetExplorerTxesIconSemantics": {
"description": "Settings tx explorer input field reset button semantics"
},
"conversionRateInputField": "Custom conversion rate (USD):",
"@conversionRateInputField": {
"description": "Label for custom conversion rate input field"
},
"conversionRateInputFieldHint": "Veil/USD conversion rate (ex. 0.006)",
"@conversionRateInputFieldHint": {
"description": "Conversion rate input field hint"
},
"resetConversionRateSemantics": "Reset conversion rate default value",
"@resetConversionRateSemantics": {
"description": "Reset conversion rate to default value"
},
"conversionApiInputField": "Conversion API url:",
"@conversionApiInputField": {
"description": "Label for conversion API url"
},
"conversionApiInputFieldHint": "Should start with http:// or https://",
"@conversionApiInputFieldHint": {
"description": "Conversion api input field hint"
},
"resetConversionApiSemantics": "Reset conversion API url to default value",
"@resetConversionApiSemantics": {
"description": "Reset conversion API url to default value"
},
"useCustomConversionRate": "Use custom conversion rate",
"@useCustomConversionRate": {
"description": "Use custom conversion rate toggle"
}
}