-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmessages.json
More file actions
689 lines (689 loc) · 15.9 KB
/
Copy pathmessages.json
File metadata and controls
689 lines (689 loc) · 15.9 KB
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
{
"actionButtonsHeader": {
"message": "Action buttons"
},
"addActionButtonsForTextFields": {
"message": "Use special panel for text fields"
},
"addButtonIcons": {
"message": "Show icons for buttons"
},
"addButtonToCopyLinkToText": {
"message": "Add button to copy link to selected text"
},
"addCalendarButton": {
"message": "Add calendar button for dates"
},
"addClearButton": {
"message": "Show 'Clear' button on click non-empty field"
},
"addColorPreviewButton": {
"message": "Add color preview button (for CSS colors like #ffffff)"
},
"addDragHandles": {
"message": "Add selection drag handles"
},
"addExtendSelectionButton": {
"message": "Add button to extend current text selection"
},
"addFontFormatButtons": {
"message": "Add font format buttons (italic, bold)"
},
"addMarkerButton": {
"message": "Add 'Highlight' button"
},
"addNewSearchOption": {
"message": "Add new search option"
},
"addOpenLinks": {
"message": "Add button to open link"
},
"addPasteButton": {
"message": "Show 'Paste' button when click on text field"
},
"addPasteOnlyEmptyField": {
"message": "... only when field is empty"
},
"addPhoneButton": {
"message": "Add phone number button"
},
"addQuoteButton": {
"message": "Add button to quote the selection"
},
"addScaleUpEffect": {
"message": "Use scale-up effect on reveal"
},
"addToCalendar": {
"message": "Add to calendar"
},
"addTooltipShadow": {
"message": "Add tooltip shadow"
},
"allChangesSavedAutomatically": {
"message": "All settings are saved automatically"
},
"animationDuration": {
"message": "Animations duration (ms)"
},
"appearanceHeader": {
"message": "Appearance"
},
"applyConfigsImmediately": {
"message": "Apply configs immediately"
},
"behaviorHeader": {
"message": "Behavior"
},
"boldLabel": {
"message": "Bold"
},
"borderRadius": {
"message": "Border radius"
},
"buttonsStyle": {
"message": "Buttons style"
},
"buyMeCoffee": {
"message": "Support project"
},
"callLabel": {
"message": "Call"
},
"changeTextSelectionColor": {
"message": "Customize text selection"
},
"chooseFileFirst": {
"message": "Choose the file first"
},
"circle": {
"message": "Circle"
},
"clearLabel": {
"message": "Clear"
},
"collapseAsSecondPanel": {
"message": "Always show collapsed buttons as a static panel"
},
"collapseButtons": {
"message": "Hide exceeding buttons under 'More' button"
},
"contextualButtonsHeader": {
"message": "Buttons"
},
"convertCurrencies": {
"message": "Convert currencies"
},
"convertMetrics": {
"message": "Convert metrics"
},
"convertResultClickAction": {
"message": "Action when click on result"
},
"convertTime": {
"message": "Convert time"
},
"convertToCurrency": {
"message": "Currency to convert to (<a target='_blank' href='https://github.com/emvaized/selecton-extension#currency-conversion'>info</a>)"
},
"convertToCurrencySecondary": {
"message": "Currency for reverse conversion (when primary is selected)"
},
"convertToCurrencyHint": {
"message": "See 'Code' <a target='_blank' href='https://www.iban.com/currency-codes'>here</a> for reference"
},
"convertionHeader": {
"message": "Conversion"
},
"copyLabel": {
"message": "Copy"
},
"correctTooltipPositionByMoreButtonWidth": {
"message": "Shift the panel by width of 'More' button"
},
"customIcon": {
"message": "Custom icon"
},
"customIconUrl": {
"message": "Custom icon URL"
},
"customSearchButtonsHeader": {
"message": "Search buttons"
},
"customSearchOptionsDisplay": {
"message": "Style to display custom search options"
},
"customSearchTooltip": {
"message": "Custom Search Options"
},
"customSearchTooltipHint": {
"message": "Gets revealed on hovering over the 'Search' button. Use %s as a placeholder for search query, %w is a placeholder for current domain (for website search)"
},
"customSearchUrl": {
"message": "Custom search URL <br />(use %s as a placeholder for query)"
},
"cutLabel": {
"message": "Cut"
},
"dayAgo": {
"message": "Day ago"
},
"daysAgo": {
"message": "$DAYS$ days ago",
"placeholders": {
"days": {
"content": "$1"
}
}
},
"debugMode": {
"message": "Debug mode"
},
"delayToRevealHoverPanels": {
"message": "Delay before revealing panels on hover (ms)"
},
"delayToRevealSearchTooltip": {
"message": "Delay before reveal panel (ms)"
},
"delayToRevealTranslateTooltip": {
"message": "Delay before auto translate (ms)"
},
"deleteLabel": {
"message": "Delete"
},
"dictionaryButtonRemark": {
"message": "Looks up Wikipedia definitions on hover"
},
"dictionaryButtonResponseCharsAmount": {
"message": "Max number of chars to display as a result"
},
"dictionaryButtonWordsAmount": {
"message": "Words to show dictionary button"
},
"dictionaryLabel": {
"message": "Dictionary"
},
"disableForBetterPerformance": {
"message": "Disable for better performance"
},
"disableWordSnapForCode": {
"message": "Disable word snapping for code"
},
"disableWordSnappingOnCtrlKey": {
"message": "Do not select by words if the CTRL key is pressed"
},
"dontSnapTextfieldSelection": {
"message": "Do not snap selection in text fields"
},
"dragHandleStyle": {
"message": "Drag handles style"
},
"draggableTooltip": {
"message": "Panel can be dragged by the arrow"
},
"email": {
"message": "Email"
},
"enabled": {
"message": "Enabled"
},
"excludedDomains": {
"message": "Excluded domains"
},
"export": {
"message": "Export"
},
"exportImportSettings": {
"message": "Export/Import settings"
},
"exportSettingsLabel": {
"message": "Export settings"
},
"exportSettingsNote": {
"message": "If export button is not working, try to open this page in a new tab using button in the top right corner"
},
"extendSelection": {
"message": "Select more"
},
"extendSelectionTooltip": {
"message": "Extend text selection one level up in the elements tree"
},
"extensionDescription": {
"message": "Customizable popup with actions on text selection"
},
"fallbackExportLabel": {
"message": "To export, save as .json file"
},
"floatingOffscreenTooltip": {
"message": "Floating panel when it's scrolled off-screen"
},
"fontSize": {
"message": "Font size"
},
"fullOpacityOnHover": {
"message": "Full opacity on hover"
},
"gmail": {
"message": "Gmail new email"
},
"hideOnKeypress": {
"message": "Hide on key press"
},
"hideOnScroll": {
"message": "Hide tooltip on scroll"
},
"hideTooltipOnActionButtonClick": {
"message": "Hide tooltip on action button click"
},
"hideTooltipOnContextMenuOpen": {
"message": "Hide tooltip on context menu open"
},
"hideTooltipWhenCursorMovesAway": {
"message": "Hide tooltip when cursor moves away"
},
"hideTranslateButtonForUserLanguage": {
"message": "Hide translate button for user's language"
},
"horizontalLayout": {
"message": "Horizontal"
},
"hoverCustomSearchStyle": {
"message": "Show on search button hover"
},
"iconlabel": {
"message": "Icons + text"
},
"imperial": {
"message": "Imperial"
},
"import": {
"message": "Import"
},
"importAlert": {
"message": "This action will override current Selecton settings. Are you sure?"
},
"importSettingsLabel": {
"message": "Import settings"
},
"inDay": {
"message": "In a day"
},
"inDays": {
"message": "In $DAYS$ days",
"placeholders": {
"days": {
"content": "$1"
}
}
},
"inMonth": {
"message": "In a month"
},
"inMonths": {
"message": "In $MONTHS$ months",
"placeholders": {
"months": {
"content": "$1"
}
}
},
"inYear": {
"message": "In year"
},
"inYears": {
"message": "In $YEARS$ years",
"placeholders": {
"years": {
"content": "$1"
}
}
},
"invertColorOnDarkWebsite": {
"message": "Invert color on dark website"
},
"italicLabel": {
"message": "Italic"
},
"languageToTranslate": {
"message": "User's language (<a target='_blank' href='https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes'>ISO 639-1 code</a>)"
},
"leftClickBackgroundTab": {
"message": "Left click opens link as background tab"
},
"linesCount": {
"message": "Lines"
},
"linkToTextDescription": {
"message": "Copy page link pointing to the selected text (opens only in Chrome 90+)"
},
"linkToTextLabel": {
"message": "Copy link"
},
"liveTranslation": {
"message": "Live translation on button hover (Google Translate)"
},
"mailto": {
"message": "Email client"
},
"markedLabel": {
"message": "Highlighted"
},
"markerLabel": {
"message": "Highlight"
},
"markersLabel": {
"message": "Highlights"
},
"maxIconsInRow": {
"message": "Amount of icons in row"
},
"maxMarkerPagesToStore": {
"message": "Max pages to store highlights"
},
"maxTooltipButtonsToShow": {
"message": "Max buttons to show on the main panel"
},
"metric": {
"message": "Metric"
},
"middleClickHidesTooltip": {
"message": "Middle click (to open in background) hides panel"
},
"monthAgo": {
"message": "Month ago"
},
"monthsAgo": {
"message": "$MONTHS$ months ago",
"placeholders": {
"months": {
"content": "$1"
}
}
},
"moveDownLabel": {
"message": "Move down"
},
"moveDownTooltipEffect": {
"message": "Move down"
},
"moveUpLabel": {
"message": "Move up"
},
"moveUpTooltipEffect": {
"message": "Move up"
},
"noDefinitionFound": {
"message": "No definition found"
},
"noTooltipEffect": {
"message": "No effect"
},
"noTranslationFound": {
"message": "No translation found"
},
"onlyicon": {
"message": "Icons only"
},
"onlylabel": {
"message": "Text only"
},
"openInNewTab": {
"message": "Open in new tab"
},
"openLinkLabel": {
"message": "Open"
},
"overCursor": {
"message": "Over cursor"
},
"panelCustomSearchStyle": {
"message": "Show in main panel"
},
"pasteLabel": {
"message": "Paste"
},
"performSimpleMathOperations": {
"message": "Perform simple math calculations"
},
"preferCurrencySymbol": {
"message": "Prefer currency symbols instead of codes"
},
"preferredMapsService": {
"message": "Preferred map service"
},
"preferredMetricsSystem": {
"message": "Preferred metrics system"
},
"preferredNewEmailMethod": {
"message": "Preferred method for creating new email"
},
"preferredSearchEngine": {
"message": "Search engine"
},
"preferredTranslateService": {
"message": "Translation service"
},
"quote": {
"message": "Quote"
},
"quoteButtonRemark": {
"message": "(when supported text field is found on page)"
},
"recentMarkersLabel": {
"message": "Recent highlights"
},
"recreateTooltipAfterScroll": {
"message": "Recreate tooltip after scroll or window resize"
},
"removeCustomIcon": {
"message": "Remove custom icon"
},
"removeSelectionOnActionButtonClick": {
"message": "Remove text selection after selected action"
},
"resetDefaults": {
"message": "Restore defaults"
},
"reverseTooltipButtonsOrder": {
"message": "Reverse the order of buttons"
},
"scaleUpFromBottomTooltipEffect": {
"message": "Scale up (from bottom)"
},
"scaleUpTooltipEffect": {
"message": "Scale up"
},
"searchLabel": {
"message": "Search"
},
"searchingDefinitions": {
"message": "Searching for definitions"
},
"secondaryTooltipEnabled": {
"message": "Tooltip enabled"
},
"secondaryTooltipIconSize": {
"message": "Icon size (px)"
},
"secondaryTooltipLayout": {
"message": "Button layout"
},
"selectionCenter": {
"message": "Center of selection"
},
"selectionHeader": {
"message": "Text Selection"
},
"selectonSettings": {
"message": "SelectON settings"
},
"shadowOpacity": {
"message": "Shadow opacity"
},
"shiftTooltipWhenWebsiteHasOwn": {
"message": "Try to shift tooltip up when website shows it's own for text selection"
},
"shouldOverrideWebsiteSelectionColor": {
"message": "Overwrite page's highlight color"
},
"showButtonBorders": {
"message": "Show button dividers"
},
"showButtonLabelOnHover": {
"message": "Show button label on hover"
},
"showDictionaryButton": {
"message": "Show the dictionary button"
},
"showDotForHoverButtons": {
"message": "Show dot on buttons with hover event"
},
"showEmailButton": {
"message": "Add email button"
},
"showInfoPanel": {
"message": "Show info panel (word and symbols count)"
},
"showOnMap": {
"message": "Show on map"
},
"showOnMapButtonEnabled": {
"message": "Add button to show on map"
},
"showSecondaryTooltipTitleOnHover": {
"message": "Show title on hover"
},
"showStatsOnCopyButtonHover": {
"message": "Show stats on Copy button hover"
},
"showTooltipArrow": {
"message": "Show tooltip arrow"
},
"showTranslateButton": {
"message": "Show translate button"
},
"showTranslateIfLanguageUnknown": {
"message": "Show translate button if language is not detected"
},
"showUnconvertedValue": {
"message": "Show original value before conversion"
},
"showUpdateNotification": {
"message": "Show notification on update"
},
"snapSelectionToWord": {
"message": "Snap text selection by word"
},
"strikeLabel": {
"message": "Strike"
},
"symbolsCount": {
"message": "Symbols"
},
"testPageButton": {
"message": "Test the settings"
},
"textFieldsHeader": {
"message": "Text fields"
},
"textSelectionBackground": {
"message": "Selection color"
},
"textSelectionBackgroundOpacity": {
"message": "Background opacity"
},
"textSelectionColor": {
"message": "Text color"
},
"today": {
"message": "Today"
},
"tooltipBackground": {
"message": "Background color"
},
"tooltipInvertedBackground": {
"message": "Background color (dark page)"
},
"tooltipOpacity": {
"message": "Tooltip opacity"
},
"tooltipPosition": {
"message": "Horizontal alignment of tooltip"
},
"tooltipRevealEffect": {
"message": "Tooltip reveal effect"
},
"translateLabel": {
"message": "Translate"
},
"translating": {
"message": "Translating"
},
"triangle": {
"message": "Triangle"
},
"updateNotificationMessage": {
"message": "Click here to see what's new"
},
"updateNotificationTitle": {
"message": "SelectON was updated to $VERSION$",
"placeholders": {
"version": {
"content": "$1",
"example": "1.0.0"
}
}
},
"updatePageToSeeChanges": {
"message": "Refresh the page to see the changes"
},
"updateRatesEveryDays": {
"message": "Rates update interval (days)"
},
"useCustomStyle": {
"message": "Use custom style for tooltip"
},
"useIconFromGoogle": {
"message": "Use icon from Google"
},
"verticalLayout": {
"message": "Vertical"
},
"verticalLayoutTooltip": {
"message": "Use vertical tooltip layout"
},
"verticalSecondaryTooltip": {
"message": "Display as vertical list (disable for horizontal)"
},
"visitGithub": {
"message": "Visit GitHub page"
},
"whatsNew": {
"message": "What's new"
},
"wordSnappingBlacklist": {
"message": "Domains to exclude"
},
"wordsCount": {
"message": "Words"
},
"writeAReview": {
"message": "Write a review"
},
"yearAgo": {
"message": "Year ago"
},
"yearsAgo": {
"message": "$YEARS$ years ago",
"placeholders": {
"years": {
"content": "$1"
}
}
},
"square": {
"message": "Square"
},
"rhombus": {
"message": "Rhombus"
}
}