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:
@ -20,7 +20,7 @@ dofile(modpath.."/support.lua")
|
||||
dofile(modpath.."/technic.lua")
|
||||
|
||||
-- Translation support
|
||||
local S = minetest.get_translator("technic_wrench")
|
||||
local S = minetest.get_translator("wrench")
|
||||
|
||||
local function get_meta_type(name, metaname)
|
||||
local def = wrench.registered_nodes[name]
|
||||
|
@ -1,7 +0,0 @@
|
||||
# textdomain: technic_wrench
|
||||
|
||||
# technic_wrench traducido por Carlos Barraza
|
||||
|
||||
Wrench=Llave Inglesa
|
||||
@1 with items=@1 con elementos
|
||||
|
@ -1,7 +0,0 @@
|
||||
# textdomain: technic_wrench
|
||||
|
||||
# technic_wrench translation template
|
||||
|
||||
Wrench=Clé
|
||||
@1 with items=@1 avec des objets
|
||||
|
@ -1,9 +0,0 @@
|
||||
# textdomain: technic_wrench
|
||||
|
||||
# Polish Translation for technic_wrench
|
||||
# Polskie tłumaczenie technic_wrench
|
||||
# by mat9117
|
||||
|
||||
Wrench=Klucz
|
||||
@1 with items=@1 z rzeczami
|
||||
|
@ -1,7 +1,8 @@
|
||||
# textdomain: technic_wrench
|
||||
# textdomain: wrench
|
||||
|
||||
# technic_wrench translation template
|
||||
|
||||
Wrench =
|
||||
@1 with items =
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=
|
||||
Wrench=
|
||||
|
@ -1,8 +1,11 @@
|
||||
# textdomain: technic_wrench
|
||||
|
||||
# textdomain: wrench
|
||||
# German Translation for technic_wrench
|
||||
# Deutsche Übersetzung von technic_wrench
|
||||
# by Xanthin
|
||||
|
||||
Wrench=Schraubenschluessel
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=@1 mit Gegenstaenden
|
||||
Wrench=Schraubenschluessel
|
8
wrench/locale/wrench.es.tr
Normal file
8
wrench/locale/wrench.es.tr
Normal file
@ -0,0 +1,8 @@
|
||||
# textdomain: wrench
|
||||
|
||||
# traducido por Carlos Barraza
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=@1 con elementos
|
||||
Wrench=Llave Inglesa
|
6
wrench/locale/wrench.fr.tr
Normal file
6
wrench/locale/wrench.fr.tr
Normal file
@ -0,0 +1,6 @@
|
||||
# textdomain: wrench
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=@1 avec des objets
|
||||
Wrench=Clé
|
11
wrench/locale/wrench.pl.tr
Normal file
11
wrench/locale/wrench.pl.tr
Normal file
@ -0,0 +1,11 @@
|
||||
# textdomain: wrench
|
||||
|
||||
# Polish Translation for wrench
|
||||
# Polskie tłumaczenie wrench
|
||||
# by mat9117
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=@1 z rzeczami
|
||||
Wrench=Klucz
|
@ -1,9 +1,11 @@
|
||||
# textdomain: technic_wrench
|
||||
# textdomain: wrench
|
||||
|
||||
# Braziliam portuguese translation for wrench
|
||||
# Tradução portuguesa brasileira para wrench
|
||||
# By Sires
|
||||
|
||||
Wrench=Chave Inglesa
|
||||
@1 with items=@1 com items
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=@1 com items
|
||||
Wrench=Chave Inglesa
|
@ -1,7 +1,10 @@
|
||||
# textdomain: technic_wrench
|
||||
# textdomain: wrench
|
||||
|
||||
# Turkish translation by mahmutelmas06
|
||||
# mahmutelmas06@hotmail.com
|
||||
|
||||
Wrench=İngiliz anahtarı
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 with items=Araçlarla birlikte @1
|
||||
Wrench=İngiliz anahtarı
|
Reference in New Issue
Block a user