Skip to content

Commit c1f859c

Browse files
committed
Update locales
Using [update_translations](https://github.com/minetest-tools/update_translations) tool. Also renamed translations files.
1 parent 2d52aba commit c1f859c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3828
-1855
lines changed

concrete/init.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local technic = rawget(_G, "technic") or {}
55
technic.concrete_posts = {}
66

77
-- Translation support
8-
local S = minetest.get_translator("technic_concrete")
8+
local S = minetest.get_translator("concrete")
99

1010
for i = 0, 31 do
1111
minetest.register_alias("technic:concrete_post"..i,
@@ -63,6 +63,7 @@ minetest.register_node(":technic:blast_resistant_concrete", {
6363

6464
if minetest.get_modpath("moreblocks") then
6565
stairsplus:register_all("technic","blast_resistant_concrete","technic:blast_resistant_concrete",{
66+
-- TODO: translation
6667
description = "Blast-resistant Concrete",
6768
tiles = {"technic_blast_resistant_concrete_block.png",},
6869
groups = {cracky=1, level=3, concrete=1},
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

33
# German Translation for technic_concrete
44
# Deutsche Übersetzung von technic_concrete
55
# by Xanthin
66

7-
Rebar=Bewehrungsstab
8-
Concrete Block=Betonblock
7+
8+
### init.lua ###
9+
910
Blast-resistant Concrete Block=Explosionsbestaendiger Betonblock
1011
Concrete Post Platform=Betonpfostenplattform
1112
Concrete Post=Betonpfosten
12-
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

3-
# technic_concrete traducido por Carlos Barraza
3+
# traducido por Carlos Barraza
4+
5+
6+
### init.lua ###
47

5-
Rebar=Barra de refuerzo
6-
Concrete Block=Bloque de concreto
78
Blast-resistant Concrete Block=Bloque de concreto resistente a explosiones
89
Concrete Post Platform=Plataforma de concreto
910
Concrete Post=Postes de concreto
10-
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

3-
# technic_concrete translation template
43

5-
Rebar=Armature
6-
Concrete Block=Bloc de béton
4+
5+
### init.lua ###
6+
77
Blast-resistant Concrete Block=Bloc de béton anti explosions
88
Concrete Post Platform=Plateforme en béton
99
Concrete Post=Pilier en béton
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

33
# Polish Translation for technic_concrete
44
# Polskie tłumaczenie technic_concrete
55
# by mat9117
66

7-
Rebar=Pręt zbrojeniowy
8-
Concrete Block=Blok betonu
7+
8+
### init.lua ###
9+
910
Blast-resistant Concrete Block=Przeciwwybuchowy blok betonu
1011
Concrete Post Platform=Betonowa platforma
1112
Concrete Post=Betonowy słup
12-

concrete/locale/concrete.pt_BR.tr

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# textdomain: concrete
2+
3+
# Braziliam portuguese translation for concrete
4+
# Tradução portuguesa brasileira para concrete
5+
# By Sires
6+
7+
8+
### init.lua ###
9+
10+
Blast-resistant Concrete Block=Bloco de Concreto resistente-a-explosões
11+
Concrete Post Platform=Plataforma para Poste de Concreto
12+
Concrete Post=Poste de Concreto
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

33
# turkish translation by mahmutelmas06
44

5-
Rebar=Beton demiri
6-
Concrete Block=Beton blok
5+
6+
### init.lua ###
7+
78
Blast-resistant Concrete Block=Patlamaya dayanıklı beton blok
89
Concrete Post Platform=Beton direk platformu
910
Concrete Post=Beton direk

concrete/locale/technic_concrete.pt_BR.tr

-12
This file was deleted.

concrete/locale/template.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# textdomain: technic_concrete
1+
# textdomain: concrete
22

3-
# technic_concrete translation template
43

5-
Rebar=
6-
Concrete Block=
4+
5+
### init.lua ###
6+
77
Blast-resistant Concrete Block=
88
Concrete Post Platform=
99
Concrete Post=
10-

extranodes/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Minetest 0.4.6 mod: extranodes
22
-- namespace: technic
33
-- Translation support
4-
local S = minetest.get_translator("technic_extranodes")
4+
local S = minetest.get_translator("extranodes")
55

66
if minetest.get_modpath("moreblocks") then
77

extranodes/locale/extranodes.de.tr

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# textdomain: extranodes
2+
3+
# German Translation for technic_extranodes
4+
# Deutsche Übersetzung von technic_extranodes
5+
# by Xanthin
6+
7+
8+
### init.lua ###
9+
10+
Marble=Marmor
11+
Marble Bricks=Marmorziegel
12+
Granite=Granit
13+
Concrete=Beton
14+
Zinc Block=Zinkblock
15+
Cast Iron Block=Gusseisenblock
16+
Carbon Steel Block=Kohlenstoffstahlblock
17+
Stainless Steel Block=Edelstahlblock
18+
Insulator/cable clip=
19+
Steel strut with insulator/cable clip=

extranodes/locale/extranodes.es.tr

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# textdomain: extranodes
2+
3+
# traducido por Carlos Barraza
4+
5+
6+
### init.lua ###
7+
8+
Marble=Mármol
9+
Marble Bricks=Ladrillos de mármol
10+
Granite=Granito
11+
Concrete=Concreto
12+
Zinc Block=Bloque de Zinc
13+
Cast Iron Block=Bloque de Hierro Fundido
14+
Carbon Steel Block=Bloque de Acero al Carbon
15+
Stainless Steel Block=Bloque de Acero Inoxidable
16+
Insulator/cable clip=
17+
Steel strut with insulator/cable clip=

extranodes/locale/extranodes.fr.tr

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# textdomain: extranodes
2+
3+
4+
5+
### init.lua ###
6+
7+
Marble=Marbre
8+
Marble Bricks=Briques en marbre
9+
Granite=Granite
10+
Concrete=Béton
11+
Zinc Block=Bloc de zinc
12+
Cast Iron Block=Bloc de fonte
13+
Carbon Steel Block=Bloc d’acier au carbone
14+
Stainless Steel Block=Bloc d’acier inoxydable
15+
Insulator/cable clip=Isolateur/pince câble
16+
Steel strut with insulator/cable clip=

extranodes/locale/extranodes.pl.tr

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# textdomain: extranodes
2+
3+
# Polish Translation for extranodes
4+
# Polskie tłumaczenie extranodes
5+
# by mat9117
6+
7+
8+
### init.lua ###
9+
10+
Marble=Marmur
11+
Marble Bricks=Marmurowe cegły
12+
Granite=Granit
13+
Concrete=Beton
14+
Zinc Block=Blok cynku
15+
Cast Iron Block=Blok żelaziwa
16+
Carbon Steel Block=Blok stali węglowej
17+
Stainless Steel Block=Blok stali nierdzewnej
18+
Insulator/cable clip=
19+
Steel strut with insulator/cable clip=

extranodes/locale/extranodes.pt_BR.tr

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# textdomain: extranodes
2+
3+
# Braziliam portuguese translation for extranodes
4+
# Tradução portuguesa brasileira para extranodes
5+
# By Sires
6+
7+
8+
### init.lua ###
9+
10+
Marble=Mármore
11+
Marble Bricks=Tijolos de Mármore
12+
Granite=Granito
13+
Concrete=Concreto
14+
Zinc Block=Bloco de Zinco
15+
Cast Iron Block=Bloco de Ferro Fundido
16+
Carbon Steel Block=Bloco de Aço Carbono
17+
Stainless Steel Block=Bloco de Aço Inoxidável
18+
Insulator/cable clip=
19+
Steel strut with insulator/cable clip=

extranodes/locale/extranodes.tr.tr

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# textdomain: extranodes
2+
3+
# turkish translation by mahmutelmas06
4+
5+
6+
### init.lua ###
7+
8+
Marble=Mermer
9+
Marble Bricks=Mermer tuğla
10+
Granite=Granit
11+
Concrete=Beton
12+
Zinc Block=Çinko blok
13+
Cast Iron Block=Döküm demir blok
14+
Carbon Steel Block=
15+
Stainless Steel Block=Paslanmaz çelik blok
16+
Insulator/cable clip=
17+
Steel strut with insulator/cable clip=

extranodes/locale/technic_extranodes.de.tr

-11
This file was deleted.

extranodes/locale/technic_extranodes.es.tr

-9
This file was deleted.

extranodes/locale/technic_extranodes.fr.tr

-9
This file was deleted.

extranodes/locale/technic_extranodes.pl.tr

-11
This file was deleted.

extranodes/locale/technic_extranodes.pt_BR.tr

-11
This file was deleted.

extranodes/locale/technic_extranodes.tr.tr

-8
This file was deleted.

extranodes/locale/template.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# textdomain: technic_extranodes
1+
# textdomain: extranodes
22

3-
# technic_extranodes translation template
3+
# extranodes translation template
4+
5+
6+
### init.lua ###
47

58
Marble=
69
Marble Bricks=
710
Granite=
811
Concrete=
12+
Zinc Block=
13+
Cast Iron Block=
14+
Carbon Steel Block=
15+
Stainless Steel Block=
916
Insulator/cable clip=
17+
Steel strut with insulator/cable clip=

0 commit comments

Comments
 (0)