-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add german translation for screen settings
- Loading branch information
Showing
3 changed files
with
64 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+731 Bytes
board/fischertechnik/TXT/rootfs/opt/ftc/apps/system/display/display_de.qm
Binary file not shown.
49 changes: 49 additions & 0 deletions
49
board/fischertechnik/TXT/rootfs/opt/ftc/apps/system/display/display_de.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="de" sourcelanguage="en"> | ||
<context> | ||
<name>main</name> | ||
<message> | ||
<location filename="display.py" line="41"/> | ||
<source>Calibrate | ||
touchscreen</source> | ||
<translation>Touchscreen | ||
kalibrieren</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="53"/> | ||
<source>Activating new touchscreen calibration...</source> | ||
<translation>Übernehme neue Touchscreen-Kalibrierung...</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="60"/> | ||
<source>Rotating screen to %i...</source> | ||
<translation>Bildschirm wird gedreht (%i°)...</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="32"/> | ||
<source>Rotate 0</source> | ||
<translation>Rotation 0</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="33"/> | ||
<source>Rotate 90</source> | ||
<translation>Rotation 90</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="34"/> | ||
<source>Rotate 180</source> | ||
<translation>Rotation 180</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="35"/> | ||
<source>Rotate 270</source> | ||
<translation>Rotation 270</translation> | ||
</message> | ||
<message> | ||
<location filename="display.py" line="19"/> | ||
<source>Display</source> | ||
<translation>Bildschirm</translation> | ||
</message> | ||
</context> | ||
</TS> |