mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-13 22:00:35 +02:00
Update locales
Using [update_translations](https://github.com/minetest-tools/update_translations) tool. Also renamed translations files.
This commit is contained in:
@ -5,7 +5,7 @@ local technic = rawget(_G, "technic") or {}
|
||||
technic.concrete_posts = {}
|
||||
|
||||
-- Translation support
|
||||
local S = minetest.get_translator("technic_concrete")
|
||||
local S = minetest.get_translator("concrete")
|
||||
|
||||
for i = 0, 31 do
|
||||
minetest.register_alias("technic:concrete_post"..i,
|
||||
@ -63,6 +63,7 @@ minetest.register_node(":technic:blast_resistant_concrete", {
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
stairsplus:register_all("technic","blast_resistant_concrete","technic:blast_resistant_concrete",{
|
||||
-- TODO: translation
|
||||
description = "Blast-resistant Concrete",
|
||||
tiles = {"technic_blast_resistant_concrete_block.png",},
|
||||
groups = {cracky=1, level=3, concrete=1},
|
||||
|
@ -1,12 +1,12 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# German Translation for technic_concrete
|
||||
# Deutsche Übersetzung von technic_concrete
|
||||
# by Xanthin
|
||||
|
||||
Rebar=Bewehrungsstab
|
||||
Concrete Block=Betonblock
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=Explosionsbestaendiger Betonblock
|
||||
Concrete Post Platform=Betonpfostenplattform
|
||||
Concrete Post=Betonpfosten
|
||||
|
@ -1,10 +1,10 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# technic_concrete traducido por Carlos Barraza
|
||||
# traducido por Carlos Barraza
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
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,9 +1,9 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# technic_concrete translation template
|
||||
|
||||
Rebar=Armature
|
||||
Concrete Block=Bloc de béton
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=Bloc de béton anti explosions
|
||||
Concrete Post Platform=Plateforme en béton
|
||||
Concrete Post=Pilier en béton
|
@ -1,12 +1,12 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# Polish Translation for technic_concrete
|
||||
# Polskie tłumaczenie technic_concrete
|
||||
# by mat9117
|
||||
|
||||
Rebar=Pręt zbrojeniowy
|
||||
Concrete Block=Blok betonu
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=Przeciwwybuchowy blok betonu
|
||||
Concrete Post Platform=Betonowa platforma
|
||||
Concrete Post=Betonowy słup
|
||||
|
12
concrete/locale/concrete.pt_BR.tr
Normal file
12
concrete/locale/concrete.pt_BR.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: concrete
|
||||
|
||||
# Braziliam portuguese translation for concrete
|
||||
# Tradução portuguesa brasileira para concrete
|
||||
# By Sires
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=Bloco de Concreto resistente-a-explosões
|
||||
Concrete Post Platform=Plataforma para Poste de Concreto
|
||||
Concrete Post=Poste de Concreto
|
@ -1,9 +1,10 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# turkish translation by mahmutelmas06
|
||||
|
||||
Rebar=Beton demiri
|
||||
Concrete Block=Beton blok
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=Patlamaya dayanıklı beton blok
|
||||
Concrete Post Platform=Beton direk platformu
|
||||
Concrete Post=Beton direk
|
@ -1,12 +0,0 @@
|
||||
# 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
|
||||
|
@ -1,10 +1,9 @@
|
||||
# textdomain: technic_concrete
|
||||
# textdomain: concrete
|
||||
|
||||
# technic_concrete translation template
|
||||
|
||||
Rebar=
|
||||
Concrete Block=
|
||||
|
||||
### init.lua ###
|
||||
|
||||
Blast-resistant Concrete Block=
|
||||
Concrete Post Platform=
|
||||
Concrete Post=
|
||||
|
||||
|
Reference in New Issue
Block a user