mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-11 01:32:51 +01:00
Use MT-5 translation system for concrete mod
This commit is contained in:
parent
43acec2900
commit
7317fc0f5f
@ -1,4 +1,3 @@
|
|||||||
default
|
default
|
||||||
basic_materials
|
basic_materials
|
||||||
intllib?
|
|
||||||
moreblocks?
|
moreblocks?
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
local technic = rawget(_G, "technic") or {}
|
local technic = rawget(_G, "technic") or {}
|
||||||
technic.concrete_posts = {}
|
technic.concrete_posts = {}
|
||||||
|
|
||||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
-- Translation support
|
||||||
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
|
local S = minetest.get_translator("technic_concrete")
|
||||||
|
|
||||||
for i = 0, 31 do
|
for i = 0, 31 do
|
||||||
minetest.register_alias("technic:concrete_post"..i,
|
minetest.register_alias("technic:concrete_post"..i,
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
# German Translation for technic_concrete
|
|
||||||
# Deutsche Übersetzung von technic_concrete
|
|
||||||
# by Xanthin
|
|
||||||
|
|
||||||
Rebar = Bewehrungsstab
|
|
||||||
Concrete Block = Betonblock
|
|
||||||
Blast-resistant Concrete Block = Explosionsbestaendiger Betonblock
|
|
||||||
Concrete Post Platform = Betonpfostenplattform
|
|
||||||
Concrete Post = Betonpfosten
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
# technic_concrete traducido por Carlos Barraza
|
|
||||||
|
|
||||||
Rebar = Barra de refuerzo
|
|
||||||
Concrete Block = Bloque de concreto
|
|
||||||
Blast-resistant Concrete Block = Bloque de concreto resistente a explosiones
|
|
||||||
Concrete Post Platform = Plataforma de concreto
|
|
||||||
Concrete Post = Postes de concreto
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
# technic_concrete translation template
|
|
||||||
|
|
||||||
Rebar = Armature
|
|
||||||
Concrete Block = Bloc de béton
|
|
||||||
Blast-resistant Concrete Block = Bloc de béton anti explosions
|
|
||||||
Concrete Post Platform = Plateforme en béton
|
|
||||||
Concrete Post = Pilier en béton
|
|
@ -1,10 +0,0 @@
|
|||||||
# Polish Translation for technic_concrete
|
|
||||||
# Polskie tłumaczenie technic_concrete
|
|
||||||
# by mat9117
|
|
||||||
|
|
||||||
Rebar = Pręt zbrojeniowy
|
|
||||||
Concrete Block = Blok betonu
|
|
||||||
Blast-resistant Concrete Block = Przeciwwybuchowy blok betonu
|
|
||||||
Concrete Post Platform = Betonowa platforma
|
|
||||||
Concrete Post = Betonowy słup
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
# Braziliam portuguese translation for technic_concrete
|
|
||||||
# Tradução portuguesa brasileira para technic_concrete
|
|
||||||
# By Sires
|
|
||||||
|
|
||||||
Rebar = Vergalhão
|
|
||||||
Concrete Block = Bloco de Concreto
|
|
||||||
Blast-resistant Concrete Block = Bloco de Concreto resistente-a-explosões
|
|
||||||
Concrete Post Platform = Plataforma para Poste de Concreto
|
|
||||||
Concrete Post = Poste de Concreto
|
|
||||||
|
|
12
concrete/locale/technic_concrete.de.tr
Normal file
12
concrete/locale/technic_concrete.de.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# German Translation for technic_concrete
|
||||||
|
# Deutsche Übersetzung von technic_concrete
|
||||||
|
# by Xanthin
|
||||||
|
|
||||||
|
Rebar=Bewehrungsstab
|
||||||
|
Concrete Block=Betonblock
|
||||||
|
Blast-resistant Concrete Block=Explosionsbestaendiger Betonblock
|
||||||
|
Concrete Post Platform=Betonpfostenplattform
|
||||||
|
Concrete Post=Betonpfosten
|
||||||
|
|
10
concrete/locale/technic_concrete.es.tr
Normal file
10
concrete/locale/technic_concrete.es.tr
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# technic_concrete traducido por Carlos Barraza
|
||||||
|
|
||||||
|
Rebar=Barra de refuerzo
|
||||||
|
Concrete Block=Bloque de concreto
|
||||||
|
Blast-resistant Concrete Block=Bloque de concreto resistente a explosiones
|
||||||
|
Concrete Post Platform=Plataforma de concreto
|
||||||
|
Concrete Post=Postes de concreto
|
||||||
|
|
9
concrete/locale/technic_concrete.fr.tr
Normal file
9
concrete/locale/technic_concrete.fr.tr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# technic_concrete translation template
|
||||||
|
|
||||||
|
Rebar=Armature
|
||||||
|
Concrete Block=Bloc de béton
|
||||||
|
Blast-resistant Concrete Block=Bloc de béton anti explosions
|
||||||
|
Concrete Post Platform=Plateforme en béton
|
||||||
|
Concrete Post=Pilier en béton
|
12
concrete/locale/technic_concrete.pl.tr
Normal file
12
concrete/locale/technic_concrete.pl.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# Polish Translation for technic_concrete
|
||||||
|
# Polskie tłumaczenie technic_concrete
|
||||||
|
# by mat9117
|
||||||
|
|
||||||
|
Rebar=Pręt zbrojeniowy
|
||||||
|
Concrete Block=Blok betonu
|
||||||
|
Blast-resistant Concrete Block=Przeciwwybuchowy blok betonu
|
||||||
|
Concrete Post Platform=Betonowa platforma
|
||||||
|
Concrete Post=Betonowy słup
|
||||||
|
|
12
concrete/locale/technic_concrete.pt_BR.tr
Normal file
12
concrete/locale/technic_concrete.pt_BR.tr
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# Braziliam portuguese translation for technic_concrete
|
||||||
|
# Tradução portuguesa brasileira para technic_concrete
|
||||||
|
# By Sires
|
||||||
|
|
||||||
|
Rebar=Vergalhão
|
||||||
|
Concrete Block=Bloco de Concreto
|
||||||
|
Blast-resistant Concrete Block=Bloco de Concreto resistente-a-explosões
|
||||||
|
Concrete Post Platform=Plataforma para Poste de Concreto
|
||||||
|
Concrete Post=Poste de Concreto
|
||||||
|
|
9
concrete/locale/technic_concrete.tr.tr
Normal file
9
concrete/locale/technic_concrete.tr.tr
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
|
# turkish translation by mahmutelmas06
|
||||||
|
|
||||||
|
Rebar=Beton demiri
|
||||||
|
Concrete Block=Beton blok
|
||||||
|
Blast-resistant Concrete Block=Patlamaya dayanıklı beton blok
|
||||||
|
Concrete Post Platform=Beton direk platformu
|
||||||
|
Concrete Post=Beton direk
|
@ -1,8 +1,10 @@
|
|||||||
|
# textdomain: technic_concrete
|
||||||
|
|
||||||
# technic_concrete translation template
|
# technic_concrete translation template
|
||||||
|
|
||||||
Rebar =
|
Rebar=
|
||||||
Concrete Block =
|
Concrete Block=
|
||||||
Blast-resistant Concrete Block =
|
Blast-resistant Concrete Block=
|
||||||
Concrete Post Platform =
|
Concrete Post Platform=
|
||||||
Concrete Post =
|
Concrete Post=
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# turkish translation by mahmutelmas06
|
|
||||||
|
|
||||||
Rebar = Beton demiri
|
|
||||||
Concrete Block = Beton blok
|
|
||||||
Blast-resistant Concrete Block = Patlamaya dayanıklı beton blok
|
|
||||||
Concrete Post Platform = Beton direk platformu
|
|
||||||
Concrete Post = Beton direk
|
|
@ -1,3 +1,3 @@
|
|||||||
name = concrete
|
name = concrete
|
||||||
depends = default
|
depends = default
|
||||||
optional_depends = basic_materials, intllib, moreblocks
|
optional_depends = basic_materials, moreblocks
|
||||||
|
Loading…
Reference in New Issue
Block a user