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

Lines changed: 2 additions & 1 deletion
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},
Lines changed: 4 additions & 4 deletions
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-
Lines changed: 5 additions & 5 deletions
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-
Lines changed: 4 additions & 4 deletions
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
Lines changed: 4 additions & 4 deletions
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

Lines changed: 12 additions & 0 deletions
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
Lines changed: 4 additions & 3 deletions
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

Lines changed: 0 additions & 12 deletions
This file was deleted.

concrete/locale/template.txt

Lines changed: 4 additions & 5 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)