-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
messages.json
432 lines (432 loc) · 12.1 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
{
"extensionDescription": {
"message": "Watch lectures ~1.5x faster by fast-forwarding long pauses between sentences"
},
"enable": {
"message": "Enable"
},
"more": {
"message": "More"
},
"volume": {
"message": "Volume\nIt's not the current loudness of the material, but its amplification multiplier, like on TV"
},
"timeSaved": {
"message": "Time saved info"
},
"overTheLast": {
"message": "Over the last $duration$",
"placeholders": {
"duration": {
"content": "$1",
"example": "15:00"
}
}
},
"numbersMeanings": {
"message": "Numbers' meanings (in order):"
},
"timeSavedComparedToSounded": {
"message": "on average how much faster the video is effectively playing compared to sounded speed"
},
"timeSavedComparedToIntrinsic": {
"message": "on average how much faster the video is effectively playing compared to normal (intrinsic) speed"
},
"timeSavedComparedToSoundedAbs": {
"message": "time saved compared to just playing the video at sounded speed"
},
"timeSavedComparedToIntrinsicAbs": {
"message": "time saved compared to just playing the video at normal (intrinsic) speed"
},
"wouldHaveLastedIfSpeedWasSounded": {
"message": "how long playback would take at sounded speed WITHOUT skipping silence"
},
"wouldHaveLastedIfSpeedWasIntrinsic": {
"message": "how long playback would take at normal (intrinsic) speed WITHOUT skipping silence"
},
"timeSavedPercentage": {
"message": "Equivalent time saved percentage:"
},
"comparedToSounded": {
"message": "compared to sounded"
},
"comparedToIntrinsic": {
"message": "compared to normal (intrinsic)"
},
"noSuitableElement": {
"message": "Could not find a suitable media element on the page"
},
"retry": {
"message": "Retry"
},
"alsoSearchFor": {
"message": "Also search for $type$ elements",
"placeholders": {
"type": {
"content": "$1",
"example": "audio"
}
}
},
"changeElementSearchCriteria": {
"message": "Change search criteria…"
},
"audio": {
"message": "audio"
},
"video": {
"message": "video"
},
"contentScriptFail": {
"message": "Couldn't execute the content script on this page"
},
"suggestOpenLocalFile": {
"message": "Want to **$openLocalFile$**?",
"placeholders": {
"openLocalFile": {
"content": "$1",
"example": "open a local file"
}
}
},
"openLocalFile": {
"message": "open a local file"
},
"loading": {
"message": "Loading"
},
"useExperimentalAlgorithm": {
"message": "Use experimental algorithm"
},
"useExperimentalAlgorithmTooltip": {
"message": "➖ Doesn't work on many websites (YouTube, Vimeo). Works for local files. When unsupported, it simply won't skip silence.\n➕ Allows skipping silent parts entirely instead of playing them at a faster rate.\n➕ No audio distortion, delay or desync.\n➖ The chart won't display the actual volume on silent parts (it will just show 0 instead)."
},
"mediaUnsupported": {
"message": "This media is **likely** unsupported — $consequences$.",
"placeholders": {
"consequences": {
"content": "$1",
"example": "it could get muted if we attach to it"
}
}
},
"couldGetMuted": {
"message": "it could get muted if we attach to it"
},
"silenceSkippingWontWork": {
"message": "silence skipping won't work properly"
},
"tryOpeningDirectly": {
"message": "Try opening it directly"
},
"or": {
"message": "Or"
},
"tryAttachAnyway": {
"message": "Try to attach anyway"
},
"refreshIfMuted": {
"message": "Refresh the page if the media got muted"
},
"volumeThreshold": {
"message": "Lowest speech loudness"
},
"volumeThresholdTooltip": {
"message": "When the current audio volume is below this value, speed up.\nOn the chart, this is the red 🟥 horizontal line. The blue 🟦 line is the current volume, so when the blue line is below the red, it is considered to be silence."
},
"soundedSpeed": {
"message": "Sounded speed"
},
"soundedSpeedTooltip": {
"message": "The speed at which we play the video when it's currently NOT silent, the \"normal\" speed.\nOn the chart, the parts that were played at this speed have green 🟩 background."
},
"silenceSpeed": {
"message": "Silence speed"
},
"silenceSpeedTooltip": {
"message": "The speed at which we play the silent parts.\nOn the chart, the parts that were played at this speed have red 🟥 background.$relativeNote$\n⚠️ If this value is very high (> ~4) the beginnings of sentences may also start getting skipped (it's like \"Margin before\" is smaller).",
"placeholders": {
"relativeNote": {
"content": "$1"
}
}
},
"silenceSpeedTooltipRelativeNote": {
"message": "\nNote that it is specified as a multiplier of the sounded speed, so e.g. if sounded speed is 1.5 and silence speed is 2, the resulting absolute value will be 3. You can change this behavior on the options page."
},
"relativeToSounded": {
"message": "relative to sounded speed"
},
"absolute": {
"message": "absolute"
},
"marginBefore": {
"message": "Margin before"
},
"marginBeforeTooltip": {
"message": "When it's currently silent and then we encounter a loud part, how many seconds prior to it we need to slow down (switch to sounded speed).\nThis is mostly to ensure that you can clearly hear the very first letters when someone begins to speak.\n\n⚠️ Note that non-zero values will cause audio DISTORTION when switching from silence to sounded speed AND will add constant audio DELAY equivalent to the value of this setting. These drawbacks do not apply if you use the \"experimental algorithm\"."
},
"marginAfter": {
"message": "Margin after"
},
"marginAfterTooltip": {
"message": "This is similar to \"margin before\". When it was loud and then became silent, how many seconds we need to wait before speeding up (switching to silence speed).\nThis is mostly to keep pauses in the speech at least to some degree so words don't get mushed together and to ensure that you can clearly hear the very last letters in a sentence.\nUnlike \"margin before\" this doesn't cause audio distortion & delay (but it's not to say that these settings are interchangeable)."
},
"fileInputLabel": {
"message": "Drop one or several files here\nor click to select"
},
"general": {
"message": "General"
},
"applyTo": {
"message": "Apply to"
},
"none": {
"message": "None"
},
"applyToOnly": {
"message": "$type$ elements only",
"placeholders": {
"type": {
"content": "$1",
"example": "video"
}
}
},
"applyToBoth": {
"message": "Both video and audio elements"
},
"omitMutedElements": {
"message": "Don't apply to muted media elements"
},
"updateSoundedSpeedWheneverItChangesOnWebsite": {
"message": "I want to control playback rate (sounded speed) by means other than this extension alone. This will update sounded speed whenever playback rate gets changed."
},
"silenceSpeedSpecificationMethod": {
"message": "Silence speed specification method"
},
"absoluteSilenceSpeedClarification": {
"message": " (a.k.a. relative to normal (intrinsic) media speed)"
},
"enableDesyncCorrection": {
"message": "Enable correction of audio-video desynchronization (side effect: for the most part unnoticeable stutter every minute or so)"
},
"useSeparateMarginSettingsForDifferentAlgorithms": {
"message": "Use separate \"$marginBeforeLabel$\" and \"$marginAfterLabel$\" for different algorithms (related to the \"$useExperimentalAlgorithmLabel$\" setting)",
"placeholders": {
"marginBeforeLabel": {
"content": "$1",
"example": "margin before"
},
"marginAfterLabel": {
"content": "$2",
"example": "margin after"
},
"useExperimentalAlgorithmLabel": {
"content": "$3",
"example": "Use experimental algorithm"
}
}
},
"hotkeys": {
"message": "Hotkeys"
},
"hotkey": {
"message": "Hotkey"
},
"enableHotkeys": {
"message": "Enable hotkeys"
},
"hotkeysNotes": {
"message": "Modifier keys (Ctrl, Shift, etc.) are supported.\nSeveral actions can be bound to a single key. This can be utilized to create \"profiles\".\nThe difference between \"$toggle$\" and \"=\" (a.k.a \"set\") actions is that \"$toggle$\" toggles the value between the previous value and the hotkey's argument, while \"set\" always sets it to the argument's value.\nHotkeys are also active when the popup is open.",
"placeholders": {
"toggle": {
"content": "$1",
"example": "toggle"
}
}
},
"toggle": {
"message": "toggle"
},
"rewind": {
"message": "Rewind (seconds)"
},
"advance": {
"message": "Advance (seconds)"
},
"togglePause": {
"message": "Pause/unpause"
},
"toggleMute": {
"message": "Mute/unmute"
},
"decreaseVolume": {
"message": "Decrease volume (%)"
},
"increaseVolume": {
"message": "Increase volume (%)"
},
"action": {
"message": "Action"
},
"value": {
"message": "Value"
},
"overrideWebsiteHotkeys": {
"message": "Override website hotkeys"
},
"removeBinding": {
"message": "Remove binding"
},
"addBinding": {
"message": "Add new hotkey"
},
"openPopup": {
"message": "Open popup"
},
"edit": {
"message": "Edit"
},
"popup": {
"message": "Popup"
},
"chart": {
"message": "Chart"
},
"chartLengthInSeconds": {
"message": "Length in seconds"
},
"chartJumpPeriod": {
"message": "Jump period, %. Expressed as a fraction of chart length. Set to 0 for smooth movement (no jumps)."
},
"chartWidthPx": {
"message": "Width (pixels)"
},
"chartHeightPx": {
"message": "Height (pixels)"
},
"chartSpeed": {
"message": "Movement speed"
},
"chartSpeedIntrinsicTime": {
"message": "Same as the current video speed"
},
"chartSpeedSoundedSpeedTime": {
"message": "Same as the current video speed with relation to sounded speed"
},
"chartSpeedRealTime": {
"message": "Constant (real-time)"
},
"rangeSlidersAttributes": {
"message": "Range sliders' attributes"
},
"rangeSlidersAttributesNote": {
"message": "Be aware that browsers do not support playback rates above a certain limit.\nAt the time of writing it's 16 for Chromium (Chrome, Edge) and 8 (by default) for Gecko (Firefox)."
},
"min": {
"message": "Min"
},
"max": {
"message": "Max"
},
"step": {
"message": "Step"
},
"input": {
"message": "Input"
},
"disableHotkeysWhileInputFocused": {
"message": "Disable hotkeys while an input is in focus"
},
"autofocusEnabledInput": {
"message": "Autofocus the \"$enableCheckboxLabel$\" checkbox when popup opens",
"placeholders": {
"enableCheckboxLabel": {
"content": "$1",
"example": "Enable"
}
}
},
"alwaysShowOpenLocalFileLink": {
"message": "Show the \"$openLocalFileLabel$\" link",
"placeholders": {
"openLocalFileLabel": {
"content": "$1",
"example": "open a local file"
}
}
},
"popupSpecificHotkeys": {
"message": "Popup-specific hotkeys"
},
"timeSavedAveragingMethod": {
"message": "Averaging method"
},
"timeSavedAveragingMethodAllTime": {
"message": "All-time average (no decay)"
},
"timeSavedAveragingMethodExponential": {
"message": "Only take into account the latest data (exponential decay)"
},
"timeSavedAveragingWindowLength": {
"message": "Only take into account the last N seconds of playback"
},
"timeSavedExponentialAveragingLatestDataWeight": {
"message": "Latest playback period averaging weight"
},
"timeSavedDataWeightDecayTimeConstant": {
"message": "Resulting data weight half-life: $length$ seconds",
"placeholders": {
"length": {
"content": "$1",
"example": "138.83"
}
}
},
"iconBadge": {
"message": "Icon badge"
},
"badgeWhatSettingToDisplayByDefault": {
"message": "What setting value to display by default"
},
"meta": {
"message": "Meta"
},
"downloadFromSync": {
"message": "Download settings from sync storage"
},
"uploadToSync": {
"message": "Upload settings to sync storage"
},
"resetToDefaults": {
"message": "Reset to defaults"
},
"about": {
"message": "About"
},
"license": {
"message": "License"
},
"helpTranslate": {
"message": "Help translate"
},
"donate": {
"message": "Donate"
},
"runSnowflakeBridge": {
"message": "Help others circumvent censorship by simply installing an extension"
},
"saving": {
"message": "Saving…"
},
"saved": {
"message": "Saved"
},
"hasErrors": {
"message": "Errors found"
},
"showErrors": {
"message": "Show errors"
}
}