You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_locales/en/messages.json
+32-4Lines changed: 32 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1039,12 +1039,9 @@
1039
1039
"message": "Max window width for compact UI layout (in pixels)"
1040
1040
},
1041
1041
"optionConfigSidePanel": {
1042
-
"message": "Side panel for UserCSS configurations this long",
1042
+
"message": "UserCSS configuration",
1043
1043
"description": "Label of the option shown after the number that specifies the minimum length of a UserCSS configuration to be shown in a side panel."
1044
1044
},
1045
-
"optionConfigSidePanelHint": {
1046
-
"message": "1..99: minimum number of configuration parameters,\n0: always side panel, you can also right-click or long-press the configuration icon,\n-1: always popup."
1047
-
},
1048
1045
"optionFOUC": {
1049
1046
"message": "Styles applied too late?",
1050
1047
"description": "Shown in the options. Followed by FOUCMV2 or FOUCMV3 message."
@@ -1084,6 +1081,24 @@
1084
1081
"optionKeepAliveNote": {
1085
1082
"message": "Increase it if you encounter flashing of unstyled content (FOUC) when opening a page after not interacting with the browser for a while.\n\n-1 = ManifestV2 default behavior (no limit).\n0 = ManifestV3 default behavior (half a minute).\n\nThe cache takes 30MB or more of RAM, but rebuilding it may take too much time and cause FOUC depending on the website, network speed, amount of styles, RAM size, and CPU performance."
1086
1083
},
1084
+
"optionSidePanelActions": {
1085
+
"message": "Side panel for popup actions"
1086
+
},
1087
+
"optionSidePanelActionsHint": {
1088
+
"message": "Actions to be opened in a side panel when using the popup in standard mode (\"$optPopup$\" option is not enabled).\n\nYou can also right-click or long-press on the corresponding button in the popup.",
1089
+
"description": "$optPopup$ is the translated title of \"Open popup in a side panel\"",
1090
+
"placeholders": {
1091
+
"optPopup": {
1092
+
"content": "$1"
1093
+
}
1094
+
}
1095
+
},
1096
+
"optionSidePanelNumberHint": {
1097
+
"message": "1..99: minimum number of items,\n0: always side panel,\n-1: always popup."
1098
+
},
1099
+
"optionSidePanelPopup": {
1100
+
"message": "Open popup in a side panel"
1101
+
},
1087
1102
"optionTargetIcons": {
1088
1103
"message": "Icons for target sites",
1089
1104
"description": "Label for the checkbox that toggles showing icons for style's target sites in various parts of UI"
@@ -1321,6 +1336,15 @@
1321
1336
"message": "Hold <Enter> (or <▤>) and press a digit to open the corresponding style's menu.",
1322
1337
"description": "Preserve < and > symbols so that <hotkey> is styled as a key"
1323
1338
},
1339
+
"popupHotkeysInfoSide": {
1340
+
"message": "Right-click or long-press on an action button to force-open in a side panel. You can change the default behavior in the options 🞂 $side$.",
1341
+
"description": "$side$ is replaced with translation for optionSidePanelActions: \"Side panel for popup actions\"",
1342
+
"placeholders": {
1343
+
"side": {
1344
+
"content": "$1"
1345
+
}
1346
+
}
1347
+
},
1324
1348
"popupHotkeysInfoTab": {
1325
1349
"message": "Hold <Alt> to toggle styles only for the current tab.",
1326
1350
"description": "Preserve < and > symbols so that <hotkey> is styled as a key"
@@ -1345,6 +1369,10 @@
1345
1369
"message": "Also enabled by detaching editor tab from a browser window,\nand disabled by attaching a single editor tab into another window.",
1346
1370
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
1347
1371
},
1372
+
"popupSidePanelOpenHint": {
1373
+
"message": "Right-click: in side panel",
1374
+
"description": "Tooltip for some buttons in the popup that normally open in a tab/popup."
1375
+
},
1348
1376
"popupStylesFirst": {
1349
1377
"message": "Styles before commands",
1350
1378
"description": "Label for the checkbox controlling section order in the popup."
0 commit comments