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.
@@ -0,0 +1,204 @@
1
+ {
2
+ "\n\nOptions:\n": "\n\nOptionen:\n",
3
+ "\n\nSince this is a git repository, the update can be pulled directly.": "\n\nDa dies ein Git-Repository ist, kann das Update direkt gezogen werden.",
4
+ "⚠️ ": "⚠️ ",
5
+ "A new version of Tracky Mouse is available: %0\n\nYou are currently using version %1.": "Eine neue Version von Tracky Mouse ist verfügbar: %0\n\nSie verwenden derzeit Version %1.",
6
+ "About Tracky Mouse": "Über Tracky Mouse",
7
+ "Acceleration": "Beschleunigung",
8
+ "Adjust an option by an amount relative to its current value. (Also outputs the new value, which may be constrained to some limits.)": "Ändere eine Option relativ zu ihrem aktuellen Wert. (Gibt auch den neuen Wert aus, der begrenzt sein kann.)",
9
+ "Adjusts the center position of horizontal head tilt. Not recommended. Move the camera instead if possible.": "Verschiebt die Mittelposition der horizontalen Kopfneigung. Nicht empfohlen. Wenn möglich die Kamera verschieben.",
10
+ "Adjusts the center position of horizontal head tilt. This horizontal offset is not recommended. Move the camera instead if possible.": "Verschiebt die Mittelposition der horizontalen Kopfneigung. Dieser horizontale Versatz wird nicht empfohlen. Wenn möglich die Kamera verschieben.",
11
+ "Adjusts the center position of vertical head tilt.": "Verschiebt die Mittelposition der vertikalen Kopfneigung.",
12
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.": "Passt die Cursorposition an, wenn die Kamera den Kopf geradeaus sieht.",
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. 📷": "Passt die Cursorposition an, wenn die Kamera den Kopf geradeaus sieht.\n⚠️ Dieser horizontale Versatz wird nicht empfohlen. Wenn möglich die Kamera verschieben. 📷",
14
+ "Allow Camera Access": "Kamerazugriff erlauben",
15
+ "An error occurred while updating from git.": "Beim Aktualisieren aus Git ist ein Fehler aufgetreten.",
16
+ "Automatically starts Tracky Mouse as soon as it's run.": "Startet Tracky Mouse automatisch beim Ausführen.",
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.": "Mischt Punktverfolgung (2D) und erkannte Kopfneigung (3D).\n- Bei 0% wird nur Punktverfolgung verwendet. Der Cursor bewegt sich entsprechend sichtbarer Bewegungen von 2D-Punkten im Kamerabild und reagiert so auf Rotation und Translation des Kopfes.\n- Bei 100% wird nur Kopfneigung verwendet. Dabei wird die Gesichtsorientierung im 3D-Raum geschätzt; Kopftranslation wird ignoriert. Diese Schätzung ist geglättet und reagiert daher weniger direkt als Punktverfolgung. In diesem Modus muss man nie neu zentrieren, indem man den Cursor an den Bildschirmrand schiebt.\n- Dazwischen wirkt es wie eine automatische Kalibrierung und passt die Punktverfolgung subtil an die Kopfneigung an. Bewegungen, die von der erwarteten Position abweichen, werden verlangsamt und (ab ca. 80% Regler) aktiv in Richtung der erwarteten Position bewegt.",
18
+ "Camera %0": "Kamera %0",
19
+ "Camera source": "Kameraquelle",
20
+ "Change an option to a particular value. (Also outputs the new value, which may be constrained to some limits.)": "Setzt eine Option auf einen bestimmten Wert. (Gibt auch den neuen, ggf. begrenzten Wert aus.)",
21
+ "Changes the language Tracky Mouse is displayed in.": "Ändert die Sprache, in der Tracky Mouse angezeigt wird.",
22
+ "Check for updates": "Nach Updates suchen",
23
+ "Checked out %0. Restart the app to use the updated version.": "%0 ausgecheckt. Starten Sie die App neu, um die aktualisierte Version zu verwenden.",
24
+ "Choose how to perform mouse clicks.": "Wählen Sie, wie Mausklicks ausgeführt werden sollen.",
25
+ "Clicking": "Klicken",
26
+ "Clicking mode:": "Klickmodus:",
27
+ "Close": "Schließen",
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>)": "Schließen Sie die Augen zum Starten/Stoppen (<span style=\"border-bottom: 1px dotted;\" title=\"• Es gibt derzeit kein visuelles oder akustisches Feedback.\n• Es gibt keine Einstellungen für Dauer.\n• Es ist anfällig für Fehlinterpretationen beim Blick nach unten.\">Experimentell</span>)",
29
+ "Close one eye to click. Left eye for left click, right eye for right click.": "Schließen Sie ein Auge zum Klicken. Linkes Auge = Linksklick, rechtes Auge = Rechtsklick.",
30
+ "config.afterDispatch must be a function": "config.afterDispatch muss eine Funktion sein",
31
+ "config.beforeDispatch must be a function": "config.beforeDispatch muss eine Funktion sein",
32
+ "config.beforePointerDownDispatch must be a function": "config.beforePointerDownDispatch muss eine Funktion sein",
33
+ "config.click is required": "config.click ist erforderlich",
34
+ "config.click must be a function": "config.click muss eine Funktion sein",
35
+ "config.dwellClickEvenIfPaused must be a function": "config.dwellClickEvenIfPaused muss eine Funktion sein",
36
+ "config.isEquivalentTarget must be a function": "config.isEquivalentTarget muss eine Funktion sein",
37
+ "config.isHeld must be a function": "config.isHeld muss eine Funktion sein",
38
+ "config.noCenter must be a function": "config.noCenter muss eine Funktion sein",
39
+ "config.retarget must be an array of objects": "config.retarget muss ein Array von Objekten sein",
40
+ "config.retarget[%0].from is not a valid CSS selector": "config.retarget[%0].from ist kein gültiger CSS-Selektor",
41
+ "config.retarget[%0].from is required": "config.retarget[%0].from ist erforderlich",
42
+ "config.retarget[%0].from must be a CSS selector string, an Element, or a function": "config.retarget[%0].from muss ein CSS-Selektor-String, ein Element oder eine Funktion sein",
43
+ "config.retarget[%0].to is not a valid CSS selector": "config.retarget[%0].to ist kein gültiger CSS-Selektor",
44
+ "config.retarget[%0].to is required (although can be null to ignore the element)": "config.retarget[%0].to ist erforderlich (kann null sein, um das Element zu ignorieren)",
45
+ "config.retarget[%0].to must be a CSS selector string, an Element, a function, or null": "config.retarget[%0].to muss ein CSS-Selektor-String, ein Element, eine Funktion oder null sein",
46
+ "config.retarget[%0].withinMargin must be a number": "config.retarget[%0].withinMargin muss eine Zahl sein",
47
+ "config.shouldDrag must be a function": "config.shouldDrag muss eine Funktion sein",
48
+ "config.targets is not a valid CSS selector": "config.targets ist kein gültiger CSS-Selektor",
49
+ "config.targets is required (must be a CSS selector)": "config.targets ist erforderlich (muss ein CSS-Selektor sein)",
50
+ "config.targets must be a string (a CSS selector)": "config.targets muss ein String (ein CSS-Selektor) sein",
51
+ "configuration object required for initDwellClicking": "Konfigurationsobjekt für initDwellClicking erforderlich",
52
+ "Control your computer with your webcam.": "Steuern Sie Ihren Computer mit Ihrer 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.": "Steuern Sie Ihre Maus freihändig. Dieses CLI steuert die laufende Tracky Mouse-App. Es ist für externe Programme gedacht, z. B. Sprachsteuerung, um Tracky Mouse umzuschalten und Einstellungen anzupassen.",
54
+ "Controls how much you need to tilt your head left or right to reach the edge of the screen.": "Legt fest, wie stark Sie den Kopf nach links/rechts neigen müssen, um den Bildschirmrand zu erreichen.",
55
+ "Controls how much you need to tilt your head up or down to reach the edge of the screen.": "Legt fest, wie stark Sie den Kopf nach oben/unten neigen müssen, um den Bildschirmrand zu erreichen.",
56
+ "Couldn't checkout the latest version in the local git repository. You may have uncommitted changes.": "Konnte die neueste Version im lokalen Git-Repository nicht auschecken. Möglicherweise gibt es ungespeicherte Änderungen.",
57
+ "Couldn't fetch updates from git.": "Konnte keine Updates von Git abrufen.",
58
+ "Cursor Movement": "Cursor-Bewegung",
59
+ "Default": "Standard",
60
+ "Delay before dragging&nbsp;&nbsp;&nbsp;": "Verzögerung vor dem Ziehen&nbsp;&nbsp;&nbsp;",
61
+ "Determines whether cursor movement is based on 3D head tilt, or 2D motion of the face in the camera feed.": "Legt fest, ob die Cursorbewegung auf 3D-Kopfneigung oder 2D-Gesichtsbewegung im Kamerabild basiert.",
62
+ "Disable clicking. Use with an external switch or programs that provide their own dwell clicking.": "Klicken deaktivieren. Mit einem externen Schalter oder Programmen verwenden, die eigenes Dwell-Clicking anbieten.",
63
+ "Down": "Unten",
64
+ "Download": "Herunterladen",
65
+ "Dwell to click": "Verweilen zum Klicken",
66
+ "Easy to click": "Einfach zu klicken",
67
+ "Easy to drag": "Einfach zu ziehen",
68
+ "Edit": "Bearbeiten",
69
+ "Export": "Exportieren",
70
+ "Export Settings": "Einstellungen exportieren",
71
+ "Face convergence score: ": "Gesichtskonvergenz-Wert: ",
72
+ "Face tracking score: ": "Gesichtserkennungs-Wert: ",
73
+ "Failed to backup current settings before import.\n\n": "Sichern der aktuellen Einstellungen vor dem Import fehlgeschlagen.\n\n",
74
+ "Failed to export settings.\n\n": "Export der Einstellungen fehlgeschlagen.\n\n",
75
+ "Failed to import settings.\n\n": "Import der Einstellungen fehlgeschlagen.\n\n",
76
+ "Failed to install dependencies for the new version after checking it out from git.": "Installation der Abhängigkeiten für die neue Version nach dem Auschecken aus Git fehlgeschlagen.",
77
+ "Failed to open camera settings:\n": "Öffnen der Kameraeinstellungen fehlgeschlagen:\n",
78
+ "Failed to parse known cameras from localStorage:\n": "Parsen bekannter Kameras aus localStorage fehlgeschlagen:\n",
79
+ "Failed to read selected file.\n\n": "Ausgewählte Datei konnte nicht gelesen werden.\n\n",
80
+ "Fast": "Schnell",
81
+ "File": "Datei",
82
+ "Free": "Frei",
83
+ "General": "Allgemein",
84
+ "GitHub Repository": "GitHub-Repository",
85
+ "Head tilt": "Kopfneigung",
86
+ "Head tilt (3D)": "Kopfneigung (3D)",
87
+ "Head tilt calibration": "Kopfneigung-Kalibrierung",
88
+ "Higher acceleration makes the cursor move faster when the head moves quickly, and slower when the head moves slowly.": "Höhere Beschleunigung lässt den Cursor bei schnellen Kopfbewegungen schneller und bei langsamen Bewegungen langsamer reagieren.",
89
+ "Hold the cursor in place for a short time to click.": "Halten Sie den Cursor kurz an, um zu klicken.",
90
+ "Home Page": "Startseite",
91
+ "Horizontal cursor offset": "Horizontaler Cursor-Versatz",
92
+ "Horizontal sensitivity": "Horizontale Empfindlichkeit",
93
+ "Horizontal tilt range": "Horizontaler Neigungsbereich",
94
+ "How much you need to tilt your head left and right to reach the edges of the screen.": "Wie stark Sie den Kopf links und rechts neigen müssen, um die Bildschirmränder zu erreichen.",
95
+ "How much you need to tilt your head left or right to reach the edge of the screen.": "Wie stark Sie den Kopf links oder rechts neigen müssen, um den Bildschirmrand zu erreichen.",
96
+ "How much you need to tilt your head up and down to reach the edges of the screen.": "Wie stark Sie den Kopf nach oben und unten neigen müssen, um die Bildschirmränder zu erreichen.",
97
+ "How much you need to tilt your head up or down to reach the edge of the screen.": "Wie stark Sie den Kopf nach oben oder unten neigen müssen, um den Bildschirmrand zu erreichen.",
98
+ "If enabled, Tracky Mouse will automatically check for updates when it starts.": "Wenn aktiviert, sucht Tracky Mouse beim Start automatisch nach Updates.",
99
+ "If enabled, Tracky Mouse will automatically start when you log into your computer.": "Wenn aktiviert, startet Tracky Mouse automatisch beim Anmelden am Computer.",
100
+ "If enabled, Tracky Mouse will start controlling the cursor as soon as it's launched.": "Wenn aktiviert, übernimmt Tracky Mouse sofort nach dem Start die Cursorsteuerung.",
101
+ "If enabled, you can start or stop mouse control by holding both your eyes shut for a few seconds.": "Wenn aktiviert, können Sie die Cursorsteuerung starten/stoppen, indem Sie beide Augen für einige Sekunden schließen.",
102
+ "Import": "Importieren",
103
+ "Import Settings": "Einstellungen importieren",
104
+ "JSON": "JSON",
105
+ "Language": "Sprache",
106
+ "Large neck movement": "Große Halsbewegung",
107
+ "Later": "Später",
108
+ "Left": "Links",
109
+ "Linear": "Linear",
110
+ "Little neck movement": "Geringe Halsbewegung",
111
+ "Locks mouse movement during the start of a click to prevent accidental dragging.": "Sperrt die Cursorbewegung beim Start eines Klicks, um unbeabsichtigtes Ziehen zu verhindern.",
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.": "Sperrt die Cursorbewegung für die angegebene Dauer beim Start eines Klicks.\nDeaktivieren Sie dies ggf., wenn Sie auf einer Zeichenfläche arbeiten, oder erhöhen Sie den Wert, wenn Sie beim Klicken versehentlich ziehen.",
113
+ "Makes the cursor move extra fast for quick head movements, and extra slow for slow head movements. Helps to stabilize the cursor.": "Lässt den Cursor bei schnellen Kopfbewegungen extra schnell und bei langsamen extra langsam reagieren. Hilft, den Cursor zu stabilisieren.",
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.": "Lässt den Cursor bei schnellen Kopfbewegungen relativ schnell und bei langsamen relativ langsam reagieren.\nHilft, den Cursor zu stabilisieren. Beim Kombinieren mit Punktverfolgung kann ein niedrigerer Wert besser sein, damit Punkt- und Kopfverfolgung zusammenpassen.",
115
+ "Makes Tracky Mouse active as soon as it's launched.": "Aktiviert Tracky Mouse sofort nach dem Start.",
116
+ "Makes Tracky Mouse active when launched. Otherwise, you can start it manually when you're ready.": "Aktiviert Tracky Mouse beim Start. Andernfalls können Sie es manuell starten, wenn Sie bereit sind.",
117
+ "Makes Tracky Mouse start automatically when you log into your computer.": "Lässt Tracky Mouse beim Anmelden am Computer automatisch starten.",
118
+ "Minimum distance to move the cursor in one frame, in pixels. Helps to fully stop the cursor.": "Minimale Distanz, die der Cursor in einem Frame bewegen muss (Pixel). Hilft, den Cursor vollständig zu stoppen.",
119
+ "Mirror": "Spiegeln",
120
+ "Mirrors the camera view horizontally.": "Spiegelt die Kameraansicht horizontal.",
121
+ "Motion threshold": "Bewegungsschwelle",
122
+ "Movement less than this distance in pixels will be ignored.": "Bewegungen kleiner als diese Distanz in Pixel werden ignoriert.",
123
+ "N/A": "k.A.",
124
+ "No camera found. Please make sure you have a camera connected and enabled.": "Keine Kamera gefunden. Bitte stellen Sie sicher, dass eine Kamera angeschlossen und aktiviert ist.",
125
+ "Notifies you of new versions of Tracky Mouse.": "Benachrichtigt über neue Versionen von Tracky Mouse.",
126
+ "Notifies you when a new version of Tracky Mouse is available.": "Benachrichtigt, wenn eine neue Version von Tracky Mouse verfügbar ist.",
127
+ "Off": "Aus",
128
+ "Open Camera Settings": "Kameraeinstellungen öffnen",
129
+ "Open download page": "Download-Seite öffnen",
130
+ "Open mouth to click (ignoring eyes)": "Mund öffnen zum Klicken (Augen ignoriert)",
131
+ "Open mouth to click (simple)": "Mund öffnen zum Klicken (einfach)",
132
+ "Open mouth to click (with eye modifiers)": "Mund öffnen zum Klicken (mit Augenmodifikatoren)",
133
+ "Open your camera's system settings window to adjust properties like brightness and contrast.": "Öffnen Sie die Systemeinstellungen Ihrer Kamera, um Eigenschaften wie Helligkeit und Kontrast anzupassen.",
134
+ "Open your mouth wide to click. At least one eye must be open to click.": "Öffnen Sie Ihren Mund weit zum Klicken. Mindestens ein Auge muss offen sein.",
135
+ "Open your mouth wide to click. Eye state is ignored.": "Öffnen Sie Ihren Mund weit zum Klicken. Augenstatus wird ignoriert.",
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.": "Öffnen Sie den Mund weit zum Klicken. Wenn das linke Auge geschlossen ist, ist es ein Rechtsklick; wenn das rechte Auge geschlossen ist, ein Mittelklick.",
137
+ "Opens the system settings dialog for the selected camera, to adjust properties like auto-focus and auto-exposure.": "Öffnet das System-Einstellungsdialogfeld für die ausgewählte Kamera, um Eigenschaften wie Autofokus und Belichtung anzupassen.",
138
+ "Opens the system settings window for your camera to adjust properties like auto-focus and auto-exposure.": "Öffnet das Systemfenster Ihrer Kamera, um Eigenschaften wie Autofokus und Belichtung anzupassen.",
139
+ "Optical flow": "Optischer Fluss",
140
+ "Outputs the current value of an option.": "Gibt den aktuellen Wert einer Option aus.",
141
+ "Permission denied. Please enable access to the camera.": "Zugriff verweigert. Bitte aktivieren Sie den Kamerazugriff.",
142
+ "Pitch: ": "Nick: ",
143
+ "Please make sure no other programs are using the camera and try again.": "Bitte stellen Sie sicher, dass keine andere Anwendung die Kamera verwendet, und versuchen Sie es erneut.",
144
+ "Point tracking": "Punktverfolgung",
145
+ "Point tracking (2D)": "Punktverfolgung (2D)",
146
+ "Points based on score: ": "Punkte basierend auf Score: ",
147
+ "Press %0 to disable Tracky Mouse.": "Drücken Sie %0, um Tracky Mouse zu deaktivieren.",
148
+ "Press %0 to enable Tracky Mouse.": "Drücken Sie %0, um Tracky Mouse zu aktivieren.",
149
+ "Press %0 to toggle Tracky Mouse.": "Drücken Sie %0, um Tracky Mouse umzuschalten.",
150
+ "Range of horizontal head tilt that moves the cursor from one side of the screen to the other.": "Bereich der horizontalen Kopfneigung, der den Cursor von einer Seite des Bildschirms zur anderen bewegt.",
151
+ "Range of vertical head tilt required to move the cursor from the top to the bottom of the screen.": "Bereich der vertikalen Kopfneigung, der erforderlich ist, um den Cursor von oben nach unten zu bewegen.",
152
+ "Remind me later": "Später erinnern",
153
+ "Restart Now": "Jetzt neu starten",
154
+ "Right": "Rechts",
155
+ "Roll: ": "Roll: ",
156
+ "Run at login": "Beim Anmelden starten",
157
+ "Select the language for the Tracky Mouse interface.": "Wählen Sie die Sprache für die Tracky Mouse-Oberfläche.",
158
+ "Select which camera to use for head tracking.": "Wählen Sie, welche Kamera für die Kopfverfolgung verwendet werden soll.",
159
+ "Selects which camera is used for head tracking.": "Wählt die Kamera für die Kopfverfolgung aus.",
160
+ "Show the version number.": "Versionsnummer anzeigen.",
161
+ "Skip this version": "Diese Version überspringen",
162
+ "Slow": "Langsam",
163
+ "Smooth": "Weich",
164
+ "Smoothing": "Glättung",
165
+ "Something went wrong accessing the camera.": "Beim Zugriff auf die Kamera ist etwas schiefgelaufen.",
166
+ "Something went wrong accessing the camera. Please try again.": "Beim Zugriff auf die Kamera ist etwas schiefgelaufen. Bitte versuchen Sie es erneut.",
167
+ "Speech": "Sprachausgabe",
168
+ "Speed in pixels/frame required to move the cursor.": "Geschwindigkeit in Pixel/Frame, die erforderlich ist, um den Cursor zu bewegen.",
169
+ "Speed of cursor movement in response to horizontal head movement.": "Geschwindigkeit der Cursorbewegung bei horizontaler Kopfbewegung.",
170
+ "Speed of cursor movement in response to vertical head movement.": "Geschwindigkeit der Cursorbewegung bei vertikaler Kopfbewegung.",
171
+ "Start": "Start",
172
+ "Start enabled": "Start aktiviert",
173
+ "Start head tracking.": "Kopfverfolgung starten.",
174
+ "Steady": "Stabil",
175
+ "Stop": "Stopp",
176
+ "Stop head tracking.": "Kopfverfolgung stoppen.",
177
+ "Swap mouse buttons": "Mausknöpfe tauschen",
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.": "Tauscht die linke und rechte Maustaste.\nNützlich, falls die Tasten Ihres Systems vertauscht sind.\nKann in Ausnahmefällen auch für Rechtsklick mit Dwell-Click verwendet werden.",
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.": "Die zuvor ausgewählte Kamera ist nicht verfügbar. Wählen Sie für Video > Kameraquelle 'Standard' und wählen Sie bei Bedarf eine spezifische Kamera aus.",
180
+ "The settings profile to use.": "Zu verwendendes Einstellungsprofil.",
181
+ "Tilt influence": "Neigungs-Einfluss",
182
+ "Toggle Developer Tools (Screen Overlay)": "Entwicklertools umschalten (Bildschirm-Overlay)",
183
+ "Unavailable": "Nicht verfügbar",
184
+ "Unavailable camera": "Kamera nicht verfügbar",
185
+ "Up": "Oben",
186
+ "Update Available": "Update verfügbar",
187
+ "Update Failed": "Update fehlgeschlagen",
188
+ "Update from Git": "Update aus Git",
189
+ "Update Successful": "Update erfolgreich",
190
+ "Use demo footage": "Demoaufnahme verwenden",
191
+ "Use my camera": "Meine Kamera verwenden",
192
+ "Vertical cursor offset": "Vertikaler Cursor-Versatz",
193
+ "Vertical sensitivity": "Vertikale Empfindlichkeit",
194
+ "Vertical tilt range": "Vertikaler Neigungsbereich",
195
+ "Video": "Video",
196
+ "View": "Ansicht",
197
+ "Webcam does not support the required resolution. Please change your settings.": "Die Webcam unterstützt die erforderliche Auflösung nicht. Bitte ändern Sie Ihre Einstellungen.",
198
+ "Webcam is already in use. Please make sure you have no other programs using the camera.": "Die Webcam wird bereits verwendet. Bitte stellen Sie sicher, dass keine andere Anwendung die Kamera nutzt.",
199
+ "Will resume after mouse stops moving.": "Wird fortgesetzt, nachdem die Maus aufgehört hat, sich zu bewegen.",
200
+ "Window": "Fenster",
201
+ "Wink to click": "Zwinkern zum Klicken",
202
+ "Yaw: ": "Gieren: ",
203
+ "You can control your entire computer with the <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> desktop app.": "Sie können Ihren gesamten Computer mit der TrackyMouse-Desktop-App steuern: <a href=\"https://trackymouse.js.org/\">TrackyMouse</a>."
204
+ }
@@ -0,0 +1,204 @@
1
+ {
2
+ "\n\nOptions:\n": "\n\nOptions:\n",
3
+ "\n\nSince this is a git repository, the update can be pulled directly.": "\n\nSince this is a git repository, the update can be pulled directly.",
4
+ "⚠️ ": "⚠️ ",
5
+ "A new version of Tracky Mouse is available: %0\n\nYou are currently using version %1.": "A new version of Tracky Mouse is available: %0\n\nYou are currently using version %1.",
6
+ "About Tracky Mouse": "About Tracky Mouse",
7
+ "Acceleration": "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.)": "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.": "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.": "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.": "Adjusts the center position of vertical head tilt.",
12
+ "Adjusts the position of the cursor when the camera sees the head facing straight ahead.": "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. 📷": "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. 📷",
14
+ "Allow Camera Access": "Allow Camera Access",
15
+ "An error occurred while updating from git.": "An error occurred while updating from git.",
16
+ "Automatically starts Tracky Mouse as soon as it's run.": "Automatically starts Tracky Mouse as soon as it's run.",
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.": "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.",
18
+ "Camera %0": "Camera %0",
19
+ "Camera source": "Camera source",
20
+ "Change an option to a particular value. (Also outputs the new value, which may be constrained to some limits.)": "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.": "Changes the language Tracky Mouse is displayed in.",
22
+ "Check for updates": "Check for updates",
23
+ "Checked out %0. Restart the app to use the updated version.": "Checked out %0. Restart the app to use the updated version.",
24
+ "Choose how to perform mouse clicks.": "Choose how to perform mouse clicks.",
25
+ "Clicking": "Clicking",
26
+ "Clicking mode:": "Clicking mode:",
27
+ "Close": "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>)": "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>)",
29
+ "Close one eye to click. Left eye for left click, right eye for right click.": "Close one eye to click. Left eye for left click, right eye for right click.",
30
+ "config.afterDispatch must be a function": "config.afterDispatch must be a function",
31
+ "config.beforeDispatch must be a function": "config.beforeDispatch must be a function",
32
+ "config.beforePointerDownDispatch must be a function": "config.beforePointerDownDispatch must be a function",
33
+ "config.click is required": "config.click is required",
34
+ "config.click must be a function": "config.click must be a function",
35
+ "config.dwellClickEvenIfPaused must be a function": "config.dwellClickEvenIfPaused must be a function",
36
+ "config.isEquivalentTarget must be a function": "config.isEquivalentTarget must be a function",
37
+ "config.isHeld must be a function": "config.isHeld must be a function",
38
+ "config.noCenter must be a function": "config.noCenter must be a function",
39
+ "config.retarget must be an array of objects": "config.retarget must be an array of objects",
40
+ "config.retarget[%0].from is not a valid CSS selector": "config.retarget[%0].from is not a valid CSS selector",
41
+ "config.retarget[%0].from is required": "config.retarget[%0].from is required",
42
+ "config.retarget[%0].from must be a CSS selector string, an Element, or a function": "config.retarget[%0].from must be a CSS selector string, an Element, or a function",
43
+ "config.retarget[%0].to is not a valid CSS selector": "config.retarget[%0].to is not a valid CSS selector",
44
+ "config.retarget[%0].to is required (although can be null to ignore the element)": "config.retarget[%0].to is required (although can be null to ignore the element)",
45
+ "config.retarget[%0].to must be a CSS selector string, an Element, a function, or null": "config.retarget[%0].to must be a CSS selector string, an Element, a function, or null",
46
+ "config.retarget[%0].withinMargin must be a number": "config.retarget[%0].withinMargin must be a number",
47
+ "config.shouldDrag must be a function": "config.shouldDrag must be a function",
48
+ "config.targets is not a valid CSS selector": "config.targets is not a valid CSS selector",
49
+ "config.targets is required (must be a CSS selector)": "config.targets is required (must be a CSS selector)",
50
+ "config.targets must be a string (a CSS selector)": "config.targets must be a string (a CSS selector)",
51
+ "configuration object required for initDwellClicking": "configuration object required for initDwellClicking",
52
+ "Control your computer with your webcam.": "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.": "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.",
54
+ "Controls how much you need to tilt your head left or right to reach the edge of the screen.": "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.": "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.": "Couldn't checkout the latest version in the local git repository. You may have uncommitted changes.",
57
+ "Couldn't fetch updates from git.": "Couldn't fetch updates from git.",
58
+ "Cursor Movement": "Cursor Movement",
59
+ "Default": "Default",
60
+ "Delay before dragging&nbsp;&nbsp;&nbsp;": "Delay before dragging&nbsp;&nbsp;&nbsp;",
61
+ "Determines whether cursor movement is based on 3D head tilt, or 2D motion of the face in the camera feed.": "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.": "Disable clicking. Use with an external switch or programs that provide their own dwell clicking.",
63
+ "Down": "Down",
64
+ "Download": "Download",
65
+ "Dwell to click": "Dwell to click",
66
+ "Easy to click": "Easy to click",
67
+ "Easy to drag": "Easy to drag",
68
+ "Edit": "Edit",
69
+ "Export": "Export",
70
+ "Export Settings": "Export Settings",
71
+ "Face convergence score: ": "Face convergence score: ",
72
+ "Face tracking score: ": "Face tracking score: ",
73
+ "Failed to backup current settings before import.\n\n": "Failed to backup current settings before import.\n\n",
74
+ "Failed to export settings.\n\n": "Failed to export settings.\n\n",
75
+ "Failed to import settings.\n\n": "Failed to import settings.\n\n",
76
+ "Failed to install dependencies for the new version after checking it out from git.": "Failed to install dependencies for the new version after checking it out from git.",
77
+ "Failed to open camera settings:\n": "Failed to open camera settings:\n",
78
+ "Failed to parse known cameras from localStorage:\n": "Failed to parse known cameras from localStorage:\n",
79
+ "Failed to read selected file.\n\n": "Failed to read selected file.\n\n",
80
+ "Fast": "Fast",
81
+ "File": "File",
82
+ "Free": "Free",
83
+ "General": "General",
84
+ "GitHub Repository": "GitHub Repository",
85
+ "Head tilt": "Head tilt",
86
+ "Head tilt (3D)": "Head tilt (3D)",
87
+ "Head tilt calibration": "Head tilt calibration",
88
+ "Higher acceleration makes the cursor move faster when the head moves quickly, and slower when the head moves slowly.": "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.": "Hold the cursor in place for a short time to click.",
90
+ "Home Page": "Home Page",
91
+ "Horizontal cursor offset": "Horizontal cursor offset",
92
+ "Horizontal sensitivity": "Horizontal sensitivity",
93
+ "Horizontal tilt range": "Horizontal tilt range",
94
+ "How much you need to tilt your head left and right to reach the edges of the screen.": "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.": "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.": "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.": "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.": "If enabled, Tracky Mouse will automatically check for updates when it starts.",
99
+ "If enabled, Tracky Mouse will automatically start when you log into your computer.": "If enabled, Tracky Mouse will automatically start when you log into your computer.",
100
+ "If enabled, Tracky Mouse will start controlling the cursor as soon as it's launched.": "If enabled, Tracky Mouse will start controlling the cursor as soon as it's launched.",
101
+ "If enabled, you can start or stop mouse control by holding both your eyes shut for a few seconds.": "If enabled, you can start or stop mouse control by holding both your eyes shut for a few seconds.",
102
+ "Import": "Import",
103
+ "Import Settings": "Import Settings",
104
+ "JSON": "JSON",
105
+ "Language": "Language",
106
+ "Large neck movement": "Large neck movement",
107
+ "Later": "Later",
108
+ "Left": "Left",
109
+ "Linear": "Linear",
110
+ "Little neck movement": "Little neck movement",
111
+ "Locks mouse movement during the start of a click to prevent accidental dragging.": "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.": "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.",
113
+ "Makes the cursor move extra fast for quick head movements, and extra slow for slow head movements. Helps to stabilize the cursor.": "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.": "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.",
115
+ "Makes Tracky Mouse active as soon as it's launched.": "Makes Tracky Mouse active as soon as it's launched.",
116
+ "Makes Tracky Mouse active when launched. Otherwise, you can start it manually when you're ready.": "Makes Tracky Mouse active when launched. Otherwise, you can start it manually when you're ready.",
117
+ "Makes Tracky Mouse start automatically when you log into your computer.": "Makes Tracky Mouse start automatically when you log into your computer.",
118
+ "Minimum distance to move the cursor in one frame, in pixels. Helps to fully stop the cursor.": "Minimum distance to move the cursor in one frame, in pixels. Helps to fully stop the cursor.",
119
+ "Mirror": "Mirror",
120
+ "Mirrors the camera view horizontally.": "Mirrors the camera view horizontally.",
121
+ "Motion threshold": "Motion threshold",
122
+ "Movement less than this distance in pixels will be ignored.": "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.": "No camera found. Please make sure you have a camera connected and enabled.",
125
+ "Notifies you of new versions of Tracky Mouse.": "Notifies you of new versions of Tracky Mouse.",
126
+ "Notifies you when a new version of Tracky Mouse is available.": "Notifies you when a new version of Tracky Mouse is available.",
127
+ "Off": "Off",
128
+ "Open Camera Settings": "Open Camera Settings",
129
+ "Open download page": "Open download page",
130
+ "Open mouth to click (ignoring eyes)": "Open mouth to click (ignoring eyes)",
131
+ "Open mouth to click (simple)": "Open mouth to click (simple)",
132
+ "Open mouth to click (with eye modifiers)": "Open mouth to click (with eye modifiers)",
133
+ "Open your camera's system settings window to adjust properties like brightness and contrast.": "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.": "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.": "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.": "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.": "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.": "Opens the system settings window for your camera to adjust properties like auto-focus and auto-exposure.",
139
+ "Optical flow": "Optical flow",
140
+ "Outputs the current value of an option.": "Outputs the current value of an option.",
141
+ "Permission denied. Please enable access to the camera.": "Permission denied. Please enable access to the camera.",
142
+ "Pitch: ": "Pitch: ",
143
+ "Please make sure no other programs are using the camera and try again.": "Please make sure no other programs are using the camera and try again.",
144
+ "Point tracking": "Point tracking",
145
+ "Point tracking (2D)": "Point tracking (2D)",
146
+ "Points based on score: ": "Points based on score: ",
147
+ "Press %0 to disable Tracky Mouse.": "Press %0 to disable Tracky Mouse.",
148
+ "Press %0 to enable Tracky Mouse.": "Press %0 to enable Tracky Mouse.",
149
+ "Press %0 to toggle Tracky Mouse.": "Press %0 to toggle Tracky Mouse.",
150
+ "Range of horizontal head tilt that moves the cursor from one side of the screen to the other.": "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.": "Range of vertical head tilt required to move the cursor from the top to the bottom of the screen.",
152
+ "Remind me later": "Remind me later",
153
+ "Restart Now": "Restart Now",
154
+ "Right": "Right",
155
+ "Roll: ": "Roll: ",
156
+ "Run at login": "Run at login",
157
+ "Select the language for the Tracky Mouse interface.": "Select the language for the Tracky Mouse interface.",
158
+ "Select which camera to use for head tracking.": "Select which camera to use for head tracking.",
159
+ "Selects which camera is used for head tracking.": "Selects which camera is used for head tracking.",
160
+ "Show the version number.": "Show the version number.",
161
+ "Skip this version": "Skip this version",
162
+ "Slow": "Slow",
163
+ "Smooth": "Smooth",
164
+ "Smoothing": "Smoothing",
165
+ "Something went wrong accessing the camera.": "Something went wrong accessing the camera.",
166
+ "Something went wrong accessing the camera. Please try again.": "Something went wrong accessing the camera. Please try again.",
167
+ "Speech": "Speech",
168
+ "Speed in pixels/frame required to move the cursor.": "Speed in pixels/frame required to move the cursor.",
169
+ "Speed of cursor movement in response to horizontal head movement.": "Speed of cursor movement in response to horizontal head movement.",
170
+ "Speed of cursor movement in response to vertical head movement.": "Speed of cursor movement in response to vertical head movement.",
171
+ "Start": "Start",
172
+ "Start enabled": "Start enabled",
173
+ "Start head tracking.": "Start head tracking.",
174
+ "Steady": "Steady",
175
+ "Stop": "Stop",
176
+ "Stop head tracking.": "Stop head tracking.",
177
+ "Swap mouse buttons": "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.": "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.",
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.": "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.": "The settings profile to use.",
181
+ "Tilt influence": "Tilt influence",
182
+ "Toggle Developer Tools (Screen Overlay)": "Toggle Developer Tools (Screen Overlay)",
183
+ "Unavailable": "Unavailable",
184
+ "Unavailable camera": "Unavailable camera",
185
+ "Up": "Up",
186
+ "Update Available": "Update Available",
187
+ "Update Failed": "Update Failed",
188
+ "Update from Git": "Update from Git",
189
+ "Update Successful": "Update Successful",
190
+ "Use demo footage": "Use demo footage",
191
+ "Use my camera": "Use my camera",
192
+ "Vertical cursor offset": "Vertical cursor offset",
193
+ "Vertical sensitivity": "Vertical sensitivity",
194
+ "Vertical tilt range": "Vertical tilt range",
195
+ "Video": "Video",
196
+ "View": "View",
197
+ "Webcam does not support the required resolution. Please change your settings.": "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.": "Webcam is already in use. Please make sure you have no other programs using the camera.",
199
+ "Will resume after mouse stops moving.": "Will resume after mouse stops moving.",
200
+ "Window": "Window",
201
+ "Wink to click": "Wink to click",
202
+ "Yaw: ": "Yaw: ",
203
+ "You can control your entire computer with the <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> desktop app.": "You can control your entire computer with the <a href=\"https://trackymouse.js.org/\">TrackyMouse</a> desktop app."
204
+ }