tracky-mouse 2.5.0 → 2.7.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.
Files changed (73) hide show
  1. package/README.md +2 -1
  2. package/audio/click-press.wav +0 -0
  3. package/audio/click-release.wav +0 -0
  4. package/audio/middle-click-press.wav +0 -0
  5. package/audio/middle-click-release.wav +0 -0
  6. package/audio/pause.wav +0 -0
  7. package/audio/unpause.wav +0 -0
  8. package/audio.js +145 -0
  9. package/images/head-not-found.svg +135 -0
  10. package/images/manual-takeback.svg +127 -0
  11. package/locales/ar/translation.json +199 -202
  12. package/locales/ar-EG/translation.json +199 -202
  13. package/locales/bg/translation.json +199 -202
  14. package/locales/bn/translation.json +199 -202
  15. package/locales/ca/translation.json +199 -202
  16. package/locales/ce/translation.json +199 -202
  17. package/locales/ceb/translation.json +199 -202
  18. package/locales/cs/translation.json +199 -202
  19. package/locales/da/translation.json +199 -202
  20. package/locales/de/translation.json +199 -202
  21. package/locales/el/translation.json +199 -202
  22. package/locales/emoji/translation.json +199 -202
  23. package/locales/en/translation.json +199 -202
  24. package/locales/eo/translation.json +199 -202
  25. package/locales/es/translation.json +199 -202
  26. package/locales/eu/translation.json +199 -202
  27. package/locales/fa/translation.json +199 -202
  28. package/locales/fi/translation.json +199 -202
  29. package/locales/fr/translation.json +199 -202
  30. package/locales/gu/translation.json +199 -202
  31. package/locales/ha/translation.json +199 -202
  32. package/locales/he/translation.json +199 -202
  33. package/locales/hi/translation.json +199 -202
  34. package/locales/hr/translation.json +199 -202
  35. package/locales/hu/translation.json +199 -202
  36. package/locales/hy/translation.json +199 -202
  37. package/locales/id/translation.json +199 -202
  38. package/locales/it/translation.json +199 -202
  39. package/locales/ja/translation.json +199 -202
  40. package/locales/jv/translation.json +199 -202
  41. package/locales/ko/translation.json +199 -202
  42. package/locales/mr/translation.json +199 -202
  43. package/locales/ms/translation.json +199 -202
  44. package/locales/nan/translation.json +199 -202
  45. package/locales/nb/translation.json +199 -202
  46. package/locales/nl/translation.json +199 -202
  47. package/locales/pa/translation.json +199 -202
  48. package/locales/pl/translation.json +199 -202
  49. package/locales/pt/translation.json +199 -202
  50. package/locales/pt-BR/translation.json +199 -202
  51. package/locales/ro/translation.json +199 -202
  52. package/locales/ru/translation.json +199 -202
  53. package/locales/sk/translation.json +199 -202
  54. package/locales/sl/translation.json +199 -202
  55. package/locales/sr/translation.json +199 -202
  56. package/locales/sv/translation.json +199 -202
  57. package/locales/sw/translation.json +199 -202
  58. package/locales/ta/translation.json +199 -202
  59. package/locales/te/translation.json +199 -202
  60. package/locales/th/translation.json +199 -202
  61. package/locales/tl/translation.json +199 -202
  62. package/locales/tr/translation.json +199 -202
  63. package/locales/tt/translation.json +199 -202
  64. package/locales/uk/translation.json +199 -202
  65. package/locales/ur/translation.json +199 -202
  66. package/locales/uz/translation.json +199 -202
  67. package/locales/vi/translation.json +199 -202
  68. package/locales/war/translation.json +199 -202
  69. package/locales/zh/translation.json +199 -202
  70. package/locales/zh-simplified/translation.json +200 -203
  71. package/package.json +4 -1
  72. package/tracky-mouse.css +73 -7
  73. package/tracky-mouse.js +590 -343
