Lançamento
This commit is contained in:
parent
170f08737a
commit
4812218195
165
LICENSE
Normal file
165
LICENSE
Normal file
@ -0,0 +1,165 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates
|
||||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License,
|
||||
other than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
a) under this License, provided that you make a good faith effort to
|
||||
ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
|
||||
b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from
|
||||
a header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
a) Give prominent notice with each copy of the object code that the
|
||||
Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that,
|
||||
taken together, effectively do not restrict modification of the
|
||||
portions of the Library contained in the Combined Work and reverse
|
||||
engineering for debugging such modifications, if you also do each of
|
||||
the following:
|
||||
|
||||
a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
|
||||
d) Do one of the following:
|
||||
|
||||
0) Convey the Minimal Corresponding Source under the terms of this
|
||||
License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
|
||||
1) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (a) uses at run time
|
||||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the
|
||||
Application with a modified version of the Linked Version. (If
|
||||
you use option 4d0, the Installation Information must accompany
|
||||
the Minimal Corresponding Source and Corresponding Application
|
||||
Code. If you use option 4d1, you must provide the Installation
|
||||
Information in the manner specified by section 6 of the GNU GPL
|
||||
for conveying Corresponding Source.)
|
||||
|
||||
5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the
|
||||
Library side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work based
|
||||
on the Library, uncombined with any other library facilities,
|
||||
conveyed under the terms of this License.
|
||||
|
||||
b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser General Public License from time to time. Such new
|
||||
versions will be similar in spirit to the present version, but may
|
||||
differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Library as you received it specifies that a certain numbered version
|
||||
of the GNU Lesser General Public License "or any later version"
|
||||
applies to it, you have the option of following the terms and
|
||||
conditions either of that published version or of any later version
|
||||
published by the Free Software Foundation. If the Library as you
|
||||
received it does not specify a version number of the GNU Lesser
|
||||
General Public License, you may choose any version of the GNU Lesser
|
||||
General Public License ever published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
30
README.md
30
README.md
@ -1 +1,29 @@
|
||||
tradutor
|
||||
# Tradutor v1.0.0
|
||||
|
||||
[![Baixar](https://img.shields.io/badge/Baixar-v1.0.0-green.svg)](https://github.com/BrunoMine/tradutor/archive/v1.0.0.zip)
|
||||
[![Projeto](https://img.shields.io/badge/Git-Projeto-green.svg)](https://github.com/BrunoMine/tradutor)
|
||||
[![Licença](https://img.shields.io/badge/Licença-LGPL_v3.0-blue.svg)](https://github.com/BrunoMine/tradutor/blob/master/LICENSE)
|
||||
|
||||
## Descrição
|
||||
Traduz itens para o idioma português
|
||||
|
||||
## Recursos do projeto
|
||||
|
||||
* [Baixar](https://github.com/BrunoMine/tradutor/archive/v1.0.0.zip)
|
||||
* [Projeto](https://github.com/BrunoMine/tradutor)
|
||||
|
||||
## Requisitos
|
||||
|
||||
* Minetest 0.4.15 ou superior
|
||||
* Mods suportados para pratução (opcional)
|
||||
|
||||
## Licença
|
||||
Veja LICENSE.txt para informações detalhadas da licença LGPL 3.0
|
||||
|
||||
### Autores do código fonte
|
||||
Originalmente por BrunoMine, Bruno Borges <borgesdossantosbruno@gmail.com> (LGPL 3.0)
|
||||
|
||||
### Autores de mídias (texturas, modelos and sons)
|
||||
BrunoMine, Bruno Borges <borgesdossantosbruno@gmail.com> (CC BY-SA 3.0)
|
||||
|
||||
|
||||
|
19
depends.txt
Normal file
19
depends.txt
Normal file
@ -0,0 +1,19 @@
|
||||
beds?
|
||||
boats?
|
||||
bones?
|
||||
bucket?
|
||||
carts?
|
||||
default?
|
||||
doors?
|
||||
dye?
|
||||
farming?
|
||||
fire?
|
||||
flowers?
|
||||
screwdriver?
|
||||
stairs?
|
||||
tnt?
|
||||
vessels?
|
||||
wool?
|
||||
chicken?
|
||||
sheep?
|
||||
creatures?
|
408
init.lua
Normal file
408
init.lua
Normal file
@ -0,0 +1,408 @@
|
||||
--[[
|
||||
Mod Tradutor para Minetest
|
||||
Copyright (C) 2017 BrunoMine (https://github.com/BrunoMine)
|
||||
|
||||
Recebeste uma cópia da GNU Lesser General
|
||||
Public License junto com esse software,
|
||||
se não, veja em <http://www.gnu.org/licenses/>.
|
||||
|
||||
Esse mod apenas traduz o nome de itens de forma automatica
|
||||
facilitando a atualização do servidor para novas versões
|
||||
dos mods que são de nativamente em outros idiomas
|
||||
|
||||
Ao colocar itens de mods que ainda não estejam na lista
|
||||
lembre de adicionar o nome do mod nas dependencias (depends.txt)
|
||||
desse mod tradutor como dependencia opcional (exemplo meu_mod?)
|
||||
]]
|
||||
|
||||
-- Lista de Traduções
|
||||
local lista = {
|
||||
-- core
|
||||
{"air", "Ar"},
|
||||
{"ignore", "ignore"},
|
||||
|
||||
-- boat
|
||||
{"boats:boat", "Bote"},
|
||||
|
||||
-- beds
|
||||
{"beds:bed", "Cama Simples"},
|
||||
{"beds:fancy_bed", "Cama Sofisticada"},
|
||||
|
||||
-- bones
|
||||
{"bones:bones", "Knochen"},
|
||||
|
||||
-- bucket
|
||||
{"bucket:bucket_empty", "Balde"},
|
||||
{"bucket:bucket_water", "Balde com Agua"},
|
||||
{"bucket:bucket_river_water", "Balde com Agua de Rio"},
|
||||
{"bucket:bucket_lava", "Balde com Lava"},
|
||||
|
||||
-- default
|
||||
-- craftitems
|
||||
{"default:stick", "Graveto"},
|
||||
{"default:paper", "Papel"},
|
||||
{"default:book", "Livro"},
|
||||
{"default:book_written", "Livro usado"},
|
||||
{"default:coal_lump", "Carvao"},
|
||||
{"default:iron_lump", "Ferro Bruto"},
|
||||
{"default:copper_lump", "Cobre Bruto"},
|
||||
{"default:mese_crystal", "Cristal de Mese"},
|
||||
{"default:gold_lump", "Ouro Bruto"},
|
||||
{"default:diamond", "Diamante"},
|
||||
{"default:clay_lump", "Argila Fresca"},
|
||||
{"default:steel_ingot", "Barra de Ferro"},
|
||||
{"default:copper_ingot", "Barra de Cobre"},
|
||||
{"default:bronze_ingot", "Barra de Bronze"},
|
||||
{"default:gold_ingot", "Barra de Ouro"},
|
||||
{"default:mese_crystal_fragment", "Fragmento de Mese"},
|
||||
{"default:clay_brick", "Tijolinho de Argila"},
|
||||
{"default:scorched_stuff", "Monturo de Cinzas"},
|
||||
{"default:obsidian_shard", "Caco de Obsidiana"},
|
||||
{"default:skeleton_key", "Chave Lisa"},
|
||||
{"default:key", "Chave"},
|
||||
-- nodes
|
||||
{"default:stone", "Pedra"},
|
||||
{"default:stone_block", "Bloco de Pedra"},
|
||||
{"default:desert_stone", "Pedra do Deserto"},
|
||||
{"default:desert_cobble", "Pedregulho do Deserto"},
|
||||
{"default:stone_with_coal", "Pedra com Carvao"},
|
||||
{"default:stone_with_iron", "Pedra com Ferro"},
|
||||
{"default:stone_with_copper", "Pedra com Cobre"},
|
||||
{"default:stone_with_mese", "Pedra com Mese"},
|
||||
{"default:stone_with_gold", "Pedra com Ouro"},
|
||||
{"default:stone_with_diamond", "Pedra com Diamante"},
|
||||
{"default:stonebrick", "Tijolos de Pedra"},
|
||||
{"default:desert_stonebrick", "Tijolos de Pedra do Deserto"},
|
||||
{"default:desert_stone_block", "Bloco de Pedra do Deserto"},
|
||||
{"default:dirt_with_grass", "Terra com Grama"},
|
||||
{"default:dirt_with_grass_footsteps", "Terra com Grama Pisada"},
|
||||
{"default:dirt_with_dry_grass", "Terra com Grama Seca"},
|
||||
{"default:dirt_with_snow", "Terra com Neve"},
|
||||
{"default:dirt", "Terra"},
|
||||
{"default:sand", "Areia"},
|
||||
{"default:desert_sand", "Areia do Deserto"},
|
||||
{"default:gravel", "Cascalho"},
|
||||
{"default:sandstone", "Arenito"},
|
||||
{"default:sandstone_block", "Bloco de Arenito"},
|
||||
{"default:sandstonebrick", "Tijolos de Arenito"},
|
||||
{"default:clay", "Argila"},
|
||||
{"default:brick", "Tijolos de Argila"},
|
||||
{"default:bush_leaves", "Arbusto"},
|
||||
{"default:bush_stem", "Caule de Arbusto"},
|
||||
{"default:tree", "Arvore"},
|
||||
{"default:jungletree", "Arvore Selvagem"},
|
||||
{"default:junglewood", "Madeira Selvagem"},
|
||||
{"default:jungleleaves", "Folhas de Arvore Selvagem"},
|
||||
{"default:junglesapling", "Muda de Arvore Selvagem"},
|
||||
{"default:aspen_tree", "Choupo"},
|
||||
{"default:aspen_wood", "Madeira de Choupo"},
|
||||
{"default:aspen_leaves", "Folhas de Choupo"},
|
||||
{"default:aspen_sapling", "Muda de Choupo"},
|
||||
{"default:leaves", "Folhas"},
|
||||
{"default:cactus", "Cacto"},
|
||||
{"default:papyrus", "Papiro"},
|
||||
{"default:bookshelf", "Estante de Livros"},
|
||||
{"default:glass", "Vidro"},
|
||||
{"default:fence_wood", "Carca de Madeira"},
|
||||
{"default:gate_wood", "Porteira de Madeira"},
|
||||
{"default:fence_pine_wood", "Carca de Madeira de Pinheiro"},
|
||||
{"default:fence_junglewood", "Carca de Madeira Selvagem"},
|
||||
{"default:fence_acacia_wood", "Carca de Madeira de Acacia"},
|
||||
{"default:fence_aspen_wood", "Carca de Madeira de Choupo"},
|
||||
{"default:rail", "Trilho"},
|
||||
{"default:ladder", "Escada de Madeira"},
|
||||
{"default:ladder_steel", "Escada de Ferro"},
|
||||
{"default:wood", "Madeira"},
|
||||
{"default:cloud", "Nuvem"},
|
||||
{"default:water_flowing", "Fluxo de Agua"},
|
||||
{"default:water_source", "Fonte de Agua"},
|
||||
{"default:river_water_flowing", "Fluxo de Agua de Rio"},
|
||||
{"default:river_water_source", "Fonte de Agua de de Rio"},
|
||||
{"default:lava_flowing", "Fluxo de Lava"},
|
||||
{"default:lava_source", "Fonte de Lava"},
|
||||
{"default:torch", "Tocha"},
|
||||
{"default:sign_wall", "Letreiro de Madeira"},
|
||||
{"default:sign_wall_steel", "Letreiro de Ferro"},
|
||||
{"default:chest", "Bau"},
|
||||
{"default:chest_locked", "Bau Trancado"},
|
||||
{"default:furnace", "Forno"},
|
||||
{"default:furnace_active", "Forno Aceso"},
|
||||
{"default:cobble", "Pedregulho"},
|
||||
{"default:mossycobble", "Pedregulho com Musgo"},
|
||||
{"default:coalblock", "Bloco de Carvao"},
|
||||
{"default:steelblock", "Bloco de Aco"},
|
||||
{"default:copperblock", "Bloco de Cobre"},
|
||||
{"default:bronzeblock", "Bloco de Bronze"},
|
||||
{"default:mese", "Bloco de Mese"},
|
||||
{"default:goldblock", "Bloco de Ouro"},
|
||||
{"default:diamondblock", "Bloco de Diamante"},
|
||||
{"default:obsidian_glass", "Vidro de Obsidiana"},
|
||||
{"default:obsidian", "Obsidiana"},
|
||||
{"default:obsidianbrick", "Tijolos de Obsidiana"},
|
||||
{"default:obsidian_block", "Bloco de Obsidiana"},
|
||||
{"default:nyancat", "Gato Nyan"},
|
||||
{"default:nyancat_rainbow", "Rastro do Gato Nyan"},
|
||||
{"default:sapling", "Muda de Arvore"},
|
||||
{"default:apple", "Fruto"},
|
||||
{"default:dry_shrub", "Arbustro Seco"},
|
||||
{"default:grass_1", "Mato"},
|
||||
{"default:grass_2", "Mato"},
|
||||
{"default:grass_3", "Mato"},
|
||||
{"default:grass_4", "Mato"},
|
||||
{"default:grass_5", "Mato"},
|
||||
{"default:dry_grass_1", "Mato Seco"},
|
||||
{"default:dry_grass_2", "Mato Seco"},
|
||||
{"default:dry_grass_3", "Mato Seco"},
|
||||
{"default:dry_grass_4", "Mato Seco"},
|
||||
{"default:dry_grass_5", "Mato Seco"},
|
||||
{"default:ice", "Gelo"},
|
||||
{"default:snow", "Neve"},
|
||||
{"default:snowblock", "Bloco de Neve"},
|
||||
{"default:pine_needles", "Agulhas de Pinheiro"},
|
||||
{"default:pine_sapling", "Muda de Pinheiro"},
|
||||
{"default:pinetree", "Pinheiro"},
|
||||
{"default:pinewood", "Madeira de Pinheiro"},
|
||||
{"default:acacia_leaves", "Folhas de Acacia"},
|
||||
{"default:acacia_sapling", "Arvore de Acacia"},
|
||||
{"default:acacia_tree", "Acacia"},
|
||||
{"default:acacia_wood", "Madeira de Acacia"},
|
||||
{"default:acacia_bush_leaves", "Folhas de Arbusto de Acacia"},
|
||||
{"default:acacia_bush_stem", "Caule de Arbusto de Acacia"},
|
||||
{"default:meselamp", "Lampada de Mese"},
|
||||
{"default:silver_sand", "Areia Prateada"},
|
||||
{"default:coral_skeleton", "Esqueleto de Coral"},
|
||||
{"default:coral_brown", "Coral Marrom"},
|
||||
{"default:coral_orange", "Coral Laranja"},
|
||||
-- tools
|
||||
{"default:pick_wood", "Picareta de Madeira"},
|
||||
{"default:pick_stone", "Picareta de Pedra"},
|
||||
{"default:pick_bronze", "Picareta de Bronze"},
|
||||
{"default:pick_steel", "Picareta de Ferro"},
|
||||
{"default:pick_mese", "Picareta de Mese"},
|
||||
{"default:pick_diamond", "Picareta de Diamante"},
|
||||
{"default:shovel_wood", "Pa de Madeira"},
|
||||
{"default:shovel_stone", "Pa de Pedra"},
|
||||
{"default:shovel_bronze", "Pa de Bronze"},
|
||||
{"default:shovel_steel", "Pa de Ferro"},
|
||||
{"default:shovel_mese", "Pa de Mese"},
|
||||
{"default:shovel_diamond", "Pa de Diamante"},
|
||||
{"default:axe_wood", "Machado de Madeira"},
|
||||
{"default:axe_stone", "Machado de Pedra"},
|
||||
{"default:axe_bronze", "Machado de Bronze"},
|
||||
{"default:axe_steel", "Machado de Ferro"},
|
||||
{"default:axe_mese", "Machado de Mese"},
|
||||
{"default:axe_diamond", "Machado de Diamante"},
|
||||
{"default:sword_wood", "Porrete"},
|
||||
{"default:sword_stone", "Porrete Cravejado"},
|
||||
{"default:sword_steel", "Espada de Ferro"},
|
||||
{"default:sword_bronze", "Espada de Bronze"},
|
||||
{"default:sword_mese", "Espada de Mese"},
|
||||
{"default:sword_diamond", "Espada de Diamante"},
|
||||
|
||||
-- doors
|
||||
{"doors:door_wood", "Porta de Madeira"},
|
||||
{"doors:door_steel", "Porta de Ferro"},
|
||||
{"doors:door_glass", "Porta de Vidro"},
|
||||
{"doors:door_obsidian_glass", "Porta de Vidro de Obsidiana"},
|
||||
{"doors:trapdoor", "Porta Rasteira"},
|
||||
{"doors:trapdoor_steel", "Porta Rasteira de Ferro"},
|
||||
{"doors:gate_wood_closed", "Porteira de Madeira"},
|
||||
{"doors:gate_junglewood_closed", "Porteira de Madeira Selvagem"},
|
||||
{"doors:gate_acacia_wood_closed", "Porteira de Madeira de Acacia"},
|
||||
{"doors:gate_pine_wood_closed", "Porteira de Madeira de Pinheiro"},
|
||||
{"doors:gate_aspen_wood_closed", "Porteira de Madeira de Choupo"},
|
||||
|
||||
-- dye
|
||||
{"dye:white", "Tinta Banca"},
|
||||
{"dye:grey", "Tinta Cinza"},
|
||||
{"dye:dark_grey", "Tinta Cinza Escuro"},
|
||||
{"dye:black", "Tinta Preta"},
|
||||
{"dye:violet", "Tinta Violeta"},
|
||||
{"dye:blue", "Tinta Azul"},
|
||||
{"dye:cyan", "Tinta Ciano"},
|
||||
{"dye:dark_green", "Tinta Verde Escuro"},
|
||||
{"dye:green", "Tinta Verde"},
|
||||
{"dye:yellow", "Tinta Amarela"},
|
||||
{"dye:brown", "Tinta Marrom"},
|
||||
{"dye:orange", "Tinta Laranja"},
|
||||
{"dye:red", "Tinta Vermelha"},
|
||||
{"dye:magenta", "Tinta Magenta"},
|
||||
{"dye:pink", "Tinta Rosa"},
|
||||
|
||||
-- farming
|
||||
{"farming:straw", "Fardo de Palha"},
|
||||
{"farming:soil", "Solo"},
|
||||
{"farming:soil_wet", "Solo Irrigado"},
|
||||
{"farming:cotton", "Algodao"},
|
||||
{"farming:cotton_1", "Algodao"},
|
||||
{"farming:cotton_2", "Algodao"},
|
||||
{"farming:cotton_3", "Algodao"},
|
||||
{"farming:cotton_4", "Algodao"},
|
||||
{"farming:cotton_5", "Algodao"},
|
||||
{"farming:sting", "Linha de Algodao"},
|
||||
{"farming:hoe_wood", "Enxada de Madeira"},
|
||||
{"farming:hoe_stone", "Enxada de Pedra"},
|
||||
{"farming:hoe_steel", "Enxada de Ferro"},
|
||||
{"farming:hoe_bronze", "Enxada de Bronze"},
|
||||
{"farming:hoe_mese", "Enxada de Mese"},
|
||||
{"farming:hoe_diamond", "Enxada de Diamante"},
|
||||
{"farming:seed_wheat", "Sementes de Trigo"},
|
||||
{"farming:seed_cotton", "Sementes de Algodao"},
|
||||
{"farming:wheat", "Trigo"},
|
||||
{"farming:wheat_1", "Trigo"},
|
||||
{"farming:wheat_2", "Trigo"},
|
||||
{"farming:wheat_3", "Trigo"},
|
||||
{"farming:wheat_4", "Trigo"},
|
||||
{"farming:wheat_5", "Trigo"},
|
||||
{"farming:wheat_6", "Trigo"},
|
||||
{"farming:wheat_7", "Trigo"},
|
||||
{"farming:wheat_8", "Trigo"},
|
||||
{"farming:flour", "Farinha de Trigo"},
|
||||
{"farming:bread", "Broa de Trigo"},
|
||||
|
||||
-- fire
|
||||
{"fire:basic_flame", "Fogo"},
|
||||
|
||||
-- flowers
|
||||
{"flowers:dandelion_white", "Dente-de-Leao Branco"},
|
||||
{"flowers:dandelion_yellow", "Dente-de-Leao Amarelo"},
|
||||
{"flowers:geranium", "Geranio"},
|
||||
{"flowers:rose", "Rosa"},
|
||||
{"flowers:tulip", "Tulipa"},
|
||||
{"flowers:viola", "Violeta"},
|
||||
{"flowers:mushroom_red", "Cogumelo Vermelho"},
|
||||
{"flowers:mushroom_brown", "Cogumelo Marrom"},
|
||||
{"flowers:mushroom_spores_red", "Esporos de Cogumelo Vermelho"},
|
||||
{"flowers:mushroom_spores_brown", "Esporos de Cogumolo Marrom"},
|
||||
|
||||
-- screwdriver
|
||||
{"screwdriver:screwdriver", "Chave de Fenda"},
|
||||
|
||||
-- stairs
|
||||
{"stairs:stair_wood", "Degrau de Madeira"},
|
||||
{"stairs:stair_junglewood", "Degrau de Madeira Selvagem"},
|
||||
{"stairs:stair_pinewood", "Degrau de Madeira de Pinheiro"},
|
||||
{"stairs:stair_acacia_wood", "Degrau de Madeira de Acacia"},
|
||||
{"stairs:stair_stone", "Degrau de Pedra"},
|
||||
{"stairs:stair_stone_block", "Degrau Bloco de Pedra"},
|
||||
{"stairs:stair_cobble", "Degrau de Pedregulho"},
|
||||
{"stairs:stair_stonebrick", "Degrau de Tijolos de Pedra"},
|
||||
{"stairs:stair_mossycobble", "Degrau de Pedregulho com Musgo"},
|
||||
{"stairs:stair_sandstone", "Degrau de Arenito"},
|
||||
{"stairs:stair_sandstone_block", "Degrau de Bloco de Arenito"},
|
||||
{"stairs:stair_sandstonebrick", "Degrau de Tijolos de Arenito"},
|
||||
{"stairs:stair_brick", "Degrau de Tijolos de Argila"},
|
||||
{"stairs:stair_desert_stone", "Degrau de Pedra do Deserto"},
|
||||
{"stairs:stair_desert_stone_block", "Degrau de Bloco de Pedra do Deserto"},
|
||||
{"stairs:stair_desert_cobble", "Degrau de Pedregulho do Deserto"},
|
||||
{"stairs:stair_desert_stonebrick", "Degrau de Tijolos de Pedra do Deserto"},
|
||||
{"stairs:stair_obsidian", "Degrau de Obsidiana"},
|
||||
{"stairs:stair_obsidian_block", "Degrau de Bloco de Obsidiana"},
|
||||
{"stairs:stair_obsidianbrick", "Degrau de Tijolos de Obsidiana"},
|
||||
{"stairs:stair_straw", "Degrau de Palha"},
|
||||
{"stairs:stair_steelblock", "Degrau de Bloco de Ferro"},
|
||||
{"stairs:stair_copperblock", "Degrau de Bloco de Cobre"},
|
||||
{"stairs:stair_bronzeblock", "Degrau de Bloco de Bronze"},
|
||||
{"stairs:stair_goldblock", "Degrau de Bloco de Ouro"},
|
||||
|
||||
{"stairs:slab_wood", "Placa de Madeira"},
|
||||
{"stairs:slab_junglewood", "Placa de Madeira Selvagem"},
|
||||
{"stairs:slab_pinewood", "Placa de Madeira de Pinheiro"},
|
||||
{"stairs:slab_acacia_wood", "Placa de Madeira de Acacia"},
|
||||
{"stairs:slab_stone", "Placa de Pedra"},
|
||||
{"stairs:slab_stone_block", "Placa Bloco de Pedra"},
|
||||
{"stairs:slab_cobble", "Placa de Pedregulho"},
|
||||
{"stairs:slab_stonebrick", "Placa de Tijolos de Pedra"},
|
||||
{"stairs:slab_mossycobble", "Placa de Pedregulho com Musgo"},
|
||||
{"stairs:slab_sandstone", "Placa de Arenito"},
|
||||
{"stairs:slab_sandstone_block", "Placa de Bloco de Arenito"},
|
||||
{"stairs:slab_sandstonebrick", "Placa de Tijolos de Arenito"},
|
||||
{"stairs:slab_brick", "Placa de Tijolos de Argila"},
|
||||
{"stairs:slab_desert_stone", "Placa de Pedra do Deserto"},
|
||||
{"stairs:slab_desert_stone_block", "Placa de Bloco de Pedra do Deserto"},
|
||||
{"stairs:slab_desert_cobble", "Placa de Pedregulho do Deserto"},
|
||||
{"stairs:slab_desert_stonebrick", "Placa de Tijolos de Pedra do Deserto"},
|
||||
{"stairs:slab_obsidian", "Placa de Obsidiana"},
|
||||
{"stairs:slab_obsidian_block", "Placa de Bloco de Obsidiana"},
|
||||
{"stairs:slab_obsidianbrick", "Placa de Tijolos de Obsidiana"},
|
||||
{"stairs:slab_straw", "Placa de Palha"},
|
||||
{"stairs:slab_steelblock", "Placa de Bloco de Ferro"},
|
||||
{"stairs:slab_copperblock", "Placa de Bloco de Cobre"},
|
||||
{"stairs:slab_bronzeblock", "Placa de Bloco de Bronze"},
|
||||
{"stairs:slab_goldblock", "Placa de Bloco de Ouro"},
|
||||
|
||||
-- tnt
|
||||
{"tnt:tnt", "Explosivo TNT"},
|
||||
{"tnt:gunpowder", "Polvora"},
|
||||
|
||||
-- wool
|
||||
{"wool:white", "Tecido Branco"},
|
||||
{"wool:grey", "Tecido Cinza"},
|
||||
{"wool:dark_grey", "Tecido Cinza Escuro"},
|
||||
{"wool:black", "Tecido Preto"},
|
||||
{"wool:violet", "Tecido Violeta"},
|
||||
{"wool:blue", "Tecido Azul"},
|
||||
{"wool:cyan", "Tecido Ciano"},
|
||||
{"wool:dark_green", "Tecido Verde Escuro"},
|
||||
{"wool:green", "Tecido Verde"},
|
||||
{"wool:yellow", "Tecido Amarelo"},
|
||||
{"wool:brown", "Tecido Marrom"},
|
||||
{"wool:orange", "Tecido Laranja"},
|
||||
{"wool:red", "Tecido Vermelho"},
|
||||
{"wool:magenta", "Tecido Magenta"},
|
||||
{"wool:pink", "Tecido Rosa"},
|
||||
|
||||
-- vessels
|
||||
{"vessels:glass_bottle", "Pote de Vidro"},
|
||||
{"vessels:drinking_glass", "Como de Vidro"},
|
||||
{"vessels:steel_bottle", "Pote de Ferro"},
|
||||
{"vessels:glass_fragments", "Cacos de Vidro"},
|
||||
{"vessels:shelf", "Estante de Frascos"},
|
||||
|
||||
-- xpanes
|
||||
{"xpanes:bar_flat", "Painel de Barras de Ferro"},
|
||||
{"xpanes:pane_flat", "Painel de Vidro"},
|
||||
|
||||
-- walls
|
||||
{"walls:cobble", "Muro de Pedregulho"},
|
||||
{"walls:mossycobble", "Muro de Pedregulho com Musgo"},
|
||||
{"walls:desertcobble", "Muro de Pedregulho do Deserto"},
|
||||
|
||||
|
||||
-- creatures
|
||||
{"creatures:flesh", "Carne"},
|
||||
{"creatures:meat", "Carne Assada"},
|
||||
|
||||
-- chicken
|
||||
{"creatures:chicken_flesh", "Carne de Frango Crua"},
|
||||
{"creatures:chicken_meat", "Carne de Frango Assada"},
|
||||
{"creatures:egg", "Ovo de Galinha"},
|
||||
{"creatures:feather", "Pluma"},
|
||||
|
||||
-- sheep
|
||||
{"creatures:shears", "Tesoura"},
|
||||
|
||||
-- shields
|
||||
{"shields:shield_wood", "Escudo de Madeira"},
|
||||
{"shields:shield_enhanced_wood", "Escudo de Madeira Melhorado"},
|
||||
{"shields:shield_steel", "Escudo de Ferro"},
|
||||
|
||||
-- 3d_armor
|
||||
{"3d_armor:helmet_wood", "Capacete de Madeira"},
|
||||
{"3d_armor:chestplate_wood", "Peitoral de Madeira"},
|
||||
{"3d_armor:leggings_wood", "Perneira de Madeira"},
|
||||
{"3d_armor:boots_wood", "Botas de Madeira"},
|
||||
{"3d_armor:helmet_steel", "Capacete de Ferro"},
|
||||
{"3d_armor:chestplate_steel", "Peitoral de Ferro"},
|
||||
{"3d_armor:leggings_steel", "Perneira de Ferro"},
|
||||
{"3d_armor:boots_steel", "Botas de Ferro"},
|
||||
|
||||
}
|
||||
|
||||
-- Efetuar traduções
|
||||
for _, v in ipairs(lista) do
|
||||
if minetest.registered_items[v[1]] and v[2] ~= "" then
|
||||
minetest.override_item(v[1], {description = v[2]})
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user