aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/_locales/en/messages.json
blob: d1d8fe03aad46f5f622c9d8b07fd7efdc1ce68c9 (plain)
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
{
    "fullName": {
        "message": "SponsorBlock for YouTube - Skip Sponsorships",
        "description": "Name of the extension."
    },
    "Description": {
        "message": "Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.",
        "description": "Description of the extension."
    },
    "400": {
        "message": "Server said this request was invalid"
    },
    "429": {
        "message": "You have submitted too many sponsor times for this one video, are you sure there are this many?"
    },
    "409": {
        "message": "This has already been submitted before"
    },
    "channelWhitelisted": {
        "message": "Channel Whitelisted!"
    },
    "Segment": {
        "message": "segment"
    },
    "Segments": {
        "message": "segments"
    },
    "upvoteButtonInfo": {
        "message": "Upvote this submission"
    },
    "reportButtonTitle": {
        "message": "Report"
    },
    "reportButtonInfo": {
        "message": "Report this submission as incorrect."
    },
    "Dismiss": {
        "message": "Dismiss"
    },
    "Loading": {
        "message": "Loading..."
    },
    "Hide": {
        "message": "Never Show"
    },
    "hitGoBack": {
        "message": "Hit unskip to get to where you came from."
    },
    "unskip": {
        "message": "Unskip"
    },
    "reskip": {
        "message": "Reskip"
    },
    "unmute": {
        "message": "Unmute"
    },
    "paused": {
        "message": "Paused"
    },
    "manualPaused": {
        "message": "Timer Stopped"
    },
    "confirmMSG": {
        "message": "To edit or delete individual values, click the info button or open the extension popup by clicking the extension icon in the top right corner."
    },
    "clearThis": {
        "message": "Are you sure you want to clear this?\n\n"
    },
    "Unknown": {
        "message": "There was an error submitting your sponsor times, please try again later."
    },
    "sponsorFound": {
        "message": "This video has segments in the database!"
    },
    "sponsor404": {
        "message": "No segments found"
    },
    "sponsorStart": {
        "message": "Segment Starts Now"
    },
    "sponsorEnd": {
        "message": "Segment Ends Now"
    },
    "sponsorCancel": {
        "message": "Cancel Creating Segment"
    },
    "noVideoID": {
        "message": "No YouTube video found.\nIf this is incorrect, refresh the tab."
    },
    "refreshSegments": {
        "message": "Refresh segments"
    },
    "success": {
        "message": "Success!"
    },
    "voted": {
        "message": "Voted!"
    },
    "serverDown": {
        "message": "It seems the server is down. Contact the dev immediately."
    },
    "connectionError": {
        "message": "A connection error has occurred. Error code: "
    },
    "clearTimes": {
        "message": "Clear Segments"
    },
    "openPopup": {
        "message": "Open SponsorBlock Popup"
    },
    "closePopup": {
        "message": "Close Popup"
    },
    "SubmitTimes": {
        "message": "Submit Segments"
    },
    "submitCheck": {
        "message": "Are you sure you want to submit this?"
    },
    "whitelistChannel": {
         "message": "Whitelist channel"
    },
    "removeFromWhitelist": {
         "message": "Remove channel from whitelist"
    },
    "voteOnTime": {
         "message": "Vote On A Segment"
    },
    "Submissions": {
         "message": "Submissions"
    },
    "savedPeopleFrom": {
         "message": "You've saved people from "
    },
    "viewLeaderboard": {
         "message": "Leaderboard"
    },
    "recordTimesDescription": {
         "message": "Submit"
    },
    "submissionEditHint": {
        "message": "Section editing will appear after you click submit",
        "description": "Appears in the popup to inform them that editing has been moved to the video player."
    },
    "popupHint": {
         "message": "Hint: You can setup keybinds for submitting in the options"
    },
    "clearTimesButton": {
        "message": "Clear Times"
    },
    "submitTimesButton": {
        "message": "Submit Times"
    },
    "publicStats": {
        "message": "This is used on the public stats page to show off how much you've contributed. See it"
    },
    "Username": {
        "message": "Username"
    },
    "setUsername": {
        "message": "Set Username"
    },
    "copyPublicID": {
        "message": "Copy Public UserID"
    },
    "copySegmentID": {
        "message": "Copy Segment ID"
    },
    "discordAdvert": {
        "message": "Come join the official discord server to give suggestions and feedback!"
    },
    "hideThis": {
        "message": "Hide this"
    },
    "Options": {
        "message": "Options"
    },
    "showButtons": {
        "message": "Show Buttons On YouTube Player"
    },
    "hideButtons": {
        "message": "Hide Buttons On YouTube Player"
    },
    "hideButtonsDescription": {
        "message": "This hides the buttons that appear on the YouTube player to submit skip segments."
    },
    "showSkipButton": {
        "message": "Keep Skip To Highlight Button On Player"
    },
    "showInfoButton": {
        "message": "Show Info Button On YouTube Player"
    },
    "hideInfoButton": {
        "message": "Hide Info Button On YouTube Player"
    },
    "autoHideInfoButton": {
        "message": "Auto-hide Info Button"
    },
    "hideDeleteButton": {
        "message": "Hide Delete Button On YouTube Player"
    },
    "showDeleteButton": {
        "message": "Show Delete Button On YouTube Player"
    },
    "enableViewTracking": {
        "message": "Enable Skip Count Tracking"
    },
    "whatViewTracking": {
        "message": "This feature tracks which segments you have skipped to let users know how much their submission has helped others and used as a metric along with upvotes to ensure that spam doesn't get into the database. The extension sends a message to the server each time you skip a segment. Hopefully most people don't change this setting so that the view numbers are accurate. :)"
    },
    "enableViewTrackingInPrivate": {
        "message": "Enable Skip Count Tracking In Private/Incognito tabs"
    },
    "enableTrackDownvotes": {
        "message": "Store segment downvotes"
    },
    "whatTrackDownvotes": {
        "message": "Any segments you downvote will remain hidden even after refreshing"
    },
    "trackDownvotesWarning": {
        "message": "Warning: Disabling this will delete all previously stored downvotes"
    },
    "enableQueryByHashPrefix": {
        "message": "Query By Hash Prefix"
    },
    "whatQueryByHashPrefix": {
        "message": "Instead of requesting segments from the server using the videoID, the first 4 characters of the hash of the videoID are sent. This server will send back data for all videos with similar hashes."
    },
    "enableRefetchWhenNotFound": {
        "message": "Refetch Segments On New Videos"
    },
    "whatRefetchWhenNotFound": {
        "message": "If the video is new, and there are no segments found, it will keep refetching every few minutes while you watch."
    },
    "showNotice": {
        "message": "Show Notice Again"
    },
    "showSkipNotice": {
        "message": "Show Notice After A Segment Is Skipped"
    },
    "showCategoryGuidelines": {
        "message": "Show Category Help"
    },
    "noticeVisibilityMode0": {
        "message": "Full Size Skip Notices"
    },
    "noticeVisibilityMode1": {
        "message": "Small Skip Notices for Auto Skip"
    },
    "noticeVisibilityMode2": {
        "message": "All Small Skip Notices"
    },
    "noticeVisibilityMode3": {
        "message": "Faded Skip Notices for Auto Skip"
    },
    "noticeVisibilityMode4": {
        "message": "All Faded Skip Notices"
    },
    "longDescription": {
        "message": "SponsorBlock lets you skip over sponsors, intros, outros, subscription reminders, and other annoying parts of YouTube videos. SponsorBlock is a crowdsourced browser extension that lets anyone submit the start and end times of sponsored segments and other segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment. You can also skip over non music sections of music videos.",
        "description": "Full description of the extension on the store pages."
    },
    "website": {
        "message": "Website",
        "description": "Used on Firefox Store Page"
    },
    "sourceCode": {
        "message": "Source Code",
        "description": "Used on Firefox Store Page"
    },
    "noticeUpdate": {
        "message": "The notice has been upgraded!",
        "description": "The first line of the message displayed after the notice was upgraded."
    },
    "noticeUpdate2": {
        "message": "If you still don't like it, hit the never show button.",
        "description": "The second line of the message displayed after the notice was upgraded."
    },
    "setSkipShortcut": {
        "message": "Skip segment",
        "description": "Keybind label"
    },
    "setStartSponsorShortcut": {
        "message": "Start/stop segment",
        "description": "Keybind label"
    },
    "setSubmitKeybind": {
        "message": "Submit segments",
        "description": "Keybind label"
    },
    "keybindDescription": {
        "message": "Select a key by typing it and choose any modifier keys you wish to use."
    },
    "0": {
        "message": "Connection Timeout. Check your internet connection. If your internet is working, the server is probably overloaded or down."
    },
    "disableSkipping": {
        "message": "Skipping is enabled"
    },
    "enableSkipping": {
        "message": "Skipping is disabled"
    },
    "yourWork": {
        "message": "Your Work",
        "description": "Used to describe the section that will show you the statistics from your submissions."
    },
    "502": {
        "message": "The server seems to be overloaded. Try again in a few seconds."
    },
    "errorCode": {
        "message": "Error Code: "
    },
    "skip": {
        "message": "Skip"
    },
    "mute": {
        "message": "Mute"
    },
    "full": {
        "message": "Full Video",
        "description": "Used for the name of the option to label an entire video as sponsor or self promotion."
    },
    "skip_category": {
        "message": "Skip {0}?"
    },
    "mute_category": {
        "message": "Mute {0}?"
    },
    "skip_to_category": {
        "message": "Skip to {0}?",
        "description": "Used for skipping to things (Skip to Highlight)"
    },
    "skipped": {
        "message": "{0} Skipped",
        "description": "Example: Sponsor Skipped"
    },
    "muted": {
        "message": "{0} Muted",
        "description": "Example: Sponsor Muted"
    },
    "skipped_to_category": {
        "message": "Skipped to {0}",
        "description": "Used for skipping to things (Skipped to Highlight)"
    },
    "disableAutoSkip": {
        "message": "Disable Auto Skip"
    },
    "enableAutoSkip": {
        "message": "Enable Auto Skip"
    },
    "audioNotification": {
        "message": "Audio Notification On Skip"
    },
    "audioNotificationDescription": {
        "message": "Audio notification on skip will play a sound whenever a segment is skipped. If disabled (or auto skip is disabled), no sound will be played."
    },
    "showTimeWithSkips": {
        "message": "Show Time With Skips Removed"
    },
    "showTimeWithSkipsDescription": {
        "message": "This time appears in brackets next to the current time on below the Seek Bar. This shows the total video duration minus any segments. This includes segments marked as only \"Show In Seek Bar\"."
    },
    "youHaveSkipped": {
        "message": "You've skipped "
    },
    "minLower": {
        "message": "minute"
    },
    "minsLower": {
        "message": "minutes"
    },
    "hourLower": {
        "message": "hour"
    },
    "hoursLower": {
        "message": "hours"
    },
    "youHaveSavedTime": {
        "message": "You've saved people",
        "description": "You've saved people from 887,362 segments (236d 15h 5.3 minutes of their lives)."
    },
    "youHaveSavedTimeEnd": {
        "message": " of their lives",
        "description": "You've saved people from 887,362 segments (236d 15h 5.3 minutes of their lives)."
    },
    "statusReminder": {
        "message": "Check status.sponsor.ajay.app for server status."
    },
    "changeUserID": {
        "message": "Import/Export Your UserID"
    },
    "whatChangeUserID": {
        "message": "This should be kept private. This is like a password and should not be shared with anyone. If someone has this, they can impersonate you. If you are looking for your public userID, click the clipboard icon in the popup."
    },
    "setUserID": {
        "message": "Set UserID"
    },
    "userIDChangeWarning": {
        "message": "Warning: Changing the UserID is permanent. Are you sure you would like to do this? Make sure to backup your old one just in case."
    },
    "createdBy": {
        "message": "Created By"
    },
    "supportOtherSites": {
        "message": "Support 3rd Party YouTube-Sites"
    },
    "supportOtherSitesDescription": {
        "message": "Support third party YouTube clients. To enable support, you must accept the extra permissions. This does NOT work in incognito on Chrome and other Chromium variants.",
        "description": "This replaces the 'supports Invidious' option because it now works on other YouTube sites such as Cloudtube"
    },
    "supportedSites": {
        "message": "Supported Sites: "
    },
    "optionsInfo": {
        "message": "Enable Invidious support, disable auto skip, hide buttons and more."
    },
    "addInvidiousInstance": {
        "message": "Add 3rd-Party Client Instance"
    },
    "addInvidiousInstanceDescription": {
        "message": "Add a custom instance. This must be formatted with JUST the domain. Example: invidious.ajay.app"
    },
    "add": {
        "message": "Add"
    },
    "addInvidiousInstanceError": {
        "message": "This is an invalid domain. This should JUST include the domain part. Example: invidious.ajay.app"
    },
    "resetInvidiousInstance": {
        "message": "Reset Invidious Instance List"
    },
    "resetInvidiousInstanceAlert": {
        "message": "You are about to reset the Invidious instance list"
    },
    "currentInstances": {
        "message": "Current Instances:"
    },
    "minDuration": {
        "message": "Minimum duration (seconds):"
    },
    "minDurationDescription": {
        "message": "Segments shorter than the set value will not be skipped or show in the player."
    },
    "skipNoticeDuration": {
        "message": "Skip notice duration (seconds):"
    },
    "skipNoticeDurationDescription": {
        "message": "The skip notice will stay on screen for at least this many seconds. For manual skipping, it may be visible for longer."
    },
    "shortCheck": {
        "message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?"
    },
    "liveOrPremiere": {
        "message": "Submitting on an active livestream or premiere is not allowed. Please wait until it finishes, then refresh the page and verify that the segments are still valid."
    },
    "showUploadButton": {
        "message": "Show Upload Button"
    },
    "customServerAddress": {
        "message": "SponsorBlock Server Address"
    },
    "customServerAddressDescription": {
        "message": "The address SponsorBlock uses to make calls to the server.\nUnless you have your own server instance, this should not be changed."
    },
    "save": {
        "message": "Save"
    },
    "reset": {
        "message": "Reset"
    },
    "customAddressError": {
        "message": "This address is not in the right form. Make sure you have http:// or https:// at the beginning and no trailing slashes."
    },
    "areYouSureReset": {
        "message": "Are you sure you would like to reset this?"
    },
    "mobileUpdateInfo": {
        "message": "m.youtube.com is now supported"
    },
    "exportOptions": {
        "message": "Import/Export All Options"
    },
    "exportOptionsCopy": {
        "message": "Edit/copy"
    },
    "exportOptionsDownload": {
        "message": "Save to file"
    },
    "exportOptionsUpload": {
        "message": "Load from file"
    },
    "whatExportOptions": {
        "message": "This is your entire configuration in JSON. This includes your userID, so be sure to share this wisely."
    },
    "setOptions": {
        "message": "Set Options"
    },
    "exportOptionsWarning": {
        "message": "Warning: Changing the options is permanent and can break your install. Are you sure you would like to do this? Make sure to backup your old one just in case."
    },
    "incorrectlyFormattedOptions": {
        "message": "This JSON is not formatted correctly. Your options have not been changed."
    },
    "confirmNoticeTitle": {
        "message": "Submit Segment"
    },
    "submit": {
        "message": "Submit"
    },
    "cancel": {
        "message": "Cancel"
    },
    "delete": {
        "message": "Delete"
    },
    "preview": {
        "message": "Preview"
    },
    "unsubmitted": {
        "message": "Unsubmitted"
    },
    "inspect": {
        "message": "Inspect"
    },
    "edit": {
        "message": "Edit"
    },
    "copyDebugInformation": {
        "message": "Copy Debug Information To Clipboard"
    },
    "copyDebugInformationFailed": {
        "message": "Failed to write to clipboard"
    },
    "copyDebugInformationOptions": {
        "message": "Copies information to the clipboard to be provided to a developer when raising a bug / when a developer requests it. Sensitive information such as your user ID, whitelisted channels, and custom server address have been removed. However it does contain information such as your useragent, browser, operating system, and extension version number. "
    },
    "copyDebugInformationComplete": {
        "message": "The debug information has been copied to the clip board. Feel free to remove any information you would rather not share. Save this in a text file or paste into the bug report."
    },
    "keyAlreadyUsed": {
        "message": "This shortcut is bound to another action. Please select a different one."
    },
    "to": {
        "message": "to",
        "description": "Used between segments. Example: 1:20 to 1:30"
    },
    "generic_guideline1": {
        "message": "Include segue transitions"
    },
    "generic_guideline2": {
        "message": "Plays as if nothing was skipped"
    },
    "category_sponsor": {
        "message": "Sponsor"
    },
    "category_sponsor_description": {
        "message": "Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shoutouts to causes/creators/websites/products they like."
    },
    "category_sponsor_guideline1": {
        "message": "Paid promotions"
    },
    "category_sponsor_guideline2": {
        "message": "Not for donations or custom merch"
    },
    "category_selfpromo": {
        "message": "Unpaid/Self Promotion"
    },
    "category_selfpromo_description": {
        "message": "Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with."
    },
    "category_selfpromo_guideline1": {
        "message": "Donations, memberships and custom merch"
    },
    "category_selfpromo_guideline2": {
        "message": "Free shoutouts that don't add to the video"
    },
    "category_selfpromo_guideline3": {
        "message": "Not for corporate designed products and merch"
    },
    "category_exclusive_access": {
        "message": "Exclusive Access"
    },
    "category_exclusive_access_description": {
        "message": "Only for labeling entire videos. Used when a video showcases a product, service or location that they've received free or subsidized access to."
    },
    "category_exclusive_access_pill": {
        "message": "This video showcases a product, service or location that they've received free or subsidized access to",
        "description": "Short description for this category"
    },
    "category_exclusive_access_guideline1": {
        "message": "Entire video showcases something where recieved free or subsidized access"
    },
    "category_interaction": {
        "message": "Interaction Reminder (Subscribe)"
    },
    "category_interaction_description": {
        "message": "When there is a short reminder to like, subscribe or follow them in the middle of content. If it is long or about something specific, it should be under self promotion instead."
    },
    "category_interaction_guideline1": {
        "message": "Short reminders to like, subscribe or follow"
    },
    "category_interaction_guideline2": {
        "message": "Includes indirect reminders to comment"
    },
    "category_interaction_guideline3": {
        "message": "Not for general promotion, only calls to action"
    },
    "category_interaction_short": {
        "message": "Interaction Reminder"
    },
    "category_intro": {
        "message": "Intermission/Intro Animation"
    },
    "category_intro_description": {
        "message": "An interval without actual content. Could be a pause, static frame, repeating animation. This should not be used for transitions containing information."
    },
    "category_intro_short": {
        "message": "Intermission"
    },
    "category_intro_guideline1": {
        "message": "Interval without actual content"
    },
    "category_intro_guideline2": {
        "message": "Not for transitions with information"
    },
    "category_outro": {
        "message": "Endcards/Credits"
    },
    "category_outro_description": {
        "message": "Credits or when the YouTube endcards appear. Not for conclusions with information."
    },
    "category_outro_guideline1": {
        "message": "Don't include content, even if endcards are on screen"
    },
    "category_preview": {
        "message": "Preview/Recap"
    },
    "category_preview_description": {
        "message": "Quick recap of previous episodes, or a preview of what's coming up later in the current video. Meant for edited together clips, not for spoken summaries."
    },
    "category_preview_guideline1": {
        "message": "Clips that appear later, or in a future video"
    },
    "category_preview_guideline2": {
        "message": "Recap of a previous video"
    },
    "category_preview_guideline3": {
        "message": "Not for sections that add additional content"
    },
    "category_filler": {
        "message": "Filler Tangent/Jokes"
    },
    "category_filler_description": {
        "message": "Tangential scenes added only for filler or humor that are not required to understand the main content of the video. This should not include segments providing context or background details."
    },
    "category_filler_short": {
        "message": "Filler"
    },
    "category_filler_guideline1": {
        "message": "Tangential scenes only for filler or humor"
    },
    "category_filler_guideline2": {
        "message": "Distractions, bloopers, replays"
    },
    "category_filler_guideline3": {
        "message": "Not for scenes required to understand the topic"
    },
    "category_music_offtopic": {
        "message": "Music: Non-Music Section"
    },
    "category_music_offtopic_description": {
        "message": "Only for use in music videos. This only should be used for sections of music videos that aren't already covered by another category."
    },
    "category_music_offtopic_short": {
        "message": "Non-Music"
    },
    "category_music_offtopic_guideline1": {
        "message": "Sections not in official releases"
    },
    "category_music_offtopic_guideline2": {
        "message": "Non-music in a live performance"
    },
    "category_poi_highlight": {
        "message": "Highlight"
    },
    "category_poi_highlight_description": {
        "message": "The part of the video that most people are looking for. Similar to \"Video starts at x\" comments."
    },
    "category_poi_highlight_guideline1": {
        "message": "Section most people are looking for"
    },
    "category_poi_highlight_guideline2": {
        "message": "Can help skip past context"
    },
    "category_poi_highlight_guideline3": {
        "message": "Can skip to the title or thumbnail"
    },
    "category_livestream_messages": {
        "message": "Livestream: Donation/Message Readings"
    },
    "category_livestream_messages_short": {
        "message": "Message Reading"
    },
    "autoSkip": {
        "message": "Auto Skip"
    },
    "manualSkip": {
        "message": "Manual Skip"
    },
    "showOverlay": {
        "message": "Show In Seek Bar"
    },
    "disable": {
        "message": "Disable"
    },
    "autoSkip_POI": {
        "message": "Auto skip to the start"
    },
    "manualSkip_POI": {
        "message": "Ask when video loads"
    },
    "showOverlay_POI": {
        "message": "Show In Seek Bar"
    },
    "showOverlay_full": {
        "message": "Show Label"
    },
    "autoSkipOnMusicVideos": {
        "message": "Auto skip all segments when there is a non-music segment"
    },
    "muteSegments": {
        "message": "Allow segments that mute audio instead of skip"
    },
    "fullVideoSegments": {
        "message": "Show an icon when a video is entirely an advertisement",
        "description": "Referring to the category pill that is now shown on videos that are entirely sponsor or entirely selfpromo"
    },
    "previewColor": {
        "message": "Unsubmitted Color",
        "description": "Referring to submissions that have not been sent to the server yet."
    },
    "seekBarColor": {
        "message": "Seek Bar Color"
    },
    "category": {
        "message": "Category"
    },
    "skipOption": {
        "message": "Skip Option",
        "description": "Used on the options page to describe the ways to skip the segment (auto skip, manual, etc.)"
    },
    "enableTestingServer": {
        "message": "Enable Beta Testing Server"
    },
    "whatEnableTestingServer": {
        "message": "Your submissions and votes WILL NOT COUNT towards the main server. Only use this for testing."
    },
    "testingServerWarning": {
        "message": "All submissions and votes WILL NOT COUNT towards the main server while connecting to the test server. Make sure to disable this when you want to make real submissions."
    },
    "bracketNow": {
        "message": "(Now)"
    },
    "moreCategories": {
        "message": "More Categories"
    },
    "chooseACategory": {
        "message": "Choose a Category"
    },
    "enableThisCategoryFirst": {
        "message": "To submit segments with the category of \"{0}\", you must enable it in the options. You will be redirected to the options now.",
        "description": "Used when submitting segments to only let them select a certain category if they have it enabled in the options."
    },
    "poiOnlyOneSegment": {
        "message": "Warning: This type of segment can have a maximum of one active at a time. Submitting multiple will cause a random one to be shown."
    },
    "youMustSelectACategory": {
        "message": "You must select a category for all segments you are submitting!"
    },
    "bracketEnd": {
        "message": "(End)"
    },
    "hiddenDueToDownvote": {
        "message": "hidden: downvote"
    },
    "hiddenDueToDuration": {
        "message": "hidden: too short"
    },
    "manuallyHidden": {
        "message": "manually hidden"
    },
    "channelDataNotFound": {
        "description": "This error appears in an alert when they try to whitelist a channel and the extension is unable to determine what channel they are looking at.",
        "message": "Channel ID is not loaded yet. If you are using an embedded video, try using the YouTube homepage instead. This could also be caused by changes in the YouTube layout, if you think so, make a comment here:"
    },
    "videoInfoFetchFailed": {
        "message": "It seems that something is blocking SponsorBlock's ability to get video data. Please see https://github.com/ajayyy/SponsorBlock/issues/741 for more info."
    },
    "youtubePermissionRequest": {
        "message": "It seems that SponsorBlock is unable to reach the YouTube API. To fix this, accept the permission prompt that will appear next, wait a few seconds, and then reload the page."
    },
    "acceptPermission": {
        "message": "Accept permission"
    },
    "permissionRequestSuccess": {
        "message": "Permission request succeeded!"
    },
    "permissionRequestFailed": {
        "message": "Permission request failed, did you click deny?"
    },
    "adblockerIssueWhitelist": {
        "message": "If you are unable to resolve this, then disable the setting 'Force Channel Check Before Skipping', as SponsorBlock is unable to retrieve the channel information for this video"
    },
    "forceChannelCheck": {
        "message": "Force Channel Check Before Skipping"
    },
    "whatForceChannelCheck": {
        "message": "By default, it will skip segments right away before it even knows what the channel is. By default, some segments at the start of the video might be skipped on whitelisted channels. Enabling this option will prevent this but making all skipping have a slight delay as getting the channelID can take some time. This delay might be unnoticeable if you have fast internet."
    },
    "forceChannelCheckPopup": {
        "message": "Consider Enabling \"Force Channel Check Before Skipping\""
    },
    "downvoteDescription": {
        "message": "Incorrect/Wrong Timing"
    },
    "incorrectCategory": {
        "message": "Change Category"
    },
    "nonMusicCategoryOnMusic": {
        "message": "This video is categorized as music. Are you sure this has a sponsor? If this is actually a \"Non-Music segment\", open up the extension options and enable this category. Then, you can submit this segment as \"Non-Music\" instead of sponsor. Please read the guidelines if you are confused."
    },
    "multipleSegments": {
        "message": "Multiple Segments"
    },
    "guidelines": {
        "message": "Guidelines"
    },
    "readTheGuidelines": {
        "message": "Read The Guidelines!!",
        "description": "Show the first time they submit or if they are \"high risk\""
    },
    "categoryUpdate1": {
        "message": "Categories are here!"
    },
    "categoryUpdate2": {
        "message": "Open the options to skip intros, outros, merch, etc."
    },
    "help": {
        "message": "Help"
    },
    "GotIt": {
        "message": "Got it",
        "description": "Used as the button to dismiss a tooltip"
    },
    "fullVideoTooltipWarning": {
        "message": "This segment is large. If the whole video is about one topic, then change from \"Skip\" to \"Full Video\". See the guidelines for more information."
    },
    "categoryPillTitleText": {
        "message": "This entire video is labeled as this category and is too tightly integrated to be able to separate"
    },
    "experiementOptOut": {
        "message": "Opt-out of all future experiments",
        "description": "This is used in a popup about a new experiment to get a list of unlisted videos to back up since all unlisted videos uploaded before 2017 will be set to private."
    },
    "hideForever": {
        "message": "Hide forever"
    },
    "warningChatInfo": {
        "message": "You got a warning and cannot submit segments temporarily. This means that we noticed you were making some common mistakes that are not malicious, please just confirm that you understand the rules and we will remove the warning. You can also join this chat using discord.gg/SponsorBlock or matrix.to/#/#sponsor:ajay.app"
    },
    "voteRejectedWarning": {
        "message": "Vote rejected due to a warning. Click to open a chat to resolve it, or come back later when you have time.",
        "description": "This is an integrated chat panel that will appearing allowing them to talk to the Discord/Matrix chat without leaving their browser."
    },
    "Donate": {
        "message": "Donate"
    },
    "considerDonating": {
        "message": "Help fund development"
    },
    "hideDonationLink": {
        "message": "Hide Donation Link"
    },
    "darkModeOptionsPage": {
        "message": "Dark Mode On Options Page"
    },
    "helpPageThanksForInstalling": {
        "message": "Thanks for installing SponsorBlock."
    },
    "helpPageReviewOptions": {
        "message": "Please review the options below"
    },
    "helpPageFeatureDisclaimer": {
        "message": "Many features are disabled by default. If you want to skip intros, outros, use Invidious, etc., enable them below. You can also hide/show UI elements."
    },
    "helpPageHowSkippingWorks": {
        "message": "How skipping works"
    },
    "helpPageHowSkippingWorks1": {
        "message": "Video segments will automatically be skipped if they are found in the database. You can open the popup by clicking the extension icon to get a preview of what they are."
    },
    "helpPageHowSkippingWorks2": {
        "message": "Whenever you skip a segment, you will get notice. If the timing seems wrong vote down by clicking downvote! You can also vote in the popup."
    },
    "Submitting": {
        "message": "Submitting"
    },
    "helpPageSubmitting1": {
        "message": "Submitting can either be done in the popup by hitting the \"Segment Starts Now\" button or in the video player with the buttons on the player."
    },
    "helpPageSubmitting2": {
        "message": "Clicking the play button indicated the start of a segment and clicking the stop icon indicates the end. You can prepare multiple sponsors before hitting submit. Clicking the upload button will submit. Clicking the garbage can will delete."
    },
    "Editing": {
        "message": "Editing"
    },
    "helpPageEditing1": {
        "message": "If you messed up, you can edit or delete your segments after clicking the up arrow button."
    },
    "helpPageTooSlow": {
        "message": "This is too slow"
    },
    "helpPageTooSlow1": {
        "message": "There are hotkeys if you want to use them. Press the semicolon key to indicate the start/end of a sponsor segment and click the apostrophe to submit. These can be changed in the options. If you don't use QWERTY, you should probably change the keybinding."
    },
    "helpPageCopyOfDatabase": {
        "message": "Can I get a copy of the Database? What happens if you disappear?"
    },
    "helpPageCopyOfDatabase1": {
        "message": "The database is public and available at"
    },
    "helpPageCopyOfDatabase2": {
        "message": "The source code is freely available. So, even if something happens to me, your submissions are not lost."
    },
    "helpPageNews": {
        "message": "News and how it is made"
    },
    "helpPageSourceCode": {
        "message": "Where can I get the source code?"
    },
    "Credits": {
        "message": "Credits"
    },
    "LearnMore": {
        "message": "Learn More"
    },
	  "CopyDownvoteButtonInfo": {
        "message": "Downvotes and creates a local copy for you to resubmit"
    },
    "OpenCategoryWikiPage": {
        "message": "Open this category's wiki page."
    },
    "CopyAndDownvote": {
        "message": "Copy and downvote"
    },
    "ContinueVoting": {
        "message": "Continue Voting"
    },
    "ChangeCategoryTooltip": {
        "message": "This will instantly apply to your segments"
    },
    "downvote": {
        "message": "Downvote"
    },
    "upvote": {
        "message": "Upvote"
    },
    "hideSegment": {
        "message": "Hide segment"
    },
    "SponsorTimeEditScrollNewFeature": {
        "message": "Use your mousewheel while hovering over the edit box to quickly adjust the time. Combinations of the ctrl or shift key can be used to fine tune the changes."
    },
    "categoryPillNewFeature": {
        "message": "New! See when a video is entirely sponsored or self-promotion"
    },
    "dayAbbreviation": {
        "message": "d",
        "description": "100d"
    },
    "hourAbbreviation": {
        "message": "h",
        "description": "100h"
    },
    "optionsTabBehavior": {
        "message": "Behavior",
        "description": "Appears in Options as a tab header for options related to categories and skipping behavior. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
    },
    "optionsTabInterface": {
        "message": "Interface",
        "description": "Appears in Options as a tab header for options related to GUI and sounds. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
    },
    "optionsTabKeyBinds": {
        "message": "Keyboard shortcuts",
        "description": "Appears in Options as a tab header for keybinds. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
    },
    "optionsTabBackup": {
        "message": "Backup/Restore",
        "description": "Appears in Options as a tab header for options related to saving/restoring your settings. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
    },
    "optionsTabAdvanced": {
        "message": "Miscellaneous",
        "description": "Appears in Options as a tab header for advanced/niche options. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
    },
    "noticeVisibilityLabel": {
        "message": "Skip notice appearance",
        "description": "Option label"
    },
    "unbind": {
        "message": "Unbind",
        "description": "Unbind keyboard shortcut"
    },
    "notSet": {
        "message": "Not set"
    },
    "change": {
        "message": "Change"
    },
    "youtubeKeybindWarning": {
        "message": "This is a built-in YouTube shortcut. Are you sure you want to use it?"
    },
    "betaServerWarning": {
        "message": "BETA Server is enabled!"
    },
    "openOptionsPage": {
        "message": "Open options page"
    },
    "resetToDefault": {
        "message": "Reset settings to default"
    },
    "confirmResetToDefault": {
        "message": "Are you sure you want to reset all settings to their default values? This cannot be undone."
    }
}