@@ -1,204 +1,201 @@
1
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- మధ్యలో ఇది ఆటోమేటిక్ కాలిబ్రేషన్‌లా పనిచేస్తుంది, తల వంపుతో సరిపడేలా పాయింట్ ట్రాకింగ్‌ను సూక్ష్మంగా సర్దుబాటు చేస్తుంది. తల వంపు ఆధారంగా ఉండాల్సిన స్థానం నుండి దూరంగా కదులుతున్నప్పుడు కదలికను నెమ్మదిగా చేసి, (స్లైడర్‌పై 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.": "మౌస్‌ను చేతులు ఉపయోగించకుండా నియంత్రించండి. ఈ 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 రిపోజిటరీలో తాజా వెర్షన్‌ను చెక్‌అవుట్ చేయలేకపోయాం. మీరు కమిట్ చేయని మార్పులు ఉండవచ్చు.",
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.": "క్లిక్ చేయడాన్ని నిలిపివేయండి. బాహ్య స్విచ్ లేదా తమ స్వంత dwell క్లిక్‌ను అందించే ప్రోగ్రామ్‌లతో ఉపయోగించండి.",
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": "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అత్యవసరంగా dwell క్లిక్‌తో రైట్ క్లిక్ చేయడానికి కూడా ఉపయోగించవచ్చు.",
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> డెస్క్‌టాప్ యాప్‌తో మీరు మీ మొత్తం కంప్యూటర్‌ను నియంత్రించవచ్చు."
2
+ "api.errors.clickRequired": "config.click అవసరం",
3
+ "api.errors.configRequired": "initDwellClicking కోసం కాన్ఫిగరేషన్ ఆబ్జెక్ట్ అవసరం",
4
+ "api.errors.functionRequired": "%0 ఒక ఫంక్షన్ కావాలి",
5
+ "api.errors.numberRequired": "%0 ఒక సంఖ్య కావాలి",
6
+ "api.errors.retargetFromInvalidSelector": "config.retarget[%0].from సరైన CSS సెలెక్టర్ కాదు",
7
+ "api.errors.retargetFromInvalidType": "config.retarget[%0].from CSS సెలెక్టర్ స్ట్రింగ్, ఒక ఎలిమెంట్ లేదా ఒక ఫంక్షన్ కావాలి",
8
+ "api.errors.retargetFromRequired": "config.retarget[%0].from అవసరం",
9
+ "api.errors.retargetMustBeArray": "config.retarget ఆబ్జెక్టుల అర్రే కావాలి",
10
+ "api.errors.retargetToInvalidSelector": "config.retarget[%0].to సరైన CSS సెలెక్టర్ కాదు",
11
+ "api.errors.retargetToInvalidType": "config.retarget[%0].to CSS సెలెక్టర్ స్ట్రింగ్, ఒక ఎలిమెంట్, ఫంక్షన్ లేదా null కావాలి",
12
+ "api.errors.retargetToRequired": "config.retarget[%0].to అవసరం (ఎలిమెంట్‌ను విస్మరించాలంటే null‌గా ఇవ్వవచ్చు)",
13
+ "api.errors.targetsInvalidSelector": "config.targets సరైన CSS సెలెక్టర్ కాదు",
14
+ "api.errors.targetsMustBeSelectorString": "config.targets ఒక స్ట్రింగ్ (CSS సెలెక్టర్) కావాలి",
15
+ "api.errors.targetsRequired": "config.targets అవసరం (CSS సెలెక్టర్ కావాలి)",
16
+ "cli.args.adjust.description": "దాని ప్రస్తుత విలువకు సంబంధించి ఒక ఎంపికను సర్దుబాటు చేయండి. (కొన్ని పరిమితులలో నిలిపివేయబడే కొత్త విలువను కూడా చూపిస్తుంది.)",
17
+ "cli.args.cli-lang.description": "CLI ఉపయోగించే భాషను పేర్కొనండి.",
18
+ "cli.args.get.description": "ఒక ఎంపిక ప్రస్తుత విలువను చూపిస్తుంది.",
19
+ "cli.args.profile.description": "ఉపయోగించాల్సిన సెట్టింగ్‌ల ప్రొఫైల్.",
20
+ "cli.args.set.description": "ఒక ఎంపికను ప్రత్యేక విలువకు మార్చండి. (కొన్ని పరిమితులకే బంధించబడే కొత్త విలువను కూడా చూపిస్తుంది.)",
21
+ "cli.args.start.description": "తల ట్రాకింగ్‌ను ప్రారంభించండి.",
22
+ "cli.args.stop.description": "తల ట్రాకింగ్‌ను ఆపండి.",
23
+ "cli.args.version.description": "వెర్షన్ నంబర్‌ను చూపించండి.",
24
+ "cli.description": "మౌస్‌ను చేతులు ఉపయోగించకుండా నియంత్రించండి. CLI నడుస్తున్న Tracky Mouse యాప్‌ను నియంత్రిస్తుంది. Tracky Mouse‌ను ఆన్/ఆఫ్ చేయడానికి, సెట్టింగ్‌లను తక్షణమే సర్దుబాటు చేయడానికి వాయిస్ కమాండ్ సిస్టమ్ వంటి బాహ్య ప్రోగ్రామ్‌ల కోసం ఇది ఉద్దేశించబడింది.",
25
+ "common.close": "మూసివేయి",
26
+ "common.fileTypeJson": "JSON",
27
+ "common.notApplicable": "N/A",
28
+ "common.warningIcon": "⚠️",
29
+ "debug.faceConvergenceScore": "ముఖం సమీకరణ స్కోర్:",
30
+ "debug.faceTrackingScore": "ముఖం ట్రాకింగ్ స్కోర్:",
31
+ "debug.headTilt.pitch": "పిచ్:",
32
+ "debug.headTilt.roll": "రోల్:",
33
+ "debug.headTilt.yaw": "యావ్:",
34
+ "debug.pointsBasedOnScore": "స్కోర్ ఆధారంగా పాయింట్లు:",
35
+ "desktop.about.description": "మీ వెబ్‌క్యామ్‌తో మీ కంప్యూటర్‌ను నియంత్రించండి.",
36
+ "desktop.about.title": "Tracky Mouse గురించి",
37
+ "desktop.importSettings.title": "సెట్టింగ్‌లను దిగుమతి చేయండి",
38
+ "desktop.menu.edit": "మార్చు",
39
+ "desktop.menu.export": "ఎగుమతి",
40
+ "desktop.menu.exportSettings": "సెట్టింగ్‌లను ఎగుమతి చేయండి",
41
+ "desktop.menu.exportSettingsError": "సెట్టింగ్‌లను ఎగుమతి చేయడంలో విఫలమైంది.",
42
+ "desktop.menu.file": "ఫైల్",
43
+ "desktop.menu.githubRepository": "GitHub రిపోజిటరీ",
44
+ "desktop.menu.homePage": "హోమ్ పేజీ",
45
+ "desktop.menu.import": "దిగుమతి",
46
+ "desktop.menu.importBackupError": "దిగుమతి చేసే ముందు ప్రస్తుత సెట్టింగ్‌లను బ్యాక్‌అప్ చేయడంలో విఫలమైంది.",
47
+ "desktop.menu.importError": "సెట్టింగ్‌లను దిగుమతి చేయడంలో విఫలమైంది.",
48
+ "desktop.menu.importReadError": "ఎంచుకున్న ఫైల్‌ను చదవడంలో విఫలమైంది.",
49
+ "desktop.menu.importSettings": "సెట్టింగ్‌లను దిగుమతి చేయండి",
50
+ "desktop.menu.speech": "స్పీచ్",
51
+ "desktop.menu.toggleScreenOverlayDevtools": "డెవలపర్ టూల్స్‌ను టాగిల్ చేయండి (స్క్రీన్ ఓవర్లే)",
52
+ "desktop.menu.view": "దృశ్యం",
53
+ "desktop.menu.window": "విండో",
54
+ "desktop.updater.action.doNotRestartYet": "తర్వాత",
55
+ "desktop.updater.action.download": "డౌన్‌లోడ్",
56
+ "desktop.updater.action.openDownloadPage": "డౌన్‌లోడ్ పేజీని తెరవండి",
57
+ "desktop.updater.action.remindMeLater": "తర్వాత గుర్తుచేయండి",
58
+ "desktop.updater.action.restartNow": "ఇప్పుడే రీస్టార్ట్ చేయండి",
59
+ "desktop.updater.action.skipThisVersion": "ఈ వెర్షన్‌ను దాటవేయండి",
60
+ "desktop.updater.action.updateFromGit": "Git నుండి నవీకరించండి",
61
+ "desktop.updater.errors.checkout": "లోకల్ git రిపోజిటరీలో తాజా వెర్షన్‌ను చెక్‌అవుట్ చేయలేకపోయాం. మీరు కమిట్ చేయని మార్పులు ఉండవచ్చు.",
62
+ "desktop.updater.errors.fetch": "git నుండి నవీకరణలను పొందలేకపోయాం.",
63
+ "desktop.updater.errors.generic": "git నుండి నవీకరిస్తున్నప్పుడు లోపం సంభవించింది.",
64
+ "desktop.updater.errors.install": "git నుండి చెక్‌అవుట్ చేసిన తర్వాత కొత్త వెర్షన్‌కు అవసరమైన డిపెండెన్సీలను ఇన్‌స్టాల్ చేయడంలో విఫలమైంది.",
65
+ "desktop.updater.updateAvailable.gitRepoNote": "ఇది git రిపోజిటరీ కావడంతో, నవీకరణను నేరుగా పొందవచ్చు.",
66
+ "desktop.updater.updateAvailable.message": "Tracky Mouse యొక్క కొత్త వెర్షన్ అందుబాటులో ఉంది: %0\n\nమీరు ప్రస్తుతం %1 వెర్షన్‌ను ఉపయోగిస్తున్నారు.",
67
+ "desktop.updater.updateAvailable.title": "నవీకరణ అందుబాటులో ఉంది",
68
+ "desktop.updater.updateFailed.title": "నవీకరణ విఫలమైంది",
69
+ "desktop.updater.updateSuccessful.message": "%0 ను చెక్‌అవుట్ చేశాం. తాజా వెర్షన్‌ను ఉపయోగించడానికి యాప్‌ను మళ్లీ ప్రారంభించండి.",
70
+ "desktop.updater.updateSuccessful.title": "నవీకరణ విజయవంతమైంది",
71
+ "hud.pressToDisable": "Tracky Mouse‌ను నిలిపివేయడానికి %0 నొక్కండి.",
72
+ "hud.pressToEnable": "Tracky Mouse‌ను ప్రారంభించడానికి %0 నొక్కండి.",
73
+ "hud.pressToToggle": "Tracky Mouse‌ను టాగిల్ చేయడానికి %0 నొక్కండి.",
74
+ "hud.willResumeAfterMouseStops": "మౌస్ కదలిక ఆగిన తర్వాత మళ్లీ ప్రారంభమవుతుంది.",
75
+ "openCameraSettings.errors.parseKnownCameras": "localStorage నుండి తెలిసిన కెమెరాలను పార్స్ చేయడంలో విఫలమైంది:",
76
+ "openCameraSettings.errors.sharedHeading": "కెమెరా సెట్టింగ్‌లను తెరవడంలో విఫలమైంది:",
77
+ "settings.cameraSource.defaultCamera": "డిఫాల్ట్",
78
+ "settings.cameraSource.description": "తల ట్రాకింగ్ కోసం ఉపయోగించబడే కెమెరాను ఎంచుకుంటుంది.",
79
+ "settings.cameraSource.description.alt1": "తల ట్రాకింగ్ కోసం కెమెరాను ఉపయోగించాలో ఎంచుకోండి.",
80
+ "settings.cameraSource.label": "కెమెరా మూలం",
81
+ "settings.cameraSource.numberedCamera": "కెమెరా %0",
82
+ "settings.cameraSource.unavailableCamera": "కెమెరా అందుబాటులో లేదు",
83
+ "settings.cameraSource.unavailableCameraAdjective": "అందుబాటులో లేదు",
84
+ "settings.checkForUpdates.description": "ఇది ఎనేబుల్ చేసినట్లయితే, Tracky Mouse ప్రారంభమైనప్పుడు స్వయంచాలకంగా నవీకరణల కోసం తనిఖీ చేస్తుంది.",
85
+ "settings.checkForUpdates.description.alt1": "Tracky Mouse యొక్క కొత్త వెర్షన్‌లు అందుబాటులో ఉన్నప్పుడు మీకు తెలియజేస్తుంది.",
86
+ "settings.checkForUpdates.description.alt2": "Tracky Mouse యొక్క కొత్త వెర్షన్ అందుబాటులో ఉన్నప్పుడు మీకు తెలియజేస్తుంది.",
87
+ "settings.checkForUpdates.label": "నవీకరణల కోసం తనిఖీ చేయండి",
88
+ "settings.clickingMode.description": "మౌస్ క్లిక్‌లు ఎలా చేయాలో ఎంచుకోండి.",
89
+ "settings.clickingMode.dwell.description": "క్లిక్ చేయడానికి కొద్దిసేపు కర్సర్‌ను అదే స్థానంలో ఉంచండి.",
90
+ "settings.clickingMode.dwell.label": "క్లిక్ చేయడానికి నిలిచిపోండి",
91
+ "settings.clickingMode.label": "క్లిక్ మోడ్:",
92
+ "settings.clickingMode.off.description": "క్లిక్ చేయడాన్ని నిలిపివేయండి. బాహ్య స్విచ్ లేదా తమ స్వంత dwell క్లిక్‌ను అందించే ప్రోగ్రామ్‌లతో ఉపయోగించండి.",
93
+ "settings.clickingMode.off.label": "ఆఫ్",
94
+ "settings.clickingMode.openMouthIgnoringEyes.description": "క్లిక్ చేయడానికి నోటిని పెద్దగా తెరచండి. కంటి స్థితిని పట్టించుకోదు.",
95
+ "settings.clickingMode.openMouthIgnoringEyes.label": "నోటిని తెరిచి క్లిక్ చేయండి (కళ్ల స్థితిని పట్టించుకోదు)",
96
+ "settings.clickingMode.openMouthSimple.description": "క్లిక్ చేయడానికి నోటిని పెద్దగా తెరచండి. క్లిక్ చేయడానికి కనీసం ఒక కన్ను తెరిచి ఉండాలి.",
97
+ "settings.clickingMode.openMouthSimple.label": "నోటిని తెరిచి క్లిక్ చేయండి (సరళమైనది)",
98
+ "settings.clickingMode.openMouthWithEyeModifiers.description": "క్లిక్ చేయడానికి నోటిని పెద్దగా తెరచండి. ఎడమ కన్ను మూసి ఉంటే అది రైట్ క్లిక్; కుడి కన్ను మూసి ఉంటే అది మిడిల్ క్లిక్.",
99
+ "settings.clickingMode.openMouthWithEyeModifiers.label": "నోటిని తెరిచి క్లిక్ చేయండి (కంటి మోడిఫైయర్లతో)",
100
+ "settings.clickingMode.wink.description": "ఒక కన్ను మూసి క్లిక్ చేయండి. ఎడమ కన్ను ఎడమ క్లిక్‌కు, కుడి కన్ను కుడి క్లిక్‌కు.",
101
+ "settings.clickingMode.wink.label": "కన్నుగీటి క్లిక్ చేయండి",
102
+ "settings.closeEyesToToggle.description": "ఇది ఎనేబుల్ అయితే, రెండు కళ్లను కొన్నిసెకన్లు మూసి ఉంచడం ద్వారా మౌస్ నియంత్రణను ప్రారంభించవచ్చు లేదా ఆపవచ్చు.",
103
+ "settings.closeEyesToToggle.label": "కళ్లను మూసి ప్రారంభించు/ఆపు",
104
+ "settings.delayBeforeDragging.description": "క్లిక్ ప్రారంభంలో ఇవ్వబడిన వ్యవధి వరకు మౌస్ కదలికను ఆపేస్తుంది.\nమీరు కాన్వాస్‌పై డ్రా చేస్తుంటే దీన్ని ఆఫ్ చేయాలనుకోవచ్చు, లేదా మీరు క్లిక్ చేయడానికి ప్రయత్నించేటప్పుడు అప్రమత్తంగా డ్రాగ్ అవుతున్నట్లయితే దీన్ని పెంచవచ్చు.",
105
+ "settings.delayBeforeDragging.description.alt1": "అనుకోకుండా డ్రాగ్ కావకుండా క్లిక్ ప్రారంభంలో మౌస్ కదలికను ఆపేస్తుంది.",
106
+ "settings.delayBeforeDragging.label": "డ్రాగ్ చేయడానికి ముందు ఆలస్యం",
107
+ "settings.delayBeforeDragging.sliderMax": "క్లిక్ చేయడం సులభం",
108
+ "settings.delayBeforeDragging.sliderMin": "డ్రాగ్ చేయడం సులభం",
109
+ "settings.dropdownDescriptionOptionsListHeading": "ఎంపికలు:",
110
+ "settings.headTilt.horizontalOffset.description": "కెమెరాకు తల నేరుగా ఎదురుగా కనిపించినప్పుడు కర్సర్ స్థానాన్ని సర్దుబాటు చేస్తుంది.\n⚠️ ఈ హారిజాంటల్ ఆఫ్సెట్ సిఫార్సు చేయబడదు; సాధ్యమైనంతవరకు కెమెరాను కదపండి. 📷",
111
+ "settings.headTilt.horizontalOffset.description.alt1": "తల హారిజాంటల్ వంపు కోసం మధ్యస్థితిని సర్దుబాటు చేస్తుంది. ఇది సాధారణంగా సిఫార్సు చేయబడదు. వీలైతే దాని బదులుగా కెమెరాను కదిపండి.",
112
+ "settings.headTilt.horizontalOffset.description.alt2": "తల హారిజాంటల్ వంపు కోసం మధ్యస్థితిని సర్దుబాటు చేస్తుంది. హారిజాంటల్ ఆఫ్సెట్ సిఫార్సు చేయబడదు; వీలైతే కెమెరాను కదపండి.",
113
+ "settings.headTilt.horizontalOffset.label": "హారిజాంటల్ కర్సర్ ఆఫ్సెట్",
114
+ "settings.headTilt.horizontalRange.description": "స్క్రీన్ అంచుకు చేరడానికి మీ తలను ఎడమ లేదా కుడి వైపుకు ఎంత వంపు చేయాలో నియంత్రిస్తుంది.",
115
+ "settings.headTilt.horizontalRange.description.alt1": "స్క్రీన్ ఒక పక్క నుండి మరో పక్కకు కర్సర్‌ను కదిలించే తల హారిజాంటల్ వంపు పరిధి.",
116
+ "settings.headTilt.horizontalRange.description.alt2": "స్క్రీన్ అంచులకు చేరడానికి తలను ఎడమ, కుడివైపు ఎంత వంపు చేయాలో.",
117
+ "settings.headTilt.horizontalRange.description.alt3": "స్క్రీన్ అంచుకు చేరడానికి తలను ఎడమ లేదా కుడి వైపుకు ఎంత వంపు చేయాలో.",
118
+ "settings.headTilt.horizontalRange.label": "హారిజాంటల్ వంపు పరిధి",
119
+ "settings.headTilt.range.sliderMaxLargeNeckMovement": "మెడ పెద్ద కదలిక",
120
+ "settings.headTilt.range.sliderMinLittleNeckMovement": "మెడ చిన్న కదలిక",
121
+ "settings.headTilt.verticalOffset.description": "కెమెరాకు తల నేరుగా ఎదురుగా కనిపించినప్పుడు కర్సర్ స్థానాన్ని సర్దుబాటు చేస్తుంది.",
122
+ "settings.headTilt.verticalOffset.description.alt1": "తల నిలువు వంపు కోసం మధ్యస్థితిని సర్దుబాటు చేస్తుంది.",
123
+ "settings.headTilt.verticalOffset.label": "నిలువు కర్సర్ ఆఫ్సెట్",
124
+ "settings.headTilt.verticalRange.description": "స్క్రీన్ అంచుకు చేరడానికి మీ తలను పైకి లేదా కిందికి ఎంత వంపు చేయాలో నియంత్రిస్తుంది.",
125
+ "settings.headTilt.verticalRange.description.alt1": "స్క్రీన్ పైభాగం నుండి కింది భాగానికి కర్సర్‌ను కదిలించడానికి అవసరమైన తల నిలువు వంపు పరిధి.",
126
+ "settings.headTilt.verticalRange.description.alt2": "స్క్రీన్ అంచులకు చేరడానికి తలను పైకి, కిందికి ఎంత వంపు చేయాలో.",
127
+ "settings.headTilt.verticalRange.description.alt3": "స్క్రీన్ అంచుకు చేరడానికి తలను పైకి లేదా కిందికి ఎంత వంపు చేయాలో.",
128
+ "settings.headTilt.verticalRange.label": "నిలువు వంపు పరిధి",
129
+ "settings.language.description": "Tracky Mouse ఇంటర్‌ఫేస్ కోసం భాషను ఎంచుకోండి.",
130
+ "settings.language.description.alt1": "Tracky Mouse కనిపించే భాషను మార్చుతుంది.",
131
+ "settings.language.label": "భాష",
132
+ "settings.mirror.description": "కెమెరా వీక్షణను హారిజాంటల్‌గా అద్దంలా చూపిస్తుంది.",
133
+ "settings.mirror.label": "మిర్రర్",
134
+ "settings.motionThreshold.description": "ఒక ఫ్రేమ్‌లో కర్సర్ కదలడానికి అవసరమైన కనిష్ఠ దూరం (పిక్సెల్‌లలో). కర్సర్‌ను పూర్తిగా ఆపడానికి సహాయపడుతుంది.",
135
+ "settings.motionThreshold.description.alt1": " దూరం (పిక్సెల్‌లలో) కన్నా తక్కువ కదలికను పట్టించుకోదు.",
136
+ "settings.motionThreshold.description.alt2": "కర్సర్‌ను కదిలించడానికి అవసరమైన వేగం (పిక్సెల్‌లు/ఫ్రేమ్‌లో).",
137
+ "settings.motionThreshold.label": "కదలిక పరిమితి",
138
+ "settings.motionThreshold.sliderMax": "స్థిరంగా",
139
+ "settings.motionThreshold.sliderMin": "స్వేచ్ఛ",
140
+ "settings.openCameraSettings.description": "ఎంచుకున్న కెమెరా కోసం సిస్టమ్ సెట్టింగ్‌ల డైలాగ్‌ను తెరిచి ఆటో-ఫోకస్ మరియు ఆటో-ఎక్స్‌పోజర్ వంటి గుణాలను సర్దుబాటు చేయడానికి అనుమతిస్తుంది.",
141
+ "settings.openCameraSettings.description.alt1": "ప్రకాశం, కాంట్రాస్ట్ వంటి గుణాలను సర్దుబాటు చేయడానికి మీ కెమెరా సిస్టమ్ సెట్టింగ్‌ల విండోను తెరవండి.",
142
+ "settings.openCameraSettings.description.alt2": "మీ కెమెరా కోసం సిస్టమ్ సెట్టింగ్‌ల విండోను తెరిచి ఆటో-ఫోకస్ మరియు ఆటో-ఎక్స్‌పోజర్ వంటి గుణాలను సర్దుబాటు చేయడానికి అనుమతిస్తుంది.",
143
+ "settings.openCameraSettings.label": "కెమెరా సెట్టింగ్‌లను తెరవండి",
144
+ "settings.pointTracking.acceleration.description": "తల త్వరగా కదిలినప్పుడు సంబంధితంగా వేగంగా, తల నెమ్మదిగా కదిలినప్పుడు సంబంధితంగా నెమ్మదిగా కర్సర్‌ను కదిలిస్తుంది.\nకర్సర్‌ను స్థిరంగా ఉంచడంలో సహాయపడుతుంది. అయితే తల వంపుతో కలిపి పాయింట్ ట్రాకింగ్ ఉపయోగిస్తున్నప్పుడు తల వంపు లీనియర్‌గా ఉండటం వల్ల తక్కువ విలువ మంచిగా పనిచేయవచ్చు, తద్వారా పాయింట్ ట్రాకింగ్ తల ట్రాకింగ్‌తో సమానంగా ఉండి యాంత్రిక కాలిబ్రేషన్‌లా పనిచేస్తుంది.",
145
+ "settings.pointTracking.acceleration.description.alt1": "వేగవృద్ధి ఎక్కువగా ఉన్నప్పుడు తల త్వరగా కదిలితే కర్సర్ వేగంగా కదులుతుంది, తల నెమ్మదిగా కదిలితే కర్సర్ కూడా నెమ్మదిగా కదులుతుంది.",
146
+ "settings.pointTracking.acceleration.description.alt2": "తల త్వరగా కదిలినప్పుడు కర్సర్‌ను చాలా వేగంగా, తల నెమ్మదిగా కదిలినప్పుడు చాలా నెమ్మదిగా కదిలేలా చేస్తుంది. కర్సర్‌ను స్థిరంగా ఉంచడంలో ఉపయోగపడుతుంది.",
147
+ "settings.pointTracking.acceleration.label": "వేగవృద్ధి",
148
+ "settings.pointTracking.horizontalSensitivity.description": "తల హారిజాంటల్ కదలికకు ప్రతిస్పందనగా కర్సర్ కదలిక వేగం.",
149
+ "settings.pointTracking.horizontalSensitivity.label": "హారిజాంటల్ సెన్సిటివిటీ",
150
+ "settings.pointTracking.smoothing.label": "స్మూత్ చేయడం",
151
+ "settings.pointTracking.verticalSensitivity.description": "తల నిలువు కదలికకు ప్రతిస్పందనగా కర్సర్ కదలిక వేగం.",
152
+ "settings.pointTracking.verticalSensitivity.label": "నిలువు సెన్సిటివిటీ",
153
+ "settings.runAtLogin.description": "ఇది ఎనేబుల్ చేసినట్లయితే, మీరు కంప్యూటర్‌లో లాగిన్ అయినప్పుడు Tracky Mouse స్వయంచాలకంగా ప్రారంభమవుతుంది.",
154
+ "settings.runAtLogin.description.alt1": "మీరు కంప్యూటర్‌లో లాగిన్ అయినప్పుడు Tracky Mouse స్వయంచాలకంగా ప్రారంభమయ్యేలా చేస్తుంది.",
155
+ "settings.runAtLogin.label": "లాగిన్ సమయంలో నడపండి",
156
+ "settings.sections.clicking.label": "క్లిక్ చేయడం",
157
+ "settings.sections.cursorMovement.label": "కర్సర్ కదలిక",
158
+ "settings.sections.general.label": "సాధారణ",
159
+ "settings.sections.headTiltCalibration.label": "తల వంపు కాలిబ్రేషన్",
160
+ "settings.sections.pointTracking.label": "పాయింట్ ట్రాకింగ్",
161
+ "settings.sections.video.label": "వీడియో",
162
+ "settings.shared.directionDown": "కింద",
163
+ "settings.shared.directionLeft": "ఎడమ",
164
+ "settings.shared.directionRight": "కుడి",
165
+ "settings.shared.directionUp": "పైకి",
166
+ "settings.shared.sliderMaxFast": "వేగంగా",
167
+ "settings.shared.sliderMaxSmooth": "మృదువుగా",
168
+ "settings.shared.sliderMinLinear": "లీనియర్",
169
+ "settings.shared.sliderMinSlow": "నెమ్మదిగా",
170
+ "settings.soundEffects.description": "మీరు క్లిక్ చేసినప్పుడు శబ్దాలు వస్తాయి.",
171
+ "settings.soundEffects.label": "ధ్వని ప్రభావాలు",
172
+ "settings.startEnabled.description": "ఇది ఎనేబుల్ చేసినట్లయితే, Tracky Mouse ప్రారంభమైన వెంటనే కర్సర్‌ను నియంత్రించడం ప్రారంభిస్తుంది.",
173
+ "settings.startEnabled.description.alt1": "Tracky Mouse ప్రారంభమైన వెంటనే యాక్టివ్‌గా మారేలా చేస్తుంది. లేనిపక్షంలో, మీరు సిద్ధంగా ఉన్నప్పుడు దాన్ని మాన్యువల్‌గా ప్రారంభించవచ్చు.",
174
+ "settings.startEnabled.description.alt2": "Tracky Mouse ప్రారంభమైన వెంటనే యాక్టివ్‌గా మారేలా చేస్తుంది.",
175
+ "settings.startEnabled.description.alt3": "ప్రోగ్రామ్ ప్రారంభమైన వెంటనే Tracky Mouse‌ను స్వయంచాలకంగా ప్రారంభిస్తుంది.",
176
+ "settings.startEnabled.label": "ప్రారంభంలోనే యాక్టివ్",
177
+ "settings.swapMouseButtons.description": "ఎడమ మరియు కుడి మౌస్ బటన్లను మార్చుతుంది.\nమీ సిస్టమ్‌లో మౌస్ బటన్లు మారి ఉంటే ఉపయోగకరం.\nఅత్యవసరంగా dwell క్లిక్‌తో రైట్ క్లిక్ చేయడానికి కూడా ఉపయోగించవచ్చు.",
178
+ "settings.swapMouseButtons.label": "మౌస్ బటన్లను మార్చండి",
179
+ "settings.tiltInfluence.description": "పాయింట్ ట్రాకింగ్ (2D) మరియు గుర్తించిన తల వంపు (3D) మధ్య మిళితం చేస్తుంది.\n- 0% వద్ద కేవలం పాయింట్ ట్రాకింగ్ మాత్రమే ఉపయోగిస్తుంది. ఇది కెమెరా దృశ్యంలో మీ ముఖంపై ఉన్న 2D పాయింట్ల కదలికను బట్టి కర్సర్‌ను కదిలిస్తుంది, కాబట్టి తల తిప్పడం మరియు తల సర్రడం రెండింటికీ స్పందిస్తుంది.\n- 100% వద్ద కేవలం తల వంపు మాత్రమే ఉపయోగిస్తుంది. ఇది 3D స్థలంలో మీ ముఖ దిశ యొక్క అంచనాను ఉపయోగిస్తుంది, తల సర్రడాన్ని పట్టించుకోదు. ఇది స్మూత్ చేయబడుతుంది కాబట్టి పాయింట్ ట్రాకింగ్‌ లాగా అంత స్పందనీయంగా ఉండదు. ఈ మోడ్‌లో కర్సర్‌ను స్క్రీన్ అంచుకు నెట్టి రీసెంటర్ చేయాల్సిన అవసరం ఉండదు.\n- మధ్యలో ఇది ఆటోమేటిక్ కాలిబ్రేషన్‌లా పనిచేస్తుంది, తల వంపుతో సరిపడేలా పాయింట్ ట్రాకింగ్‌ను సూక్ష్మంగా సర్దుబాటు చేస్తుంది. తల వంపు ఆధారంగా ఉండాల్సిన స్థానం నుండి దూరంగా కదులుతున్నప్పుడు కదలికను నెమ్మదిగా చేసి, (స్లైడర్‌పై 80% దాటిన తర్వాత మాత్రమే) ఆ దిశగా చురుకుగా కదిలిస్తుంది.",
180
+ "settings.tiltInfluence.description.alt1": "కర్సర్ కదలిక 3D తల వంపు ఆధారంగా ఉందా, లేక కెమెరా ఫీడ్‌లోని ముఖం 2D కదలిక ఆధారంగా ఉందా అనే దాన్ని నిర్ణయిస్తుంది.",
181
+ "settings.tiltInfluence.label": "వంపు ప్రభావం",
182
+ "settings.tiltInfluence.sliderMax": "తల వంపు (3D)",
183
+ "settings.tiltInfluence.sliderMax.alt1": "తల వంపు",
184
+ "settings.tiltInfluence.sliderMin": "పాయింట్ ట్రాకింగ్ (2D)",
185
+ "settings.tiltInfluence.sliderMin.alt1": "ఆప్టికల్ ఫ్లో",
186
+ "settings.tiltInfluence.sliderMin.alt2": "పాయింట్ ట్రాకింగ్",
187
+ "ui.camera.allowAccess": "కెమెరా యాక్సెస్‌ను అనుమతించండి",
188
+ "ui.camera.useDemoFootage": "డెమో ఫుటేజ్‌ను ఉపయోగించండి",
189
+ "ui.camera.useMyCamera": "నా కెమెరాను ఉపయోగించండి",
190
+ "ui.desktopAppPromo.message": "<a href=\"https://trackymouse.js.org/\">TrackyMouse</a> డెస్క్‌టాప్ యాప్‌తో మీరు మీ మొత్తం కంప్యూటర్‌ను నియంత్రించవచ్చు.",
191
+ "ui.startStopButton.start": "ప్రారంభించండి",
192
+ "ui.startStopButton.stop": "ఆపండి",
193
+ "video.errors.accessFailed": "కెమెరాను యాక్సెస్ చేయడంలో ఏదో తప్పు జరిగింది.",
194
+ "video.errors.accessFailedRetry": "కెమెరాను యాక్సెస్ చేయడంలో ఏదో తప్పు జరిగింది. దయచేసి మళ్లీ ప్రయత్నించండి.",
195
+ "video.errors.cameraInUse": "వెబ్‌క్యామ్ ఇప్పటికే ఉపయోగంలో ఉంది. ఇతర ప్రోగ్రామ్‌లు కెమెరాను ఉపయోగించడం లేదని నిర్ధారించుకోండి.",
196
+ "video.errors.noCameraFound": "ఎటువంటి కెమెరా కనుగొనబడలేదు. దయచేసి కెమెరా కనెక్ట్ చేసి ఎనేబుల్ చేసినట్లు నిర్ధారించుకోండి.",
197
+ "video.errors.permissionDenied": "అనుమతి నిరాకరించబడింది. దయచేసి కెమెరా యాక్సెస్‌ను ఎనేబుల్ చేయండి.",
198
+ "video.errors.previouslySelectedUnavailable": "ముందు ఎంచుకున్న కెమెరా ప్రస్తుతం అందుబాటులో లేదు. Video > Camera source కోసం \"Default\" ఎంచేయండి, తరువాత అవసరమైతే నిర్దిష్ట కెమెరాను ఎంచుకోండి.",
199
+ "video.errors.retryAfterClosingOtherPrograms": "దయచేసి ఇతర ప్రోగ్రామ్‌లు కెమెరాను ఉపయోగించడం లేదని నిర్ధారించుకుని మళ్లీ ప్రయత్నించండి.",
200
+ "video.errors.unsupportedResolution": "వెబ్‌క్యామ్ అవసరమైన రిజల్యూషన్‌ను సపోర్ట్ చేయదు. దయచేసి మీ సెట్టింగ్‌లను మార్చండి."
204
201
  }