mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-12-25 01:50:20 +01:00
Add German translation (#29)
* Add German translation Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add German transaltion Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add German translation Add German translation * Add support for i18n Add support for i18n, make loading translateable * Add template for translation * Add German translation Add German translation
This commit is contained in:
parent
ca2b47492e
commit
8287ae2476
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
mushroom = {}
|
mushroom = {}
|
||||||
|
|
||||||
|
-- support for i18n
|
||||||
|
local S = minetest.get_translator("3dmushrooms")
|
||||||
|
|
||||||
minetest.override_item("flowers:mushroom_fertile_brown", {
|
minetest.override_item("flowers:mushroom_fertile_brown", {
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "3dmushrooms.obj",
|
mesh = "3dmushrooms.obj",
|
||||||
@ -66,4 +69,4 @@ minetest.register_alias("mushroom:poison", "flowers:mushroom_red")
|
|||||||
|
|
||||||
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
minetest.register_alias("mushroom:identifier", "default:mese_crystal_fragment")
|
||||||
|
|
||||||
print("[3D Mushrooms] loaded.")
|
minetest.log("info", S("[3D Mushrooms] loaded."))
|
||||||
|
8
3dmushrooms/locale/3dmushrooms.de.tr
Normal file
8
3dmushrooms/locale/3dmushrooms.de.tr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# textdomain: 3dmushrooms
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
|
||||||
|
[3D Mushrooms] loaded.=[3D Mushrooms] geladen.
|
8
3dmushrooms/locale/template.txt
Normal file
8
3dmushrooms/locale/template.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# textdomain: 3dmushrooms
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
|
||||||
|
[3D Mushrooms] loaded.=
|
10
bushes/locale/bushes.de.tr
Normal file
10
bushes/locale/bushes.de.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: bushes
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
|
||||||
|
Young Tree 2 (bottom)=Strauch 2 (Ansatz)
|
||||||
|
Bush Branches @1=Buschäste @1
|
||||||
|
Bush Leaves @1=Buschblätter @1
|
11
cavestuff/locale/cavestuff.de.tr
Normal file
11
cavestuff/locale/cavestuff.de.tr
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# textdomain: cavestuff
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Pebble=Kieselstein
|
||||||
|
Desert Pebble=Wüstenkiesel
|
||||||
|
Stalactite=Stalaktit
|
28
dryplants/locale/dryplants.de.tr
Normal file
28
dryplants/locale/dryplants.de.tr
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# textdomain: dryplants
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Sickle=Sichel
|
||||||
|
Cut Grass=Gras schneiden
|
||||||
|
Hay=Heu
|
||||||
|
Short Grass=Kurzes Gras
|
||||||
|
Juncus=Binsen
|
||||||
|
Wet Reed=Nasses Schilf
|
||||||
|
Wet Reed Slab=Nasse Schilfstufe
|
||||||
|
Wet Reed Roof=Nasses Schilfdach
|
||||||
|
Wet Reed Roof Corner=Nasser Schilfdachwinkel
|
||||||
|
Wet Reed Roof Corner 2=Nasser Schilfdachwinkel 2
|
||||||
|
Reed=Schilf
|
||||||
|
Reed Slab=Schilfstufe
|
||||||
|
Reed Roof=Schilfdach
|
||||||
|
Reed Roof Corner=Schilfdachwinkel
|
||||||
|
Reed Roof Corner 2=Schilfdachwinkel
|
||||||
|
Reedmace=Rohrkolben
|
||||||
|
Reedmace, height: 1=Rohrkolben, Höhe: 1
|
||||||
|
Reedmace, height: 2=Rohrkolben, Höhe: 2
|
||||||
|
Reedmace, height: 3=Rohrkolben, Höhe: 3
|
||||||
|
Reedmace, height: 3 & Spikes=Rohrkolben, Höhe: 3 & Rispe
|
23
ferns/locale/ferns.de.tr
Normal file
23
ferns/locale/ferns.de.tr
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# textdomain: ferns
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Fiddlehead=Geigenkopf
|
||||||
|
Roasted Fiddlehead=Gerösteter Geigenkopf
|
||||||
|
Fern Tuber=Farnknolle
|
||||||
|
Roasted Fern Tuber=Geröstete Farnknolle
|
||||||
|
Lady-fern (Athyrium)=Frauenfarn (Athyrium)
|
||||||
|
Tree Fern Crown (Dicksonia)=Baumfarnkrone (Dicksonia)
|
||||||
|
Giant Tree Fern Leaves=Riesige Baumfarnblätter
|
||||||
|
Giant Tree Fern Leave End=Riesiges Baumfarnblattende
|
||||||
|
Giant Fern Trunk=Riesiger Baumfarnstamm
|
||||||
|
Giant Tree Fern Sapling=Riesiger Baumfarnsetzling
|
||||||
|
Young Horsetail (Equisetum)=Junger Schachtelhalm (Equisetum)
|
||||||
|
Horsetail (Equisetum)=Schachtelhalm (Equisetum)
|
||||||
|
Fern Trunk (Dicksonia)=Farnstamm (Dicksonia)
|
||||||
|
Tree Fern Sapling (Dicksonia)=Baumfarnsetzling (Dicksonia)
|
9
molehills/locale/molehills.de.tr
Normal file
9
molehills/locale/molehills.de.tr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# textdomain: molehills
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Mole Hill=Maulwurfshügel
|
10
nature_classic/locale/nature_classic.de.tr
Normal file
10
nature_classic/locale/nature_classic.de.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: nature_classic
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Apple blossoms=Apfelblüten
|
||||||
|
[Nature Classic] loaded!=[Nature Classic] geladen!
|
17
trunks/locale/trunks.de.tr
Normal file
17
trunks/locale/trunks.de.tr
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# textdomain: trunks
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Twig=Zweig
|
||||||
|
Moss=Moos
|
||||||
|
Moss with Fungus=Moos mit Pilz
|
||||||
|
Twigs Block=Zweigblock
|
||||||
|
Twigs Slab=Zweigstufe
|
||||||
|
Twigs Roof=Zweigdach
|
||||||
|
Twigs Roof Corner 1=Zweigdachwinkel 1
|
||||||
|
Twigs Roof Corner 2=Zweigdachwinkel 2
|
||||||
|
@1 Root=Wurzel von @1
|
14
vines/locale/vines.de.tr
Normal file
14
vines/locale/vines.de.tr
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# textdomain: vines
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
Vines=Ranken
|
||||||
|
Matured=Gereifte
|
||||||
|
Rope=Seil
|
||||||
|
Shears=Schere
|
||||||
|
Roots=Wurzeln
|
||||||
|
Jungle Vines=Dschungelranken
|
||||||
|
Willow Vines=Weidenranken
|
12
woodsoils/locale/woodsoils.de.tr
Normal file
12
woodsoils/locale/woodsoils.de.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: woodsoils
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Forest Soil 1=Waldboden 1
|
||||||
|
Forest Soil 2=Waldboden 2
|
||||||
|
Forest Soil 3=Waldboden 3
|
||||||
|
Forest Soil 4=Waldboden 4
|
13
youngtrees/locale/youngtrees.de.tr
Normal file
13
youngtrees/locale/youngtrees.de.tr
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# textdomain: youngtrees
|
||||||
|
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# reusityback, 2022.
|
||||||
|
#
|
||||||
|
|
||||||
|
Young Bamboo Tree=Junger Bambus
|
||||||
|
Young Tree 2 (middle)=Strauch 2 (Mitte)
|
||||||
|
Young Tree (top)=Strauch (Spitze)
|
||||||
|
Young Tree (middle)=Strauch (Mitte)
|
||||||
|
Young Tree (bottom)=Strauch (Ansatz)
|
Loading…
Reference in New Issue
Block a user