Skip to content

Commit 6debd75

Browse files
author
Itom Build Server
committed
Updated pre-commit instructions
1 parent 0cb9f1e commit 6debd75

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

DummyMotor/translation/DummyMotor_de.ts

+3-25
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,7 @@
187187
<message>
188188
<location line="+8"/>
189189
<source>If 0, the axis is not homed. 1: homed.</source>
190-
<<<<<<< Updated upstream
191190
<translation type="unfinished">Bei 0 ist die Achse nicht referenziert. 1: ist referenziert (homed).</translation>
192-
=======
193-
<translation type="unfinished"></translation>
194-
>>>>>>> Stashed changes
195191
</message>
196192
<message>
197193
<location line="+291"/>
@@ -285,35 +281,17 @@
285281
<message>
286282
<location line="+2"/>
287283
<source>The DummyMotor is a virtual actuator plugin that emulates up to 10 linear axes.
288-
<<<<<<< Updated upstream
289-
290-
The real number of simulated axes is given by the initialization parameter &apos;numAxis&apos;. Use this plugin to simulate or develop your measurement system at another computer. Whenever a position command is executed, this plugin sleeps until the time needed for the positioning (with respect to the speed of the axis) expired.</source>
291-
<translation type="unfinished">Der DummyMotor ist ein virtuelles Motor-Plugin, welches bis zu 10 lineare Achsen simuliert.
292-
293-
Die tatsächliche Anzahl der simulierten Achsen werden bei der Inizialisierung mit dem Parameter &apos;numAxis&apos; angegeben werden. Dieses Plugin kann zur Simulation oder Entwicklung eines Messsystems an anderen Computern genutzt werden. Wann immer der Positionsbefehl ausgeführt wird, wartet das Plugin die benötigte Fahrtzeit bis zum Erreichen der Position (mit berücksichtigter Geschwindigkeit der Achse) ab.</translation>
294-
</message>
295-
<message>
296-
<source>The DummyMotor is a virtual actuator plugin that emulates up to 10 linear axes.
297-
298-
The real number of simulated axes is given by the initialization parameter &apos;numAxis&apos;. Use this plugin to simulate or develop your measurement system at another computer. Whenever a position command is executed, this plugin sleeps until the time needed for the positioning (with respect to the speed of the axis) expired.</source>
299-
<translation type="obsolete">Der DummyMotor ist ein virtuelles Motor-Plugin, welches bis zu 10 lineare Achsen simuliert.
300-
301-
Die tatsächliche Anzahl der simulierten Achsen werden bei der Inizialisierung mit dem Parameter &apos;numAxis&apos; angegeben werden. Dieses Plugin kann zur Simulation oder Entwicklung eines Messsystems an anderen Computern genutzt werden. Wann immer der Positionsbefehl ausgeführt wird, wartet das Plugin die benötigte Fahrtzeit bis zum Erreichen der Position (mit berücksichtigter Geschwindigkeit der Achse) ab.</translation>
302-
</message>
303-
=======
304284

305285
The real number of simulated axes is given by the initialization parameter &apos;numAxis&apos;. Use this plugin to simulate or develop your measurement system at another computer. Whenever a position command is executed, this plugin sleeps until the time needed for the positioning (with respect to the speed of the axis) expired.</source>
306286
<translation type="unfinished"></translation>
307287
</message>
308288
<message>
309289
<source>The DummyMotor is a virtual actuator plugin that emulates up to 10 linear axes.
310-
311-
The real number of simulated axes is given by the initialization parameter &apos;numAxis&apos;. Use this plugin to simulate or develop your measurement system at another computer. Whenever a position command is executed, this plugin sleeps until the time needed for the positioning (with respect to the speed of the axis) expired.</source>
290+
The real number of simulated axes is given by the initialization parameter &apos;numAxis&apos;. Use this plugin to simulate or develop your measurement system at another computer. Whenever a position command is executed, this plugin sleeps until the time needed for the positioning (with respect to the speed of the axis) expired.</source>
312291
<translation type="obsolete">Der DummyMotor ist ein virtuelles Motor-Plugin, welches bis zu 10 lineare Achsen simuliert.
313-
314-
Die tatsächliche Anzahl der simulierten Achsen werden bei der Inizialisierung mit dem Parameter &apos;numAxis&apos; angegeben werden. Dieses Plugin kann zur Simulation oder Entwicklung eines Messsystems an anderen Computern genutzt werden. Wann immer der Positionsbefehl ausgeführt wird, wartet das Plugin die benötigte Fahrtzeit bis zum Erreichen der Position (mit berücksichtigter Geschwindigkeit der Achse) ab.</translation>
292+
Die tatsächliche Anzahl der simulierten Achsen werden bei der Inizialisierung mit dem Parameter &apos;numAxis&apos; angegeben werden. Dieses Plugin kann zur Simulation oder Entwicklung eines Messsystems an anderen Computern genutzt werden. Wann immer der Positionsbefehl ausgeführt wird, wartet das Plugin die benötigte Fahrtzeit bis zum Erreichen der Position (mit berücksichtigter Geschwindigkeit der Achse) ab.
293+
</translation>
315294
</message>
316-
>>>>>>> Stashed changes
317295
</context>
318296
<context>
319297
<name>dialogDummyMotor</name>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python -m pre_commit install
5252
It's usually a good idea to run the hooks against all of the files when adding new hooks (usually ``pre-commit`` will only run on the changed files during git hooks).
5353

5454
```bash
55-
python -m pre_commit run --all-files
55+
python -m pre-commit run --all-files
5656
```
5757

5858
## Licensing

0 commit comments

Comments
 (0)