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: locales/en.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
"app_title": "ScreenSniper - Screenshot Tool",
3
3
"btn_fullscreen": "Capture Full Screen (Ctrl+Shift+F)",
4
4
"btn_area": "Capture Area (Ctrl+Shift+A)",
5
+
"btn_scroll": "Scroll Capture",
5
6
"btn_settings": "Settings",
6
7
"tray_fullscreen": "Capture Full Screen",
7
8
"tray_area": "Capture Area",
9
+
"tray_scroll": "Scroll Capture",
8
10
"tray_show": "Show Main Window",
9
11
"tray_about": "About",
10
12
"tray_quit": "Quit",
@@ -93,5 +95,7 @@
93
95
"face_blur_init_failed": "Face detector initialization failed\n\nPossible reasons:\n1. Model files missing (opencv_face_detector_uint8.pb and opencv_face_detector.pbtxt.txt)\n2. OpenCV library not properly configured\n\nPlease check if model files exist in the models directory",
94
96
"face_blur_not_ready": "Face detector is still not available after initialization\n\nPlease check:\n1. If model files are complete\n2. If OpenCV library is correctly installed",
0 commit comments