aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/_locales/en/messages.json
blob: 12625d8010e661c6e4daa47620a52bcf6750c62c (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
{
    "Name": {
        "message": "SponsorBlock",
        "description": "Name of the extension."
    },
    "fullName": {
        "message": "SponsorBlock for YouTube - Skip Sponsorships",
        "description": "Name of the extension."
    },

    "Description": {
        "message": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
        "description": "Description of the extension."
    },
    "helpPage": {
        "message": "index_en.html"
    },
    "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!"
    },
    "Sponsor": {
        "message": "sponsor"
    },
    "Sponsors": {
        "message": "sponsors"
    },
   "Segment": {
        "message": "sponsor segment"
    },
    "Segments": {
        "message": "sponsor segments"
    },
    "noticeTitle": {
        "message": "Sponsor Skipped"
    },
    "reportButtonTitle": {
        "message": "Report"
    },
    "reportButtonInfo": {
        "message": "Report this sponsor submission as incorrect."
    },
    "Dismiss": {
        "message": "Dismiss"
    },
    "Loading": {
        "message": "Loading..."
    },
    "Mins": {
        "message": "Minutes"
    },
    "Secs": {
        "message": "Seconds"
    },
    "Hide": {
        "message": "Never Show"
    },
    "hitGoBack": {
        "message": "Hit unskip to get to where you came from."
    },
    "unskip": {
        "message": "Unskip"
    },
    "reskip": {
        "message": "Reskip"
    },
    "paused": {
        "message": "Paused"
    },
    "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's sponsors are in the database!"
    },
    "sponsor404": {
        "message": "No sponsors found"
    },
    "sponsorStart": {
        "message": "Sponsorship Starts Now"
    },
    "sponsorEnd": {
        "message": "Sponsorship Ends Now"
    },
    "noVideoID": {
        "message": "No YouTube video found at this tab. If you know this is a YouTube tab, close this popup and open it again. If that does not work, try reloading the tab."
    },
    "success": {
        "message": "Success!"
    },
    "voted": {
        "message": "Voted!"
    },
    "voteFail": {
        "message": "You have already voted this way before."
    },
    "serverDown": {
        "message": "It seems the sever is down. Contact the dev immediately."
    },
    "connectionError": {
        "message": "A connection error has occured. Error code: "
    },
    "wantToSubmit": {
        "message": "Do you want to submit the sponsor times for video id"
    },
    "leftTimes": {
        "message": "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted)."
    },
    "clearTimes": {
        "message": "Clear Sponsor Times"
    },
    "openPopup": {
        "message": "Open SponsorBlock Popup"
    },
    "SubmitTimes": {
        "message": "Submit Sponsor Times"
    },
    "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 Sponsor Time"
    },
    "recordTimes": {
         "message": "Record the times of a sponsorship"
    },
    "soFarUHSubmited": {
         "message": "So far, you've submitted"
    },
    "savedPeopleFrom": {
         "message": "You have saved people from "
    },
    "viewLeaderboard": {
         "message": "View the leaderboard"
    },
    "here": {
        "message": "here"
    },
    "recordTimesDescription": {
         "message": "Click the button below when the sponsorship starts and ends to record and\nsubmit it to the database."
    },
    "popupHint": {
         "message": "Hint: Press the semicolon key while focused on a video report the start/end of a sponsor and quote to submit. (This can be changed in the options)"
    },
    "lastTimes": {
         "message": "Latest Sponsor Message Times Chosen"
    },
    "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"
    },
    "setUsername": {
        "message": "Set Username"
    },
    "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 sponsors. I can see this being annoying for some\n people. Instead of using the button there, this popup can be used to submit sponsors. To hide the notice that appears, \n use the button that appears on the notice saying \"Don't show this again\". You can always enable these settings again later."
    },
    "showInfoButton": {
        "message": "Show Info Button On YouTube Player"
    },
    "hideInfoButton": {
        "message": "Hide Info Button On YouTube Player"
    },
    "whatInfoButton": {
        "message": "This is the button that opens up a popup in the YouTube page."
    },
    "hideDeleteButton": {
        "message": "Hide Delete Button On YouTube Player"
    },
    "showDeleteButton": {
        "message": "Show Delete Button On YouTube Player"
    },
    "whatDeleteButton": {
        "message": "This is the button that allows you to clear all sponsors on the YouTube player."
    },
    "disableViewTracking": {
        "message": "Disable Sponsor Skip Count Tracking"
    },
    "enableViewTracking": {
        "message": "Enable Sponsor Skip Count Tracking"
    },
    "whatViewTracking": {
        "message": "This feature tracks which sponsors you have skipped to let users know how much their submission has helped others and\nused as a metric along with upvotes to ensure that spam doesn't get into the database. The extension sends a message\nto the server each time you skip a sponsor. Hopefully most people don't change this setting so that the view numbers are accurate. :)"
    },
    "showNotice": {
        "message": "Show Notice Again"
    },
    "longDescription": {
        "message": "SponsorBlock is an extension that will skip over sponsored segments of YouTube videos. SponsorBlock is a crowdsourced browser extension that let's anyone submit the start and end time's of sponsored segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment.",
        "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."
    },
    "setStartSponsorShortcut": {
        "message": "Set key for start sponsor keybind"
    },
    "setSubmitKeybind": {
        "message": "Set key for submission keybind"
    },
    "keybindDescription": {
        "message": "Select a key by typing it"
    },
    "keybindDescriptionComplete": {
        "message": "The keybind has been set to: "
    },
    "0": {
        "message": "Connection Timeout. Check your internet connection. If your internet is working, the server is probably overloaded or down."
    },
    "disableSkipping": {
        "message": "Disable SponsorBlock"
    },
    "enableSkipping": {
        "message": "Enable SponsorBlock"
    },
    "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: "
    },
    "noticeTitleNotSkipped": {
        "message": "Skip Sponsor?"
    },
    "skip": {
        "message": "Skip"
    },
    "disableAutoSkip": {
        "message": "Disable Auto Skip"
    },
    "enableAutoSkip": {
        "message": "Enable Auto Skip"
    },
    "autoSkipDescription": {
        "message": "Auto skip will skip sponsors for you. If disabled, a notice will appear asking if you'd like to skip."
    },
    "youHaveSkipped": {
        "message": "You have skipped "
    },
    "youHaveSaved": {
        "message": "You have saved yourself "
    },
    "minLower": {
        "message": "minute"
    },
    "minsLower": {
        "message": "minutes"
    },
    "hourLower": {
        "message": "hour"
    },
    "hoursLower": {
        "message": "hours"
    },
    "youHaveSavedTime": {
        "message": "You have saved people"
    },
    "youHaveSavedTimeEnd": {
        "message": " of their lives."
    },
    "guildlinesSummary": {
        "message": "- Make sure your segment only contains paid promotion segment, nothing else.\n- Make sure skipping this segment will not skip valuable content\n- If the whole video is a sponsor, please do not report it. A full video reporting system will come out soon.\n- Please do not report disclaimers that could show bias (if a review video is sponsored, don't skip when they mention that)."
    },
    "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."
    },
    "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"
    },
    "autoSkip": {
        "message": "Auto Skip"
    },
    "showSkipNotice": {
        "message": "Show Notice After A Sponsor Is Skipped"
    },
    "keybindCurrentlySet": {
        "message": ". It is currently set to:"
    },
    "supportInvidious": {
        "message": "Support Invidious"
    },
    "supportInvidiousDescription": {
        "message": "Invidious (invidio.us) is a third party YouTube client. To enable support, you must accept the extra permissions. This does NOT work in incongnito on Chrome and other Chromium variants."
    },
    "optionsInfo": {
        "message": "Enable Invidious support, disable autoskip, hide buttons and more."
    },
    "addInvidiousInstance": {
        "message": "Add Invidious Instance"
    },
    "addInvidiousInstanceDescription": {
        "message": "Add a custom instance of Invidious. 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:"
    },
    "enableAutoUpvote": {
        "message": "Auto Upvote"
    },
    "whatAutoUpvote": {
        "message": "With this enabled, the extension will upvote all submissions you view if you do not report them. If the notice is disabled, this will not occur."
    },
    "invidiousInfo1": {
        "message": "Invidious (the 3rd party YouTube site) support has been added!"
    },
    "invidiousInfo2": {
        "message": "You MUST enable it in the options for it to work."
    },
    "minDuration": {
        "message": "Minimum duration (seconds):"
    },
    "minDurationDescription": {
        "message": "Sponsor segments shorter than the set value will not be skipeed or show in the player."
     },
    "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?"
    },
    "showUploadButton": {
        "message": "Show Upload Button"
    },
    "whatUploadButton": {
        "message": "This button appears on the YouTube player after you have selected a timestamp and are ready to submit."
    },
    "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 begining and no slashes or sub-folders at the end."
    },
    "areYouSureReset": {
        "message": "Are you sure you would like to reset this?"
    }
}