mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-10 17:20:27 +01:00
Use MT-5 translation system for extranodes mod
This commit is contained in:
parent
7317fc0f5f
commit
f63f0a24a9
@ -3,7 +3,6 @@ technic_worldgen
|
||||
basic_materials
|
||||
concrete
|
||||
unifieddyes?
|
||||
intllib?
|
||||
moreblocks?
|
||||
steel?
|
||||
streetsmod?
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- Minetest 0.4.6 mod: extranodes
|
||||
-- namespace: technic
|
||||
-- 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_extranodes")
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
# technic_extranodes traducido por Carlos Barraza
|
||||
|
||||
Marble = Mármol
|
||||
Marble Bricks = Ladrillos de mármol
|
||||
Granite = Granito
|
||||
Concrete = Concreto
|
||||
|
@ -1,7 +0,0 @@
|
||||
# technic_extranodes translation template
|
||||
|
||||
Marble = Marbre
|
||||
Marble Bricks = Briques en marbre
|
||||
Granite = Granite
|
||||
Concrete = Béton
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Polish Translation for technic_extranodes
|
||||
# Polskie tłumaczenie technic_extranodes
|
||||
# by mat9117
|
||||
|
||||
Marble = Marmur
|
||||
Marble Bricks = Marmurowe cegły
|
||||
Granite = Granit
|
||||
Concrete = Beton
|
||||
|
@ -1,9 +1,11 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# German Translation for technic_extranodes
|
||||
# Deutsche Übersetzung von technic_extranodes
|
||||
# by Xanthin
|
||||
|
||||
Marble = Marmor
|
||||
Marble Bricks = Marmorziegel
|
||||
Granite = Granit
|
||||
Concrete = Beton
|
||||
Marble=Marmor
|
||||
Marble Bricks=Marmorziegel
|
||||
Granite=Granit
|
||||
Concrete=Beton
|
||||
|
9
extranodes/locale/technic_extranodes.es.tr
Normal file
9
extranodes/locale/technic_extranodes.es.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# technic_extranodes traducido por Carlos Barraza
|
||||
|
||||
Marble=Mármol
|
||||
Marble Bricks=Ladrillos de mármol
|
||||
Granite=Granito
|
||||
Concrete=Concreto
|
||||
|
9
extranodes/locale/technic_extranodes.fr.tr
Normal file
9
extranodes/locale/technic_extranodes.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# technic_extranodes translation template
|
||||
|
||||
Marble=Marbre
|
||||
Marble Bricks=Briques en marbre
|
||||
Granite=Granite
|
||||
Concrete=Béton
|
||||
Insulator/cable clip=Isolateur/pince câble
|
11
extranodes/locale/technic_extranodes.pl.tr
Normal file
11
extranodes/locale/technic_extranodes.pl.tr
Normal file
@ -0,0 +1,11 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# Polish Translation for technic_extranodes
|
||||
# Polskie tłumaczenie technic_extranodes
|
||||
# by mat9117
|
||||
|
||||
Marble=Marmur
|
||||
Marble Bricks=Marmurowe cegły
|
||||
Granite=Granit
|
||||
Concrete=Beton
|
||||
|
@ -1,9 +1,11 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# Braziliam portuguese translation for technic_extranodes
|
||||
# Tradução portuguesa brasileira para technic_extranodes
|
||||
# By Sires
|
||||
|
||||
Marble = Mármore
|
||||
Marble Bricks = Tijolos de Mármore
|
||||
Granite = Granito
|
||||
Concrete = Concreto
|
||||
Marble=Mármore
|
||||
Marble Bricks=Tijolos de Mármore
|
||||
Granite=Granito
|
||||
Concrete=Concreto
|
||||
|
8
extranodes/locale/technic_extranodes.tr.tr
Normal file
8
extranodes/locale/technic_extranodes.tr.tr
Normal file
@ -0,0 +1,8 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# turkish translation by mahmutelmas06
|
||||
|
||||
Marble=Mermer
|
||||
Marble Bricks=Mermer tuğla
|
||||
Granite=Granit
|
||||
Concrete=Beton
|
@ -1,7 +1,9 @@
|
||||
# textdomain: technic_extranodes
|
||||
|
||||
# technic_extranodes translation template
|
||||
|
||||
Marble =
|
||||
Marble Bricks =
|
||||
Granite =
|
||||
Concrete =
|
||||
|
||||
Marble=
|
||||
Marble Bricks=
|
||||
Granite=
|
||||
Concrete=
|
||||
Insulator/cable clip=
|
||||
|
@ -1,6 +0,0 @@
|
||||
# turkish translation by mahmutelmas06
|
||||
|
||||
Marble = Mermer
|
||||
Marble Bricks = Mermer tuğla
|
||||
Granite = Granit
|
||||
Concrete = Beton
|
@ -1,3 +1,3 @@
|
||||
name = extranodes
|
||||
depends = default, technic_worldgen, basic_materials, concrete
|
||||
optional_depends = unifieddyes, intllib, moreblocks, steel, streetsmod
|
||||
optional_depends = unifieddyes, moreblocks, steel, streetsmod
|
||||
|
Loading…
Reference in New Issue
Block a user