mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-12-27 10:50:21 +01:00
Provide a template file and capitalize various strings (#54)
* Provide a template file and capitalize various... * Remove unused string and locale file
This commit is contained in:
parent
c5195f4ecd
commit
b20cc8d102
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by Xanthin
|
||||
|
||||
[moreores] loaded.=[moreores] geladen.
|
||||
|
||||
@1 Ore=@1erz
|
||||
@1 Lump=@1klumpen
|
||||
@1 Ingot=@1barren
|
||||
|
@ -1,21 +0,0 @@
|
||||
# textdomain: moreores
|
||||
|
||||
[moreores] loaded.=[moreores] loaded.
|
||||
|
||||
@1 Ore=@1 Ore
|
||||
@1 Lump=@1 Lump
|
||||
@1 Ingot=@1 Ingot
|
||||
@1 Block=@1 Block
|
||||
@1 Pickaxe=@1 Pickaxe
|
||||
@1 Shovel=@1 Shovel
|
||||
@1 Axe=@1 Axe
|
||||
@1 Sword=@1 Sword
|
||||
@1 Hoe=@1 Hoe
|
||||
|
||||
Copper=Copper
|
||||
Tin=Tin
|
||||
Bronze=Bronze
|
||||
Silver=Silver
|
||||
Gold=Gold
|
||||
Mithril=Mithril
|
||||
Copper Rail=Copper Rail
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by kaeza
|
||||
|
||||
[moreores] loaded.=[moreores] cargado.
|
||||
|
||||
@1 Ore=Mineral de @1
|
||||
@1 Lump=Pepita de @1
|
||||
@1 Ingot=Lingote de @1
|
||||
@ -13,10 +11,10 @@
|
||||
@1 Axe=Hacha de @1
|
||||
@1 Sword=Espada de @1
|
||||
|
||||
Copper=cobre
|
||||
Tin=estaño
|
||||
Bronze=bronce
|
||||
Silver=plata
|
||||
Gold=oro
|
||||
Mithril=mitrilo
|
||||
Copper=Cobre
|
||||
Tin=Estaño
|
||||
Bronze=Bronce
|
||||
Silver=Plata
|
||||
Gold=Oro
|
||||
Mithril=Mitrilo
|
||||
Copper Rail=Riel de Cobre
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by Calinou
|
||||
|
||||
[moreores] loaded.=[moreores] a été chargé.
|
||||
|
||||
@1 Ore=Minerai en @1
|
||||
@1 Lump=Roche en @1
|
||||
@1 Ingot=Lingot en @1
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by An0n3m0us
|
||||
|
||||
[moreores] loaded.=[moreores] betöltve.
|
||||
|
||||
@1 Ore=@1 érc
|
||||
@1 Lump=@1 rög
|
||||
@1 Ingot=@1 öntvény
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by Pagliaccio
|
||||
|
||||
[moreores] loaded.=[moreores] caricato.
|
||||
|
||||
@1 Ore=Minerale di @1
|
||||
@1 Lump=@1 grezzo
|
||||
@1 Ingot=Lingotto di @1
|
||||
|
@ -1,7 +1,5 @@
|
||||
# textdomain: moreores
|
||||
|
||||
[moreores] loaded.=[moreores] geladen.
|
||||
|
||||
@1 Ore=@1 Erts
|
||||
@1 Lump=@1 Klomp
|
||||
@1 Ingot=@1 Staaf
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by mat9117
|
||||
|
||||
[moreores] loaded.=[moreores] załadowano.
|
||||
|
||||
@1 Ore=@1 Ruda
|
||||
@1 Lump=@1 Bryłka
|
||||
@1 Ingot=@1 Sztabka
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
# Translation by github.com/caiorrs
|
||||
|
||||
[moreores] loaded.=[moreores] carregado.
|
||||
|
||||
@1 Ore=Minério de @1
|
||||
@1 Lump=Pepita de @1
|
||||
@1 Ingot=Lingote de @1
|
||||
|
@ -7,8 +7,6 @@
|
||||
# Turkish translation
|
||||
# Language 2 letter iso code is "tr"
|
||||
|
||||
[moreores] loaded.=[moreores] yüklendi.
|
||||
|
||||
@1 Ore=@1 madeni
|
||||
@1 Lump=@1 yığını
|
||||
@1 Ingot=@1 külçesi
|
||||
|
18
locale/template.txt
Normal file
18
locale/template.txt
Normal file
@ -0,0 +1,18 @@
|
||||
# textdomain: moreores
|
||||
|
||||
@1 Ore=
|
||||
@1 Lump=
|
||||
@1 Ingot=
|
||||
@1 Block=
|
||||
@1 Pickaxe=
|
||||
@1 Shovel=
|
||||
@1 Axe=
|
||||
@1 Sword=
|
||||
|
||||
Copper=
|
||||
Tin=
|
||||
Bronze=
|
||||
Silver=
|
||||
Gold=
|
||||
Mithril=
|
||||
Copper Rail=
|
Loading…
Reference in New Issue
Block a user