@loftyshaky/shared 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_locales/en/messages.json +428 -416
- package/_locales/ru/messages.json +275 -272
- package/build/ts/apps.mjs +1 -1
- package/build/ts/minify_html.mjs +1 -0
- package/build/ts/vite.config.mjs +1 -48
- package/chunks/internal.mjs +1 -1
- package/chunks/internal2.mjs +8 -8
- package/chunks/minify_html.mjs +48 -0
- package/ext.mjs +1 -1
- package/package.json +56 -56
- package/scss/shared/themes/general/dark_theme.scss +10 -10
- package/scss/shared/themes/general/very_dark_theme.scss +10 -10
- package/src/ts/shared/offers/obj/offer.d.ts +2 -1
- package/src/ts/shared/offers/scripts/offers.d.ts +0 -1
- package/src/ts/shared_clean/x.d.ts +2 -0
|
@@ -1,416 +1,428 @@
|
|
|
1
|
-
{
|
|
2
|
-
"input_min_width_css": {
|
|
3
|
-
"message": "300"
|
|
4
|
-
},
|
|
5
|
-
"input_max_width_css": {
|
|
6
|
-
"message": "600"
|
|
7
|
-
},
|
|
8
|
-
"an_error_occured_msg": {
|
|
9
|
-
"message": "An error occured."
|
|
10
|
-
},
|
|
11
|
-
"error_code_label": {
|
|
12
|
-
"message": "Error code: "
|
|
13
|
-
},
|
|
14
|
-
"error_type_label": {
|
|
15
|
-
"message": "Error type: "
|
|
16
|
-
},
|
|
17
|
-
"error_msg_label": {
|
|
18
|
-
"message": "Error message: "
|
|
19
|
-
},
|
|
20
|
-
"error_keep_visible_msg_text": {
|
|
21
|
-
"message": "Click anywhere to keep this message visible."
|
|
22
|
-
},
|
|
23
|
-
"error_more_info_btn_text": {
|
|
24
|
-
"message": "More info"
|
|
25
|
-
},
|
|
26
|
-
"reload_ui_btn_text": {
|
|
27
|
-
"message": "Reload"
|
|
28
|
-
},
|
|
29
|
-
"cant_render_ui_error": {
|
|
30
|
-
"message": "Unable to render the user interface."
|
|
31
|
-
},
|
|
32
|
-
"dependencicies_from_other_page_loaded_into_this_page_alert": {
|
|
33
|
-
"message": "DEPENDENCIES FROM ANOTHER PAGE ACCIDENTALLY LOADED INTO THIS PAGE!!!\n\nCULPRIT PAGE: "
|
|
34
|
-
},
|
|
35
|
-
"announcement_title_text": {
|
|
36
|
-
"message": "Announcement"
|
|
37
|
-
},
|
|
38
|
-
"dependencies_title_text": {
|
|
39
|
-
"message": "Dependencies"
|
|
40
|
-
},
|
|
41
|
-
"settings_title_text": {
|
|
42
|
-
"message": "Settings"
|
|
43
|
-
},
|
|
44
|
-
"settings_section_text": {
|
|
45
|
-
"message": "Settings"
|
|
46
|
-
},
|
|
47
|
-
"links_section_text": {
|
|
48
|
-
"message": "Links"
|
|
49
|
-
},
|
|
50
|
-
"permissions_section_text": {
|
|
51
|
-
"message": "Permissions"
|
|
52
|
-
},
|
|
53
|
-
"restore_section_text": {
|
|
54
|
-
"message": "Restore"
|
|
55
|
-
},
|
|
56
|
-
"admin_section_text": {
|
|
57
|
-
"message": "Admin"
|
|
58
|
-
},
|
|
59
|
-
"offers_section_text": {
|
|
60
|
-
"message": "Offers"
|
|
61
|
-
},
|
|
62
|
-
"browse_link_btn_text": {
|
|
63
|
-
"message": "Browse"
|
|
64
|
-
},
|
|
65
|
-
"drag_files_msg_text": {
|
|
66
|
-
"message": "or drag files here"
|
|
67
|
-
},
|
|
68
|
-
"loading_msg_text": {
|
|
69
|
-
"message": "Loading..."
|
|
70
|
-
},
|
|
71
|
-
"tabs_permission_chrome_label_text": {
|
|
72
|
-
"message": "[tabs] Read your browsing history"
|
|
73
|
-
},
|
|
74
|
-
"tabs_permission_edge_label_text": {
|
|
75
|
-
"message": "[tabs] Read your browsing history"
|
|
76
|
-
},
|
|
77
|
-
"tabs_permission_opera_label_text": {
|
|
78
|
-
"message": "[tabs] Read your browsing history"
|
|
79
|
-
},
|
|
80
|
-
"tabs_permission_brave_label_text": {
|
|
81
|
-
"message": "[tabs] Read your browsing history"
|
|
82
|
-
},
|
|
83
|
-
"tabs_permission_yandex_label_text": {
|
|
84
|
-
"message": "[tabs] Read your browsing history"
|
|
85
|
-
},
|
|
86
|
-
"tabs_permission_firefox_label_text": {
|
|
87
|
-
"message": "[tabs] Access browser tabs"
|
|
88
|
-
},
|
|
89
|
-
"clipboard_read_permission_chrome_label_text": {
|
|
90
|
-
"message": "[clipboardRead] Read data you copy and paste"
|
|
91
|
-
},
|
|
92
|
-
"clipboard_read_permission_edge_label_text": {
|
|
93
|
-
"message": "[clipboardRead] Read data you copy and paste"
|
|
94
|
-
},
|
|
95
|
-
"clipboard_read_permission_opera_label_text": {
|
|
96
|
-
"message": "[clipboardRead] Read data you copy and paste"
|
|
97
|
-
},
|
|
98
|
-
"clipboard_read_permission_brave_label_text": {
|
|
99
|
-
"message": "[clipboardRead] Read data you copy and paste"
|
|
100
|
-
},
|
|
101
|
-
"clipboard_read_permission_yandex_label_text": {
|
|
102
|
-
"message": "[clipboardRead] Read data you copy and paste"
|
|
103
|
-
},
|
|
104
|
-
"clipboard_read_permission_firefox_label_text": {
|
|
105
|
-
"message": "[clipboardRead] Get data from the clipboard"
|
|
106
|
-
},
|
|
107
|
-
"download_back_up_btn_text": {
|
|
108
|
-
"message": "Download back up"
|
|
109
|
-
},
|
|
110
|
-
"upload_back_up_btn_text": {
|
|
111
|
-
"message": "Restore back up"
|
|
112
|
-
},
|
|
113
|
-
"restore_defaults_btn_text": {
|
|
114
|
-
"message": "Restore default settings"
|
|
115
|
-
},
|
|
116
|
-
"reload_ext_btn_text": {
|
|
117
|
-
"message": "Reload extension"
|
|
118
|
-
},
|
|
119
|
-
"locale_label_text": {
|
|
120
|
-
"message": "Language"
|
|
121
|
-
},
|
|
122
|
-
"options_page_theme_label_text": {
|
|
123
|
-
"message": "Settings page theme"
|
|
124
|
-
},
|
|
125
|
-
"transition_duration_label_text": {
|
|
126
|
-
"message": "Animation duration (ms)"
|
|
127
|
-
},
|
|
128
|
-
"enable_cut_features_label_text": {
|
|
129
|
-
"message": "Enable cut features"
|
|
130
|
-
},
|
|
131
|
-
"persistent_service_worker_label_text": {
|
|
132
|
-
"message": "Persistent service worker"
|
|
133
|
-
},
|
|
134
|
-
"detect_infinite_loops_label_text": {
|
|
135
|
-
"message": "Detect infinite loops"
|
|
136
|
-
},
|
|
137
|
-
"developer_mode_label_text": {
|
|
138
|
-
"message": "Show hidden developer settings"
|
|
139
|
-
},
|
|
140
|
-
"offers_are_visible_label_text": {
|
|
141
|
-
"message": "Show offers"
|
|
142
|
-
},
|
|
143
|
-
"en_option_text": {
|
|
144
|
-
"message": "en - English"
|
|
145
|
-
},
|
|
146
|
-
"ru_option_text": {
|
|
147
|
-
"message": "ru - русский"
|
|
148
|
-
},
|
|
149
|
-
"light_option_text": {
|
|
150
|
-
"message": "Light"
|
|
151
|
-
},
|
|
152
|
-
"dark_option_text": {
|
|
153
|
-
"message": "Dark"
|
|
154
|
-
},
|
|
155
|
-
"very_dark_option_text": {
|
|
156
|
-
"message": "Very dark"
|
|
157
|
-
},
|
|
158
|
-
"clover_option_text": {
|
|
159
|
-
"message": "Clover"
|
|
160
|
-
},
|
|
161
|
-
"aqua_option_text": {
|
|
162
|
-
"message": "Aqua"
|
|
163
|
-
},
|
|
164
|
-
"lavender_option_text": {
|
|
165
|
-
"message": "Lavender"
|
|
166
|
-
},
|
|
167
|
-
"blaze_option_text": {
|
|
168
|
-
"message": "Blaze"
|
|
169
|
-
},
|
|
170
|
-
"ruby_option_text": {
|
|
171
|
-
"message": "Ruby"
|
|
172
|
-
},
|
|
173
|
-
"admin_help_text": {
|
|
174
|
-
"message": "Developer/experimental features."
|
|
175
|
-
},
|
|
176
|
-
"help_btn_title": {
|
|
177
|
-
"message": "Help"
|
|
178
|
-
},
|
|
179
|
-
"remove_val_text_btn_title": {
|
|
180
|
-
"message": "Remove value"
|
|
181
|
-
},
|
|
182
|
-
"hide_link_btn_text": {
|
|
183
|
-
"message": "Hide"
|
|
184
|
-
},
|
|
185
|
-
"previous_offer_btn_title": {
|
|
186
|
-
"message": "Previous offer"
|
|
187
|
-
},
|
|
188
|
-
"next_offer_btn_title": {
|
|
189
|
-
"message": "Next offer"
|
|
190
|
-
},
|
|
191
|
-
"remove_color_link_btn_text": {
|
|
192
|
-
"message": "Remove color"
|
|
193
|
-
},
|
|
194
|
-
"restore_default_palette_link_btn_text": {
|
|
195
|
-
"message": "Restore default palette"
|
|
196
|
-
},
|
|
197
|
-
"show_content_link_btn_text": {
|
|
198
|
-
"message": "Reveal these settings ⯆"
|
|
199
|
-
},
|
|
200
|
-
"hide_content_link_btn_text": {
|
|
201
|
-
"message": "Hide these settings ⯅"
|
|
202
|
-
},
|
|
203
|
-
"color_help_text": {
|
|
204
|
-
"message": "Right-click the main or palette color buttons to select a custom color. Alternatively, you can use the Tab key to navigate to the main or palette color buttons, then press Ctrl/Shift/Alt + Enter to choose a custom color."
|
|
205
|
-
},
|
|
206
|
-
"privacy_policy_link_text": {
|
|
207
|
-
"message": "📜 Privacy policy"
|
|
208
|
-
},
|
|
209
|
-
"rate_link_text": {
|
|
210
|
-
"message": "⭐️ Enjoying this extension? Please rate it!"
|
|
211
|
-
},
|
|
212
|
-
"help_translating_link_text": {
|
|
213
|
-
"message": "🈯 Help translate this extension into your language"
|
|
214
|
-
},
|
|
215
|
-
"
|
|
216
|
-
"message": "
|
|
217
|
-
},
|
|
218
|
-
"
|
|
219
|
-
"message": "
|
|
220
|
-
},
|
|
221
|
-
"
|
|
222
|
-
"message": "
|
|
223
|
-
},
|
|
224
|
-
"
|
|
225
|
-
"message": "
|
|
226
|
-
},
|
|
227
|
-
"
|
|
228
|
-
"message": "
|
|
229
|
-
},
|
|
230
|
-
"
|
|
231
|
-
"message": "
|
|
232
|
-
},
|
|
233
|
-
"
|
|
234
|
-
"message": "
|
|
235
|
-
},
|
|
236
|
-
"
|
|
237
|
-
"message": "https://
|
|
238
|
-
},
|
|
239
|
-
"
|
|
240
|
-
"message": "https://
|
|
241
|
-
},
|
|
242
|
-
"
|
|
243
|
-
"message": "https://
|
|
244
|
-
},
|
|
245
|
-
"
|
|
246
|
-
"message": "
|
|
247
|
-
},
|
|
248
|
-
"
|
|
249
|
-
"message": "
|
|
250
|
-
},
|
|
251
|
-
"
|
|
252
|
-
"message": "
|
|
253
|
-
},
|
|
254
|
-
"
|
|
255
|
-
"message": "
|
|
256
|
-
},
|
|
257
|
-
"
|
|
258
|
-
"message": "
|
|
259
|
-
},
|
|
260
|
-
"
|
|
261
|
-
"message": "
|
|
262
|
-
},
|
|
263
|
-
"
|
|
264
|
-
"message": "Install the @
|
|
265
|
-
},
|
|
266
|
-
"
|
|
267
|
-
"message": "Install the @
|
|
268
|
-
},
|
|
269
|
-
"
|
|
270
|
-
"message": "Install the @
|
|
271
|
-
},
|
|
272
|
-
"
|
|
273
|
-
"message": "
|
|
274
|
-
},
|
|
275
|
-
"
|
|
276
|
-
"message": "
|
|
277
|
-
},
|
|
278
|
-
"
|
|
279
|
-
"message": "
|
|
280
|
-
},
|
|
281
|
-
"
|
|
282
|
-
"message": "https://
|
|
283
|
-
},
|
|
284
|
-
"
|
|
285
|
-
"message": "https://
|
|
286
|
-
},
|
|
287
|
-
"
|
|
288
|
-
"message": "https://
|
|
289
|
-
},
|
|
290
|
-
"
|
|
291
|
-
"message": "https://
|
|
292
|
-
},
|
|
293
|
-
"
|
|
294
|
-
"message": "https://
|
|
295
|
-
},
|
|
296
|
-
"
|
|
297
|
-
"message": "https://
|
|
298
|
-
},
|
|
299
|
-
"
|
|
300
|
-
"message": "https://
|
|
301
|
-
},
|
|
302
|
-
"
|
|
303
|
-
"message": "https://
|
|
304
|
-
},
|
|
305
|
-
"
|
|
306
|
-
"message": "https://
|
|
307
|
-
},
|
|
308
|
-
"
|
|
309
|
-
"message": "https://
|
|
310
|
-
},
|
|
311
|
-
"
|
|
312
|
-
"message": "https://
|
|
313
|
-
},
|
|
314
|
-
"
|
|
315
|
-
"message": "https://
|
|
316
|
-
},
|
|
317
|
-
"
|
|
318
|
-
"message": "https://
|
|
319
|
-
},
|
|
320
|
-
"
|
|
321
|
-
"message": "https://
|
|
322
|
-
},
|
|
323
|
-
"
|
|
324
|
-
"message": "https://
|
|
325
|
-
},
|
|
326
|
-
"
|
|
327
|
-
"message": "https://
|
|
328
|
-
},
|
|
329
|
-
"
|
|
330
|
-
"message": "https://
|
|
331
|
-
},
|
|
332
|
-
"
|
|
333
|
-
"message": "https://
|
|
334
|
-
},
|
|
335
|
-
"
|
|
336
|
-
"message": "https://
|
|
337
|
-
},
|
|
338
|
-
"
|
|
339
|
-
"message": "https://
|
|
340
|
-
},
|
|
341
|
-
"
|
|
342
|
-
"message": "https://
|
|
343
|
-
},
|
|
344
|
-
"
|
|
345
|
-
"message": "https://
|
|
346
|
-
},
|
|
347
|
-
"
|
|
348
|
-
"message": "https://
|
|
349
|
-
},
|
|
350
|
-
"
|
|
351
|
-
"message": "https://
|
|
352
|
-
},
|
|
353
|
-
"
|
|
354
|
-
"message": "https://
|
|
355
|
-
},
|
|
356
|
-
"
|
|
357
|
-
"message": "https://
|
|
358
|
-
},
|
|
359
|
-
"
|
|
360
|
-
"message": "https://
|
|
361
|
-
},
|
|
362
|
-
"
|
|
363
|
-
"message": "https://
|
|
364
|
-
},
|
|
365
|
-
"
|
|
366
|
-
"message": "https://
|
|
367
|
-
},
|
|
368
|
-
"
|
|
369
|
-
"message": "https://
|
|
370
|
-
},
|
|
371
|
-
"
|
|
372
|
-
"message": "https://
|
|
373
|
-
},
|
|
374
|
-
"
|
|
375
|
-
"message": "https://
|
|
376
|
-
},
|
|
377
|
-
"
|
|
378
|
-
"message": "https://
|
|
379
|
-
},
|
|
380
|
-
"
|
|
381
|
-
"message": "https://
|
|
382
|
-
},
|
|
383
|
-
"
|
|
384
|
-
"message": "https://
|
|
385
|
-
},
|
|
386
|
-
"
|
|
387
|
-
"message": "https://
|
|
388
|
-
},
|
|
389
|
-
"
|
|
390
|
-
"message": "https://
|
|
391
|
-
},
|
|
392
|
-
"
|
|
393
|
-
"message": "
|
|
394
|
-
},
|
|
395
|
-
"
|
|
396
|
-
"message": "
|
|
397
|
-
},
|
|
398
|
-
"
|
|
399
|
-
"message": "
|
|
400
|
-
},
|
|
401
|
-
"
|
|
402
|
-
"message": "
|
|
403
|
-
},
|
|
404
|
-
"
|
|
405
|
-
"message": "
|
|
406
|
-
},
|
|
407
|
-
"
|
|
408
|
-
"message": "
|
|
409
|
-
},
|
|
410
|
-
"
|
|
411
|
-
"message": "
|
|
412
|
-
},
|
|
413
|
-
"
|
|
414
|
-
"message": "The
|
|
415
|
-
}
|
|
416
|
-
|
|
1
|
+
{
|
|
2
|
+
"input_min_width_css": {
|
|
3
|
+
"message": "300"
|
|
4
|
+
},
|
|
5
|
+
"input_max_width_css": {
|
|
6
|
+
"message": "600"
|
|
7
|
+
},
|
|
8
|
+
"an_error_occured_msg": {
|
|
9
|
+
"message": "An error occured."
|
|
10
|
+
},
|
|
11
|
+
"error_code_label": {
|
|
12
|
+
"message": "Error code: "
|
|
13
|
+
},
|
|
14
|
+
"error_type_label": {
|
|
15
|
+
"message": "Error type: "
|
|
16
|
+
},
|
|
17
|
+
"error_msg_label": {
|
|
18
|
+
"message": "Error message: "
|
|
19
|
+
},
|
|
20
|
+
"error_keep_visible_msg_text": {
|
|
21
|
+
"message": "Click anywhere to keep this message visible."
|
|
22
|
+
},
|
|
23
|
+
"error_more_info_btn_text": {
|
|
24
|
+
"message": "More info"
|
|
25
|
+
},
|
|
26
|
+
"reload_ui_btn_text": {
|
|
27
|
+
"message": "Reload"
|
|
28
|
+
},
|
|
29
|
+
"cant_render_ui_error": {
|
|
30
|
+
"message": "Unable to render the user interface."
|
|
31
|
+
},
|
|
32
|
+
"dependencicies_from_other_page_loaded_into_this_page_alert": {
|
|
33
|
+
"message": "DEPENDENCIES FROM ANOTHER PAGE ACCIDENTALLY LOADED INTO THIS PAGE!!!\n\nCULPRIT PAGE: "
|
|
34
|
+
},
|
|
35
|
+
"announcement_title_text": {
|
|
36
|
+
"message": "Announcement"
|
|
37
|
+
},
|
|
38
|
+
"dependencies_title_text": {
|
|
39
|
+
"message": "Dependencies"
|
|
40
|
+
},
|
|
41
|
+
"settings_title_text": {
|
|
42
|
+
"message": "Settings"
|
|
43
|
+
},
|
|
44
|
+
"settings_section_text": {
|
|
45
|
+
"message": "Settings"
|
|
46
|
+
},
|
|
47
|
+
"links_section_text": {
|
|
48
|
+
"message": "Links"
|
|
49
|
+
},
|
|
50
|
+
"permissions_section_text": {
|
|
51
|
+
"message": "Permissions"
|
|
52
|
+
},
|
|
53
|
+
"restore_section_text": {
|
|
54
|
+
"message": "Restore"
|
|
55
|
+
},
|
|
56
|
+
"admin_section_text": {
|
|
57
|
+
"message": "Admin"
|
|
58
|
+
},
|
|
59
|
+
"offers_section_text": {
|
|
60
|
+
"message": "Offers"
|
|
61
|
+
},
|
|
62
|
+
"browse_link_btn_text": {
|
|
63
|
+
"message": "Browse"
|
|
64
|
+
},
|
|
65
|
+
"drag_files_msg_text": {
|
|
66
|
+
"message": "or drag files here"
|
|
67
|
+
},
|
|
68
|
+
"loading_msg_text": {
|
|
69
|
+
"message": "Loading..."
|
|
70
|
+
},
|
|
71
|
+
"tabs_permission_chrome_label_text": {
|
|
72
|
+
"message": "[tabs] Read your browsing history"
|
|
73
|
+
},
|
|
74
|
+
"tabs_permission_edge_label_text": {
|
|
75
|
+
"message": "[tabs] Read your browsing history"
|
|
76
|
+
},
|
|
77
|
+
"tabs_permission_opera_label_text": {
|
|
78
|
+
"message": "[tabs] Read your browsing history"
|
|
79
|
+
},
|
|
80
|
+
"tabs_permission_brave_label_text": {
|
|
81
|
+
"message": "[tabs] Read your browsing history"
|
|
82
|
+
},
|
|
83
|
+
"tabs_permission_yandex_label_text": {
|
|
84
|
+
"message": "[tabs] Read your browsing history"
|
|
85
|
+
},
|
|
86
|
+
"tabs_permission_firefox_label_text": {
|
|
87
|
+
"message": "[tabs] Access browser tabs"
|
|
88
|
+
},
|
|
89
|
+
"clipboard_read_permission_chrome_label_text": {
|
|
90
|
+
"message": "[clipboardRead] Read data you copy and paste"
|
|
91
|
+
},
|
|
92
|
+
"clipboard_read_permission_edge_label_text": {
|
|
93
|
+
"message": "[clipboardRead] Read data you copy and paste"
|
|
94
|
+
},
|
|
95
|
+
"clipboard_read_permission_opera_label_text": {
|
|
96
|
+
"message": "[clipboardRead] Read data you copy and paste"
|
|
97
|
+
},
|
|
98
|
+
"clipboard_read_permission_brave_label_text": {
|
|
99
|
+
"message": "[clipboardRead] Read data you copy and paste"
|
|
100
|
+
},
|
|
101
|
+
"clipboard_read_permission_yandex_label_text": {
|
|
102
|
+
"message": "[clipboardRead] Read data you copy and paste"
|
|
103
|
+
},
|
|
104
|
+
"clipboard_read_permission_firefox_label_text": {
|
|
105
|
+
"message": "[clipboardRead] Get data from the clipboard"
|
|
106
|
+
},
|
|
107
|
+
"download_back_up_btn_text": {
|
|
108
|
+
"message": "Download back up"
|
|
109
|
+
},
|
|
110
|
+
"upload_back_up_btn_text": {
|
|
111
|
+
"message": "Restore back up"
|
|
112
|
+
},
|
|
113
|
+
"restore_defaults_btn_text": {
|
|
114
|
+
"message": "Restore default settings"
|
|
115
|
+
},
|
|
116
|
+
"reload_ext_btn_text": {
|
|
117
|
+
"message": "Reload extension"
|
|
118
|
+
},
|
|
119
|
+
"locale_label_text": {
|
|
120
|
+
"message": "Language"
|
|
121
|
+
},
|
|
122
|
+
"options_page_theme_label_text": {
|
|
123
|
+
"message": "Settings page theme"
|
|
124
|
+
},
|
|
125
|
+
"transition_duration_label_text": {
|
|
126
|
+
"message": "Animation duration (ms)"
|
|
127
|
+
},
|
|
128
|
+
"enable_cut_features_label_text": {
|
|
129
|
+
"message": "Enable cut features"
|
|
130
|
+
},
|
|
131
|
+
"persistent_service_worker_label_text": {
|
|
132
|
+
"message": "Persistent service worker"
|
|
133
|
+
},
|
|
134
|
+
"detect_infinite_loops_label_text": {
|
|
135
|
+
"message": "Detect infinite loops"
|
|
136
|
+
},
|
|
137
|
+
"developer_mode_label_text": {
|
|
138
|
+
"message": "Show hidden developer settings"
|
|
139
|
+
},
|
|
140
|
+
"offers_are_visible_label_text": {
|
|
141
|
+
"message": "Show offers"
|
|
142
|
+
},
|
|
143
|
+
"en_option_text": {
|
|
144
|
+
"message": "en - English"
|
|
145
|
+
},
|
|
146
|
+
"ru_option_text": {
|
|
147
|
+
"message": "ru - русский"
|
|
148
|
+
},
|
|
149
|
+
"light_option_text": {
|
|
150
|
+
"message": "Light"
|
|
151
|
+
},
|
|
152
|
+
"dark_option_text": {
|
|
153
|
+
"message": "Dark"
|
|
154
|
+
},
|
|
155
|
+
"very_dark_option_text": {
|
|
156
|
+
"message": "Very dark"
|
|
157
|
+
},
|
|
158
|
+
"clover_option_text": {
|
|
159
|
+
"message": "Clover"
|
|
160
|
+
},
|
|
161
|
+
"aqua_option_text": {
|
|
162
|
+
"message": "Aqua"
|
|
163
|
+
},
|
|
164
|
+
"lavender_option_text": {
|
|
165
|
+
"message": "Lavender"
|
|
166
|
+
},
|
|
167
|
+
"blaze_option_text": {
|
|
168
|
+
"message": "Blaze"
|
|
169
|
+
},
|
|
170
|
+
"ruby_option_text": {
|
|
171
|
+
"message": "Ruby"
|
|
172
|
+
},
|
|
173
|
+
"admin_help_text": {
|
|
174
|
+
"message": "Developer/experimental features."
|
|
175
|
+
},
|
|
176
|
+
"help_btn_title": {
|
|
177
|
+
"message": "Help"
|
|
178
|
+
},
|
|
179
|
+
"remove_val_text_btn_title": {
|
|
180
|
+
"message": "Remove value"
|
|
181
|
+
},
|
|
182
|
+
"hide_link_btn_text": {
|
|
183
|
+
"message": "Hide"
|
|
184
|
+
},
|
|
185
|
+
"previous_offer_btn_title": {
|
|
186
|
+
"message": "Previous offer"
|
|
187
|
+
},
|
|
188
|
+
"next_offer_btn_title": {
|
|
189
|
+
"message": "Next offer"
|
|
190
|
+
},
|
|
191
|
+
"remove_color_link_btn_text": {
|
|
192
|
+
"message": "Remove color"
|
|
193
|
+
},
|
|
194
|
+
"restore_default_palette_link_btn_text": {
|
|
195
|
+
"message": "Restore default palette"
|
|
196
|
+
},
|
|
197
|
+
"show_content_link_btn_text": {
|
|
198
|
+
"message": "Reveal these settings ⯆"
|
|
199
|
+
},
|
|
200
|
+
"hide_content_link_btn_text": {
|
|
201
|
+
"message": "Hide these settings ⯅"
|
|
202
|
+
},
|
|
203
|
+
"color_help_text": {
|
|
204
|
+
"message": "Right-click the main or palette color buttons to select a custom color. Alternatively, you can use the Tab key to navigate to the main or palette color buttons, then press Ctrl/Shift/Alt + Enter to choose a custom color."
|
|
205
|
+
},
|
|
206
|
+
"privacy_policy_link_text": {
|
|
207
|
+
"message": "📜 Privacy policy"
|
|
208
|
+
},
|
|
209
|
+
"rate_link_text": {
|
|
210
|
+
"message": "⭐️ Enjoying this extension? Please rate it!"
|
|
211
|
+
},
|
|
212
|
+
"help_translating_link_text": {
|
|
213
|
+
"message": "🈯 Help translate this extension into your language"
|
|
214
|
+
},
|
|
215
|
+
"website_link_text": {
|
|
216
|
+
"message": "🌍 Visit my website"
|
|
217
|
+
},
|
|
218
|
+
"facebook_page_link_text": {
|
|
219
|
+
"message": "🖼️ Follow my Facebook page"
|
|
220
|
+
},
|
|
221
|
+
"support_page_link_text": {
|
|
222
|
+
"message": "📢 Support page"
|
|
223
|
+
},
|
|
224
|
+
"theme_path_link_text": {
|
|
225
|
+
"message": "🛠️ Create your own Chrome theme with the ThemePath app"
|
|
226
|
+
},
|
|
227
|
+
"dependencies_link_text": {
|
|
228
|
+
"message": "🧩 Dependencies"
|
|
229
|
+
},
|
|
230
|
+
"offer_tinkoff_black_text": {
|
|
231
|
+
"message": "Sign up for a Tinkoff Black card using @this link@ and receive 500 rubles."
|
|
232
|
+
},
|
|
233
|
+
"offer_tinkoff_investments_brokerage_account_text": {
|
|
234
|
+
"message": "Open a brokerage account with Tinkoff Investments using @this link@ and get a share of up to 20,000 rubles."
|
|
235
|
+
},
|
|
236
|
+
"privacy_policy_link_href": {
|
|
237
|
+
"message": "https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md"
|
|
238
|
+
},
|
|
239
|
+
"website_link_href": {
|
|
240
|
+
"message": "https://browservery.top"
|
|
241
|
+
},
|
|
242
|
+
"facebook_page_link_href": {
|
|
243
|
+
"message": "https://www.facebook.com/browservery"
|
|
244
|
+
},
|
|
245
|
+
"support_page_link_href": {
|
|
246
|
+
"message": "https://groups.google.com/g/browservery"
|
|
247
|
+
},
|
|
248
|
+
"theme_path_link_href": {
|
|
249
|
+
"message": "https://apps.microsoft.com/detail/9NMBWGHTQMPD"
|
|
250
|
+
},
|
|
251
|
+
"dependencies_link_href": {
|
|
252
|
+
"message": "dependencies.html"
|
|
253
|
+
},
|
|
254
|
+
"offer_keymeleon_text": {
|
|
255
|
+
"message": "Download the @Keymeleon@ AutoHotkey script to switch keyboard layouts instantly with dedicated hotkeys, hear unique sounds for each layout switch and for typing on each layout, or automate everything with intelligent app-aware layout switching and context-sensitive hotkeys."
|
|
256
|
+
},
|
|
257
|
+
"offer_other_projects_extensions_text": {
|
|
258
|
+
"message": "@My extensions for other browsers and other projects@"
|
|
259
|
+
},
|
|
260
|
+
"offer_other_projects_apps_text": {
|
|
261
|
+
"message": "@My other projects@"
|
|
262
|
+
},
|
|
263
|
+
"offer_clear_new_tab_text": {
|
|
264
|
+
"message": "Install the @Clear New Tab@ extension to remove everything from the new tab page while keeping your theme background, or use any image, GIF, or video as a custom wallpaper."
|
|
265
|
+
},
|
|
266
|
+
"offer_empty_new_tab_page_text": {
|
|
267
|
+
"message": "Install the @Empty New Tab Page@ extension to replace the default new tab page with a blank page while keeping the default favicon. Supports dark mode."
|
|
268
|
+
},
|
|
269
|
+
"offer_search_enhancer_for_google_text": {
|
|
270
|
+
"message": "Install the @Search Enhancer for Google™@ extension to enhance Google™ search with infinite scroll, server country icons, \"View Image\" and \"Download Image\" buttons, and more."
|
|
271
|
+
},
|
|
272
|
+
"offer_scroll_to_top_text": {
|
|
273
|
+
"message": "Install the @Scroll to Top@ extension to scroll to the top or bottom of any page with a click on the left border of the screen, and then return to your previous position."
|
|
274
|
+
},
|
|
275
|
+
"offer_close_other_tabs_plus_text": {
|
|
276
|
+
"message": "Install the @Close Other Tabs+@ extension to close/pin/unpin/group/ungroup multiple tabs at once, filtering them by a window, pin/group state, or URL."
|
|
277
|
+
},
|
|
278
|
+
"offer_advanced_extension_reloader_text": {
|
|
279
|
+
"message": "Install the @Advanced Extension Reloader@ extension to reload an unpacked extension with one click, a hotkey, or automatically (extension for developers)."
|
|
280
|
+
},
|
|
281
|
+
"offer_keymeleon_link_href": {
|
|
282
|
+
"message": "https://github.com/loftyshaky/keymeleon"
|
|
283
|
+
},
|
|
284
|
+
"offer_other_projects_extensions_link_href": {
|
|
285
|
+
"message": "https://browservery.top"
|
|
286
|
+
},
|
|
287
|
+
"offer_other_projects_apps_link_href": {
|
|
288
|
+
"message": "https://browservery.top"
|
|
289
|
+
},
|
|
290
|
+
"offer_clear_new_tab_chrome_link_href": {
|
|
291
|
+
"message": "https://chromewebstore.google.com/detail/felphkbfjadmcejnibcmcncimlappdde"
|
|
292
|
+
},
|
|
293
|
+
"offer_clear_new_tab_edge_link_href": {
|
|
294
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/ifphophaconbhfmkpdlfldelkjpjmlbj"
|
|
295
|
+
},
|
|
296
|
+
"offer_clear_new_tab_opera_link_href": {
|
|
297
|
+
"message": "https://opera.com"
|
|
298
|
+
},
|
|
299
|
+
"offer_clear_new_tab_brave_link_href": {
|
|
300
|
+
"message": "https://brave.com"
|
|
301
|
+
},
|
|
302
|
+
"offer_clear_new_tab_yandex_link_href": {
|
|
303
|
+
"message": "https://ya.ru"
|
|
304
|
+
},
|
|
305
|
+
"offer_clear_new_tab_firefox_link_href": {
|
|
306
|
+
"message": "https://addons.mozilla.org/firefox/addon/clear-new-tab"
|
|
307
|
+
},
|
|
308
|
+
"offer_search_enhancer_for_google_chrome_link_href": {
|
|
309
|
+
"message": "https://chromewebstore.google.com/detail/pipbbdfondfipmjmdkmggihiknhmcfhd"
|
|
310
|
+
},
|
|
311
|
+
"offer_search_enhancer_for_google_edge_link_href": {
|
|
312
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/hfbafhkogonfgpkdopodhajncnodbbhd"
|
|
313
|
+
},
|
|
314
|
+
"offer_search_enhancer_for_google_opera_link_href": {
|
|
315
|
+
"message": "https://opera.com"
|
|
316
|
+
},
|
|
317
|
+
"offer_search_enhancer_for_google_brave_link_href": {
|
|
318
|
+
"message": "https://brave.com"
|
|
319
|
+
},
|
|
320
|
+
"offer_search_enhancer_for_google_yandex_link_href": {
|
|
321
|
+
"message": "https://ya.ru"
|
|
322
|
+
},
|
|
323
|
+
"offer_search_enhancer_for_google_firefox_link_href": {
|
|
324
|
+
"message": "https://mozilla.org"
|
|
325
|
+
},
|
|
326
|
+
"offer_advanced_extension_reloader_chrome_link_href": {
|
|
327
|
+
"message": "https://chromewebstore.google.com/detail/hagknokdofkmojolcpbddjfdjhnjdkae"
|
|
328
|
+
},
|
|
329
|
+
"offer_advanced_extension_reloader_edge_link_href": {
|
|
330
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/bcpgohifjmmcoiemghdamamlkbcbgifg"
|
|
331
|
+
},
|
|
332
|
+
"offer_advanced_extension_reloader_opera_link_href": {
|
|
333
|
+
"message": "https://opera.com"
|
|
334
|
+
},
|
|
335
|
+
"offer_advanced_extension_reloader_brave_link_href": {
|
|
336
|
+
"message": "https://brave.com"
|
|
337
|
+
},
|
|
338
|
+
"offer_advanced_extension_reloader_yandex_link_href": {
|
|
339
|
+
"message": "https://ya.ru"
|
|
340
|
+
},
|
|
341
|
+
"offer_advanced_extension_reloader_firefox_link_href": {
|
|
342
|
+
"message": "https://mozilla.org"
|
|
343
|
+
},
|
|
344
|
+
"offer_empty_new_tab_page_chrome_link_href": {
|
|
345
|
+
"message": "https://chromewebstore.google.com/detail/odjfoclbnmllekbhpbgopiiaelcpeimb"
|
|
346
|
+
},
|
|
347
|
+
"offer_empty_new_tab_page_edge_link_href": {
|
|
348
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/cbdaoffmmppingmciephekphbcfngkkk"
|
|
349
|
+
},
|
|
350
|
+
"offer_empty_new_tab_page_opera_link_href": {
|
|
351
|
+
"message": "https://opera.com"
|
|
352
|
+
},
|
|
353
|
+
"offer_empty_new_tab_page_brave_link_href": {
|
|
354
|
+
"message": "https://brave.com"
|
|
355
|
+
},
|
|
356
|
+
"offer_empty_new_tab_page_yandex_link_href": {
|
|
357
|
+
"message": "https://ya.ru"
|
|
358
|
+
},
|
|
359
|
+
"offer_empty_new_tab_page_firefox_link_href": {
|
|
360
|
+
"message": "https://mozilla.org"
|
|
361
|
+
},
|
|
362
|
+
"offer_scroll_to_top_chrome_link_href": {
|
|
363
|
+
"message": "https://chromewebstore.google.com/detail/obebfhocibioiakindbigklnhhknkcdc"
|
|
364
|
+
},
|
|
365
|
+
"offer_scroll_to_top_edge_link_href": {
|
|
366
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/cjmbcpckfanombcljcmgnhbdobjblbkk"
|
|
367
|
+
},
|
|
368
|
+
"offer_scroll_to_top_opera_link_href": {
|
|
369
|
+
"message": "https://opera.com"
|
|
370
|
+
},
|
|
371
|
+
"offer_scroll_to_top_brave_link_href": {
|
|
372
|
+
"message": "https://brave.com"
|
|
373
|
+
},
|
|
374
|
+
"offer_scroll_to_top_yandex_link_href": {
|
|
375
|
+
"message": "https://ya.ru"
|
|
376
|
+
},
|
|
377
|
+
"offer_scroll_to_top_firefox_link_href": {
|
|
378
|
+
"message": "https://mozilla.org"
|
|
379
|
+
},
|
|
380
|
+
"offer_close_other_tabs_plus_chrome_link_href": {
|
|
381
|
+
"message": "https://chromewebstore.google.com/detail/higiahnfphokonkjalljdfgjhafdjbil"
|
|
382
|
+
},
|
|
383
|
+
"offer_close_other_tabs_plus_edge_link_href": {
|
|
384
|
+
"message": "https://microsoftedge.microsoft.com/addons/detail/hlgemamghlognmbmipcoapjgkngbbjko"
|
|
385
|
+
},
|
|
386
|
+
"offer_close_other_tabs_plus_opera_link_href": {
|
|
387
|
+
"message": "https://opera.com"
|
|
388
|
+
},
|
|
389
|
+
"offer_close_other_tabs_plus_brave_link_href": {
|
|
390
|
+
"message": "https://brave.com"
|
|
391
|
+
},
|
|
392
|
+
"offer_close_other_tabs_plus_yandex_link_href": {
|
|
393
|
+
"message": "https://ya.ru"
|
|
394
|
+
},
|
|
395
|
+
"offer_close_other_tabs_plus_firefox_link_href": {
|
|
396
|
+
"message": "https://mozilla.org"
|
|
397
|
+
},
|
|
398
|
+
"offer_tinkoff_black_link_href": {
|
|
399
|
+
"message": "https://tbank.ru/baf/1HXOQh5Kg3z"
|
|
400
|
+
},
|
|
401
|
+
"offer_tinkoff_investments_brokerage_account_link_href": {
|
|
402
|
+
"message": "https://tbank.ru/baf/8h2pbxjhlQt"
|
|
403
|
+
},
|
|
404
|
+
"restore_defaults_confirm": {
|
|
405
|
+
"message": "Restore default settings?"
|
|
406
|
+
},
|
|
407
|
+
"restore_default_palette_confirm": {
|
|
408
|
+
"message": "Restore default palette?"
|
|
409
|
+
},
|
|
410
|
+
"youre_now_a_developer_notification": {
|
|
411
|
+
"message": "You're now a developer!"
|
|
412
|
+
},
|
|
413
|
+
"backup_permissions_start_notification": {
|
|
414
|
+
"message": "The extension has detected the following permission in your backup: "
|
|
415
|
+
},
|
|
416
|
+
"backup_permissions_end_notification": {
|
|
417
|
+
"message": ". Please navigate to the \"Permissions\" section and enable all required permissions to ensure the extension functions correctly."
|
|
418
|
+
},
|
|
419
|
+
"invalid_file_type_back_up_error": {
|
|
420
|
+
"message": "Invalid file type. Upload the previously downloaded JSON backup file."
|
|
421
|
+
},
|
|
422
|
+
"unable_to_access_settings_error": {
|
|
423
|
+
"message": "Fatal error: Unable to access settings. Please try to re-enable or reinstall the extension."
|
|
424
|
+
},
|
|
425
|
+
"permissions_are_missing_error": {
|
|
426
|
+
"message": "The necessary permissions are missing to use this feature. Please navigate to the \"Permissions\" section and enable all required permissions."
|
|
427
|
+
}
|
|
428
|
+
}
|