forked from minetest-mods/moreblocks
Merge pull request #18 from Xanthin/translation
Added German translation and updated template.
This commit is contained in:
commit
4656229594
67
locale/de.txt
Normal file
67
locale/de.txt
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
# Translation by Xanthin
|
||||||
|
|
||||||
|
###init.lua###
|
||||||
|
[moreblocks] loaded. = [moreblocks] geladen.
|
||||||
|
|
||||||
|
###nodes.lua###
|
||||||
|
Jungle Wood Fence = Tropenholzzaun
|
||||||
|
Empty Bookshelf = Leeres Buecherregal
|
||||||
|
Clean Glass = Klares Glas
|
||||||
|
Plankstone = Brettstein
|
||||||
|
Wooden Tile = Holzfliese
|
||||||
|
Full Wooden Tile = Vollholzfliese
|
||||||
|
Centered Wooden Tile = Holzfliese mittig
|
||||||
|
Up Wooden Tile = Holzfliese oben
|
||||||
|
Down Wooden Tile = Holzfliese unten
|
||||||
|
Left Wooden Tile = Holzfliese links
|
||||||
|
Right Wooden Tile = Holzfliese rechts
|
||||||
|
Circle Stone Bricks = Kreissteinziegel
|
||||||
|
Stone Tile = Steinfliese
|
||||||
|
Split Stone Tile = Geteilte Steinfliese
|
||||||
|
Glow Glass = Leuchtglas
|
||||||
|
Super Glow Glass = Superleuchtglas
|
||||||
|
Coal Glass = Kohleglas
|
||||||
|
Iron Glass = Eisenglas
|
||||||
|
Coal Checker = Karierte Kohle
|
||||||
|
Iron Checker = Kariertes Eisen
|
||||||
|
Trap Stone = Steinfalle
|
||||||
|
Trap Glass = Glasfalle
|
||||||
|
Trap Glow Glass = Leuchtglasfalle
|
||||||
|
Trap Super Glow Glass = Superleuchtglasfalle
|
||||||
|
Coal Stone = Kohlestein
|
||||||
|
Iron Stone = Eisenstein
|
||||||
|
Coal Stone Bricks = Kohlesteinziegel
|
||||||
|
Iron Stone Bricks = Eisensteinziegel
|
||||||
|
Cactus Checker = Karierter Kaktus
|
||||||
|
Cactus Brick = Kaktusziegel
|
||||||
|
Sweeper = Besen
|
||||||
|
Jungle Stick = Tropenholzstock
|
||||||
|
Rope = Seil
|
||||||
|
All-faces Tree = Baumscheibenstamm
|
||||||
|
|
||||||
|
###circular_saw.lua###
|
||||||
|
Circular Saw = Kreissaege
|
||||||
|
Circular saw, empty (owned by %s) = Kreissaege, leer (gehoert %s)
|
||||||
|
Circular saw, working with %s (owned by %s) = Kreissaege, arbeitet mit %s (gehoert %s)
|
||||||
|
Circular saw, empty = Kreissaege, leer
|
||||||
|
Circular saw is empty (owned by %s) = Kreissaege ist leer (gehoert %s)
|
||||||
|
|
||||||
|
Input\nmaterial = Ausgangs-\nmaterial
|
||||||
|
Left-over = Rest
|
||||||
|
Max = Anzahl
|
||||||
|
Set = Ok
|
||||||
|
Recycle\noutput = Wiederver-\nwerten
|
||||||
|
|
||||||
|
###./stairsplus/*###
|
||||||
|
%s Stairs = %streppe
|
||||||
|
%s Slab = %sstufe
|
||||||
|
%s Panel = %spaneel
|
||||||
|
%s Microblock = %smikroblock
|
||||||
|
|
||||||
|
%s Pane = %sscheibe
|
||||||
|
%s Fence = %szaun
|
||||||
|
|
||||||
|
###ownership.lua###
|
||||||
|
someone = jemand
|
||||||
|
Sorry, %s owns that spot. = Tut mir leid, %s gehoert diese Stelle.
|
||||||
|
|
@ -1,7 +1,8 @@
|
|||||||
###init.lua###
|
###init.lua###
|
||||||
[moreblocks] loaded. =
|
[moreblocks] loaded. =
|
||||||
|
|
||||||
Jungle Wooden Planks =
|
###nodes.lua###
|
||||||
|
Jungle Wood Fence =
|
||||||
Empty Bookshelf =
|
Empty Bookshelf =
|
||||||
Clean Glass =
|
Clean Glass =
|
||||||
Plankstone =
|
Plankstone =
|
||||||
@ -33,20 +34,9 @@ Cactus Checker =
|
|||||||
Cactus Brick =
|
Cactus Brick =
|
||||||
Sweeper =
|
Sweeper =
|
||||||
Jungle Stick =
|
Jungle Stick =
|
||||||
Horizontal Tree =
|
|
||||||
Horizontal Jungle Tree =
|
|
||||||
Rope =
|
Rope =
|
||||||
All-faces Tree =
|
All-faces Tree =
|
||||||
|
|
||||||
###redefinition.lua###
|
|
||||||
Wooden =
|
|
||||||
Papyrus =
|
|
||||||
Dry Shrub =
|
|
||||||
Sapling =
|
|
||||||
Wooden Planks =
|
|
||||||
Ladder =
|
|
||||||
Glass =
|
|
||||||
|
|
||||||
###circular_saw.lua###
|
###circular_saw.lua###
|
||||||
Circular Saw =
|
Circular Saw =
|
||||||
Circular saw, empty (owned by %s) =
|
Circular saw, empty (owned by %s) =
|
||||||
@ -54,11 +44,15 @@ Circular saw, working with %s (owned by %s) =
|
|||||||
Circular saw, empty =
|
Circular saw, empty =
|
||||||
Circular saw is empty (owned by %s) =
|
Circular saw is empty (owned by %s) =
|
||||||
|
|
||||||
Input material =
|
Input\nmaterial =
|
||||||
Rest/microblocks =
|
Left-over =
|
||||||
Max: =
|
Max =
|
||||||
Set =
|
Set =
|
||||||
Recycle output =
|
Recycle\noutput =
|
||||||
|
|
||||||
|
###ownership.lua###
|
||||||
|
someone =
|
||||||
|
Sorry, %s owns that spot. =
|
||||||
|
|
||||||
###./stairsplus/*###
|
###./stairsplus/*###
|
||||||
%s Stairs =
|
%s Stairs =
|
||||||
@ -67,4 +61,4 @@ Recycle output =
|
|||||||
%s Microblock =
|
%s Microblock =
|
||||||
|
|
||||||
%s Pane =
|
%s Pane =
|
||||||
%s Fence =
|
%s Fence =
|
||||||
|
Loading…
Reference in New Issue
Block a user