tracky-mouse 2.3.0 → 2.4.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/README.md CHANGED
@@ -229,11 +229,12 @@ const config = {
229
229
  rect.height > rect.width;
230
230
  const min = Number(target.min);
231
231
  const max = Number(target.max);
232
- target.value = (
233
- vertical ?
234
- (y - rect.top) / rect.height :
235
- (x - rect.left) / rect.width
236
- ) * (max - min) + min;
232
+ const style = window.getComputedStyle(target);
233
+ const isRTL = style.direction === "rtl";
234
+ const fraction = vertical
235
+ ? (y - rect.top) / rect.height
236
+ : (isRTL ? (rect.right - x) / rect.width : (x - rect.left) / rect.width);
237
+ target.value = fraction * (max - min) + min;
237
238
  target.dispatchEvent(new Event("input", { bubbles: true }));
238
239
  target.dispatchEvent(new Event("change", { bubbles: true }));
239
240
  } else {
@@ -287,6 +288,15 @@ function getCurrentRotation(el) {
287
288
 
288
289
  This stops the dwell clicker.
289
290
 
291
+ ## Screen Overlay (HUD)
292
+
293
+ ### `TrackyMouse.initScreenOverlay()` [UNSTABLE]
294
+ This creates the screen overlay (heads-up display) elements and adds them to the page.
295
+
296
+ This is used only by the desktop app for now, and is subject to change or removal without a major version bump. The HUD may be automatically initialized when initializing the UI in the future.
297
+
298
+ Returns an object with `update(data)` and `updateMousePos(x, y)` methods.
299
+
290
300
  ## Changelog
291
301
 
292
302
  For release notes, see [CHANGELOG.md](https://github.com/1j01/tracky-mouse/blob/main/CHANGELOG.md)
@@ -0,0 +1,204 @@
1
+ {
2
+ "\n\nOptions:\n": "\n\nالخيارات:\n",
3
+ "\n\nSince this is a git repository, the update can be pulled directly.": "\n\nنظرًا لكونه مستودع Git، يمكن جلب التحديث مباشرةً.",
4
+ "⚠️ ": "⚠️ ",
5
+ "A new version of Tracky Mouse is available: %0\n\nYou are currently using version %1.": "يتوفر إصدار جديد من Tracky Mouse: %0\n\nأنت تستخدم حاليًا الإصدار %1.",
6
+ "About Tracky Mouse": "حول Tracky Mouse",
7
+ "Acceleration": "التسارع",
8
+ "Adjust an option by an amount relative to its current value. (Also outputs the new value, which may be constrained to some limits.)": "يضبط خيارًا بمقدار نسبي للقيمة الحالية. (كما يعرض القيمة الجديدة، والتي قد تُقيَّد ببعض الحدود.)",
9
+ "Adjusts the center position of horizontal head tilt. Not recommended. Move the camera instead if possible.": "يضبط موضع مركز إمالة الرأس الأفقي. هذا غير مستحسن؛ حرِّك الكاميرا بدلاً من ذلك إن أمكن.",
10
+ "Adjusts the center position of horizontal head tilt. This horizontal offset is not recommended. Move the camera instead if possible.": "يضبط موضع مركز إمالة الرأس الأفقي. لا يُنصح بهذا الإزاحة الأفقية؛ حرِّك الكاميرا بدلاً من ذلك إن أمكن.",
11
+ "Adjusts the center position of vertical head tilt.": "يضبط موضع مركز إمالة الرأس العمودية.",
12
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.": "يضبط موضع المؤشر عندما ترى الكاميرا الرأس متجهًا للأمام مباشرة.",
13
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.\n⚠️ This horizontal offset is not recommended. Move the camera instead if possible. 📷": "يضبط موضع المؤشر عندما ترى الكاميرا الرأس متجهًا للأمام مباشرة.\n⚠️ لا يُنصح بهذا الإزاحة الأفقية؛ حرِّك الكاميرا بدلاً من ذلك إن أمكن. 📷",
14
+ "Allow Camera Access": "السماح بالوصول إلى الكاميرا",
15
+ "An error occurred while updating from git.": "حدث خطأ أثناء التحديث من Git.",
16
+ "Automatically starts Tracky Mouse as soon as it's run.": "يبدأ تشغيل Tracky Mouse تلقائيًا بمجرد تشغيله.",
17
+ "Blends between using point tracking (2D) and detected head tilt (3D).\n- At 0% it will use only point tracking. This moves the cursor according to visible movement of 2D points on your face within the camera's view, so it responds to both head rotation and translation.\n- At 100% it will use only head tilt. This uses an estimate of your face's orientation in 3D space, and ignores head translation. Note that this is smoothed, so it's not as responsive as point tracking. In this mode you never need to recenter by pushing the cursor to the edge of the screen.\n- In between it will behave like an automatic calibration, subtly adjusting the point tracking to match the head tilt. This works by slowing down mouse movement that is moving away from the position that would be expected based on the head tilt, and (only past 80% on the slider) actively moving towards it.": "يمزج بين استخدام تتبّع النقاط (ثنائي الأبعاد) وإمالة الرأس المكتشفة (ثلاثية الأبعاد).\n- عند 0% سيستخدم تتبّع النقاط فقط. يحرك المؤشر وفقًا للحركة الظاهرة لنقاط وجهك ثنائية الأبعاد في صورة الكاميرا، لذا يستجيب لدوران الرأس وتحريكه معًا.\n- عند 100% سيستخدم إمالة الرأس فقط. يستخدم تقديرًا لاتجاه وجهك في الفضاء ثلاثي الأبعاد، ويتجاهل تحريك الرأس. لاحظ أن هذه القيمة ملساء، لذا فهي ليست سريعة الاستجابة مثل تتبّع النقاط. في هذا الوضع لن تحتاج لإعادة المعايرة بدفع المؤشر إلى حافة الشاشة.\n- في القيم المتوسطة سيتصرّف كمعايرة تلقائية، فيعدّل تتبّع النقاط تدريجيًا ليتطابق مع إمالة الرأس. يقوم بذلك عبر إبطاء حركة المؤشر التي تبتعد عن الموضع المتوقع بناءً على إمالة الرأس، و(فقط بعد 80% على شريط التمرير) تحريك المؤشر فعليًا نحوه.",
18
+ "Camera %0": "الكاميرا %0",
19
+ "Camera source": "مصدر الكاميرا",
20
+ "Change an option to a particular value. (Also outputs the new value, which may be constrained to some limits.)": "يغيّر خيارًا إلى قيمة معيّنة. (كما يعرض القيمة الجديدة، والتي قد تُقيَّد ببعض الحدود.)",
21
+ "Changes the language Tracky Mouse is displayed in.": "يغيّر اللغة التي يُعرَض بها Tracky Mouse.",
22
+ "Check for updates": "التحقّق من وجود تحديثات",
23
+ "Checked out %0. Restart the app to use the updated version.": "تم سحب %0. أعد تشغيل التطبيق لاستخدام الإصدار المحدَّث.",
24
+ "Choose how to perform mouse clicks.": "اختر كيفية تنفيذ نقرات الفأرة.",
25
+ "Clicking": "النقر",
26
+ "Clicking mode:": "وضع النقر:",
27
+ "Close": "إغلاق",
28
+ "Close eyes to start/stop (<span style=\"border-bottom: 1px dotted;\" title=\"• There is currently no visual or auditory feedback.\n• There are no settings for duration(s) to toggle on and off.\n• It is affected by false positive blink detections, especially when looking downward.\">Experimental</span>)": "أغلق عينيك لبدء/إيقاف (<span style=\"border-bottom: 1px dotted;\" title=\"• لا توجد حاليًا أي ملاحظات بصرية أو صوتية.\n• لا توجد إعدادات لمدد التفعيل والتعطيل.\n• تتأثر باكتشافات الوميض الخاطئة، خاصة عند النظر إلى الأسفل.\">تجريبي</span>)",
29
+ "Close one eye to click. Left eye for left click, right eye for right click.": "أغمض عينًا واحدة للنقر. العين اليسرى للنقر الأيسر، واليمنى للنقر الأيمن.",
30
+ "config.afterDispatch must be a function": "يجب أن يكون ‎config.afterDispatch‎ دالة.",
31
+ "config.beforeDispatch must be a function": "يجب أن يكون ‎config.beforeDispatch‎ دالة.",
32
+ "config.beforePointerDownDispatch must be a function": "يجب أن يكون ‎config.beforePointerDownDispatch‎ دالة.",
33
+ "config.click is required": "الخيار ‎config.click‎ مطلوب.",
34
+ "config.click must be a function": "يجب أن يكون ‎config.click‎ دالة.",
35
+ "config.dwellClickEvenIfPaused must be a function": "يجب أن يكون ‎config.dwellClickEvenIfPaused‎ دالة.",
36
+ "config.isEquivalentTarget must be a function": "يجب أن يكون ‎config.isEquivalentTarget‎ دالة.",
37
+ "config.isHeld must be a function": "يجب أن يكون ‎config.isHeld‎ دالة.",
38
+ "config.noCenter must be a function": "يجب أن يكون ‎config.noCenter‎ دالة.",
39
+ "config.retarget must be an array of objects": "يجب أن يكون ‎config.retarget‎ مصفوفة من الكائنات.",
40
+ "config.retarget[%0].from is not a valid CSS selector": "‎config.retarget[%0].from‎ ليس محدِّد CSS صالحًا.",
41
+ "config.retarget[%0].from is required": "الحقل ‎config.retarget[%0].from‎ مطلوب.",
42
+ "config.retarget[%0].from must be a CSS selector string, an Element, or a function": "يجب أن يكون ‎config.retarget[%0].from‎ سلسلة لمحدِّد CSS أو عنصرًا أو دالة.",
43
+ "config.retarget[%0].to is not a valid CSS selector": "‎config.retarget[%0].to‎ ليس محدِّد CSS صالحًا.",
44
+ "config.retarget[%0].to is required (although can be null to ignore the element)": "الحقل ‎config.retarget[%0].to‎ مطلوب (ويمكن أن يكون ‎null‎ لتجاهل العنصر).",
45
+ "config.retarget[%0].to must be a CSS selector string, an Element, a function, or null": "يجب أن يكون ‎config.retarget[%0].to‎ سلسلة لمحدِّد CSS أو عنصرًا أو دالة أو ‎null‎.",
46
+ "config.retarget[%0].withinMargin must be a number": "يجب أن يكون ‎config.retarget[%0].withinMargin‎ رقمًا.",
47
+ "config.shouldDrag must be a function": "يجب أن يكون ‎config.shouldDrag‎ دالة.",
48
+ "config.targets is not a valid CSS selector": "‎config.targets‎ ليس محدِّد CSS صالحًا.",
49
+ "config.targets is required (must be a CSS selector)": "الخيار ‎config.targets‎ مطلوب (يجب أن يكون محدِّد CSS).",
50
+ "config.targets must be a string (a CSS selector)": "يجب أن يكون ‎config.targets‎ سلسلة نصية (محدِّد CSS).",
51
+ "configuration object required for initDwellClicking": "كائن إعدادات مطلوب لـ ‎initDwellClicking‎.",
52
+ "Control your computer with your webcam.": "تحكّم في حاسوبك باستخدام كاميرا الويب.",
53
+ "Control your mouse hands-free. This CLI controls the running Tracky Mouse app. It's meant for external programs like a voice command system to toggle Tracky Mouse and adjust settings on the fly.": "تحكّم في مؤشر الفأرة دون استخدام اليدين. هذا الأمر الطرفي يتحكّم في تطبيق Tracky Mouse قيد التشغيل. يُقصَد به أن تستخدمه البرامج الخارجية مثل أنظمة أوامر الصوت لتبديل Tracky Mouse وضبط الإعدادات أثناء العمل.",
54
+ "Controls how much you need to tilt your head left or right to reach the edge of the screen.": "يتحكّم في مقدار إمالة الرأس إلى اليسار أو اليمين اللازم للوصول إلى حافة الشاشة.",
55
+ "Controls how much you need to tilt your head up or down to reach the edge of the screen.": "يتحكّم في مقدار إمالة الرأس للأعلى أو الأسفل اللازم للوصول إلى حافة الشاشة.",
56
+ "Couldn't checkout the latest version in the local git repository. You may have uncommitted changes.": "تعذّر سحب أحدث إصدار من مستودع Git المحلي. ربما لديك تغييرات غير مُلتزَمة.",
57
+ "Couldn't fetch updates from git.": "تعذّر جلب التحديثات من Git.",
58
+ "Cursor Movement": "حركة المؤشر",
59
+ "Default": "الافتراضي",
60
+ "Delay before dragging&nbsp;&nbsp;&nbsp;": "التأخير قبل السحب&nbsp;&nbsp;&nbsp;",
61
+ "Determines whether cursor movement is based on 3D head tilt, or 2D motion of the face in the camera feed.": "يحدّد ما إذا كانت حركة المؤشر تعتمد على إمالة الرأس ثلاثية الأبعاد، أم حركة الوجه ثنائية الأبعاد في تغذية الكاميرا.",
62
+ "Disable clicking. Use with an external switch or programs that provide their own dwell clicking.": "يعطّل النقر. استعمله مع مفتاح خارجي أو برامج توفّر آلية النقر بالتثبيت الخاصة بها.",
63
+ "Down": "أسفل",
64
+ "Download": "تنزيل",
65
+ "Dwell to click": "انقر بالتثبيت",
66
+ "Easy to click": "سهل النقر",
67
+ "Easy to drag": "سهل السحب",
68
+ "Edit": "تحرير",
69
+ "Export": "تصدير",
70
+ "Export Settings": "تصدير الإعدادات",
71
+ "Face convergence score: ": "درجة تقارب الوجه: ",
72
+ "Face tracking score: ": "درجة تتبّع الوجه: ",
73
+ "Failed to backup current settings before import.\n\n": "فشل نسخ الإعدادات الحالية احتياطيًا قبل الاستيراد.\n\n",
74
+ "Failed to export settings.\n\n": "فشل تصدير الإعدادات.\n\n",
75
+ "Failed to import settings.\n\n": "فشل استيراد الإعدادات.\n\n",
76
+ "Failed to install dependencies for the new version after checking it out from git.": "فشل تثبيت الاعتمادات للإصدار الجديد بعد سحبه من Git.",
77
+ "Failed to open camera settings:\n": "فشل فتح إعدادات الكاميرا:\n",
78
+ "Failed to parse known cameras from localStorage:\n": "فشل تحليل الكاميرات المعروفة من ‎localStorage‎:\n",
79
+ "Failed to read selected file.\n\n": "فشل قراءة الملف المحدد.\n\n",
80
+ "Fast": "سريع",
81
+ "File": "ملف",
82
+ "Free": "مجاني",
83
+ "General": "عام",
84
+ "GitHub Repository": "مستودع GitHub",
85
+ "Head tilt": "إمالة الرأس",
86
+ "Head tilt (3D)": "إمالة الرأس (ثلاثية الأبعاد)",
87
+ "Head tilt calibration": "معايرة إمالة الرأس",
88
+ "Higher acceleration makes the cursor move faster when the head moves quickly, and slower when the head moves slowly.": "التسارع الأعلى يجعل المؤشر يتحرك أسرع عندما يتحرك الرأس بسرعة، وأبطأ عندما يتحرك ببطء.",
89
+ "Hold the cursor in place for a short time to click.": "ثبّت المؤشر في مكانه لوقت قصير للنقر.",
90
+ "Home Page": "الصفحة الرئيسية",
91
+ "Horizontal cursor offset": "إزاحة المؤشر أفقيًا",
92
+ "Horizontal sensitivity": "الحساسية الأفقية",
93
+ "Horizontal tilt range": "نطاق الإمالة الأفقية",
94
+ "How much you need to tilt your head left and right to reach the edges of the screen.": "مقدار إمالة رأسك لليسار واليمين للوصول إلى حواف الشاشة.",
95
+ "How much you need to tilt your head left or right to reach the edge of the screen.": "مقدار إمالة رأسك لليسار أو اليمين للوصول إلى حافة الشاشة.",
96
+ "How much you need to tilt your head up and down to reach the edges of the screen.": "مقدار إمالة رأسك للأعلى والأسفل للوصول إلى حواف الشاشة.",
97
+ "How much you need to tilt your head up or down to reach the edge of the screen.": "مقدار إمالة رأسك للأعلى أو الأسفل للوصول إلى حافة الشاشة.",
98
+ "If enabled, Tracky Mouse will automatically check for updates when it starts.": "إذا كان مفعّلًا، سيتحقّق Tracky Mouse تلقائيًا من وجود تحديثات عند بدء التشغيل.",
99
+ "If enabled, Tracky Mouse will automatically start when you log into your computer.": "إذا كان مفعّلًا، سيبدأ Tracky Mouse تلقائيًا عند تسجيل الدخول إلى حاسوبك.",
100
+ "If enabled, Tracky Mouse will start controlling the cursor as soon as it's launched.": "إذا كان مفعّلًا، سيبدأ Tracky Mouse في التحكّم بالمؤشر بمجرد تشغيله.",
101
+ "If enabled, you can start or stop mouse control by holding both your eyes shut for a few seconds.": "إذا كان مفعّلًا، يمكنك بدء أو إيقاف التحكّم بالمؤشر عبر إبقاء كلتا عينيك مغلقتين لعدّة ثوانٍ.",
102
+ "Import": "استيراد",
103
+ "Import Settings": "استيراد الإعدادات",
104
+ "JSON": "JSON",
105
+ "Language": "اللغة",
106
+ "Large neck movement": "حركة عنق كبيرة",
107
+ "Later": "لاحقًا",
108
+ "Left": "يسار",
109
+ "Linear": "خطي",
110
+ "Little neck movement": "حركة عنق بسيطة",
111
+ "Locks mouse movement during the start of a click to prevent accidental dragging.": "يقفل حركة الفأرة في بداية النقر لمنع السحب غير المقصود.",
112
+ "Locks mouse movement for the given duration during the start of a click.\nYou may want to turn this off if you're drawing on a canvas, or increase it if you find yourself accidentally dragging when you try to click.": "يقفل حركة الفأرة للمدة المحددة في بداية النقر.\nقد ترغب في إيقاف هذا الخيار إذا كنت ترسم على لوحة، أو زيادته إذا كنت تسحب العناصر عن طريق الخطأ عند محاولة النقر.",
113
+ "Makes the cursor move extra fast for quick head movements, and extra slow for slow head movements. Helps to stabilize the cursor.": "يجعل المؤشر يتحرك بسرعة إضافية مع حركات الرأس السريعة، وببطء شديد مع الحركات البطيئة. يساعد على تثبيت المؤشر.",
114
+ "Makes the cursor move relatively fast for quick head movements, and relatively slow for slow head movements.\nHelps to stabilize the cursor. However, when using point tracking in combination with head tilt, a lower value may work better since head tilt is linear, and you want the point tracking to roughly match the head tracking for it to act as a seamless auto- calibration.": "يجعل المؤشر يتحرك بسرعة نسبية مع حركات الرأس السريعة، وببطء نسبي مع الحركات البطيئة.\nيساعد على تثبيت المؤشر. لكن عند استخدام تتبّع النقاط مع إمالة الرأس، قد تعمل قيمة أقل بشكل أفضل لأن إمالة الرأس خطية، ومن المفيد أن يكون تتبّع النقاط قريبًا منها ليعمل كمعايرة تلقائية سلسة.",
115
+ "Makes Tracky Mouse active as soon as it's launched.": "يجعل Tracky Mouse نشطًا بمجرد تشغيله.",
116
+ "Makes Tracky Mouse active when launched. Otherwise, you can start it manually when you're ready.": "يجعل Tracky Mouse نشطًا عند تشغيله. وإلا فيمكنك تشغيله يدويًا عندما تكون مستعدًا.",
117
+ "Makes Tracky Mouse start automatically when you log into your computer.": "يجعل Tracky Mouse يبدأ تلقائيًا عند تسجيل الدخول إلى حاسوبك.",
118
+ "Minimum distance to move the cursor in one frame, in pixels. Helps to fully stop the cursor.": "أدنى مسافة لتحريك المؤشر في إطار واحد، بالبكسل. يساعد على إيقاف المؤشر تمامًا.",
119
+ "Mirror": "عكس أفقي",
120
+ "Mirrors the camera view horizontally.": "يعكس صورة الكاميرا أفقيًا.",
121
+ "Motion threshold": "عتبة الحركة",
122
+ "Movement less than this distance in pixels will be ignored.": "لن تُحتسب الحركة الأقل من هذه المسافة (بالبكسل).",
123
+ "N/A": "غير متوفر",
124
+ "No camera found. Please make sure you have a camera connected and enabled.": "لم يتم العثور على كاميرا. يرجى التأكد من توصيل الكاميرا وتفعيلها.",
125
+ "Notifies you of new versions of Tracky Mouse.": "يُخطرك بالإصدارات الجديدة من Tracky Mouse.",
126
+ "Notifies you when a new version of Tracky Mouse is available.": "يُخطرك عندما يتوفر إصدار جديد من Tracky Mouse.",
127
+ "Off": "إيقاف",
128
+ "Open Camera Settings": "فتح إعدادات الكاميرا",
129
+ "Open download page": "فتح صفحة التنزيل",
130
+ "Open mouth to click (ignoring eyes)": "افتح فمك للنقر (مع تجاهل حالة العينين)",
131
+ "Open mouth to click (simple)": "افتح فمك للنقر (بسيط)",
132
+ "Open mouth to click (with eye modifiers)": "افتح فمك للنقر (مع معدِّلات العين)",
133
+ "Open your camera's system settings window to adjust properties like brightness and contrast.": "يفتح نافذة إعدادات النظام الخاصة بالكاميرا لضبط خصائص مثل السطوع والتباين.",
134
+ "Open your mouth wide to click. At least one eye must be open to click.": "افتح فمك على اتساعه للنقر. يجب أن تكون عين واحدة على الأقل مفتوحة ليتم النقر.",
135
+ "Open your mouth wide to click. Eye state is ignored.": "افتح فمك على اتساعه للنقر. يتم تجاهل حالة العينين.",
136
+ "Open your mouth wide to click. If left eye is closed, it's a right click; if right eye is closed, it's a middle click.": "افتح فمك على اتساعه للنقر. إذا كانت العين اليسرى مغلقة فسيكون النقر أيمن؛ وإذا كانت العين اليمنى مغلقة فسيكون النقر بالزر الأوسط.",
137
+ "Opens the system settings dialog for the selected camera, to adjust properties like auto-focus and auto-exposure.": "يفتح مربع حوار إعدادات النظام للكاميرا المحددة لضبط خصائص مثل التركيز التلقائي والتعريض التلقائي.",
138
+ "Opens the system settings window for your camera to adjust properties like auto-focus and auto-exposure.": "يفتح نافذة إعدادات النظام للكاميرا لضبط خصائص مثل التركيز التلقائي والتعريض التلقائي.",
139
+ "Optical flow": "التدفق البصري",
140
+ "Outputs the current value of an option.": "يعرض القيمة الحالية لأحد الخيارات.",
141
+ "Permission denied. Please enable access to the camera.": "تم رفض الإذن. يرجى تفعيل الوصول إلى الكاميرا.",
142
+ "Pitch: ": "الميل: ",
143
+ "Please make sure no other programs are using the camera and try again.": "يرجى التأكد من عدم استخدام برامج أخرى للكاميرا ثم المحاولة مرة أخرى.",
144
+ "Point tracking": "تتبّع النقاط",
145
+ "Point tracking (2D)": "تتبّع النقاط (ثنائي الأبعاد)",
146
+ "Points based on score: ": "النقاط حسب الدرجة: ",
147
+ "Press %0 to disable Tracky Mouse.": "اضغط %0 لتعطيل Tracky Mouse.",
148
+ "Press %0 to enable Tracky Mouse.": "اضغط %0 لتمكين Tracky Mouse.",
149
+ "Press %0 to toggle Tracky Mouse.": "اضغط %0 لتبديل حالة Tracky Mouse.",
150
+ "Range of horizontal head tilt that moves the cursor from one side of the screen to the other.": "نطاق إمالة الرأس الأفقية الذي ينقل المؤشر من جانب الشاشة إلى الجانب الآخر.",
151
+ "Range of vertical head tilt required to move the cursor from the top to the bottom of the screen.": "نطاق إمالة الرأس العمودية المطلوب لنقل المؤشر من أعلى الشاشة إلى أسفلها.",
152
+ "Remind me later": "ذكّرني لاحقًا",
153
+ "Restart Now": "أعِد التشغيل الآن",
154
+ "Right": "يمين",
155
+ "Roll: ": "اللف: ",
156
+ "Run at login": "تشغيل عند تسجيل الدخول",
157
+ "Select the language for the Tracky Mouse interface.": "حدّد اللغة التي ستُستخدَم لواجهة Tracky Mouse.",
158
+ "Select which camera to use for head tracking.": "حدّد الكاميرا التي ستُستخدم لتتبّع الرأس.",
159
+ "Selects which camera is used for head tracking.": "يحدّد الكاميرا المستخدمة لتتبّع الرأس.",
160
+ "Show the version number.": "عرض رقم الإصدار.",
161
+ "Skip this version": "تخطَّ هذا الإصدار",
162
+ "Slow": "بطيء",
163
+ "Smooth": "سلس",
164
+ "Smoothing": "التنعيم",
165
+ "Something went wrong accessing the camera.": "حدث خطأ أثناء الوصول إلى الكاميرا.",
166
+ "Something went wrong accessing the camera. Please try again.": "حدث خطأ أثناء الوصول إلى الكاميرا. يرجى المحاولة مرة أخرى.",
167
+ "Speech": "الصوت",
168
+ "Speed in pixels/frame required to move the cursor.": "السرعة المطلوبة بالبكسل لكل إطار لتحريك المؤشر.",
169
+ "Speed of cursor movement in response to horizontal head movement.": "سرعة حركة المؤشر استجابةً لحركة الرأس الأفقية.",
170
+ "Speed of cursor movement in response to vertical head movement.": "سرعة حركة المؤشر استجابةً لحركة الرأس العمودية.",
171
+ "Start": "بدء",
172
+ "Start enabled": "البدء مُفعَّل",
173
+ "Start head tracking.": "بدء تتبّع الرأس.",
174
+ "Steady": "ثابت",
175
+ "Stop": "إيقاف",
176
+ "Stop head tracking.": "إيقاف تتبّع الرأس.",
177
+ "Swap mouse buttons": "تبديل أزرار الفأرة",
178
+ "Switches the left and right mouse buttons.\nUseful if your system's mouse buttons are swapped.\nCould also be used to right click with the dwell clicker in a pinch.": "يبدّل بين زري الفأرة الأيسر والأيمن.\nمفيد إذا كانت أزرار الفأرة في نظامك مبدَّلة.\nيمكن استخدامه أيضًا للنقر بالزر الأيمن مع النقر بالتثبيت عند الحاجة.",
179
+ "The previously selected camera is not available. Try selecting \"Default\" for Video > Camera source, and then select a specific camera if you need to.": "الكاميرا المحددة سابقًا غير متاحة. جرّب اختيار \"الافتراضي\" من فيديو > مصدر الكاميرا، ثم اختر كاميرا محددة إذا احتجت ذلك.",
180
+ "The settings profile to use.": "ملف إعدادات الاستخدام.",
181
+ "Tilt influence": "تأثير الإمالة",
182
+ "Toggle Developer Tools (Screen Overlay)": "تبديل أدوات المطوّر (تراكب الشاشة)",
183
+ "Unavailable": "غير متاح",
184
+ "Unavailable camera": "كاميرا غير متاحة",
185
+ "Up": "أعلى",
186
+ "Update Available": "تحديث متاح",
187
+ "Update Failed": "فشل التحديث",
188
+ "Update from Git": "التحديث من Git",
189
+ "Update Successful": "تم التحديث بنجاح",
190
+ "Use demo footage": "استخدام لقطات تجريبية",
191
+ "Use my camera": "استخدام كاميرتي",
192
+ "Vertical cursor offset": "إزاحة المؤشر عموديًا",
193
+ "Vertical sensitivity": "الحساسية العمودية",
194
+ "Vertical tilt range": "نطاق الإمالة العمودية",
195
+ "Video": "فيديو",
196
+ "View": "عرض",
197
+ "Webcam does not support the required resolution. Please change your settings.": "كاميرا الويب لا تدعم الدقة المطلوبة. يرجى تغيير الإعدادات.",
198
+ "Webcam is already in use. Please make sure you have no other programs using the camera.": "كاميرا الويب قيد الاستخدام بالفعل. يرجى التأكد من عدم استخدام برامج أخرى للكاميرا.",
199
+ "Will resume after mouse stops moving.": "سيُستأنف بعد توقّف حركة الفأرة.",
200
+ "Window": "نافذة",
201
+ "Wink to click": "غمزة للنقر",
202
+ "Yaw: ": "الانحراف: ",
203
+ "You can control your entire computer with the <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> desktop app.": "يمكنك التحكّم في كامل حاسوبك باستخدام تطبيق سطح المكتب <a href=\"https://trackymouse.js.org/\">TrackyMouse</a>."
204
+ }
@@ -0,0 +1,204 @@
1
+ {
2
+ "\n\nOptions:\n": "\n\nবিকল্পসমূহ:\n",
3
+ "\n\nSince this is a git repository, the update can be pulled directly.": "\n\nএটি একটি git রিপোজিটরি হওয়ায়, আপডেট সরাসরি টেনে নেওয়া যেতে পারে।",
4
+ "⚠️ ": "⚠️ ",
5
+ "A new version of Tracky Mouse is available: %0\n\nYou are currently using version %1.": "Tracky Mouse-এর একটি নতুন সংস্করণ উপলব্ধ: %0\n\nআপনি বর্তমানে %1 সংস্করণটি ব্যবহার করছেন।",
6
+ "About Tracky Mouse": "Tracky Mouse সম্পর্কে",
7
+ "Acceleration": "ত্বরণ",
8
+ "Adjust an option by an amount relative to its current value. (Also outputs the new value, which may be constrained to some limits.)": "কোনো বিকল্পকে তার বর্তমান মানের তুলনায় একটি নির্দিষ্ট পরিমাণে পরিবর্তন করুন। (নতুন মানটিও দেখায়, যা কিছু সীমার মধ্যে সীমাবদ্ধ থাকতে পারে।)",
9
+ "Adjusts the center position of horizontal head tilt. Not recommended. Move the camera instead if possible.": "অনুভূমিক মাথা কাতের কেন্দ্র অবস্থান সামঞ্জস্য করে। প্রস্তাবিত নয়। সম্ভব হলে ক্যামেরার অবস্থানই পরিবর্তন করুন।",
10
+ "Adjusts the center position of horizontal head tilt. This horizontal offset is not recommended. Move the camera instead if possible.": "অনুভূমিক মাথা কাতের কেন্দ্র অবস্থান সামঞ্জস্য করে। এই অনুভূমিক অফসেটটি প্রস্তাবিত নয়। সম্ভব হলে ক্যামেরার অবস্থানই পরিবর্তন করুন।",
11
+ "Adjusts the center position of vertical head tilt.": "উল্লম্ব মাথা কাতের কেন্দ্র অবস্থান সামঞ্জস্য করে।",
12
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.": "ক্যামেরা যখন আপনার মাথাকে সোজা সামনের দিকে দেখে, তখন কার্সরের অবস্থান সামঞ্জস্য করে।",
13
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.\n⚠️ This horizontal offset is not recommended. Move the camera instead if possible. 📷": "ক্যামেরা যখন আপনার মাথাকে সোজা সামনের দিকে দেখে, তখন কার্সরের অবস্থান সামঞ্জস্য করে।\n⚠️ এই অনুভূমিক অফসেটটি প্রস্তাবিত নয়। সম্ভব হলে ক্যামেরার অবস্থানই পরিবর্তন করুন। 📷",
14
+ "Allow Camera Access": "ক্যামেরা ব্যবহারের অনুমতি দিন",
15
+ "An error occurred while updating from git.": "git থেকে আপডেট করার সময় একটি ত্রুটি ঘটেছে।",
16
+ "Automatically starts Tracky Mouse as soon as it's run.": "প্রোগ্রাম চালু হওয়া মাত্রই Tracky Mouse স্বয়ংক্রিয়ভাবে শুরু হয়।",
17
+ "Blends between using point tracking (2D) and detected head tilt (3D).\n- At 0% it will use only point tracking. This moves the cursor according to visible movement of 2D points on your face within the camera's view, so it responds to both head rotation and translation.\n- At 100% it will use only head tilt. This uses an estimate of your face's orientation in 3D space, and ignores head translation. Note that this is smoothed, so it's not as responsive as point tracking. In this mode you never need to recenter by pushing the cursor to the edge of the screen.\n- In between it will behave like an automatic calibration, subtly adjusting the point tracking to match the head tilt. This works by slowing down mouse movement that is moving away from the position that would be expected based on the head tilt, and (only past 80% on the slider) actively moving towards it.": "পয়েন্ট ট্র্যাকিং (2D) এবং সনাক্ত করা মাথা কাত (3D)-এর মিশ্রণ নিয়ন্ত্রণ করে।\n- 0% এ কেবল পয়েন্ট ট্র্যাকিং ব্যবহার করবে। এতে ক্যামেরা ভিউতে মুখের 2D পয়েন্টের দৃশ্যমান গতির উপর ভিত্তি করে কার্সর নড়ে, তাই মাথা ঘোরা ও সরে যাওয়া দুটোতেই সাড়া দেয়।\n- 100% এ কেবল মাথা কাত ব্যবহার করবে। এতে 3D স্থানে আপনার মুখের অভিমুখের একটি অনুমান ব্যবহার করা হয় এবং মাথার সরে যাওয়া উপেক্ষা করে। এটি মসৃণ করা থাকে, তাই পয়েন্ট ট্র্যাকিং-এর মতো দ্রুত নয়। এই মোডে আপনাকে আর কখনো স্ক্রিনের কিনারায় ঠেলে কার্সরকে পুনঃকেন্দ্র করতে হবে না।\n- মাঝামাঝি মানে এটি স্বয়ংক্রিয় ক্যালিব্রেশনের মতো আচরণ করে, সূক্ষ্মভাবে পয়েন্ট ট্র্যাকিংকে মাথা কাতের সাথে মিলিয়ে সামঞ্জস্য করে। এটি এমন মাউস মুভমেন্টকে ধীর করে যা প্রত্যাশিত মাথা কাত থেকে দূরে যাচ্ছে এবং (স্লাইডারে প্রায় ৮০% এর পরে) সক্রিয়ভাবে প্রত্যাশিত অবস্থার দিকে নিয়ে যায়।",
18
+ "Camera %0": "ক্যামেরা %0",
19
+ "Camera source": "ক্যামেরা উত্স",
20
+ "Change an option to a particular value. (Also outputs the new value, which may be constrained to some limits.)": "কোনো বিকল্পকে নির্দিষ্ট মানে পরিবর্তন করুন। (নতুন মানটিও দেখায়, যা কিছু সীমার মধ্যে সীমাবদ্ধ থাকতে পারে।)",
21
+ "Changes the language Tracky Mouse is displayed in.": "Tracky Mouse কোন ভাষায় প্রদর্শিত হবে তা পরিবর্তন করে।",
22
+ "Check for updates": "আপডেট পরীক্ষা করুন",
23
+ "Checked out %0. Restart the app to use the updated version.": "%0 চেক আউট করা হয়েছে। আপডেটেড সংস্করণ ব্যবহার করতে অ্যাপটি পুনরায় চালু করুন।",
24
+ "Choose how to perform mouse clicks.": "মাউস ক্লিক কীভাবে করবেন তা নির্বাচন করুন।",
25
+ "Clicking": "ক্লিকিং",
26
+ "Clicking mode:": "ক্লিক করার ধরন:",
27
+ "Close": "বন্ধ করুন",
28
+ "Close eyes to start/stop (<span style=\"border-bottom: 1px dotted;\" title=\"• There is currently no visual or auditory feedback.\n• There are no settings for duration(s) to toggle on and off.\n• It is affected by false positive blink detections, especially when looking downward.\">Experimental</span>)": "চালু/বন্ধ করতে চোখ বন্ধ করুন (<span style=\"border-bottom: 1px dotted;\" title=\"• বর্তমানে কোনো ভিজুয়াল বা অডিও সংকেত নেই।\n• কতক্ষণ চোখ বন্ধ রাখলে চালু/বন্ধ হবে সেটার কোনো সেটিং এখনো নেই।\n• ভুয়া ব্লিঙ্ক সনাক্তকরণের প্রভাব পড়তে পারে, বিশেষ করে নিচের দিকে তাকালে।\">পরীক্ষামূলক</span>)",
29
+ "Close one eye to click. Left eye for left click, right eye for right click.": "এক চোখ বন্ধ করে ক্লিক করুন। বাম চোখ বন্ধ করলে বাম ক্লিক, ডান চোখ বন্ধ করলে ডান ক্লিক।",
30
+ "config.afterDispatch must be a function": "config.afterDispatch একটি ফাংশন হতে হবে",
31
+ "config.beforeDispatch must be a function": "config.beforeDispatch একটি ফাংশন হতে হবে",
32
+ "config.beforePointerDownDispatch must be a function": "config.beforePointerDownDispatch একটি ফাংশন হতে হবে",
33
+ "config.click is required": "config.click প্রয়োজন",
34
+ "config.click must be a function": "config.click একটি ফাংশন হতে হবে",
35
+ "config.dwellClickEvenIfPaused must be a function": "config.dwellClickEvenIfPaused একটি ফাংশন হতে হবে",
36
+ "config.isEquivalentTarget must be a function": "config.isEquivalentTarget একটি ফাংশন হতে হবে",
37
+ "config.isHeld must be a function": "config.isHeld একটি ফাংশন হতে হবে",
38
+ "config.noCenter must be a function": "config.noCenter একটি ফাংশন হতে হবে",
39
+ "config.retarget must be an array of objects": "config.retarget একটি অবজেক্টের অ্যারে হতে হবে",
40
+ "config.retarget[%0].from is not a valid CSS selector": "config.retarget[%0].from একটি বৈধ CSS সিলেক্টর নয়",
41
+ "config.retarget[%0].from is required": "config.retarget[%0].from প্রয়োজন",
42
+ "config.retarget[%0].from must be a CSS selector string, an Element, or a function": "config.retarget[%0].from অবশ্যই একটি CSS সিলেক্টর স্ট্রিং, Element, বা ফাংশন হতে হবে",
43
+ "config.retarget[%0].to is not a valid CSS selector": "config.retarget[%0].to একটি বৈধ CSS সিলেক্টর নয়",
44
+ "config.retarget[%0].to is required (although can be null to ignore the element)": "config.retarget[%0].to প্রয়োজন (যদিও উপাদানটি উপেক্ষা করতে চাইলে null হতে পারে)",
45
+ "config.retarget[%0].to must be a CSS selector string, an Element, a function, or null": "config.retarget[%0].to অবশ্যই একটি CSS সিলেক্টর স্ট্রিং, Element, ফাংশন, বা null হতে হবে",
46
+ "config.retarget[%0].withinMargin must be a number": "config.retarget[%0].withinMargin একটি সংখ্যা হতে হবে",
47
+ "config.shouldDrag must be a function": "config.shouldDrag একটি ফাংশন হতে হবে",
48
+ "config.targets is not a valid CSS selector": "config.targets একটি বৈধ CSS সিলেক্টর নয়",
49
+ "config.targets is required (must be a CSS selector)": "config.targets প্রয়োজন (একটি CSS সিলেক্টর হতে হবে)",
50
+ "config.targets must be a string (a CSS selector)": "config.targets অবশ্যই একটি স্ট্রিং (CSS সিলেক্টর) হতে হবে",
51
+ "configuration object required for initDwellClicking": "initDwellClicking-এর জন্য কনফিগারেশন অবজেক্ট প্রয়োজন",
52
+ "Control your computer with your webcam.": "আপনার ওয়েবক্যাম দিয়ে কম্পিউটার নিয়ন্ত্রণ করুন।",
53
+ "Control your mouse hands-free. This CLI controls the running Tracky Mouse app. It's meant for external programs like a voice command system to toggle Tracky Mouse and adjust settings on the fly.": "হাত ছাড়া মাউস নিয়ন্ত্রণ করুন। এই CLI চলমান Tracky Mouse অ্যাপ নিয়ন্ত্রণ করে। এটি এমন বাহ্যিক প্রোগ্রামের জন্য তৈরি, যেমন ভয়েস কমান্ড সিস্টেম, যারা সঙ্গে সঙ্গে Tracky Mouse চালু/বন্ধ করতে ও সেটিং পরিবর্তন করতে পারে।",
54
+ "Controls how much you need to tilt your head left or right to reach the edge of the screen.": "স্ক্রিনের প্রান্তে পৌঁছাতে আপনাকে কতটা বামে বা ডানে মাথা কাত করতে হবে তা নিয়ন্ত্রণ করে।",
55
+ "Controls how much you need to tilt your head up or down to reach the edge of the screen.": "স্ক্রিনের প্রান্তে পৌঁছাতে আপনাকে কতটা উপরে বা নিচে মাথা কাত করতে হবে তা নিয়ন্ত্রণ করে।",
56
+ "Couldn't checkout the latest version in the local git repository. You may have uncommitted changes.": "লোকাল git রিপোজিটরিতে সর্বশেষ সংস্করণটি চেক আউট করা যায়নি। আপনার অপরিবর্তিত (uncommitted) পরিবর্তন থাকতে পারে।",
57
+ "Couldn't fetch updates from git.": "git থেকে আপডেট আনা যায়নি।",
58
+ "Cursor Movement": "কার্সর চলাচল",
59
+ "Default": "ডিফল্ট",
60
+ "Delay before dragging&nbsp;&nbsp;&nbsp;": "ড্র্যাগ করার আগে বিলম্ব&nbsp;&nbsp;&nbsp;",
61
+ "Determines whether cursor movement is based on 3D head tilt, or 2D motion of the face in the camera feed.": "কার্সর চলাচল 3D মাথা কাতের উপর ভিত্তি করে হবে নাকি ক্যামেরা ফিডে মুখের 2D গতির উপর, তা নির্ধারণ করে।",
62
+ "Disable clicking. Use with an external switch or programs that provide their own dwell clicking.": "ক্লিকিং বন্ধ রাখুন। বাহ্যিক সুইচ বা নিজস্ব ডুয়েল ক্লিকার যুক্ত প্রোগ্রামের সাথে ব্যবহার করুন।",
63
+ "Down": "নিচে",
64
+ "Download": "ডাউনলোড",
65
+ "Dwell to click": "দেখে ক্লিক (ডুয়েল ক্লিক)",
66
+ "Easy to click": "ক্লিক করা সহজ",
67
+ "Easy to drag": "ড্র্যাগ করা সহজ",
68
+ "Edit": "সম্পাদনা",
69
+ "Export": "রপ্তানি",
70
+ "Export Settings": "সেটিং রপ্তানি করুন",
71
+ "Face convergence score: ": "মুখ সংযোজন স্কোর: ",
72
+ "Face tracking score: ": "মুখ ট্র্যাকিং স্কোর: ",
73
+ "Failed to backup current settings before import.\n\n": "ইমপোর্ট করার আগে বর্তমান সেটিং ব্যাকআপ করতে ব্যর্থ হয়েছে।\n\n",
74
+ "Failed to export settings.\n\n": "সেটিং রপ্তানি করতে ব্যর্থ হয়েছে।\n\n",
75
+ "Failed to import settings.\n\n": "সেটিং ইমপোর্ট করতে ব্যর্থ হয়েছে।\n\n",
76
+ "Failed to install dependencies for the new version after checking it out from git.": "git থেকে নতুন সংস্করণ চেক আউট করার পর প্রয়োজনীয় ডিপেনডেন্সি ইন্সটল করতে ব্যর্থ হয়েছে।",
77
+ "Failed to open camera settings:\n": "ক্যামেরা সেটিংস খোলা যায়নি:\n",
78
+ "Failed to parse known cameras from localStorage:\n": "localStorage থেকে পরিচিত ক্যামেরাগুলোর তথ্য পড়তে ব্যর্থ হয়েছে:\n",
79
+ "Failed to read selected file.\n\n": "নির্বাচিত ফাইলটি পড়তে ব্যর্থ হয়েছে।\n\n",
80
+ "Fast": "দ্রুত",
81
+ "File": "ফাইল",
82
+ "Free": "ফ্রি",
83
+ "General": "সাধারণ",
84
+ "GitHub Repository": "GitHub রিপোজিটরি",
85
+ "Head tilt": "মাথা কাত",
86
+ "Head tilt (3D)": "মাথা কাত (3D)",
87
+ "Head tilt calibration": "মাথা কাত ক্যালিব্রেশন",
88
+ "Higher acceleration makes the cursor move faster when the head moves quickly, and slower when the head moves slowly.": "উচ্চ ত্বরণে মাথা দ্রুত নড়লে কার্সর দ্রুত নড়ে, আর ধীরে নড়লে কার্সর ধীরে নড়ে।",
89
+ "Hold the cursor in place for a short time to click.": "অল্প সময়ের জন্য কার্সর স্থির রাখলে ক্লিক হবে।",
90
+ "Home Page": "হোম পেজ",
91
+ "Horizontal cursor offset": "অনুভূমিক কার্সর অফসেট",
92
+ "Horizontal sensitivity": "অনুভূমিক সংবেদনশীলতা",
93
+ "Horizontal tilt range": "অনুভূমিক কাতের সীমা",
94
+ "How much you need to tilt your head left and right to reach the edges of the screen.": "স্ক্রিনের কিনারায় পৌঁছাতে আপনাকে কতটা বাম ও ডান দিকে মাথা কাত করতে হবে।",
95
+ "How much you need to tilt your head left or right to reach the edge of the screen.": "স্ক্রিনের প্রান্তে পৌঁছাতে আপনাকে কতটা বামে বা ডানে মাথা কাত করতে হবে।",
96
+ "How much you need to tilt your head up and down to reach the edges of the screen.": "স্ক্রিনের উপরের ও নিচের প্রান্তে পৌঁছাতে আপনাকে কতটা উপরে ও নিচে মাথা কাত করতে হবে।",
97
+ "How much you need to tilt your head up or down to reach the edge of the screen.": "স্ক্রিনের প্রান্তে পৌঁছাতে আপনাকে কতটা উপরে বা নিচে মাথা কাত করতে হবে।",
98
+ "If enabled, Tracky Mouse will automatically check for updates when it starts.": "এটি চালু থাকলে, Tracky Mouse শুরু হওয়ার সাথে সাথে স্বয়ংক্রিয়ভাবে আপডেট পরীক্ষা করবে।",
99
+ "If enabled, Tracky Mouse will automatically start when you log into your computer.": "এটি চালু থাকলে, আপনি কম্পিউটারে লগইন করলেই Tracky Mouse স্বয়ংক্রিয়ভাবে শুরু হবে।",
100
+ "If enabled, Tracky Mouse will start controlling the cursor as soon as it's launched.": "এটি চালু থাকলে, Tracky Mouse চালু হওয়ার সাথে সাথে কার্সর নিয়ন্ত্রণ শুরু করবে।",
101
+ "If enabled, you can start or stop mouse control by holding both your eyes shut for a few seconds.": "এটি চালু থাকলে, কয়েক সেকেন্ডের জন্য দুই চোখ বন্ধ রেখে আপনি মাউস নিয়ন্ত্রণ চালু বা বন্ধ করতে পারবেন।",
102
+ "Import": "ইমপোর্ট",
103
+ "Import Settings": "সেটিং ইমপোর্ট করুন",
104
+ "JSON": "JSON",
105
+ "Language": "ভাষা",
106
+ "Large neck movement": "ঘাড়ের বেশি নড়াচড়া",
107
+ "Later": "পরে",
108
+ "Left": "বাম",
109
+ "Linear": "রৈখিক",
110
+ "Little neck movement": "ঘাড়ের কম নড়াচড়া",
111
+ "Locks mouse movement during the start of a click to prevent accidental dragging.": "অসাবধানতাবশত ড্র্যাগ হওয়া ঠেকাতে ক্লিকের শুরুতে কিছু সময়ের জন্য মাউসের নড়াচড়া বন্ধ রাখে।",
112
+ "Locks mouse movement for the given duration during the start of a click.\nYou may want to turn this off if you're drawing on a canvas, or increase it if you find yourself accidentally dragging when you try to click.": "ক্লিকের শুরুতে নির্দিষ্ট সময়ের জন্য মাউসের নড়াচড়া বন্ধ রাখে।\nআপনি যদি ক্যানভাসে আঁকেন, তবে এটি বন্ধ করতে চাইতে পারেন, অথবা যদি প্রায়ই ভুল করে ড্র্যাগ হয়ে যায় তবে সময়টা বাড়িয়ে নিতে পারেন।",
113
+ "Makes the cursor move extra fast for quick head movements, and extra slow for slow head movements. Helps to stabilize the cursor.": "মাথা দ্রুত নড়লে কার্সর বাড়তি দ্রুত নড়ে এবং ধীরে নড়লে বাড়তি ধীরে নড়ে। এতে কার্সর স্থিতিশীল থাকে।",
114
+ "Makes the cursor move relatively fast for quick head movements, and relatively slow for slow head movements.\nHelps to stabilize the cursor. However, when using point tracking in combination with head tilt, a lower value may work better since head tilt is linear, and you want the point tracking to roughly match the head tracking for it to act as a seamless auto- calibration.": "মাথা দ্রুত নড়লে কার্সর তুলনামূলক দ্রুত নড়ে এবং ধীরে নড়লে তুলনামূলক ধীরে নড়ে।\nএতে কার্সর স্থিতিশীল থাকে। তবে, মাথা কাতের সাথে পয়েন্ট ট্র্যাকিং একসাথে ব্যবহার করলে কম মান ভালো কাজ করতে পারে, কারণ মাথা কাত রৈখিক, এবং আপনি চান পয়েন্ট ট্র্যাকিং প্রায় মাথা ট্র্যাকিংয়ের সাথে মিল রাখুক যাতে এটি একটি স্বচ্ছন্দ অটো-ক্যালিব্রেশনের মতো কাজ করে।",
115
+ "Makes Tracky Mouse active as soon as it's launched.": "Tracky Mouse চালু হওয়া মাত্রই একে সক্রিয় করে।",
116
+ "Makes Tracky Mouse active when launched. Otherwise, you can start it manually when you're ready.": "Tracky Mouse চালু হওয়ার সাথে সাথে একে সক্রিয় করে। নইলে আপনি প্রস্তুত হলে নিজে থেকে চালু করতে পারবেন।",
117
+ "Makes Tracky Mouse start automatically when you log into your computer.": "আপনি কম্পিউটারে লগইন করলে Tracky Mouse স্বয়ংক্রিয়ভাবে চালু হবে।",
118
+ "Minimum distance to move the cursor in one frame, in pixels. Helps to fully stop the cursor.": "একটি ফ্রেমে কার্সরকে নড়াতে সর্বনিম্ন কত পিক্সেল নড়তে হবে। কার্সর সম্পূর্ণ থামাতে সাহায্য করে।",
119
+ "Mirror": "মিরর",
120
+ "Mirrors the camera view horizontally.": "ক্যামেরা ভিউ অনুভূমিকভাবে আয়নার মতো উল্টে দেয়।",
121
+ "Motion threshold": "মোশন থ্রেশহোল্ড",
122
+ "Movement less than this distance in pixels will be ignored.": "এই দূরত্বের (পিক্সেলে) চেয়ে কম নড়াচড়া উপেক্ষা করা হবে।",
123
+ "N/A": "প্রযোজ্য নয়",
124
+ "No camera found. Please make sure you have a camera connected and enabled.": "কোনো ক্যামেরা পাওয়া যায়নি। অনুগ্রহ করে নিশ্চিত করুন যে ক্যামেরা সংযুক্ত ও সক্রিয় আছে।",
125
+ "Notifies you of new versions of Tracky Mouse.": "Tracky Mouse-এর নতুন সংস্করণের বিষয়ে আপনাকে জানায়।",
126
+ "Notifies you when a new version of Tracky Mouse is available.": "Tracky Mouse-এর নতুন সংস্করণ উপলব্ধ হলে আপনাকে জানায়।",
127
+ "Off": "বন্ধ",
128
+ "Open Camera Settings": "ক্যামেরা সেটিংস খুলুন",
129
+ "Open download page": "ডাউনলোড পেজ খুলুন",
130
+ "Open mouth to click (ignoring eyes)": "মুখ বড় করে খুলে ক্লিক (চোখ উপেক্ষা করবে)",
131
+ "Open mouth to click (simple)": "মুখ খুলে ক্লিক (সরল)",
132
+ "Open mouth to click (with eye modifiers)": "মুখ খুলে ক্লিক (চোখ দিয়ে মোডিফায়ার)",
133
+ "Open your camera's system settings window to adjust properties like brightness and contrast.": "উজ্জ্বলতা ও কনট্রাস্টের মতো বৈশিষ্ট্য সামঞ্জস্য করতে ক্যামেরার সিস্টেম সেটিংস উইন্ডো খুলুন।",
134
+ "Open your mouth wide to click. At least one eye must be open to click.": "মুখ বড় করে খুললে ক্লিক হবে। ক্লিক করার জন্য অন্তত একটি চোখ খোলা থাকতে হবে।",
135
+ "Open your mouth wide to click. Eye state is ignored.": "মুখ বড় করে খুললে ক্লিক হবে। চোখের অবস্থা উপেক্ষা করা হবে।",
136
+ "Open your mouth wide to click. If left eye is closed, it's a right click; if right eye is closed, it's a middle click.": "মুখ বড় করে খুললে ক্লিক হবে। বাম চোখ বন্ধ থাকলে ডান ক্লিক, ডান চোখ বন্ধ থাকলে মাঝের ক্লিক।",
137
+ "Opens the system settings dialog for the selected camera, to adjust properties like auto-focus and auto-exposure.": "নির্বাচিত ক্যামেরার জন্য সিস্টেম সেটিংস ডায়ালগ খুলে, যেখানে অটো-ফোকাস ও অটো-এক্সপোজারের মতো বৈশিষ্ট্য সামঞ্জস্য করতে পারবেন।",
138
+ "Opens the system settings window for your camera to adjust properties like auto-focus and auto-exposure.": "আপনার ক্যামেরার জন্য সিস্টেম সেটিংস উইন্ডো খুলে, যেখানে অটো-ফোকাস ও অটো-এক্সপোজারের মতো বৈশিষ্ট্য সামঞ্জস্য করতে পারবেন।",
139
+ "Optical flow": "অপটিক্যাল ফ্লো",
140
+ "Outputs the current value of an option.": "কোনো বিকল্পের বর্তমান মান দেখায়।",
141
+ "Permission denied. Please enable access to the camera.": "অনুমতি অস্বীকৃত। অনুগ্রহ করে ক্যামেরা ব্যবহারের অনুমতি দিন।",
142
+ "Pitch: ": "পিচ: ",
143
+ "Please make sure no other programs are using the camera and try again.": "অনুগ্রহ করে নিশ্চিত করুন যে অন্য কোনো প্রোগ্রাম ক্যামেরা ব্যবহার করছে না, তারপর আবার চেষ্টা করুন।",
144
+ "Point tracking": "পয়েন্ট ট্র্যাকিং",
145
+ "Point tracking (2D)": "পয়েন্ট ট্র্যাকিং (2D)",
146
+ "Points based on score: ": "স্কোর ভিত্তিক পয়েন্ট: ",
147
+ "Press %0 to disable Tracky Mouse.": "Tracky Mouse বন্ধ করতে %0 চাপুন।",
148
+ "Press %0 to enable Tracky Mouse.": "Tracky Mouse চালু করতে %0 চাপুন।",
149
+ "Press %0 to toggle Tracky Mouse.": "Tracky Mouse চালু/বন্ধ করতে %0 চাপুন।",
150
+ "Range of horizontal head tilt that moves the cursor from one side of the screen to the other.": "অনুভূমিক মাথা কাতের সেই সীমা, যেখানে কার্সর স্ক্রিনের এক পাশ থেকে আরেক পাশে যায়।",
151
+ "Range of vertical head tilt required to move the cursor from the top to the bottom of the screen.": "উল্লম্ব মাথা কাতের যে পরিমাণ প্রয়োজন যাতে কার্সর স্ক্রিনের উপর দিক থেকে নিচের দিকে যেতে পারে।",
152
+ "Remind me later": "আমাকে পরে মনে করিয়ে দিন",
153
+ "Restart Now": "এখনই পুনরায় চালু করুন",
154
+ "Right": "ডান",
155
+ "Roll: ": "রোল: ",
156
+ "Run at login": "লগইনের সময় চালু করুন",
157
+ "Select the language for the Tracky Mouse interface.": "Tracky Mouse ইন্টারফেসের জন্য ভাষা নির্বাচন করুন।",
158
+ "Select which camera to use for head tracking.": "মাথা ট্র্যাকিংয়ের জন্য কোন ক্যামেরা ব্যবহার করবেন তা নির্বাচন করুন।",
159
+ "Selects which camera is used for head tracking.": "মাথা ট্র্যাকিংয়ের জন্য কোন ক্যামেরা ব্যবহার হবে তা নির্ধারণ করে।",
160
+ "Show the version number.": "সংস্করণ নম্বর দেখায়।",
161
+ "Skip this version": "এই সংস্করণটি এড়িয়ে যান",
162
+ "Slow": "ধীরে",
163
+ "Smooth": "মসৃণ",
164
+ "Smoothing": "মসৃণতা",
165
+ "Something went wrong accessing the camera.": "ক্যামেরা ব্যবহার করতে গিয়ে কিছু একটা ভুল হয়েছে।",
166
+ "Something went wrong accessing the camera. Please try again.": "ক্যামেরা ব্যবহার করতে গিয়ে কিছু একটা ভুল হয়েছে। অনুগ্রহ করে আবার চেষ্টা করুন।",
167
+ "Speech": "বাক্ নিয়ন্ত্রণ",
168
+ "Speed in pixels/frame required to move the cursor.": "কার্সর নড়াতে প্রতি ফ্রেমে যত পিক্সেল গতির প্রয়োজন।",
169
+ "Speed of cursor movement in response to horizontal head movement.": "অনুভূমিক মাথা নড়াচড়ার প্রতি সাড়া দিয়ে কার্সরের গতির মান।",
170
+ "Speed of cursor movement in response to vertical head movement.": "উল্লম্ব মাথা নড়াচড়ার প্রতি সাড়া দিয়ে কার্সরের গতির মান।",
171
+ "Start": "শুরু",
172
+ "Start enabled": "শুরুতেই চালু",
173
+ "Start head tracking.": "মাথা ট্র্যাকিং শুরু করুন।",
174
+ "Steady": "স্থিতিশীল",
175
+ "Stop": "থামান",
176
+ "Stop head tracking.": "মাথা ট্র্যাকিং বন্ধ করুন।",
177
+ "Swap mouse buttons": "মাউস বোতাম অদল-বদল করুন",
178
+ "Switches the left and right mouse buttons.\nUseful if your system's mouse buttons are swapped.\nCould also be used to right click with the dwell clicker in a pinch.": "বাম ও ডান মাউস বোতাম অদলবদল করে।\nআপনার সিস্টেমে যদি মাউস বোতাম অদলবদল থাকে, তবে এটি উপকারী।\nপ্রয়োজনে ডুয়েল ক্লিকারের সাথে ডান ক্লিক করার জন্যও ব্যবহার করতে পারেন।",
179
+ "The previously selected camera is not available. Try selecting \"Default\" for Video > Camera source, and then select a specific camera if you need to.": "আগে নির্বাচিত ক্যামেরাটি এখন আর উপলব্ধ নয়। Video > Camera source থেকে \"Default\" নির্বাচন করে দেখুন, এরপর প্রয়োজনে নির্দিষ্ট একটি ক্যামেরা নির্বাচন করুন।",
180
+ "The settings profile to use.": "যে সেটিং প্রোফাইলটি ব্যবহার করবেন।",
181
+ "Tilt influence": "কাতের প্রভাব",
182
+ "Toggle Developer Tools (Screen Overlay)": "ডেভেলপার টুল টগল করুন (স্ক্রিন ওভারলে)",
183
+ "Unavailable": "অনুপলব্ধ",
184
+ "Unavailable camera": "অনুপলব্ধ ক্যামেরা",
185
+ "Up": "উপরে",
186
+ "Update Available": "আপডেট উপলব্ধ",
187
+ "Update Failed": "আপডেট ব্যর্থ হয়েছে",
188
+ "Update from Git": "Git থেকে আপডেট করুন",
189
+ "Update Successful": "আপডেট সফল হয়েছে",
190
+ "Use demo footage": "ডেমো ফুটেজ ব্যবহার করুন",
191
+ "Use my camera": "আমার ক্যামেরা ব্যবহার করুন",
192
+ "Vertical cursor offset": "উল্লম্ব কার্সর অফসেট",
193
+ "Vertical sensitivity": "উল্লম্ব সংবেদনশীলতা",
194
+ "Vertical tilt range": "উল্লম্ব কাতের সীমা",
195
+ "Video": "ভিডিও",
196
+ "View": "দৃশ্য",
197
+ "Webcam does not support the required resolution. Please change your settings.": "ওয়েবক্যাম প্রয়োজনীয় রেজোলিউশন সমর্থন করে না। অনুগ্রহ করে আপনার সেটিং পরিবর্তন করুন।",
198
+ "Webcam is already in use. Please make sure you have no other programs using the camera.": "ওয়েবক্যাম ইতিমধ্যেই ব্যবহার করা হচ্ছে। অনুগ্রহ করে নিশ্চিত করুন যে অন্য কোনো প্রোগ্রাম ক্যামেরা ব্যবহার করছে না।",
199
+ "Will resume after mouse stops moving.": "মাউস নড়াচড়া থামার পর আবার চালু হবে।",
200
+ "Window": "উইন্ডো",
201
+ "Wink to click": "চোখ টিপে ক্লিক",
202
+ "Yaw: ": "ইয়: ",
203
+ "You can control your entire computer with the <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> desktop app.": "আপনি <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> ডেস্কটপ অ্যাপ দিয়ে আপনার পুরো কম্পিউটার নিয়ন্ত্রণ করতে পারেন।"
204
+ }