Use MT-5 translation system for concrete mod

This commit is contained in:
Louis 2020-02-08 17:06:17 +01:00
parent 43acec2900
commit 7317fc0f5f
16 changed files with 74 additions and 61 deletions

View File

@ -1,4 +1,3 @@
default
basic_materials
intllib?
moreblocks?

View File

@ -4,8 +4,8 @@
local technic = rawget(_G, "technic") or {}
technic.concrete_posts = {}
-- Boilerplate to support localized strings if intllib mod is installed.
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
-- Translation support
local S = minetest.get_translator("technic_concrete")
for i = 0, 31 do
minetest.register_alias("technic:concrete_post"..i,

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -1,8 +1,10 @@
# textdomain: technic_concrete
# technic_concrete translation template
Rebar =
Concrete Block =
Blast-resistant Concrete Block =
Concrete Post Platform =
Concrete Post =
Rebar=
Concrete Block=
Blast-resistant Concrete Block=
Concrete Post Platform=
Concrete Post=

View File

@ -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

View File

@ -1,3 +1,3 @@
name = concrete
depends = default
optional_depends = basic_materials, intllib, moreblocks
optional_depends = basic_materials, moreblocks