forked from nash-io/locale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fr_FR.json
4245 lines (4245 loc) · 176 KB
/
fr_FR.json
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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"sandbox-warning": "This is a sandbox environment for testing API integration. Never send real funds here!",
"buy": "buy",
"sell": "sell",
"continue": "Continue",
"ok": "OK",
"back": "Back",
"help": "Help",
"and": "and",
"from": "From",
"to": "To",
"or": "or",
"price": "Price",
"fee": "Fee",
"try-again": "Try again",
"refresh": "Refresh",
"finish": "Finish",
"price-each": "{{price}} each",
"exchange-rate": "<0 /> / <1>{{sourceCurrency}}</1>",
"remaining": "Remaining",
"not-available-short": "N/A",
"set-price": "Set a price",
"market": "Market",
"market-price": "Market price",
"exchange": "Exchange",
"receive": "Receive",
"wallet": "Account",
"upload": "Upload",
"processing": "Processing…",
"over-file-limit": "File size must not exceed {{maxAllowedSize}}{{unit}}.",
"opens-new-tab": "Opens in new tab",
"failed-update": "Failed to update",
"reported-errors": "Errors reported",
"credit-card-expiry-placeholder": "MM/YY",
"apikeys": {
"no-addresses-whitelisted": "You haven’t whitelisted any addresses yet.",
"address-input-placeholder": "Enter a BTC, NEO or ETH address to whitelist",
"add-whitelisted": "Whitelisted addresses",
"duplicate-address-in-form": "This address is already whitelisted.",
"add-address": "Add address",
"address-is-not-valid": "Address is not valid.",
"whitelisting-explanation": "You can only withdraw funds to these whitelisted addresses with this API key. You can add and remove whitelisted addresses at any time once your key has been generated.",
"token-type": {
"access": "Access",
"kyc": "Identity verification",
"apitrade": "API trading",
"twofa": "2FA"
},
"delete-all-tokens": {
"body": "Are you sure you want to revoke all your keys?",
"confirm-button-label": "Revoke all keys forever",
"cancel-button-label": "Go back"
},
"delete-token": {
"body": "Are you sure you want to revoke ‘<0></0>’?",
"confirm-button-label": "Revoke forever",
"cancel-button-label": "Go back"
},
"edit-whitelisted": {
"title": "Address whitelist for {{name}}",
"add": "Add another",
"save-and-close": "Saves changes and close",
"continue": "Continue"
},
"overview": {
"no-addresses-whitelisted": "No addresses whitelisted",
"title": "Manage API keys",
"revoke-button-label": "Revoke",
"table-header": "Your API keys",
"no-tokens-exp": "<0>Generate your first key</0> or read our <1>API documentation</1>.",
"name": "Name",
"never-used": "Never used",
"last-used": "Last used {{when}}",
"subtitle": "Generate and manage API keys. Learn more about <0>our APIs</0>.",
"key-info": "Key information",
"api-key": "API key",
"blockchains": "Blockchains",
"whitelisted": "Whitelist",
"view-whitelist": "View whitelist",
"blockchains-static": "Bitcoin, Ethereum, NEO",
"blockchains-hint": "This API key can function with these blockchains.",
"usable-for": "Usable for",
"revoke": "Revoke",
"created": "Created",
"policy-trading": "Trading",
"loading": "Loading tokens…",
"no-tokens": "You haven’t generated any API keys yet.",
"policy-withdrawals": "Withdrawals and deposits",
"revoke-all-keys-button-label": "Revoke all keys",
"generate-new-key-button-label": "Generate new key",
"plus-more": "+{{count}} more"
},
"create-modal": {
"credentials-step": "User credentials",
"whitelist-step": "Whitelist addresses",
"name-step": "Name your key",
"last-step": "Back up secret",
"title": "Generate new API key"
},
"step1": {
"name": "Name",
"continue-button-label": "Create key"
},
"step2": {
"password": "Password",
"two-fa-code": "Two-factor authentication code",
"create-api-button-label": "Continue",
"incorrect-password": "The password you entered was incorrect.",
"incorrect-2fa": "The code you entered was incorrect."
},
"step3": {
"generating-keys-message": "Generating your key…"
},
"step4": {
"your-secret": "Your secret",
"your-secret-warning": "This is the only time we’ll show you this.",
"api-key": "Your API key",
"api-key-warning": "This is the only time we’ll show you this.",
"download-as-json-button-label": "Download API key and secret as JSON",
"i-saved-my-secret-button-label": "I have saved my secret"
}
},
"terse-periods": {
"1h": "1h",
"1d": "24h",
"1w": "1w",
"1m": "1M"
},
"transfer": {
"trading": "Trading",
"personal": "Personal",
"in-trades": "In trades",
"transfer-funds": "Send/Receive",
"pending-transfer": "You have a pending transfer of {{amount}} {{currencySymbol}}.",
"pending-transfer-link": "View your transfers here."
},
"estimated-fee": "Estimated fee: {{fee}} {{currencySymbol}}",
"quick-fill": {
"max": "Max",
"use-last": "Use last"
},
"insufficient-funds": "Insufficient funds",
"amount-each": "{{amount}} each",
"daily-limit": {
"title": "Total daily limit",
"link": "Increase my limits",
"amount-of-max-amount": "{{amount}} out of {{maxAmount}}"
},
"fee-information-modal": {
"title": "Fee structure",
"desc": "Nash calculates a user’s 30-day moving average volume using the volume of trades associated with their account as a percentage of total exchange volume.",
"30-day-volume": "30-day volume",
"taker-fee": "Taker fee",
"maker-fee": "Maker fee",
"learn-more": "Learn more about maker and taker orders."
},
"time-in-force-modal": {
"title": "Time in force",
"subtitle": "Specify the time period for which your order will remain on the book.",
"sections": {
"gtc": {
"header": "Good ’til canceled",
"desc": "Your order will remain on the book indefinitely – either until it is filled or until you cancel it."
},
"gtt": {
"header": "Good ’til time",
"header-with-time": "Good ’til {{cancelAt}}",
"desc": "Your order will remain on the book until the time you specify. If it has not been filled by that time, it will be canceled."
},
"fok": {
"header": "Fill or kill",
"desc": "If your entire order can be filled immediately, then it will be. If it cannot be filled entirely, then the whole order will be canceled."
},
"ioc": {
"header": "Immediate or cancel",
"desc": "However much of your order can be filled immediately will be filled. Whatever portion remains unfilled will be canceled."
}
}
},
"main-navigation": {
"referrals": "Referrals",
"funds": "Funds",
"exchange": "Exchange",
"basic-exchange": "Basic view",
"basic-exchange-short": "Basic",
"advanced-exchange": "Pro view",
"advanced-exchange-short": "Pro",
"markets": "Markets",
"settings": "My account",
"fiat-ramps": "Fiat ramps"
},
"top-nav": {
"accounts-main-menu": {
"title": "Services"
},
"user-menus": {
"portfolio": {
"label": "Portfolio"
},
"notifications": {
"label": "Notifications",
"clear-all": "Clear all"
},
"transfers": {
"initializing": "Initializing",
"initialized": "Transfer initialized",
"tooltip": "You still have a transfer initializing. If you close Nash or sign out, it will be paused until you sign in again."
},
"general-menu": {
"settings": "My profile",
"support": "Support",
"theme": {
"light": "Light",
"dark": "Dark"
},
"auth": {
"sign-out": "Sign out",
"sign-in": "Sign in",
"sign-in-create-account": "<1>Create an account</1> or <0>sign in</0>"
},
"tabs": {
"general": "General"
}
}
},
"main-menu": {
"trade": {
"title": "Trade",
"pages": {
"exchange": "Exchange",
"markets": "Markets",
"orders": "Orders"
},
"exchange": {
"switch": {
"pro": "Pro",
"simple": "Basic"
}
}
},
"funds": {
"title": "Funds",
"pages": {
"portfolio": "Portfolio",
"transfers": "Transfers",
"assets": "Assets",
"contacts": "Contacts"
}
},
"referrals": {
"title": "Referrals"
},
"fiat-ramps": {
"title": "Buy/Sell",
"pages": {
"buy-sell": "Buy/Sell",
"transactions": "Transactions",
"payment-methods": "Payment methods",
"profile": "Profile"
}
},
"settings": {
"pages": {
"profile": "Profile",
"preferences": "Preferences",
"security": "Security",
"limits": "Limits",
"accounts": "Accounts",
"apikeys": "API\u00A0keys"
}
},
"staking": {
"title": "Staking",
"pages": {
"all-stakes": "All stakes",
"statements": "Statements"
}
}
}
},
"search": "Search…",
"loading": "Loading…",
"pending": "Pending",
"cancelling": "Canceling…",
"authenticating": "Authenticating…",
"decrypting": "Decrypting…",
"encrypting": "Encrypting…",
"sending": "Sending…",
"submit": "Submit",
"retry": "Retry",
"sending-approval": "Sending approval…",
"send-approval": "Send approval",
"submit-transfer": "Submit transfer",
"no-longer-sufficient-balance-for-tx": "Your balance is no longer sufficient for this transaction.",
"we-are-hiring": "We’re hiring",
"errors": {
"location-banned-title": "Access blocked",
"location-banned": "Unfortunately, Nash is unable to operate in your jurisdiction at the moment.",
"invalid-clock-title": "Your computer’s clock is not accurate.",
"permissions-issue-title": "Permissions Issue",
"invalid-clock": "To trade on Nash your clock must be accurate. <0>Sync your clock</0> then <1>try again</1>.",
"network-issue-title": "Network issue",
"network-issue": "There is a temporary network issue. Please <0>try again</0>.",
"generic-error-title": "Error",
"generic-error": "Something went wrong. Please try again.",
"generic-error-signout": "An unexpected error occurred. Please sign out and try again.",
"within-waiting-period": "You must wait five minutes before creating another stake. Your new stake will appear shortly.",
"password": {
"incorrect": "The password you entered was incorrect."
},
"2fa": {
"incorrect": "The two-factor authentication code you entered is incorrect. You have a maximum of five attempts.",
"already-used": "The two-factor authentication code you entered has already been used. Please wait and try again.",
"code-expired": "The two-factor authentication code you entered has expired. Please wait and try again.",
"too-many-failures": "You have entered an incorrect code too many times and your account is now permanently locked. Please contact support.",
"too-many-failures-signout": "You have entered an incorrect code too many times and your account is now permanently locked. You will now be signed out."
},
"cryptography": {
"encryption-failed": "Encryption failed. Please sign out and try again.",
"decryption-failed": "Decryption failed. Please sign out and try again."
},
"account-not-found": {
"pending": {
"title": "Your account is currently being processed!",
"message": "Please check back in a few minutes."
},
"not-found": {
"title": "Your account could not be found."
}
}
},
"no-results": "No results found.",
"yes": "yes",
"no": "no",
"account-types": {
"personal": "Personal account",
"trading": "Trading contract",
"external": "External account"
},
"query-errors": {
"failed": "Failed to load.",
"failed-button": "Failed to load",
"failed-please-try": "<0>Failed to load. Please\u00A0</0><1>retry</1>.",
"why-this-may-happening": "Find out why this may have happened <0>here.</0>"
},
"datetime": {
"time-in-hours": "<0>{{count}}</0> hour",
"time-in-hours_plural": "<0>{{count}}</0> hours",
"months": {
"0": "January",
"1": "February",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October",
"10": "November",
"11": "December"
}
},
"banned-country": {
"header": "Unfortunately, Nash is unable to operate in your region at the moment.",
"contact-support": "Please <0>contact our support team</0> with any questions."
},
"user-messages": {
"something-wrong": "Something went wrong.",
"go-back": "Go back",
"go-back-retry": "Retry and go back",
"contact-support": "Please <0>contact our support team</0> for more details.",
"permissions": {
"sandbox": {
"title": "Not available in sandbox!",
"content": "This feature has been disabled in the sandbox."
},
"tier-0": {
"location-mismatch": {
"title": "Your IP address doesn’t match the country you selected.",
"message": "Users with a verification level of Tier 0 cannot access all Nash services unless they connect from their country of residence. Consider <0>upgrading to Tier 1</0>."
},
"untrusted-ip": {
"title": "We noticed you’re using a VPN.",
"message": "Users with a verification level of Tier 0 cannot access all Nash services if they connect via VPN or proxy. Please disable any such services or <0>upgrade to Tier 1</0>."
},
"high-risk-country": {
"title": "Your current verification level is Tier 0. As a result, your access to some parts of the Nash platform will be restricted.",
"message": "To use our full portfolio of services, please <0>upgrade to Tier 1</0>."
},
"duplicate-ip": {
"title": "An account has already been created using this IP address.",
"message": "To access all Nash services on this account, please <0>upgrade to Tier 1</0>."
}
},
"restricted": {
"us": {
"title": "Not all Nash services are currently supported in {{usState}}. Your access to some parts of the Nash platform will be restricted.",
"title-no-state": "Not all Nash services are currently supported in your state. Your access to some parts of the Nash platform will be restricted.",
"message": "We will notify you by email when {{usState}} is fully supported. Please <0>contact our support team</0> with any questions.",
"message-no-state": "We will notify you by email when your state is fully supported. Please <0>contact our support team</0> with any questions."
},
"generic": {
"title": "Not all Nash services are currently supported in your present location. Your access to some parts of the Nash platform will be restricted.",
"message": "Please <0>contact our support team</0> with any questions."
}
},
"tier-too-low": {
"title": "Your current verification level is Tier {{userTier}}. As a result, your access to some parts of the Nash platform will be restricted.",
"message": "To use our full portfolio of services, please <0>upgrade to Tier {{minTier}}</0>."
}
},
"info": {
"tier-1+": {
"location-mismatch": {
"title": "We noticed you’re signing in from {{detectedCountry}}.",
"message": "If you no longer live in {{accountCountry}}, please <0>contact our support team</0> to update your address."
}
},
"browser": {
"use-desktop-for-advanced-exchange": {
"title": "Browse on desktop for a better experience.",
"message": "The ‘Pro’ view is designed for desktop usage. If you are on mobile, try the <0>‘Basic’ view</0>."
}
}
},
"dismiss-message": "Don’t tell me this again."
},
"terms": {
"user-agreement": "User Agreement",
"privacy-notice": "Privacy Notice"
},
"account-create": {
"steps": [
"Your details",
"Country",
"Account details"
],
"signin": {
"desc": "Already have a Nash account?",
"sign-in-now": "Sign in now"
},
"form": {
"fields": {
"optional": "(optional)"
},
"continue": "Continue",
"errors": {
"generic-error": "Error signing up for an account. Please try again.",
"invalid-referral-code-can-continue": "Invalid referral code.",
"invalid-referral-code": "Invalid referral code. Please check your code and try again.",
"invalid-email-domain": "Your email provider is not allowed. Please use a different address.",
"duplicate-email": "An account has already been created for this email address.",
"password-too-short": "Your password should be at least eight characters long.",
"invalid-recaptcha": "Recaptcha verification failed. Please try again.",
"missing-us-state": "If you live in the United States, you must enter your state."
}
},
"your-details": {
"header": "Create an account",
"subheader": "Your details",
"disclaimer": {
"title": "Notice for US customers",
"desc": "You are creating a preliminary Nash account to participate in the referral program, but your state must be eligible to access some Nash services. If eligible, you will later be asked to sign a user agreement."
},
"fields": {
"full-name": {
"label": "Full name"
},
"referral-code": {
"label": "Referral code (optional)",
"sub-label": "What is this?"
}
},
"modals": {
"referrals": {
"title": "Nash referral program",
"desc": "This will be used to track referrals for future Nash promotions."
}
},
"user-messages": {
"untrusted-ip": {
"title": "We noticed you’re using a VPN.",
"message": "Please disable any VPN or proxy services to continue. Once you have created an account, you can verify your identity to use a VPN in future."
}
}
},
"country-details": {
"header": "Create an account",
"subheader": "Where do you live?",
"fields": {
"country": {
"label": "Country of residence"
},
"state": {
"label": "State"
},
"confirm-country": {
"label": "I confirm that this is my country of residence."
},
"confirm-country-and-state": {
"label": "I confirm that these are my country and state of residence."
}
}
},
"account-details": {
"header": "Create an account",
"subheader": "Account details",
"continue": "Create account",
"fields": {
"email": {
"label": "Enter an email address",
"placeholder": "Email address"
},
"password": {
"label": "Create a password",
"placeholder": "Password",
"errors": {
"password-too-weak": "The password you chose is too weak."
}
},
"password-confirm": {
"label": "Confirm your password",
"placeholder": "Confirm password",
"errors": {
"passwords-do-not-match": "Passwords do not match."
}
}
},
"modals": {
"password-tips": {
"title": "Tips for a strong password",
"desc": "A strong password is essential to keep your funds secure. Follow these tips to stay safe:",
"tip-index": "Tip {{index}}",
"tip-1": "Do not reuse a password from other websites, even if you change individual words or characters. If you are phished or hacked elsewhere, your Nash account will instantly be compromised.",
"tip-2": "Do not include personal information in your password. Names, birthdays and addresses are easy to find out and should be avoided.",
"tip-3": "Make your password at least twelve characters long and use a mixture of upper and lowercase letters, numbers and special characters.",
"tip-4": "Consider using a password generator to create and store maximally secure passwords."
}
},
"password": {
"desc": "Use a mixture of upper and lowercase letters, numbers and special characters for a stronger password.",
"tips": "Password creation tips",
"password-strength": "Password strength",
"weak": "Weak",
"medium": "Medium",
"strong": "Strong",
"very-strong": "Very strong"
}
},
"verify-email": {
"header": "We’ve sent you an email!",
"desc-1": "Please check your email and verify your account.",
"desc-2": "If you don’t see our email, check your junk folder.",
"resend": "Resend verification email",
"resend-delay": "Please wait {{count}} second…",
"resend-delay_plural": "Please wait {{count}} seconds…",
"back": "Back to sign-in",
"success": "Verification email resent successfully!",
"errors": {
"generic-error": "Error resending verification email. Please try again."
}
}
},
"account-setup": {
"tab-title": "Set up account",
"steps": [
"Twelve secret words",
"Two-factor authentication"
],
"general-information": {
"title": "General information",
"header": "Let’s create your personal account",
"desc-1": "Your personal account is generated using twelve secret words. If you lose your password, you can access your account and reset it using these words. For this reason, you absolutely must back up your twelve secret words properly.",
"continue": "Get my twelve secret words",
"skip2Fa": "Set up it later",
"chart": {
"card-top": "Twelve secret words",
"card-top-right": "Nash account recovery if password is forgotten",
"diamond-one": "Used in",
"diamond-two": "Generate your personal account, which contains…",
"card-btc": "Bitcoin account",
"card-neo": "NEO account",
"card-eth": "Ethereum account",
"card-future": "Any future accounts"
}
},
"secret-words": {
"title": "Secret words",
"header": "Write down your twelve secret words",
"desc": "These words are used to access your funds. You will also need them to reset your password.",
"popup-error": "If you wish to print your secret words, please disable any popup blockers and allow Nash to open popups.",
"continue": "Continue",
"go-back": "Go back",
"written-down": "I’ve written down my words.",
"check-my-backup": "Check my backup",
"tips": {
"do": "Do write down your words by hand.",
"dont": "Don’t screengrab or store your words digitally."
},
"modals": {
"print-warning": {
"title": "Print your twelve secret words",
"header": "Please make sure your printer is secure!",
"body-desc": "If you choose to print your words, make sure:",
"body-tips-0": "Your printer is connected to your computer directly with a USB cable.",
"body-tips-1": "Your printer is not connected to a network of any kind.",
"body-tips-2": "It is impossible for others to connect to your printer via Bluetooth, WLAN, etc.",
"button": "I understand - print my words"
}
},
"print-window-title": "Nash | Secret word backup",
"backup-print": {
"header": "Secret word backup",
"desc-1": "Your twelve secret words can be used to access your ETH, NEO and other accounts if you lose your Nash password.",
"desc-2": "Remember: if anyone gains access to your words, your funds are in danger.",
"desc-3": "Cut out the slips below. Consider laminating them and storing them in two separate locations."
},
"repeat-secret-words": {
"header": "Repeat your twelve secret words",
"desc": "We want to make sure you wrote down your secret words.",
"input-placeholder": "Word {{index}}",
"case-sensitive": "All words are lowercase",
"create-my-wallet": "Create my account",
"generating-your-wallet": "Generating your Nash account…",
"errors": {
"create-wallet-failed": "There was an error when creating your account. Please <0>sign out</0> and try again."
}
},
"wallet-created": {
"header": "Your Nash account was created successfully!",
"desc": "You can find your twelve secret words and individual account details under ‘My profile > Accounts’.",
"warning": "<0>We do not store your secret words in any location.</0> If you forget your password, you will not be able to access your funds without these words.",
"continue": "Set up two-factor authentication",
"continue-location": "Set location of residence"
}
},
"2fa": {
"title": "Two-factor authentication",
"header": "Recommended: Enable two-factor authentication",
"skip": "Skip",
"desc": "Two-factor authentication (2FA) adds an extra layer of security to your account.",
"cards": {
"1": {
"header": "Download and install an authenticator app",
"desc": "Such as <0>LastPass Authenticator</0>, <1>Authy</1> or <2>Google Authenticator</2>."
},
"2": {
"header": "Scan this QR code with your chosen downloaded app",
"manual-2fa": "Write down your 2FA backup code"
},
"3": {
"header": "Enter the verification code generated by your authenticator app",
"input-placeholder": "Authentication code",
"input-error": "The code you entered was incorrect."
}
},
"confirm": {
"header": "Two-factor authentication has been set up!",
"desc": "You can find your two-factor authentication preferences under ‘My profile > Security’ within the Nash web platform.",
"action": "What do you want to do now?",
"continue-deposit": "Deposit funds",
"continue-explore": "Explore"
}
}
},
"trade": {
"footer": {
"title-limits": "Limits",
"title-balances-and-limits": "Balances and limits",
"increase-my-limits": "Increase my limits",
"limits": {
"day": "Day",
"month": "Month",
"year": "Year",
"spend-of-limit": "of"
}
},
"messages": {
"create-order-blocked": "You are unable to create orders on the exchange for this market in your region."
}
},
"advanced-exchange": {
"title": "Pro view",
"header": {
"switch-to-simplified": "Switch to basic view",
"current-market": "Market",
"last-price": "Last traded price",
"last-24h": "Last 24h",
"24h-change": "change",
"24h-high": "High",
"24h-low": "Low",
"24h-volume": "Volume",
"my-portfolio": "My portfolio"
},
"tips": {
"balance": "<0>Tip</0> <1>Send funds to the trading contract here.</1> <2 />"
},
"no-markets": "No markets are currently available.",
"auth": {
"to-start-trading": "To start trading"
},
"balances": {
"title": "Accounts"
},
"market-selection": {
"no-results": "We couldn’t find any results for <0>{{searchTerm}}</0>.",
"no-favorites": "You have no favorite markets yet.",
"pair": "Pair",
"24hvol": "24h volume",
"24hprice": "24h change",
"tabs": {
"all": "All",
"favorites": "Favorites"
}
},
"favorite-bar": {
"empty": "<0>Your favorite markets</0>\u00A0appear as links here.",
"tips": "<0>Tip</0> <1>Add favorite markets as links here.</1> <2 />"
},
"market-graphs": {
"title": "Graphs",
"price-chart": {
"title": "Price",
"heads-up-display": {
"ohlc": {
"o": "O",
"h": "H",
"l": "L",
"c": "C"
},
"vol": "Volume"
},
"chart-types": {
"bars": "Bars",
"candles": "Candles",
"hollow-candles": "Hollow candles",
"heikin-ashi": "Heikin-Ashi",
"line": "Line",
"area": "Area"
},
"studies": {
"title": "Indicators",
"search": "Search",
"no-results": "No results for your criteria"
},
"price-chart-selector": {
"chart-iq": "Standard chart",
"trading-view": "TradingView chart"
},
"candle-frequency": {
"1m": "1m",
"15m": "15m",
"30m": "30m",
"1h": "1h",
"6h": "6h",
"12h": "12h",
"1d": "1d",
"1w": "1w",
"1M": "1M"
},
"study-overlay-menu": {
"edit-study": "Edit settings",
"remove-study": "Remove indicator"
},
"edit-study-modal": {
"tabs": {
"inputs": {
"label": "Inputs"
},
"outputs": {
"label": "Style"
},
"parameters": {
"label": "Settings"
}
},
"buttons": {
"update": {
"label": "Update"
},
"cancel": {
"label": "Cancel"
}
}
}
},
"depth-chart": {
"title": "Depth",
"tooltip": {
"price": "Price: <0>{{price}}</0>",
"volume": "Volume: <0>{{volume}}</0>"
}
},
"clear-studies-button-label": "Clear all indicators"
},
"create-order": {
"buy": "Buy {{currencySymbol}}",
"sell": "Sell {{currencySymbol}}",
"locked-trading-session": {
"information": "Your trading session is locked. <0 />",
"information-tooltip": "Sessions are locked when you refresh the page or are idle for 15 minutes.",
"enter-credentials-to-unlock": "<0>Unlock now</0>"
},
"market-orders-disabled": {
"header": "Insufficient market depth",
"desc": "There are currently not enough orders on the book for market orders to be processed."
},
"order-type-tab": {
"market": "Market",
"limit": "Limit",
"stop": "Stop",
"stop-limit": "Stop-limit",
"balances": "Balances",
"balances-table": {
"header": {
"asset": "Asset",
"personal": "Personal",
"trading": "Trading",
"in-orders": "In orders",
"pending": "Pending"
},
"current-market": "Current market",
"other-tradable-assets": "Other tradable assets"
}
},
"trading-limits": "Trading limits",
"fields": {
"amount": {
"label": "Amount",
"sub-label-market-buy": "This is a market order, so we can only estimate the amount of {{currencyA}} you will buy.",
"sub-label-market-sell": "This is a market order, so we can only estimate of the total {{currencyB}} you will receive.",
"sub-label-limit-buy": "Enter the amount of {{currencySymbol}} you wish to receive.",
"sub-label-limit-sell": "Enter the amount of {{currencySymbol}} you wish to sell.",
"estimate": "(estimate)",
"errors": {
"insufficient-funds": "Insufficient {{currencySymbol}}.",
"maybe-insufficient-funds": "Insufficient {{currencySymbol}}.",
"order-too-small": "Min size {{orderSize}} {{currencySymbol}}.",
"limit-breached": "This exceeds your trading limits."
}
},
"cancel-at": {
"label": "Cancel on",
"expires": "Expires",
"modal": {
"label-no-selection": "Select a date to continue…",
"errors": {
"is-past": "You cannot enter a time in the past"
}
}
},
"with-currency": {
"label": "Total"
},
"market-price": {
"label": "Market",
"sub-label": "When you buy or sell at market price your order will match with orders currently on the book."
},
"show-limit": {
"label-hide": "Stop-market",
"label-show": "Stop-limit"
},
"price": {
"label": "Price"
},
"limit-price": {
"label": "Limit",
"sub-label": "Your order can match with orders at this price or better.",
"errors": {
"maker-match": "‘Post only’ orders that match in the current order book will be canceled."
}
},
"stop-price": {
"label": "Stop",
"sub-label": "Stop price acts as a trigger for another order.",
"errors": {
"stop-trigger-immediately": "This stop price will trigger your order immediately."
}
},
"shared": {
"errors": {
"20-above": "20% above the market price.",
"20-below": "20% below the market price.",
"price-too-high": "Cannot process prices over {{maxPrice}}."
}
},
"maker-only": {
"label": "Post only",
"sub-label": "‘Post only’ will place your order as a maker only, not a taker. It may not fill."
},
"cancellation-policy": {
"label": "Time in force",
"footer": "Learn more"
},
"trading-balance": {
"label": "Available {{currency}}: "
}
},
"submit": {
"buy": "Create buy order",
"sell": "Create sell order",
"placing": "Placing order…"
},
"errors": {
"order-rejected-insufficient-funds": "Your order was rejected because you lack sufficient funds.",
"order-rejected-daily-limit-reached": "Your order was rejected because you have reached your daily trading limit.",
"generic": "Error placing your order. Please try again."
},
"signin-or-create-an-account": "<0>Sign in</0> or <1>create an account</1> to place an order."
},
"my-orders": {
"auth": "Sign in to view your orders.",
"signed-out": {
"title": "<0>Get started</0><1>\u00A0with Nash</1>",
"subtitle": "Create an account in under a minute – no KYC required!"
},
"no-results": {
"date-range": "You have no orders in the given date range.",
"active": "You have no open or filled orders.",
"active-open-only": "You have no open orders.",
"trades": "You have no trade history."
},
"tabs": {
"orders": "Orders",
"trades": "Trade history"
},
"date-range-selection": {
"days": "{{range}}d",
"weeks": "{{range}}w",
"months": "{{range}}M",
"years": "{{range}}Y",
"clear": "Clear",
"select-action": "Custom",
"popup": {
"no-selection": "Select a date range to continue",
"clear": "Clear",
"apply": "Apply"
}
},
"open-only-checkbox": "Open only",
"pairs-checkbox": "All pairs",
"export": "Export history",
"export-trades": "Export trade history",
"export-your-trades": "Export your trades",
"no-trades": "You have no trades to export",
"trade-history-times": {
"header": "Select a set timeframe to export",
"custom": "Custom timeframe",
"months": "{{count}} month",
"months_plural": "{{count}} months",
"year": "{{count}} year"
},
"reset-filters": "Reset",
"side-col": {
"filter": {
"buy": "Buy",
"sell": "Sell",
"both": "Both"
}
},
"type-col": {
"header-title": "Type",
"header-title-with-currency": "{{currency}} type",
"filter": {
"market": "Market",
"limit": "Limit",
"stop-market": "Stop-market",
"stop-limit": "Stop-limit"
},
"cell-text": {
"market-buy": "Market buy",
"market-sell": "Market sell",
"limit-buy": "Limit buy",
"limit-sell": "Limit sell",
"stop_limit-buy": "Stop-limit buy at <0></0>",
"stop_limit-sell": "Stop-limit sell at <0></0>",
"stop_market-buy": "Stop-market buy at <0></0>",
"stop_market-sell": "Stop-market sell at <0></0>"
}
},
"cancel-col": {
"header-title": "Cancel all",
"partial-fill": "Partial fill",
"cancelled-partial-fill": "Canceled: Partial fill",
"cancelled-order": "Order canceled"
},
"cancelled-unfilled-col": {
"header-title": "Unfilled amount",
"header-title-with-currency": "{{currency}} unfilled amount"
},
"cancelled-filled-col": {
"header-title": "Filled amount",
"header-title-with-currency": "{{currency}} filled amount"
},
"status-col": {
"header-title": "Status",
"open": "Open",
"cancelled": "Canceled",
"filled": "Filled",