-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
source_template.pot
3425 lines (2758 loc) · 87.7 KB
/
source_template.pot
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
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
#: views/device/index.setup.html:1
msgid "* No worries, you can always change it."
msgstr ""
#. Part of a long text about Dropbox and labeling
#: views/modal/dropbox.html:1
msgid "1. Click 'Connect to Dropbox' and log in."
msgstr ""
#. Number of words in a recovery seed
#: views/device/recovery.html:1
msgid "12 words"
msgstr ""
#. Number of words in a recovery seed
#: views/device/recovery.html:1
msgid "18 words"
msgstr ""
#. Length is important here! Full sentence: Discover TREZOR's new *2-factor authentication* for secure login to Gmail, Google Drive, Dropbox, Dashlane, and more...
#: views/promos/2fa.html:1
msgctxt "promos-2fa"
msgid "2-factor authentication"
msgstr ""
#. Part of a long text about Dropbox and labeling
#: views/modal/dropbox.html:1
msgid "2. Allow access of your TREZOR device to your Dropbox folder."
msgstr ""
#. Number of words in a recovery seed
#: views/device/recovery.html:1
msgid "24 words"
msgstr ""
#. Length is important here! Full sentence: Discover TREZOR's *2F authentication* for secure login to<br>Google, Dropbox,<br>and more...
#: views/promos/2fa.html:1
msgctxt "promos-2fa"
msgid "2F authentication"
msgstr ""
#. Part of a long text about Dropbox and labeling
#: views/modal/dropbox.html:1
msgid "3. Enjoy ultimate TREZOR security and privacy."
msgstr ""
#: views/notices.html:1
msgctxt "text-with-link"
msgid "<b>Note: </b>Litecoin changed the format of addresses. <a>More info</a>"
msgstr ""
#: views/account/transactions/tooBigAccount.html:1
msgctxt "text-with-link"
msgid "<b>Your account is too big.</b><p>Due to the large size of the account, your TREZOR might take a longer time to load or sign transactions.<br><a>Learn how to make your account smaller</a></p>"
msgstr ""
#. From (date) to (date)
#: views/account/transactions/summary.html:1
msgid "<i>From</i> {{from}} <i>to</i> {{to}}"
msgstr ""
#: views/modal/beta.html:1
msgid "<i>TREZOR Beta Wallet</i> is a public feature-testing version of the <i>TREZOR Wallet</i>, offering the newest features before they are available to the general public."
msgstr ""
#. contains link to device setup
#: views/device/load.html:1
msgid "<p>This is an advanced interface intended for EXPERT use only!</p><p>If you are a common user and want to setup or recover your TREZOR device, please <a>continue to TREZOR Setup.</a></p><p>Never use this process unless you REALLY know what you are doing!</p><p>No checks are performed on the provided seed, so it can be binary sequence, dice-throw sequence or a random sentence. Valid BIP32 XPRV keys are interpreted prior loading to the device.</p>"
msgstr ""
#. This is on a hidden site, 99.99% of people will not see it
#: views/device/metadata.html:7
msgid "API keys are useful if you want to import a watch-only wallet."
msgstr ""
#. Used as a default account name. The accounts are named *Account* #1, *Account* #2 etc.
#: views/otherStrings.html:7
msgctxt "default-name"
msgid "Account"
msgstr ""
#. This is a short label in the device Basic page
#: views/device/index.basic.html:3
msgctxt "basic-label"
msgid "Account public keys (XPUB)"
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Action was interrupted"
msgstr ""
#: views/account/send/buttonBar.html:1
msgid "Add OP_RETURN"
msgstr ""
#: views/nav/device-buttons.html:1
msgctxt "button"
msgid "Add account"
msgstr ""
#: views/account/transactions/txAddressLabel.html:1
msgid "Add comment"
msgstr ""
#. Length is important here! Full sentence: Use Labeling - *Add comments,<br/>rename accounts.* - Click on Dropbox icon<br/>on the bottom.
#: views/promos/labeling.html:1
msgctxt "promos-labeling"
msgid "Add comments,<br>rename accounts."
msgstr ""
#: views/nav/device-buttons.html:1
msgctxt "button"
msgid "Add legacy account"
msgstr ""
#: views/account/send/buttonBar.html:1
msgid "Add locktime"
msgstr ""
#: views/account/send/buttonBar.html:1
msgid "Add recipient"
msgstr ""
#. Length is important here! Full sentence: Use Labeling - *Add transaction comments,<br/>rename accounts or addresses.* - Click on Dropbox icon on the bottom.
#: views/promos/labeling.html:1
msgctxt "promos-labeling"
msgid "Add transaction comments,<br>rename accounts or addresses."
msgstr ""
#: views/account/transactions/txLabelEdit.html:1
msgid "Add your own label"
msgstr ""
#. This is a label to a checkbox in the device recovery page
#: views/device/load.html:1
#: views/device/recovery.html:1
msgctxt "recovery-label"
msgid "Additional passphrase encryption"
msgstr ""
#. This is a label to the sign/verify form.
#: views/account/sign/inside.html:1
#: views/account/sign/inside.html:6
msgctxt "sign"
msgid "Address"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/txAddress.html:5
msgctxt "form-label"
msgid "Address"
msgstr ""
#: views/account/transactions/table.html:1
msgid "Address"
msgstr ""
#: views/account/transactions/table.html:1
msgid "Address Label"
msgstr ""
#. Send form -> add recipient -> import csv -> missing Address column header
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Address not found in the header"
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Address verification failed."
msgstr ""
#. This is shown on the header Basic/Homescreen/Advanced
#: views/device/nav.html:1
msgctxt "button"
msgid "Advanced"
msgstr ""
#. This is a label to a checkbox in the device recovery page
#: views/device/recovery.html:1
msgctxt "recovery-label"
msgid "Advanced recovery"
msgstr ""
#: views/device/advanced.html:1
msgid "Advanced setup"
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "All data on your device will be deleted."
msgstr ""
#. Part of a long text about Dropbox and labeling
#: views/modal/dropbox.html:1
msgid "All labels and comments that you add in TREZOR Wallet are automatically encrypted by a key derived from TREZOR device and synchronized with your Dropbox folder ensuring a 100% secure and always available service. Even if your Dropbox account gets compromised, your private data stay safe."
msgstr ""
#: views/date.selection.html:8
msgctxt "date"
msgid "All time"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/txAmount.html:1
msgctxt "form-label"
msgid "Amount"
msgstr ""
#: views/account/send/txAmount.html:1
msgctxt "error-message"
msgid "Amount has too many decimals"
msgstr ""
#: views/account/send/txAmount.html:1
msgctxt "error-message"
msgid "Amount is missing"
msgstr ""
#: views/account/send/txAmount.html:1
msgctxt "error-message"
msgid "Amount is not a number"
msgstr ""
#: views/account/send/txAmount.html:1
msgctxt "error-message"
msgid "Amount is too low"
msgstr ""
#. Send form -> add recipient -> import csv -> missing Amount column header
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Amount not found in the header"
msgstr ""
#: views/footer.html:1
#: views/nav/settings-buttons.html:1
msgctxt "button"
msgid "App Settings"
msgstr ""
#: views/settings.html:1
msgctxt "heading"
msgid "Application Settings"
msgstr ""
#. something went wrong while the application was starting up
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Application loading failed"
msgstr ""
#. Length is important here! Full sentence: *Are you sending money to the right person?* - Double check the address with the other party<br/>and prevent malware attacks!
#: views/promos/malware.html:1
msgctxt "promos-malware"
msgid "Are you sending money to the right person?"
msgstr ""
#: views/debug.log.html:1
msgctxt "warning-message"
msgid "Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history."
msgstr ""
#: views/account/receive/address.html:26
msgid "BIP32 Path:"
msgstr ""
#. Label for Backspace button in Advanced Recovery
#: views/modal/recovery.html:1
msgctxt "button"
msgid "Backspace"
msgstr ""
#. Heading above account balance total
#: views/account/transactions/summary.html:1
#: views/account/transactions/table.html:1
msgid "Balance"
msgstr ""
#. This is shown on the header Basic/Homescreen/Advanced
#: views/device/nav.html:1
msgctxt "button"
msgid "Basic"
msgstr ""
#: views/device/index.basic.html:7
msgid "Be careful with your XPUBs."
msgstr ""
#: views/settings.html:1
msgctxt "form-label"
msgid "Bitcore Server URL"
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Bitcore server failed."
msgstr ""
#. link in top navigation bar
#: views/top.nav.html:1
msgctxt "button"
msgid "Blog"
msgstr ""
#: views/modal/_header.html:1
msgctxt "heading"
msgid "Bootloader mode"
msgstr ""
#. Length is important here! Full sentence: Use hidden wallets with Passphrase Encryption - *But first, get to know how it works!*
#: views/promos/passphrase.html:1
msgctxt "promos-passphrase"
msgid "But first, get to know how it works!"
msgstr ""
#. Length is important here! Full sentence: Use hidden wallets with Passphrase<br/>Encryption - *But first, get to know<br/>how it works!*
#: views/promos/passphrase.html:1
msgctxt "promos-passphrase"
msgid "But first, get to know<br>how it works!"
msgstr ""
#: views/device/custom-firmware.html:1
#: views/device/load.html:1
#: views/device/recovery.html:1
#: views/import.html:1
msgctxt "button"
msgid "Cancel"
msgstr ""
#. PIN strength
#: views/modal/pin.html:1
msgctxt "error-message"
msgid "Careful, It's too easy to guess."
msgstr ""
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Caution!"
msgstr ""
#. separates .csv data columns
#: views/modal/csv.html:8
msgctxt "form-label"
msgid "Cell delimiter"
msgstr ""
#: views/modal/label.html:1
msgctxt "button"
msgid "Change"
msgstr ""
#. This is on a button, that will change the PIN once clicked
#: views/device/index.basic.html:1
msgctxt "button"
msgid "Change PIN"
msgstr ""
#: views/account/transactions/txAddressLabel.html:1
msgid "Change comment"
msgstr ""
#. This is on a button, that will change the label once clicked
#: views/device/index.basic.html:1
msgctxt "button"
msgid "Change label"
msgstr ""
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Changelog"
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "Check address on TREZOR display"
msgstr ""
#. Length is important here! Full sentence: How strong is your PIN? *Check out some of our tips!*
#: views/promos/pin.html:1
msgctxt "promos-pin"
msgid "Check out some of our tips!"
msgstr ""
#: views/modal/pin.html:1
msgctxt "warning-message"
msgid "Choose a strong PIN to protect your device from unauthorized access. The layout is displayed on your TREZOR."
msgstr ""
#. This is on a button in the sign/verify form.
#: views/account/sign/inside.html:4
#: views/account/sign/inside.html:6
msgctxt "button"
msgid "Clear"
msgstr ""
#. Length is important here! Full sentence: Use Labeling - Add transaction comments,<br/>rename accounts or addresses. - *Click on Dropbox icon on the bottom.*
#: views/promos/labeling.html:1
msgctxt "promos-labeling"
msgid "Click on Dropbox icon on the bottom."
msgstr ""
#. Length is important here! Full sentence: Use Labeling - Add comments,<br/>rename accounts. - *Click on Dropbox icon<br/>on the bottom.*
#: views/promos/labeling.html:1
msgctxt "promos-labeling"
msgid "Click on Dropbox icon<br>on the bottom."
msgstr ""
#. Click on XPUB to show its QR code. Scan it into an application that supports XPUBs such as (link1 - Mycelium) or (link2 - Sentinel for Android). Then, you can watch your transactions and receive payments everywhere without carrying your TREZOR.
#: views/device/index.basic.html:7
msgctxt "xpub-text"
msgid "Click on XPUB to show its QR code. Scan it into an application that supports XPUBs such as <a>Mycelium</a> or <a>Sentinel for Android</a>. Then, you can watch your transactions and receive payments everywhere without carrying your TREZOR."
msgstr ""
#. Length is important here! Full sentence: Prevent phishing with Show on TREZOR - *Click on eye icon<br/>in the Receive tab.*
#: views/promos/show.html:1
msgctxt "promos-show"
msgid "Click on eye icon<br>in the Receive tab."
msgstr ""
#: views/account/transactions/txAddressLabel.html:1
msgid "Click to hide address"
msgstr ""
#: views/nav/device.html:1
#: views/nav/unacquired.html:1
msgctxt "button"
msgid "Click to renew session"
msgstr ""
#: views/account/transactions/txAddressLabel.html:5
msgid "Click to show address"
msgstr ""
#: views/debug.html:1
msgctxt "tooltip"
msgid "Close"
msgstr ""
#: views/debug.log.html:1
#: views/modal/backendwarnings/ethwallet.html:1
#: views/modal/csv.html:8
#: views/modal/disconnect.html:1
#: views/modal/disconnect.passphrase_disable.html:1
#: views/modal/disconnect.passphrase_enable.html:1
#: views/modal/dropbox.html:1
#: views/modal/firmware.html:7
#: views/modal/qr.html:1
#: views/settings.html:1
msgctxt "button"
msgid "Close"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/txLabel.html:1
msgctxt "form-label"
msgid "Comment"
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "Confirm action on your TREZOR device."
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "Confirm action on your device."
msgstr ""
#: views/device/recovery.html:1
msgid "Confirm choice by pressing enter."
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "Confirm passphrase encryption"
msgstr ""
#: views/modal/button.html:1
msgctxt "heading"
msgid "Confirm provided information."
msgstr ""
#. We cannot estimate transaction confirmation time
#: views/account/send/fees.html:1
msgid "Confirmation time cannot be estimated."
msgstr ""
#: views/debug.html:1
msgctxt "success-message"
msgid "Congratulations! Your device is now ready to use."
msgstr ""
#: views/jumbotrons/start.html:1
msgid "Connect TREZOR to continue"
msgstr ""
#: views/device/index.basic.html:1
msgid "Connect the device to change PIN."
msgstr ""
#: views/device/index.basic.html:1
msgid "Connect the device to change the label."
msgstr ""
#: views/device/advanced.html:8
msgid "Connect the device to disable PIN."
msgstr ""
#: views/device/advanced.html:5
msgid "Connect the device to disable passphrase."
msgstr ""
#: views/device/index.basic.html:1
msgid "Connect the device to enable PIN."
msgstr ""
#: views/device/advanced.html:1
msgid "Connect the device to enable passphrase."
msgstr ""
#: views/device/homescreen.html:1
msgid "Connect the device to set its homescreen."
msgstr ""
#: views/modal/dropbox.html:1
msgctxt "button"
msgid "Connect to Dropbox"
msgstr ""
#: views/nav/settings-buttons.html:1
msgid "Connect to Dropbox to enable:<br>- renaming accounts<br>- commenting transactions<br>- labeling addresses and more..."
msgstr ""
#: views/account/receive/address.html:16
msgid "Connect your TREZOR to display this address"
msgstr ""
#: views/nav/device.html:1
msgctxt "device-state"
msgid "Connected device"
msgstr ""
#: views/nav/settings-buttons.html:1
msgid "Connecting ..."
msgstr ""
#: views/device/custom-firmware.html:1
#: views/device/index.setup.html:1
#: views/device/load.html:1
#: views/device/recovery.html:1
#: views/import.html:1
msgctxt "button"
msgid "Continue"
msgstr ""
#: views/settings.html:1
msgctxt "form-label"
msgid "Currency backend"
msgstr ""
#. Send form -> add recipient -> import csv -> missing Currency column header
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Currency not found in the header"
msgstr ""
#. select custom time period
#: views/date.selection.html:8
msgctxt "date"
msgid "Custom"
msgstr ""
#. Transaction fee size menu
#: views/account/send/fees.html:1
msgctxt "transaction-fee"
msgid "Custom"
msgstr ""
#. User put their own 'BITCORE SERVER URL' in the Application Settings, now they see this in top left currency selector instead of Bitcoin (BTC) etc.
#: views/otherStrings.html:7
msgctxt "form-label"
msgid "Custom Backend"
msgstr ""
#. This is a small label in the Homescreen tab
#: views/device/homescreen.html:1
msgctxt "label"
msgid "Custom image"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/txOpReturnOutput.html:1
msgctxt "form-label"
msgid "Data (hex)"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/txOpReturnOutput.html:1
msgctxt "form-label"
msgid "Data (text)"
msgstr ""
#: views/account/send/txOpReturnOutput.html:1
msgctxt "error-message"
msgid "Data invalid"
msgstr ""
#: views/account/transactions/table.html:1
msgid "Date"
msgstr ""
#. error while trying to sign message - waiting for addresses to be generated
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Deriving not done."
msgstr ""
#. Transaction details, Unconfirmed transaction will have this instead of date.
#: views/account/transactions/table.html:13
msgid "Details"
msgstr ""
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Device"
msgstr ""
#: views/import.html:1
msgctxt "form-label"
msgid "Device ID"
msgstr ""
#: views/device/index.basic.html:1
msgid "Device basics"
msgstr ""
#. Device firmware is outdated.
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Device firmware is outdated."
msgstr ""
#: views/device/recovery.html:1
msgid "Device has to be wiped before recovery."
msgstr ""
#: views/modal/firmware.html:7
msgctxt "error-message"
msgid "Device is updated in other window"
msgstr ""
#. This is a short label in the normally hidden, advanced Load page
#: views/device/index.setup.html:1
#: views/device/load.html:1
#: views/import.html:1
msgctxt "form-label"
msgid "Device label"
msgstr ""
#. This is a short label in the device recovery page
#: views/device/recovery.html:1
msgctxt "recovery-label"
msgid "Device label"
msgstr ""
#: views/device/advanced.html:8
msgid "Device needs to be connected in order to wipe it."
msgstr ""
#. This is written on a button, clicking it will disable PIN
#: views/device/advanced.html:8
msgctxt "button"
msgid "Disable PIN"
msgstr ""
#. This is a short label in the device Advanced page
#: views/device/advanced.html:8
msgctxt "advanced-label"
msgid "Disable PIN"
msgstr ""
#. This is written on a button, clicking it will disable passphrase
#: views/device/advanced.html:8
msgctxt "button"
msgid "Disable passphrase encryption"
msgstr ""
#. Refers to PIN
#: views/device/index.basic.html:1
msgctxt "pin"
msgid "Disabled"
msgstr ""
#: views/modal/disconnect.html:1
#: views/modal/disconnect.passphrase_disable.html:1
#: views/modal/disconnect.passphrase_enable.html:1
msgctxt "heading"
msgid "Disconnect your TREZOR now"
msgstr ""
#: views/modal/disconnect.passphrase_disable.html:1
msgid "Disconnect your TREZOR to disable passphrase."
msgstr ""
#: views/modal/disconnect.passphrase_enable.html:1
msgid "Disconnect your TREZOR to enable passphrase."
msgstr ""
#: views/nav/settings-buttons.html:1
msgctxt "button"
msgid "Disconnect {{user}}"
msgstr ""
#: views/nav/device.html:1
msgctxt "device-state"
msgid "Disconnected device"
msgstr ""
#. Length is important here! Full sentence: *Discover TREZOR's* 2F authentication for secure login to<br>Google, Dropbox,<br>and more...
#: views/promos/2fa.html:1
msgctxt "promos-2fa"
msgid "Discover TREZOR's"
msgstr ""
#. Length is important here! Full sentence: *Discover TREZOR's new* 2-factor authentication for secure login to Gmail, Google Drive, Dropbox, Dashlane, and more...
#: views/promos/2fa.html:1
msgctxt "promos-2fa"
msgid "Discover TREZOR's new"
msgstr ""
#: views/debug.html:1
msgctxt "tooltip"
msgid "Display transaction on explorer"
msgstr ""
#: views/modal/backendwarnings/bcash.html:1
msgid "Do not receive bitcoins to the addresses in this BCH wallet, do not send Bitcoin Cash coins to Bitcoin addresses."
msgstr ""
#: views/install/main.html:10
msgid "Do you use Google Chrome on this computer?"
msgstr ""
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Do you want to update the device firmware?"
msgstr ""
#. link in top navigation bar
#: views/top.nav.html:1
msgctxt "button"
msgid "Docs"
msgstr ""
#. Button in remember/forget dialog
#: views/modal/forget.requested.html:1
msgctxt "button"
msgid "Don't forget"
msgstr ""
#: views/account/send/txAddress.html:5
msgid "Don't forget to double check the address ..."
msgstr ""
#. Don't have a TREZOR? ('Get one' - link to TREZOR shop)
#. Don't have a TREZOR? (link to TREZOR shop)
#: views/install/main.html:1
#: views/jumbotrons/start.html:1
msgctxt "text-with-link"
msgid "Don't have a TREZOR? <a>Get one</a>"
msgstr ""
#. Length is important here! Full sentence: Sending money to the right person? - *Double check* the address with the other party<br/> and prevent malware attacks!
#: views/promos/malware.html:1
msgctxt "promos-malware"
msgid "Double check"
msgstr ""
#. start linux udev rules download
#: views/install/bridge.force.html:1
#: views/install/main.html:10
#: views/install/main.html:5
#: views/jumbotrons/udev-note.html:6
msgctxt "button"
msgid "Download"
msgstr ""
#. This is displayed on Android.
#: views/install/mobile.android.html:1
msgctxt "button"
msgid "Download TREZOR Manager App on Google Play."
msgstr ""
#: views/modal/firmware.html:7
msgctxt "heading"
msgid "Downloading firmware..."
msgstr ""
#: views/modal/backendwarnings/ethwallet.html:1
msgctxt "heading"
msgid "ETH / ETC Wallet"
msgstr ""
#. Transaction fee size menu
#: views/account/send/fees.html:1
msgctxt "transaction-fee"
msgid "Economy"
msgstr ""
#: views/nav/device.html:1
msgctxt "button"
msgid "Edit Device basics"
msgstr ""
#: views/account/receive/address.html:26
msgid "Edit label"
msgstr ""
#: views/nav/settings-buttons.html:1
msgctxt "button"
msgid "Enable Labeling"
msgstr ""
#. This is on a button, that will change the PIN once clicked
#: views/device/index.basic.html:1
msgctxt "button"
msgid "Enable PIN"
msgstr ""
#. This is a label to a checkbox in the device recovery page
#: views/device/recovery.html:1
msgctxt "recovery-label"
msgid "Enable PIN protection"
msgstr ""
#: views/modal/dropbox.html:1
msgctxt "heading"
msgid "Enable labeling"
msgstr ""
#. Enable labeling on (device label)?
#: views/modal/button.html:1
msgctxt "heading"
msgid "Enable labeling on {{label}}?"
msgstr ""
#. This is written on a button, clicking it will enable passphrase
#: views/device/advanced.html:5
msgctxt "button"
msgid "Enable passphrase encryption"
msgstr ""
#. Refers to PIN
#: views/device/index.basic.html:1
msgctxt "pin"
msgid "Enabled"
msgstr ""
#. Length is important here! Full sentence: *Enjoy TREZOR security<br/>for your passwords too!* TREZOR<br/>Password Manager
#: views/promos/tpm.html:1
msgctxt "promos-passmanager"
msgid "Enjoy TREZOR security<br>for your passwords too!"
msgstr ""
#. This is on a passphrase button
#. This is on a pin button
#: views/modal/passphrase.html:1
#: views/modal/pin.html:1
msgctxt "button"
msgid "Enter"
msgstr ""
#: views/device/recovery.html:1
msgid "Enter seed word"
msgstr ""
#. Enter your new (device label) PIN
#: views/modal/pin.html:1
msgctxt "heading"
msgid "Enter your new {{label}} PIN"
msgstr ""
#. Enter (device label) PIN
#: views/modal/pin.html:1
msgctxt "heading"
msgid "Enter {{label}} PIN"
msgstr ""
#. Enter (device label) passphrase
#: views/modal/passphrase.html:1
msgctxt "heading"
msgid "Enter {{label}} passphrase"
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Error details: {{error}}"
msgstr ""
#: views/modal/backendwarnings/ethwallet.html:1
msgctxt "heading"
msgid "Ethereum Wallet"
msgstr ""
#. Example of CSV input
#: views/modal/csv.html:1
msgid "Example:"
msgstr ""
#. Displayed on a Bitcoin account with no transactions to help user get Bitcoin (link to coinbase, link to Coinmama)
#: views/account/transactions/welcomes/bitcoin.html:1
msgid "Exchange: <a>Coinbase</a> or <a>Coinmama</a>"
msgstr ""
#: views/account/send/fees.html:1
msgid "Expected confirmation time"
msgstr ""
#. call to action button of the trezor apps promo
#: views/promos/apps.html:1
msgctxt "promos-apps"
msgid "Explore now"
msgstr ""
#: views/settings.html:1
msgctxt "form-label"
msgid "Explorer URL"
msgstr ""
#: views/account/transactions/table.html:1
msgid "Export transactions as .csv"
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Failed to add account."
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Failed to change the device label."
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Failed to renew session."
msgstr ""
#: views/debug.html:1
msgctxt "error-message"
msgid "Failed to send transaction"
msgstr ""
#. error while trying to sign message, error details follow
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Failed to sign message:"
msgstr ""
#. error while trying to verify message, error details follow
#: views/otherStrings.html:7
msgctxt "error-message"
msgid "Failed to verify message:"
msgstr ""
#. This is a label to the sending form. (Address/amount/comment)
#: views/account/send/fees.html:1
msgctxt "form-label"
msgid "Fee"
msgstr ""
#: views/account/send/fees.html:1
#: views/account/transactions/table.html:1
msgid "Fee"
msgstr ""
#: views/account/send/fees.html:1
msgid "Fee is not a natural number."
msgstr ""
#: views/account/send/fees.html:1
msgid "Fee is not a number."
msgstr ""
#: views/modal/button.html:1
msgctxt "warning-message"
msgid "Fee is over threshold."
msgstr ""
#: views/account/send/fees.html:1
msgid "Fee is too low."
msgstr ""