aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/ht/messages.json
blob: 50a0ec2bbf562a43ff6b436638858cb579f0cb3b (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
{
    "accept": {
        "message": "Aksepte"
    },
    "accessingYourCamera": {
        "message": "Aksè a Kamera"
    },
    "account": {
        "message": "Kont"
    },
    "accountDetails": {
        "message": "Detay Kont"
    },
    "accountName": {
        "message": "Non Kont"
    },
    "accountSelectionRequired": {
        "message": "Ou bezwen chwazi yon kont!"
    },
    "activityLog": {
        "message": "aktivite ki fèt"
    },
    "address": {
        "message": "Adrès"
    },
    "addCustomToken": {
        "message": "Ajoute token"
    },
    "addToken": {
        "message": "Ajoute Token"
    },
    "addTokens": {
        "message": "Ajoute Token"
    },
    "addSuggestedTokens": {
        "message": "Ajoute Token Yo Sikjere W"
    },
    "addAcquiredTokens": {
        "message": "Ajoute tokens yo ou te achte lè l sèvi avèk MetaMask"
    },
    "amount": {
        "message": "Kantite lajan"
    },
    "amountPlusGas": {
        "message": "Kantite lajan + Gaz"
    },
    "appDescription": {
        "message": "Ethereum Ekstansyon Navigatè",
        "description": "The description of the application"
    },
    "appName": {
        "message": "MetaMask",
        "description": "The name of the application"
    },
    "approve": {
        "message": "Apwouve"
    },
    "approved": {
        "message": "Apwouve"
    },
    "attemptingConnect": {
        "message": "Eseye konekte nan blockchain."
    },
    "attributions": {
        "message": "Atribisyon"
    },
    "available": {
        "message": "Disponib"
    },
    "back": {
        "message": "Retounen"
    },
    "balance": {
        "message": "Balans"
    },
    "balances": {
        "message": "Balans Token"
    },
    "balanceIsInsufficientGas": {
        "message": "Ensifizan balans pou total gaz aktyèl la"
    },
    "beta": {
        "message": "BETA"
    },
    "betweenMinAndMax": {
        "message": "dwe plis pase oswa egal a $ 1 mwens ke oswa egal a $ 2.",
        "description": "helper for inputting hex as decimal input"
    },
    "blockiesIdenticon": {
        "message": "Itilize Blockies Identicon"
    },
    "borrowDharma": {
        "message": "Prete Avèk Dharma (Beta)"
    },
    "browserNotSupported": {
        "message": "Navigatè ou a pa sipòte..."
    },
    "builtInCalifornia": {
        "message": "MetaMask fèt e bati nan California."
    },
    "buy": {
        "message": "Achte"
    },
    "buyCoinbase": {
        "message": "Achte sou Coinbase"
    },
    "buyCoinbaseExplainer": {
        "message": "Coinbase se fason ki pi popilè nan mond lan yo achte ak vann Bitcoin, Ethereum, ak Litecoin."
    },
    "bytes": {
        "message": "Bytes"
    },
    "ok": {
        "message": "Oke"
    },
    "cancel": {
        "message": "Anile"
    },
    "classicInterface": {
        "message": "Sèvi ak fas klasik la"
    },
    "clickCopy": {
        "message": "Klike sou kopi"
    },
    "close": {
        "message": "Fèmen"
    },
    "chromeRequiredForHardwareWallets": {
        "message": "Ou bezwen sèvi ak MetaMask sou Google Chrome yo nan lòd yo konekte sou Hardware Wallet."
    },
    "confirm": {
        "message": "Konfime"
    },
    "confirmed": {
        "message": "Konfime"
    },
    "confirmContract": {
        "message": "Konfime Kontra"
    },
    "confirmPassword": {
        "message": "Konfime Modpas"
    },
    "confirmTransaction": {
        "message": "Konfime Tranzaksyon"
    },
    "connectHardwareWallet": {
        "message": "Konekte Hardware Wallet"
    },
    "connect": {
        "message": "Konekte"
    },
    "connecting": {
        "message": "Koneksyon..."
    },
    "connectToLedger": {
        "message": "Konekte ak Ledger"
    },
    "connectToTrezor": {
        "message": "Konekte ak Trezor"
    },
    "continue": {
        "message": "Kontinye"
    },
    "continueToCoinbase": {
        "message": "Kontinye Coinbase"
    },
    "contractDeployment": {
        "message": "Kontra Deplwaman"
    },
    "conversionProgress": {
        "message": "Konvèsyon nan Pwogrè"
    },
    "copiedButton": {
        "message": "Kopye"
    },
    "copiedClipboard": {
        "message": "Kopi nan Clipboard"
    },
    "copiedExclamation": {
        "message": "Kopye!"
    },
    "copiedSafe": {
        "message": "Mwen te kopye li yon kote ki san danje"
    },
    "copy": {
        "message": "Kopye"
    },
    "copyAddress": {
        "message": "Kopi adrès clipboard"
    },
    "copyToClipboard": {
        "message": "Kopi clipboard"
    },
    "copyButton": {
        "message": " Kopi "
    },
    "copyPrivateKey": {
        "message": "Sa a se kle prive ou (klike pou ou kopye)"
    },
    "create": {
        "message": "Kreye"
    },
    "createAccount": {
        "message": "Kreye Kont"
    },
    "createDen": {
        "message": "Kreye"
    },
    "crypto": {
        "message": "Crypto",
        "description": "Change tip (cryptocurrencies)"
    },
    "currentConversion": {
        "message": "Konvèsyon aktyèl"
    },
    "currentNetwork": {
        "message": "Rezo aktyèl"
    },
    "customGas": {
        "message": "Koutim Gaz"
    },
    "customToken": {
        "message": "Koutim Token"
    },
    "customize": {
        "message": "Koutim"
    },
    "customRPC": {
        "message": "Koutim RPC"
    },
    "decimalsMustZerotoTen": {
        "message": "Desimal yo dwe omwen 0, epi pa dwe plis pase 36."
    },
    "decimal": {
        "message": "Presizyon desimal la"
    },
    "defaultNetwork": {
        "message": "Dfo rezo a pou tranzaksyon Ether se Mainnet."
    },
    "denExplainer": {
        "message": "DEN ou se depo modpas avèk chif ou nan MetaMask."
    },
    "deposit": {
        "message": "Depo"
    },
    "depositBTC": {
        "message": "Depoze BTC ou nan adrès ki anba a:"
    },
    "depositCoin": {
        "message": "Depoze $1 ou nan adrès ki anba a",
        "description": "Tells the user what coin they have selected to deposit with shapeshift"
    },
    "depositEth": {
        "message": "Depo Eth"
    },
    "depositEther": {
        "message": "Depo Ether"
    },
    "depositFiat": {
        "message": "Depo ak Fiat"
    },
    "depositFromAccount": {
        "message": "Depo nan yon lòt kont"
    },
    "depositShapeShift": {
        "message": "Depo avèk ShapeShift"
    },
    "depositShapeShiftExplainer": {
        "message": "Si ou posede lòt cryptocurrencies, ou ka chanje ak depo Ether dirèkteman nan Wallet MetaMask ou. Pa gen kont ki nesesè."
    },
    "details": {
        "message": "Detay yo"
    },
    "directDeposit": {
        "message": "Depo Dirèk"
    },
    "directDepositEther": {
        "message": "Dirèkteman Depo Ether"
    },
    "directDepositEtherExplainer": {
        "message": "Si ou deja gen kèk Ether, fason ki pi rapid yo ka resevwa Ether nan nouvo Wallet ou pa depo dirèk."
    },
    "done": {
        "message": "Fini"
    },
    "downloadGoogleChrome": {
        "message": "Telechaje Google Chrome"
    },
    "downloadStateLogs": {
        "message": "Telechaje State Logs"
    },
    "dontHaveAHardwareWallet": {
        "message": "Pa gen yon materyèl bous?"
    },
    "dropped": {
        "message": "Tonbe"
    },
    "edit": {
        "message": "Korije"
    },
    "editAccountName": {
        "message": "Korije Non Kont"
    },
    "editingTransaction": {
        "message": "Fè chanjman nan tranzaksyon ou"
    },
    "emailUs": {
        "message": "Imèl nou!"
    },
    "encryptNewDen": {
        "message": "Ankripte nouvo DEN ou"
    },
    "ensNameNotFound": {
        "message": "Nou pa jwenn non ENS ou a"
    },
    "enterPassword": {
        "message": "Mete modpas"
    },
    "enterPasswordConfirm": {
        "message": "Antre nan modpas ou a konfime"
    },
    "enterPasswordContinue": {
        "message": "Mete modpas pou kontinye"
    },
    "parameters": {
        "message": "Paramèt"
    },
    "passwordNotLongEnough": {
        "message": "Modpas la pa ase"
    },
    "passwordsDontMatch": {
        "message": "Modpas Pa Koresponn ak"
    },
    "etherscanView": {
        "message": "Gade kont sou Etherscan"
    },
    "exchangeRate": {
        "message": "Chanje to"
    },
    "exportPrivateKey": {
        "message": "Voye Kòd Prive"
    },
    "exportPrivateKeyWarning": {
        "message": "Voye kle prive ak pwòp risk ou."
    },
    "failed": {
        "message": "Tonbe"
    },
    "fiat": {
        "message": "FIAT",
        "description": "Exchange type"
    },
    "fileImportFail": {
        "message": "Enpòte dosye ki pa travay? Klike la a!",
        "description": "Helps user import their account from a JSON file"
    },
    "followTwitter": {
        "message": "Swiv nou sou Twitter"
    },
    "forgetDevice": {
        "message": "Bliye aparèy sa a"
    },
    "from": {
        "message": "Soti nan"
    },
    "fromToSame": {
        "message": "Adrès orijinal le ak sa ou resevwa pake menm"
    },
    "fromShapeShift": {
        "message": "Soti nan ShapeShift"
    },
    "functionType": {
        "message": "Kalite Fonksyon"
    },
    "gas": {
        "message": "Gaz",
        "description": "Short indication of gas cost"
    },
    "gasFee": {
        "message": "Frè gaz"
    },
    "gasLimit": {
        "message": "Limit gaz"
    },
    "gasLimitCalculation": {
        "message": "Nou kalkile gaz limit sijere a ki baze sou pousantaj siksè rezo a."
    },
    "gasLimitRequired": {
        "message": "Limit gaz nesesè"
    },
    "gasLimitTooLow": {
        "message": "Limit gaz dwe omwen 21000"
    },
    "generatingSeed": {
        "message": "Génération Seed..."
    },
    "gasPrice": {
        "message": "Pri gaz (GWEI)"
    },
    "gasPriceCalculation": {
        "message": "Nou kalkile pri yo gaz ki sijere ki baze sou pousantaj siksè rezo."
    },
    "gasPriceRequired": {
        "message": "Pri Gaz la Egzije"
    },
    "generatingTransaction": {
        "message": "Tranzaksyon kap fè"
    },
    "getEther": {
        "message": "Jwenn Ether"
    },
    "getEtherFromFaucet": {
        "message": "Jwenn Ether nan yon tiyo pou $1 la",
        "description": "Displays network name for Ether faucet"
    },
    "getHelp": {
        "message": "Jwenn èd."
    },
    "greaterThanMin": {
        "message": "dwe pi gran pase oswa egal a $ 1.",
        "description": "helper for inputting hex as decimal input"
    },
    "hardware": {
        "message": "hardware"
    },
    "hardwareWalletConnected": {
        "message": "Hardware Wallet konekte"
    },
    "hardwareWallets": {
        "message": "Hardware Wallet konekte"
    },
    "hardwareWalletsMsg": {
        "message": "Chwazi yon Hardware Wallet ou ta renmen itilize ak MetaMask"
    },
    "havingTroubleConnecting": {
        "message": "Èske w gen pwoblèm pou konekte?"
    },
    "here": {
        "message": "isit la",
        "description": "as in -click here- for more information (goes with troubleTokenBalances)"
    },
    "hereList": {
        "message": "Isit la nan yon lis !!!!"
    },
    "hexData": {
        "message": "Hex Data"
    },
    "hide": {
        "message": "Kache"
    },
    "hideToken": {
        "message": "Kache Token"
    },
    "hideTokenPrompt": {
        "message": "Kache Token?"
    },
    "history": {
        "message": "Istwa"
    },
    "howToDeposit": {
        "message": "Ki jan ou ta renmen depo Ether?"
    },
    "holdEther": {
        "message": "Li pèmèt ou kenbe ether & tokens, epi sèvi kòm on pon pou desantralize aplikasyon."
    },
    "import": {
        "message": "Pòte",
        "description": "Button to import an account from a selected file"
    },
    "importAccount": {
        "message": "Pòte Kont"
    },
    "importAccountMsg": {
        "message": " Kont pòte pa pral asosye avèk orijinal ou te kreye nan kont MetaMask seed fraz. Aprann plis sou kont enpòte "
    },
    "importAnAccount": {
        "message": "Pòte yon kont"
    },
    "importDen": {
        "message": "Pòte ki deja egziste DEN"
    },
    "imported": {
        "message": "Pòte",
        "description": "status showing that an account has been fully loaded into the keyring"
    },
    "importUsingSeed": {
        "message": "Pòte lè sèvi avèk seed fraz"
    },
    "infoHelp": {
        "message": "Enfo & Èd"
    },
    "initialTransactionConfirmed": {
        "message": "Premye tranzaksyon ou konfime sou rezo a. Klike sou OK pou tounen."
    },
    "insufficientFunds": {
        "message": "Lajan ensifizan."
    },
    "insufficientTokens": {
        "message": "Tokens pa valab."
    },
    "invalidAddress": {
        "message": "Adrès pa valab"
    },
    "invalidAddressRecipient": {
        "message": "Moun ki resevwa adrès la pa valab"
    },
    "invalidGasParams": {
        "message": "Gaz Paramèt la pa valab"
    },
    "invalidInput": {
        "message": "Sa ou rantre a pa valab"
    },
    "invalidRequest": {
        "message": "Demann pa valab"
    },
    "invalidRPC": {
        "message": "RPC URI pa valab"
    },
    "invalidSeedPhrase": {
        "message": "Seed fraz pa valab"
    },
    "jsonFail": {
        "message": "Yon bagay ale mal. Tanpri, asire w ke dosye JSON ou an byen fòmate."
    },
    "jsonFile": {
        "message": "JSON Dosye",
        "description": "format for importing an account"
    },
    "keepTrackTokens": {
        "message": "Gade tokens yo ou te achte ak kont MetaMask ou."
    },
    "kovan": {
        "message": "Kovan Tès Rezo"
    },
    "knowledgeDataBase": {
        "message": "Vizite baz nou an"
    },
    "max": {
        "message": "Maksimòm"
    },
    "learnMore": {
        "message": "Aprann plis"
    },
    "ledgerAccountRestriction": {
        "message": "Ou bezwen sèvi ak dènye kont ou anvan ou ka ajoute yon nouvo."
    },
    "lessThanMax": {
        "message": "dwe mwens pase oswa egal a $ 1.",
        "description": "helper for inputting hex as decimal input"
    },
    "likeToAddTokens": {
        "message": "Èske ou ta renmen ajoute sa nan tokens?"
    },
    "links": {
        "message": "Lyen"
    },
    "limit": {
        "message": "Limitasyon"
    },
    "loading": {
        "message": "Telechaje..."
    },
    "loadingTokens": {
        "message": "Telechaje Tokens..."
    },
    "localhost": {
        "message": "Localhost 8545"
    },
    "login": {
        "message": "Ouvri"
    },
    "logout": {
        "message": "Dekonekte"
    },
    "loose": {
        "message": "Pèdi"
    },
    "loweCaseWords": {
        "message": "seed mo sèlman gen karaktè miniskil"
    },
    "mainnet": {
        "message": "Main Ethereum Network"
    },
    "menu": {
        "message": "Opsyon"
    },
    "message": {
        "message": "Mesaje"
    },
    "metamaskDescription": {
        "message": "MetaMask sekirize idantite pou Ethereum."
    },
    "metamaskSeedWords": {
        "message": "MetaMask Seed Mo"
    },
    "min": {
        "message": "Minimòm"
    },
    "myAccounts": {
        "message": "Kont mwen"
    },
    "mustSelectOne": {
        "message": "Ou dwe chwazi omwen 1 token."
    },
    "needEtherInWallet": {
        "message": "Pou kominike avèk aplikasyon desantralize ou dwe itilize MetaMask, ou pral bezwen Ether nan Wallet ou."
    },
    "needImportFile": {
        "message": "Ou dwe chwazi yon dosye pou enpòte.",
        "description": "User is important an account and needs to add a file to continue"
    },
    "needImportPassword": {
        "message": "Ou dwe antre nan yon modpas pou dosye ou te chwazi a.",
        "description": "Password and file needed to import an account"
    },
    "negativeETH": {
        "message": "Pa ka voye kantite lajan negatif ETH."
    },
    "networks": {
        "message": "Rezo"
    },
    "nevermind": {
        "message": "Pa pwoblèm"
    },
    "newAccount": {
        "message": "Nouvo Kont"
    },
    "newAccountNumberName": {
        "message": "Kont $1",
        "description": "Default name of next account to be created on create account screen"
    },
    "newContract": {
        "message": "Nouvo Kontra"
    },
    "newPassword": {
        "message": "Nouvo modpas (minit 8)"
    },
    "newRecipient": {
        "message": "Nouvo Benefisyè"
    },
    "newRPC": {
        "message": "Nouvo RPC URL"
    },
    "next": {
        "message": "Aprè sa"
    },
    "noAddressForName": {
        "message": "Pa gen adrès ki etabli pou non sa a."
    },
    "noDeposits": {
        "message": "Pa gen depo ou te resevwa"
    },
    "noConversionRateAvailable": {
        "message": "Pa gen okenn Konvèsyon Disponib"
    },
    "noTransactionHistory": {
        "message": "Pa gen istwa tranzaksyon."
    },
    "noTransactions": {
        "message": "Pa gen tranzaksyon"
    },
    "notFound": {
        "message": "Pa jwenn"
    },
    "notStarted": {
        "message": "Pa kòmanse"
    },
    "noWebcamFoundTitle": {
        "message": "Pa jwenn webcam"
    },
    "noWebcamFound": {
        "message": "Nou pakay jwenn webcam òdinatè ou. Tanpri eseye ankò."
    },
    "oldUI": {
        "message": "Ansyen Itilizatè kouòdone"
    },
    "oldUIMessage": {
        "message": "Ou te retounen nan Ansyen Itilizatè kouòdone. Ou ka chanje tounen nan nouvo Ansyen Itilizatè nan opsyon a nan meni an tèt la."
    },
    "openInTab": {
        "message": "Louvri nan etikèt"
    },
    "or": {
        "message": "oubyen",
        "description": "choice between creating or importing a new account"
    },
    "origin": {
        "message": "Orijin"
    },
    "password": {
        "message": "Modpas"
    },
    "passwordCorrect": {
        "message": "Tanpri asire ke modpas ou kòrèk."
    },
    "passwordMismatch": {
        "message": "modpas sa pa menm",
        "description": "in password creation process, the two new password fields did not match"
    },
    "passwordShort": {
        "message": "modpas pa sifi",
        "description": "in password creation process, the password is not long enough to be secure"
    },
    "pastePrivateKey": {
        "message": "Kole fraz prive ou a la:",
        "description": "For importing an account from a private key"
    },
    "pasteSeed": {
        "message": "Kole seed fraz ou a la!"
    },
    "pending": {
        "message": "l ap mache"
    },
    "personalAddressDetected": {
        "message": "Adrès pèsonèl detekte. Antre adrès kontra token la."
    },
    "pleaseReviewTransaction": {
        "message": "Tanpri revize tranzaksyon ou."
    },
    "popularTokens": {
        "message": "Popilè Tokens"
    },
    "prev": {
        "message": "Avan"
    },
    "privacyMsg": {
        "message": "Règleman sou enfòmasyon prive"
    },
    "privateKey": {
        "message": "Prive kle",
        "description": "select this type of file to use to import an account"
    },
    "privateKeyWarning": {
        "message": "Atansyon: pa janm divilge kle sa. Nenpòt moun kapab avèk kle prive ou a vòlè sa ou gen ou sou kont ou a."
    },
    "privateNetwork": {
        "message": "Rezo Prive"
    },
    "qrCode": {
        "message": "Montre QR Kòd"
    },
    "queue": {
        "message": "Queue"
    },
    "readdToken": {
        "message": "Ou ka ajoute token sa aprè sa ankò ou prale nan  \"Ajoute token\" nan opsyon meni kont ou an."
    },
    "readMore": {
        "message": "Li plis isit la."
    },
    "readMore2": {
        "message": "Li plis isit la."
    },
    "receive": {
        "message": "Resevwa"
    },
    "recipientAddress": {
        "message": "Adrès pou resevwa"
    },
    "refundAddress": {
        "message": "Adrès pou resevwa"
    },
    "rejected": {
        "message": "Rejte"
    },
    "reset": {
        "message": "Repwograme"
    },
    "resetAccount": {
        "message": "Repwograme Kont"
    },
    "resetAccountDescription": {
        "message": "Repwograme kont a netwaye tranzaksyon ou yo."
    },
    "restoreFromSeed": {
        "message": "Restore kont?"
    },
    "restoreVault": {
        "message": "Retabli kazye"
    },
    "restoreAccountWithSeed": {
        "message": "Retabli kont ou avèk yo Seed Fraz"
    },
    "required": {
        "message": "Egzije"
    },
    "retryWithMoreGas": {
        "message": "Reseye ak yon pri gaz pi wo isit la"
    },
    "walletSeed": {
        "message": "Wallet Seed"
    },
    "restore": {
        "message": "Retabli"
    },
    "revealSeedWords": {
        "message": "Revele Seed Mo Yo"
    },
    "revealSeedWordsTitle": {
        "message": "Seed Fraz"
    },
    "revealSeedWordsDescription": {
        "message": "Si ou pa janm chanje navigatè ou deplase òdinatè, ou pral bezwen fraz seed la pou ka gen aksè a kont ou. Sere yo on kote an sekirite e an sekrè."
    },
    "revealSeedWordsWarningTitle": {
        "message": "PA pataje fraz sa a avèk nenpòt moun!"
    },
    "revealSeedWordsWarning": {
        "message": "Yo ka itilize mo sa pou vòlè kont ou."
    },
    "revert": {
        "message": "Retounen"
    },
    "remove": {
        "message": "retire"
    },
    "removeAccount": {
        "message": "Retire kont"
    },
    "removeAccountDescription": {
        "message": "Kont sa a pral retire nan Wallet ou. Tanpri, asire ou ke ou gen orijinal fraz seed la oubyen kle prive pou rantre kont lan avan ou kontinye. Oubyen ou ka rantre kont ou ankò apati kont \"drop-down\" ou an."
    },
    "readyToConnect": {
        "message": "Pare pou konekte?"
    },
    "rinkeby": {
        "message": "Rinkeby Tès Rezo"
    },
    "ropsten": {
        "message": "Ropsten Tès Rezo"
    },
    "rpc": {
        "message": "Koutim RPC"
    },
    "currentRpc": {
        "message": "Kounya RPC"
    },
    "connectingToMainnet": {
        "message": "Konekte ak Main (Prensipal) Ethereum Rezo a"
    },
    "connectingToRopsten": {
        "message": "Konekte ak Ropsten Tès Rezo a"
    },
    "connectingToKovan": {
        "message": "Konekte nan Kovan Tès Rezo a"
    },
    "connectingToRinkeby": {
        "message": "Konekte nan Rinkeby Tès Rezo a"
    },
    "connectingToUnknown": {
        "message": "Konekte nan rezo enkoni"
    },
    "sampleAccountName": {
        "message": "Pa egzanp, Nouvo kont mwen an",
        "description": "Help user understand concept of adding a human-readable name to their account"
    },
    "save": {
        "message": "Sove"
    },
    "speedUp": {
        "message": "pi vit"
    },
    "speedUpTitle": {
        "message": "Monte vitès tranzaksyon"
    },
    "speedUpSubtitle": {
        "message": "Ogmante pri gaz ou pou eseye efase tranzaksyon ou pi vit"
    },
    "saveAsCsvFile": {
        "message": "Sove kòm dosye CSV"
    },
    "saveAsFile": {
        "message": "Sove kòm dosye",
        "description": "Account export process"
    },
    "saveSeedAsFile": {
        "message": "Sove pawòl seed kòm dosye"
    },
    "search": {
        "message": "Rechèch"
    },
    "searchResults": {
        "message": "Rezilta rechèch"
    },
    "secretPhrase": {
        "message": "Antre fraz sekrè douz mo ou a pou w restore kòf ou a."
    },
    "showHexData": {
        "message": "Montre Hex Data"
    },
    "showHexDataDescription": {
        "message": "Pran sa pouw ka montre chan entèfas hex data a"
    },
    "newPassword8Chars": {
        "message": "Nouvo modpas (pou pi pit 8)"
    },
    "seedPhraseReq": {
        "message": "Seed fraz yo se 12 long mo"
    },
    "select": {
        "message": "Chwazi"
    },
    "selectCurrency": {
        "message": "Chwazi Lajan"
    },
    "selectService": {
        "message": "Chwazi Sèvis"
    },
    "selectType": {
        "message": "Chwazi Kalite"
    },
    "send": {
        "message": "Voye"
    },
    "sendETH": {
        "message": "Voye ETH"
    },
    "sendTokens": {
        "message": "Voye Tokens"
    },
    "sentEther": {
        "message": "Voye ether"
    },
    "sentTokens": {
        "message": "tokens deja voye"
    },
    "separateEachWord": {
        "message": "Separe chak mo ak yon sèl espas"
    },
    "onlySendToEtherAddress": {
        "message": "Sèlman voye ETH nan yon adrès Ethereum."
    },
    "onlySendTokensToAccountAddress": {
        "message": "Sèlman voye $ 1 nan yon adrès kont Ethereum.",
        "description": "displays token symbol"
    },
    "orderOneHere": {
        "message": "Mete nan lòd on Trezor oswa Ledger epi kenbe lajan ou nan yon stòk frèt."
    },
    "outgoing": {
        "message": "Ap kite"
    },
    "searchTokens": {
        "message": "Rechèch Tokens"
    },
    "selectAnAddress": {
        "message": "Chwazi yon adrès"
    },
    "selectAnAccount": {
        "message": "Chwazi yon kont"
    },
    "selectAnAccountHelp": {
        "message": "Chwazi kont pou wè nan MetaMask"
    },
    "selectHdPath": {
        "message": "Chwazi chemen HD"
    },
    "selectPathHelp": {
        "message": "Si ou pa wè kont Ledger ou te genyen an anba a, eseye chanje chemen an \"Eritaj (MEW / MyCrypto)\""
    },
    "sendTokensAnywhere": {
        "message": "Voye Tokens pou nenpòt moun ki gen yon kont Ethereum"
    },
    "settings": {
        "message": "Paramèt"
    },
    "step1HardwareWallet": {
        "message": "1. Konekte Materyèl bous"
    },
    "step1HardwareWalletMsg": {
        "message": "Konekte materyèl bous ou dirèkteman nan òdinatè ou."
    },
    "step2HardwareWallet": {
        "message": "2. Chwazi yon kont"
    },
    "step2HardwareWalletMsg": {
        "message": "Chwazi kont ou vle wè a. Ou ka chwazi youn sèlman nan yon moman."
    },
    "step3HardwareWallet": {
        "message": "3. Kòmanse itilize dApps ak plis ankò!"
    },
    "step3HardwareWalletMsg": {
        "message": "Sèvi ak kont materyèl ou menm jan ou t ap fè pou kont Etherum. Ouvri sesyon an nan dApps, voye Eth, achte ak stòke ERC20 tokens ak e ki pake chanje tokens tankou CryptoKitties."
    },
    "info": {
        "message": "Enfòmasyon"
    },
    "scanInstructions": {
        "message": "Mete kòd QR la devan kamera ou"
    },
    "scanQrCode": {
        "message": "Enspeksyon QR Kòd"
    },
    "shapeshiftBuy": {
        "message": "Achte avèk Shapeshift"
    },
    "showPrivateKeys": {
        "message": "Montre Kle Prive"
    },
    "showQRCode": {
        "message": "Montre Kòd QR"
    },
    "sign": {
        "message": "Siyen"
    },
    "signatureRequest": {
        "message": "Siyati Mande"
    },
    "signed": {
        "message": "Te Siyen"
    },
    "signMessage": {
        "message": "Siyen mesaj"
    },
    "signNotice": {
        "message": "Lè w siyen mesaj sa a ka gen efè segondè ki \ndanjere. Sèlman \nsit mesaj ki soti nan sit ou konplètman fè konfyans ak tout kont ou. \n Metòd danjere sa yo pral retire nan yon vèsyon fiti. "
    },
    "sigRequest": {
        "message": "Demann Siyati"
    },
    "sigRequested": {
        "message": "Demann Siyati"
    },
    "spaceBetween": {
        "message": "ka gen sèlman yon espas ant mo yo"
    },
    "status": {
        "message": "Kondisyon"
    },
    "stateLogs": {
        "message": "State Logs"
    },
    "stateLogsDescription": {
        "message": "State logs gen adrès kont piblik ou yo epi tranzaksyon ou te voye yo."
    },
    "stateLogError": {
        "message": "Erè nan retwouve State Logs yo."
    },
    "submit": {
        "message": "Soumèt"
    },
    "submitted": {
        "message": "Te Soumèt"
    },
    "supportCenter": {
        "message": "Vizite Sant Sipò Nou"
    },
    "symbolBetweenZeroTen": {
        "message": "Senbòl yo dwe ant 0 ak 10 karaktè."
    },
    "takesTooLong": {
        "message": "Pran twò lontan?"
    },
    "terms": {
        "message": "Tèm pou itilize"
    },
    "testFaucet": {
        "message": "Tès Tiyo"
    },
    "to": {
        "message": "Pou"
    },
    "toETHviaShapeShift": {
        "message": "$1 pou ETH pa ShapeShift",
        "description": "system will fill in deposit type in start of message"
    },
    "token": {
        "message": "Token"
    },
    "tokenAddress": {
        "message": "Adrès Token"
    },
    "tokenAlreadyAdded": {
        "message": "Ou te deja ajoute token."
    },
    "tokenBalance": {
        "message": "Balans Token ou se:"
    },
    "tokenSelection": {
        "message": "Chache Tokens oswa chwazi nan lis Tokens popilè nou an."
    },
    "tokenSymbol": {
        "message": "Token Senbòl"
    },
    "tokenWarning1": {
        "message": "Kenbe tras token yo ou te achte ak kont MetaMask ou. Si ou te achte tokens pandan wap itilize yon kont diferan tokens sa yo pa pral parèt la."
    },
    "total": {
        "message": "Total"
    },
    "transactions": {
        "message": "tranzaksyon yo"
    },
    "transactionConfirmed": {
        "message": "Tranzaksyon ou te konfime pou $2."
    },
    "transactionCreated": {
        "message": "Tranzaksyon ou te kreye avèk on valè de $1 pou $2."
    },
    "transactionDropped": {
        "message": "Tranzaksyon ou te tonbe a $2."
    },
    "transactionSubmitted": {
        "message": "Tranzaksyon ou te soumèt a $2."
    },
    "transactionUpdated": {
        "message": "Tranzaksyon ou te aktyalize a $2."
    },
    "transactionUpdatedGas": {
        "message": "Tranzaksyon ou te aktyalize avèk on pri gaz de $1 a $2."
    },
    "transactionError": {
        "message": "Erè tranzaksyon. Eksepsyon jete nan kòd kontra."
    },
    "transactionMemo": {
        "message": "Memo tranzaksyon (opsyonèl)"
    },
    "transactionNumber": {
        "message": "Nimewo Tranzaksyon"
    },
    "transfer": {
        "message": "Transfè"
    },
    "transfers": {
        "message": "Transfè yo"
    },
    "trezorHardwareWallet": {
        "message": "TREZOR Materyèl Bous"
    },
    "troubleTokenBalances": {
        "message": "Nou te gen pwoblèm chaje balans token ou. Ou ka wè yo ",
        "description": "Followed by a link (here) to view token balances"
    },
    "tryAgain": {
        "message": "Eseye anko"
    },
    "twelveWords": {
        "message": "12 mo sa yo se sèl fason pou retabli kont MetaMask ou yo. \nKenbe yo yon kote ki an sekirite ak sekrè."
    },
    "typePassword": {
        "message": "Tape modpas ou"
    },
    "uiWelcome": {
        "message": "Byenveni nan New itilizatè koòdone (Beta)"
    },
    "uiWelcomeMessage": {
        "message": "Kounya w ap itilize nouvo MetaMask UI (itilizatè koòdone) a."
    },
    "unapproved": {
        "message": "Pa apwouve"
    },
    "unavailable": {
        "message": "Pa disponib"
    },
    "units": {
        "message": "inite yo"
    },
    "unknown": {
        "message": "Enkoni"
    },
    "unknownFunction": {
        "message": "Fonksyon enkoni"
    },
    "unknownNetwork": {
        "message": "Rezo Prive Enkoni"
    },
    "unknownNetworkId": {
        "message": "Rezo ID Enkoni"
    },
    "unknownQrCode": {
        "message": "Erè: Nou pa t kapab idantifye QR kòd sa"
    },
    "unknownCameraErrorTitle": {
        "message": "Ooops! Yon bagay te ale mal...."
    },
    "unknownCameraError": {
        "message": "Te gen yon erè pandan y ap eseye jwenn aksè nan kamera ou. Tanpri eseye ankò..."
    },
    "unlock": {
        "message": "Debloke"
    },
    "unlockMessage": {
        "message": "Entènèt desantralize a ap tann"
    },
    "uriErrorMsg": {
        "message": "URIs mande pou apwopriye prefiks HTTP / HTTPS a."
    },
    "usaOnly": {
        "message": "USA sèlman",
        "description": "Using this exchange is limited to people inside the USA"
    },
    "usedByClients": {
        "message": "Itilize pa yon varyete de kliyan diferan"
    },
    "useOldUI": {
        "message": "Itilizasyon ansyen UI (itilizatè koòdone)"
    },
    "validFileImport": {
        "message": "Ou dwe chwazi yon dosye ki valab pou enpòte."
    },
    "vaultCreated": {
        "message": "Kòf Kreye"
    },
    "viewAccount": {
        "message": "Wè Kont"
    },
    "viewOnEtherscan": {
        "message": "Wè sou Etherscan"
    },
    "visitWebSite": {
        "message": "Vizite sit entènèt nou an"
    },
    "warning": {
        "message": "Avètisman"
    },
    "welcomeBack": {
        "message": "Bon retou!"
    },
    "welcomeBeta": {
        "message": "Byenveni nan MetaMask Beta"
    },
    "whatsThis": {
        "message": "Kisa sa ye?"
    },
    "youNeedToAllowCameraAccess": {
        "message": "Ou bezwen bay kamera aksè pou sèvi ak fonksyon sa."
    },
    "yourSigRequested": {
        "message": "Yo mande siyati ou"
    },
    "youSign": {
        "message": "Ou ap siyen kounya"
    },
    "yourPrivateSeedPhrase": {
        "message": "Seed fraz prive ou a"
    }
}