Add German translation

This commit is contained in:
Wuzzy 2016-07-29 11:37:16 +02:00
parent 8c7e081d2c
commit 0516c20549
3 changed files with 69 additions and 0 deletions

@ -1,3 +1,4 @@
local S
if (minetest.get_modpath("intllib")) then
dofile(minetest.get_modpath("intllib").."/intllib.lua")
S = intllib.Getter(minetest.get_current_modname())

29
locale/de.txt Normal file

@ -0,0 +1,29 @@
Altimeter = Höhenmesser
Triangulator = Triangulator
Compass = Kompass
Sextant = Sextant
Quadcorder = Vierkorder
Watch = Uhr
Speedometer = Tacho
Automapper = Autokartierer
GPS device = GPS-Gerät
Yaw: %.1f°, pitch: %.1f° = Gier: %.1f°, Nick: %.1f°
Yaw: %.1f° = Gier: %.1f°
Pitch: %.1f° = Nick: %.1f
Time: noon = Uhrzeit: Mittag
Time: midnight = Uhrzeit: Mitternacht
p.m. = PM
a.m. = AM
Time: %i:%02i %s = Uhrzeit: %i:%02i %s
Time: %02i:%02i = Uhrzeit: %02i:%02i
Speed: %.2f %s = Tempo: %.2f %s
m = m
m/s = m/s
Coordinates: X\=%d, Y\=%d, Z\=%d = Koordinaten: X\=%d, Y\=%d, Z\=%d
Height: Y\=%d = Höhe: Y\=%d
Coordinates: X\=%d, Z\=%d = Koordinaten: X\=%d, Z\=%d

39
locale/template.txt Normal file

@ -0,0 +1,39 @@
# Item names
Altimeter
Triangulator
Compass
Sextant
Quadcorder
Watch
Speedometer
Automapper
GPS device
# Coordinates
Coordinates: X\=%d, Y\=%d, Z\=%d
Height: Y\=%d
Coordinates: X\=%d, Z\=%d
# Angles
Yaw: %.1f°, pitch: %.1f°
Yaw: %.1f°
Pitch: %.1f°
# Time
## For the 12h mode
Time: noon
Time: midnight
p.m.
a.m.
# 12h format Format: hours:minutes a.m/p.m
Time: %i:%02i %s
# 24h Format: hours:minutes
Time: %02i:%02i
# meters
m
# meters per second
m/s
# %.2f will be replaced by number, %s will be replaced by speed unit
Speed: %.2f %s