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-US/translation.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -453,5 +453,23 @@
453
453
"individual_edit": "Individual Edit",
454
454
"batch_edit": "Batch Edit",
455
455
"script_code": "Script Code",
456
-
"enter_search_value": "Enter {{search}} to search"
456
+
"enter_search_value": "Enter {{search}} to search",
457
+
"script_run_env": {
458
+
"title": "Operating environment",
459
+
"default": "default",
460
+
"all": "All",
461
+
"normal-tabs": "Normal tags",
462
+
"incognito-tabs": "Incognito tags"
463
+
},
464
+
"editor_config": "Editor Configuration",
465
+
"editor_config_description": "You can refer to the compilerOptions in <Link href=\"https://code.visualstudio.com/docs/languages/jsconfig\">jsconfig.js</Link> for configuration",
466
+
"editor_type_definition": "Editor Type Definition",
467
+
"editor_type_definition_description": "You can customize your own type definitions, and the script editor will automatically load these type definitions",
0 commit comments