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:
@ -11,12 +11,12 @@ local S = minetest.get_translator("technic_cnc")
|
||||
technic_cnc.programs = {
|
||||
{ suffix = "technic_cnc_stick",
|
||||
model = {-0.15, -0.5, -0.15, 0.15, 0.5, 0.15},
|
||||
desc = "@1 Stick"
|
||||
desc = function(p1) return S("@1 Stick", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_end_double",
|
||||
model = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.5},
|
||||
desc = "@1 Element End Double"
|
||||
desc = function(p1) return S("@1 Element End Double", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_cross_double",
|
||||
@ -24,7 +24,7 @@ technic_cnc.programs = {
|
||||
{0.3, -0.5, -0.3, 0.5, 0.5, 0.3},
|
||||
{-0.3, -0.5, -0.5, 0.3, 0.5, 0.5},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0.5, 0.3}},
|
||||
desc = "@1 Element Cross Double"
|
||||
desc = function(p1) return S("@1 Element Cross Double", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_t_double",
|
||||
@ -32,24 +32,24 @@ technic_cnc.programs = {
|
||||
{-0.3, -0.5, -0.5, 0.3, 0.5, 0.3},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0.5, 0.3},
|
||||
{0.3, -0.5, -0.3, 0.5, 0.5, 0.3}},
|
||||
desc = "@1 Element T Double"
|
||||
desc = function(p1) return S("@1 Element T Double", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_edge_double",
|
||||
model = {
|
||||
{-0.3, -0.5, -0.5, 0.3, 0.5, 0.3},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0.5, 0.3}},
|
||||
desc = "@1 Element Edge Double"
|
||||
desc = function(p1) return S("@1 Element Edge Double", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_straight_double",
|
||||
model = {-0.3, -0.5, -0.5, 0.3, 0.5, 0.5},
|
||||
desc = "@1 Element Straight Double"
|
||||
desc = function(p1) return S("@1 Element Straight Double", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_end",
|
||||
model = {-0.3, -0.5, -0.3, 0.3, 0, 0.5},
|
||||
desc = "@1 Element End"
|
||||
desc = function(p1) return S("@1 Element End", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_cross",
|
||||
@ -57,7 +57,7 @@ technic_cnc.programs = {
|
||||
{0.3, -0.5, -0.3, 0.5, 0, 0.3},
|
||||
{-0.3, -0.5, -0.5, 0.3, 0, 0.5},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0, 0.3}},
|
||||
desc = "@1 Element Cross"
|
||||
desc = function(p1) return S("@1 Element Cross", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_t",
|
||||
@ -65,24 +65,24 @@ technic_cnc.programs = {
|
||||
{-0.3, -0.5, -0.5, 0.3, 0, 0.3},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0, 0.3},
|
||||
{0.3, -0.5, -0.3, 0.5, 0, 0.3}},
|
||||
desc = "@1 Element T"
|
||||
desc = function(p1) return S("@1 Element T", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_edge",
|
||||
model = {
|
||||
{-0.3, -0.5, -0.5, 0.3, 0, 0.3},
|
||||
{-0.5, -0.5, -0.3, -0.3, 0, 0.3}},
|
||||
desc = "@1 Element Edge"
|
||||
desc = function(p1) return S("@1 Element Edge", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_element_straight",
|
||||
model = {-0.3, -0.5, -0.5, 0.3, 0, 0.5},
|
||||
desc = "@1 Element Straight"
|
||||
desc = function(p1) return S("@1 Element Straight", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_oblate_spheroid",
|
||||
model = "technic_cnc_oblate_spheroid.obj",
|
||||
desc = "@1 Oblate spheroid",
|
||||
desc = function(p1) return S("@1 Oblate spheroid", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -95,32 +95,32 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_sphere",
|
||||
model = "technic_cnc_sphere.obj",
|
||||
desc = "@1 Sphere"
|
||||
desc = function(p1) return S("@1 Sphere", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_cylinder_horizontal",
|
||||
model = "technic_cnc_cylinder_horizontal.obj",
|
||||
desc = "@1 Horizontal Cylinder"
|
||||
desc = function(p1) return S("@1 Horizontal Cylinder", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_cylinder",
|
||||
model = "technic_cnc_cylinder.obj",
|
||||
desc = "@1 Cylinder"
|
||||
desc = function(p1) return S("@1 Cylinder", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_twocurvededge",
|
||||
model = "technic_cnc_two_curved_edge.obj",
|
||||
desc = "@1 Two Curved Edge/Corner Block"
|
||||
desc = function(p1) return S("@1 Two Curved Edge/Corner Block", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_onecurvededge",
|
||||
model = "technic_cnc_one_curved_edge.obj",
|
||||
desc = "@1 One Curved Edge Block"
|
||||
desc = function(p1) return S("@1 One Curved Edge Block", p1) end,
|
||||
},
|
||||
|
||||
{ suffix = "technic_cnc_spike",
|
||||
model = "technic_cnc_pyramid_spike.obj",
|
||||
desc = "@1 Spike",
|
||||
desc = function(p1) return S("@1 Spike", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -134,7 +134,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_pyramid",
|
||||
model = "technic_cnc_pyramid.obj",
|
||||
desc = "@1 Pyramid",
|
||||
desc = function(p1) return S("@1 Pyramid", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -148,7 +148,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_inner_edge_upsdown",
|
||||
model = "technic_cnc_innercorner_upsdown.obj",
|
||||
desc = "@1 Slope Upside Down Inner Edge/Corner",
|
||||
desc = function(p1) return S("@1 Slope Upside Down Inner Edge/Corner", p1) end,
|
||||
sbox = {
|
||||
type = "fixed",
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
|
||||
@ -169,7 +169,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_edge_upsdown",
|
||||
model = "technic_cnc_outercorner_upsdown.obj",
|
||||
desc = "@1 Slope Upside Down Outer Edge/Corner",
|
||||
desc = function(p1) return S("@1 Slope Upside Down Outer Edge/Corner", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -183,7 +183,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_inner_edge",
|
||||
model = "technic_cnc_innercorner.obj",
|
||||
desc = "@1 Slope Inner Edge/Corner",
|
||||
desc = function(p1) return S("@1 Slope Inner Edge/Corner", p1) end,
|
||||
sbox = {
|
||||
type = "fixed",
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
|
||||
@ -204,7 +204,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_edge",
|
||||
model = "technic_cnc_outercorner.obj",
|
||||
desc = "@1 Slope Outer Edge/Corner",
|
||||
desc = function(p1) return S("@1 Slope Outer Edge/Corner", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -218,7 +218,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_upsdown",
|
||||
model = "technic_cnc_slope_upsdown.obj",
|
||||
desc = "@1 Slope Upside Down",
|
||||
desc = function(p1) return S("@1 Slope Upside Down", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -232,7 +232,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope_lying",
|
||||
model = "technic_cnc_slope_horizontal.obj",
|
||||
desc = "@1 Slope Lying",
|
||||
desc = function(p1) return S("@1 Slope Lying", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -246,7 +246,7 @@ technic_cnc.programs = {
|
||||
|
||||
{ suffix = "technic_cnc_slope",
|
||||
model = "technic_cnc_slope.obj",
|
||||
desc = "@1 Slope",
|
||||
desc = function(p1) return S("@1 Slope", p1) end,
|
||||
cbox = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -320,7 +320,7 @@ function technic_cnc.register_all(recipeitem, groups, images, description)
|
||||
-- Create the node if it passes the test
|
||||
if do_register then
|
||||
technic_cnc.register_program(recipeitem, data.suffix, data.model,
|
||||
groups, images, S(data.desc, description), data.cbox, data.sbox)
|
||||
groups, images, data.desc(description), data.cbox, data.sbox)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,38 +1,67 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=CNC-Maschine
|
||||
@1 CNC Machine=@1 CNC-Maschine
|
||||
@1 Cylinder=@1 Zylinder
|
||||
@1 Element Cross=@1 Halbes Kreuzelement
|
||||
@1 Element Cross Double=@1 Kreuzelement
|
||||
@1 Element Edge=@1 Halbes Eckelement
|
||||
@1 Element Edge Double=@1 Eckelement
|
||||
@1 Element End=@1 Halbes Endelement
|
||||
@1 Element End Double=@1 Endelement
|
||||
@1 Element Straight=@1 Halbes aufrechtes Element
|
||||
@1 Element Straight Double=@1 Aufrechtes Element
|
||||
@1 Element T=@1 Halbes T-Element
|
||||
@1 Element T Double=@1 T-Element
|
||||
@1 Horizontal Cylinder=@1 Liegender Zylinder
|
||||
@1 One Curved Edge Block=@1 Block mit einer abgerundeten Kante
|
||||
@1 Pyramid=@1 Pyramide
|
||||
@1 Slope=@1 Schraege
|
||||
@1 Slope Edge=@1 Schraege mit Ecke
|
||||
@1 Slope Inner Edge=@1 Schraege mit Innenecke
|
||||
@1 Slope Lying=@1 Liegende Schraege
|
||||
@1 Slope Upside Down=@1 Umgedrehte Schraege
|
||||
@1 Slope Upside Down Edge=@1 Umgedrehte Schraege mit Ecke
|
||||
@1 Slope Upside Down Inner Edge=@1 Umgedrehte Schraege mit Innenecke
|
||||
@1 Sphere=@1 Kugel
|
||||
@1 Spike=@1 Spitze
|
||||
LV=
|
||||
Choose Milling Program:=
|
||||
Slim Elements half / normal height:=
|
||||
In:=
|
||||
Out:=
|
||||
@1 Idle=
|
||||
@1 Unpowered=
|
||||
@1 Active=
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=@1 Stange
|
||||
@1 Two Curved Edge Block=@1 Block mit zwei abgerundeten Kanten
|
||||
Brick=Ziegel:
|
||||
Cobble=Pflasterstein:
|
||||
@1 Element End Double=@1 Endelement
|
||||
@1 Element Cross Double=@1 Kreuzelement
|
||||
@1 Element T Double=@1 T-Element
|
||||
@1 Element Edge Double=@1 Eckelement
|
||||
@1 Element Straight Double=@1 Aufrechtes Element
|
||||
@1 Element End=@1 Halbes Endelement
|
||||
@1 Element Cross=@1 Halbes Kreuzelement
|
||||
@1 Element T=@1 Halbes T-Element
|
||||
@1 Element Edge=@1 Halbes Eckelement
|
||||
@1 Element Straight=@1 Halbes aufrechtes Element
|
||||
@1 Oblate spheroid=
|
||||
@1 Sphere=@1 Kugel
|
||||
@1 Horizontal Cylinder=@1 Liegender Zylinder
|
||||
@1 Cylinder=@1 Zylinder
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=@1 Block mit einer abgerundeten Kante
|
||||
@1 Spike=@1 Spitze
|
||||
@1 Pyramid=@1 Pyramide
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=@1 Umgedrehte Schraege
|
||||
@1 Slope Lying=@1 Liegende Schraege
|
||||
@1 Slope=@1 Schraege
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=Erde:
|
||||
Leaves=Laub:
|
||||
Sandstone=Sandstein:
|
||||
Stone=Stein:
|
||||
Tree=Baumstamm:
|
||||
Grassy dirt=
|
||||
Wooden=Holz:
|
||||
Stone=Stein:
|
||||
Cobble=Pflasterstein:
|
||||
Brick=Ziegel:
|
||||
Sandstone=Sandstein:
|
||||
Leaves=Laub:
|
||||
Tree=Baumstamm:
|
||||
Bronze=
|
||||
Stainless Steel=
|
||||
Marble=
|
||||
Granite=
|
||||
Blast-resistant concrete=
|
||||
Concrete=
|
||||
Cement=
|
||||
Brass block=
|
||||
|
@ -1,37 +1,67 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=Maquina CNC
|
||||
@1 CNC Machine=Maquina CNC @1
|
||||
@1 Element Edge=@1 Elemento Borde
|
||||
@1 Element Cross Double=@1 Elemento Cruz Doble
|
||||
@1 Spike=@1 Pica
|
||||
@1 Element Edge Double=@1 Elemento Borde Doble
|
||||
@1 Two Curved Edge Block=@1 Dos Bloques de Borde Curvados
|
||||
@1 Pyramid=@1 Piramide
|
||||
@1 Slope Upside Down Inner Edge=@1 Borde Interno de Rampa Al Reves
|
||||
@1 Slope Upside Down Edge=@1 Borde de Rampa Al Reves
|
||||
@1 Element Straight Double=@1 Elemento Doble Recto
|
||||
@1 Sphere=@1 Esfera
|
||||
@1 Element End Double=@1 Doble Fin de Elemento
|
||||
@1 Element Straight=@1 Recta de Elemento
|
||||
@1 Horizontal Cylinder=@1 Cilindro Horizontal
|
||||
@1 Slope Inner Edge=@1 Borde Interno de Rampa
|
||||
@1 One Curved Edge Block=@1 Un Bloque de Borde Curvado
|
||||
@1 Element Cross=@1 Cruce de Elementos
|
||||
LV=
|
||||
Choose Milling Program:=
|
||||
Slim Elements half / normal height:=
|
||||
In:=
|
||||
Out:=
|
||||
@1 Idle=
|
||||
@1 Unpowered=
|
||||
@1 Active=
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=@1 Varita
|
||||
@1 Element End Double=@1 Doble Fin de Elemento
|
||||
@1 Element Cross Double=@1 Elemento Cruz Doble
|
||||
@1 Element T Double=
|
||||
@1 Element Edge Double=@1 Elemento Borde Doble
|
||||
@1 Element Straight Double=@1 Elemento Doble Recto
|
||||
@1 Element End=@1 Fin de Elemento
|
||||
@1 Slope Lying=@1 Rampa en Reposo
|
||||
@1 Element Cross=@1 Cruce de Elementos
|
||||
@1 Element T=
|
||||
@1 Element Edge=@1 Elemento Borde
|
||||
@1 Element Straight=@1 Recta de Elemento
|
||||
@1 Oblate spheroid=
|
||||
@1 Sphere=@1 Esfera
|
||||
@1 Horizontal Cylinder=@1 Cilindro Horizontal
|
||||
@1 Cylinder=
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=@1 Un Bloque de Borde Curvado
|
||||
@1 Spike=@1 Pica
|
||||
@1 Pyramid=@1 Piramide
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=@1 Rampa Al Reves
|
||||
@1 Slope Edge=@1 Borde de Rampa
|
||||
@1 Slope Lying=@1 Rampa en Reposo
|
||||
@1 Slope=@1 Rampa
|
||||
Element T=Elemento T
|
||||
Cylinder=Cilindro
|
||||
Cobble=Adoquines
|
||||
Stone=Piedra
|
||||
Brick=Ladrillo
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=Tierra
|
||||
Sandstone=Arenisca
|
||||
Grassy dirt=
|
||||
Wooden=Madera
|
||||
Stone=Piedra
|
||||
Cobble=Adoquines
|
||||
Brick=Ladrillo
|
||||
Sandstone=Arenisca
|
||||
Leaves=Hojas
|
||||
Tree=Arbol
|
||||
Bronze=
|
||||
Stainless Steel=
|
||||
Marble=
|
||||
Granite=
|
||||
Blast-resistant concrete=
|
||||
Concrete=
|
||||
Cement=
|
||||
Brass block=
|
||||
|
@ -1,42 +1,13 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=Machine CNC
|
||||
@1 CNC Machine=Machine CNC @1
|
||||
@1 Cylinder=Cylindre @1
|
||||
@1 Element Cross=Croix @1
|
||||
@1 Element Cross Double=Croix double @1
|
||||
@1 Element Edge=Coin @1
|
||||
@1 Element Edge Double=Coin double @1
|
||||
@1 Element End=Embout @1
|
||||
@1 Element End Double=Double enbout @1
|
||||
@1 Element Straight=Élément droit @1
|
||||
@1 Element Straight Double=Double élément droit @1
|
||||
@1 Element T=T @
|
||||
@1 Element T Double=Double T @1
|
||||
@1 Horizontal Cylinder=Cylindre horizontal @1
|
||||
@1 One Curved Edge Block=Coin incurvé @1
|
||||
@1 Oblate spheroid=Sphéroïde aplati @1
|
||||
@1 Pyramid=Pyramide @1
|
||||
@1 Slope=Pente @1
|
||||
@1 Slope Edge=Coin en pente @1
|
||||
@1 Slope Inner Edge=Coin intérieur en pente @1
|
||||
@1 Slope Lying=Pente couchée @1
|
||||
@1 Slope Upside Down=Pente retournée @1
|
||||
@1 Slope Upside Down Edge=Pente retournée en coin @1
|
||||
@1 Slope Upside Down Inner Edge=Pente retournée en coin intérieur @1
|
||||
@1 Sphere=Sphère @1
|
||||
@1 Spike=Pique @1
|
||||
@1 Stick=Baton @1
|
||||
@1 Two Curved Edge Block=Coin doublement incurvé @1
|
||||
Brick=en brique
|
||||
Cobble=en pierre taillée
|
||||
Dirt=en terre
|
||||
Leaves=en feuilles
|
||||
Sandstone=en grès
|
||||
Stone=en pierre
|
||||
Tree=en bloc d’arbre
|
||||
Wooden=en bois
|
||||
LV=faible tension
|
||||
Choose Milling Program:=Choisissez le programme de faisage
|
||||
Slim Elements half / normal height:=Épaisseur de l’élément (moitié / normale)
|
||||
@ -45,3 +16,52 @@ Out:=Sortie
|
||||
@1 Idle=@1 inactive
|
||||
@1 Unpowered=@1 hors-tension
|
||||
@1 Active=@1 active
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=Baton @1
|
||||
@1 Element End Double=Double enbout @1
|
||||
@1 Element Cross Double=Croix double @1
|
||||
@1 Element T Double=Double T @1
|
||||
@1 Element Edge Double=Coin double @1
|
||||
@1 Element Straight Double=Double élément droit @1
|
||||
@1 Element End=Embout @1
|
||||
@1 Element Cross=Croix @1
|
||||
@1 Element T=T @
|
||||
@1 Element Edge=Coin @1
|
||||
@1 Element Straight=Élément droit @1
|
||||
@1 Oblate spheroid=Sphéroïde aplati @1
|
||||
@1 Sphere=Sphère @1
|
||||
@1 Horizontal Cylinder=Cylindre horizontal @1
|
||||
@1 Cylinder=Cylindre @1
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=Coin incurvé @1
|
||||
@1 Spike=Pique @1
|
||||
@1 Pyramid=Pyramide @1
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=Pente retournée @1
|
||||
@1 Slope Lying=Pente couchée @1
|
||||
@1 Slope=Pente @1
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=en terre
|
||||
Grassy dirt=
|
||||
Wooden=en bois
|
||||
Stone=en pierre
|
||||
Cobble=en pierre taillée
|
||||
Brick=en brique
|
||||
Sandstone=en grès
|
||||
Leaves=en feuilles
|
||||
Tree=en bloc d’arbre
|
||||
Bronze=Bronze
|
||||
Stainless Steel=Acier inoxydable
|
||||
Marble=Marbre
|
||||
Granite=Granite
|
||||
Blast-resistant concrete=Béton résistant aux explosions
|
||||
Concrete=Béton
|
||||
Cement=Ciment
|
||||
Brass block=Bloc de laiton
|
||||
|
@ -1,38 +1,67 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=Tornio CNC
|
||||
@1 CNC Machine=Tornio CNC @1
|
||||
@1 Cylinder=@1 Cilindro
|
||||
@1 Element Cross=@1 Elemento a croce
|
||||
@1 Element Cross Double=@1 Elemento a croce doppio
|
||||
@1 Element Edge=@1 Elemento bordo
|
||||
@1 Element Edge Double=@1 Elemento bordo doppio
|
||||
@1 Element End=@1 Elemento finale
|
||||
@1 Element End Double=@1 Elemento finale doppio
|
||||
@1 Element Straight=@1 Elemento dritto
|
||||
@1 Element Straight Double=@1 Elemento dritto doppio
|
||||
@1 Element T=@1 Elemento a T
|
||||
@1 Element T Double=@1 Elemento a T doppio
|
||||
@1 Horizontal Cylinder=@1 Cilindro orizzontale
|
||||
@1 One Curved Edge Block=@1 Blocco con bordo curvo
|
||||
@1 Pyramid=@1 Piramide
|
||||
@1 Slope=@1 Inclinato
|
||||
@1 Slope Edge=@1 Bordo inclinato
|
||||
@1 Slope Inner Edge=@1 Bordo interno inclinato
|
||||
@1 Slope Lying=@1 Pendenza bugiarda
|
||||
@1 Slope Upside Down=@1 Pendenza capovolta
|
||||
@1 Slope Upside Down Edge=@1 Bordo inclinato capovolto
|
||||
@1 Slope Upside Down Inner Edge=@1 Bordo interno inclinato capovolto
|
||||
@1 Sphere=@1 Sfera
|
||||
@1 Spike=@1 Spuntone
|
||||
LV=
|
||||
Choose Milling Program:=
|
||||
Slim Elements half / normal height:=
|
||||
In:=
|
||||
Out:=
|
||||
@1 Idle=
|
||||
@1 Unpowered=
|
||||
@1 Active=
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=@1 Bastone
|
||||
@1 Two Curved Edge Block=@1 Blocco con bordo a doppia curva
|
||||
Brick=Mattone
|
||||
Cobble=Ciottolato
|
||||
@1 Element End Double=@1 Elemento finale doppio
|
||||
@1 Element Cross Double=@1 Elemento a croce doppio
|
||||
@1 Element T Double=@1 Elemento a T doppio
|
||||
@1 Element Edge Double=@1 Elemento bordo doppio
|
||||
@1 Element Straight Double=@1 Elemento dritto doppio
|
||||
@1 Element End=@1 Elemento finale
|
||||
@1 Element Cross=@1 Elemento a croce
|
||||
@1 Element T=@1 Elemento a T
|
||||
@1 Element Edge=@1 Elemento bordo
|
||||
@1 Element Straight=@1 Elemento dritto
|
||||
@1 Oblate spheroid=
|
||||
@1 Sphere=@1 Sfera
|
||||
@1 Horizontal Cylinder=@1 Cilindro orizzontale
|
||||
@1 Cylinder=@1 Cilindro
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=@1 Blocco con bordo curvo
|
||||
@1 Spike=@1 Spuntone
|
||||
@1 Pyramid=@1 Piramide
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=@1 Pendenza capovolta
|
||||
@1 Slope Lying=@1 Pendenza bugiarda
|
||||
@1 Slope=@1 Inclinato
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=Terra
|
||||
Leaves=Foglie
|
||||
Sandstone=Arenaria
|
||||
Stone=Pietra
|
||||
Tree=Albero
|
||||
Grassy dirt=
|
||||
Wooden=Legno
|
||||
Stone=Pietra
|
||||
Cobble=Ciottolato
|
||||
Brick=Mattone
|
||||
Sandstone=Arenaria
|
||||
Leaves=Foglie
|
||||
Tree=Albero
|
||||
Bronze=
|
||||
Stainless Steel=
|
||||
Marble=
|
||||
Granite=
|
||||
Blast-resistant concrete=
|
||||
Concrete=
|
||||
Cement=
|
||||
Brass block=
|
||||
|
@ -1,38 +1,67 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=Obrabiarka CNC
|
||||
@1 CNC Machine=@1 Obrabiarka CNC
|
||||
@1 Cylinder=@1 Walec
|
||||
@1 Element Cross=@1 Część krzyżowa
|
||||
@1 Element Cross Double=@1 Podwójna część krzyżowa
|
||||
@1 Element Edge=@1 Krawędź części
|
||||
@1 Element Edge Double=@1 Podwójna krawędź części
|
||||
@1 Element End=@1 Końcowa część
|
||||
@1 Element End Double=@1 Podwójna końcowa część
|
||||
@1 Element Straight=@1 Prosta część
|
||||
@1 Element Straight Double=@1 Podwójna prosta część
|
||||
@1 Element T=@1 Część T
|
||||
@1 Element T Double=@1 Podwójna część T
|
||||
@1 Horizontal Cylinder=@1 Poziomy walec
|
||||
@1 One Curved Edge Block=@1 Blok z zagiętą krawędzią
|
||||
@1 Pyramid=@1 Ostrosłup
|
||||
@1 Slope=@1 Spad
|
||||
@1 Slope Edge=@1 Krawędź spadu
|
||||
@1 Slope Inner Edge=@1 Wewnętrzna krawędź spadu
|
||||
@1 Slope Lying=@1 Leżący spad
|
||||
@1 Slope Upside Down=@1 Odwrócony spad
|
||||
@1 Slope Upside Down Edge=@1 Krawędź odwróconego spadu
|
||||
@1 Slope Upside Down Inner Edge=@1 Wewnętrzna krawędz odwróconego spadu
|
||||
@1 Sphere=@1 Kula
|
||||
@1 Spike=@1 Kolec
|
||||
LV=
|
||||
Choose Milling Program:=
|
||||
Slim Elements half / normal height:=
|
||||
In:=
|
||||
Out:=
|
||||
@1 Idle=
|
||||
@1 Unpowered=
|
||||
@1 Active=
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=@1 Patyk
|
||||
@1 Two Curved Edge Block=@1 Blok z dwoma zagiętymi krawędziami
|
||||
Brick=Cegła
|
||||
Cobble=Bruk
|
||||
@1 Element End Double=@1 Podwójna końcowa część
|
||||
@1 Element Cross Double=@1 Podwójna część krzyżowa
|
||||
@1 Element T Double=@1 Podwójna część T
|
||||
@1 Element Edge Double=@1 Podwójna krawędź części
|
||||
@1 Element Straight Double=@1 Podwójna prosta część
|
||||
@1 Element End=@1 Końcowa część
|
||||
@1 Element Cross=@1 Część krzyżowa
|
||||
@1 Element T=@1 Część T
|
||||
@1 Element Edge=@1 Krawędź części
|
||||
@1 Element Straight=@1 Prosta część
|
||||
@1 Oblate spheroid=
|
||||
@1 Sphere=@1 Kula
|
||||
@1 Horizontal Cylinder=@1 Poziomy walec
|
||||
@1 Cylinder=@1 Walec
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=@1 Blok z zagiętą krawędzią
|
||||
@1 Spike=@1 Kolec
|
||||
@1 Pyramid=@1 Ostrosłup
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=@1 Odwrócony spad
|
||||
@1 Slope Lying=@1 Leżący spad
|
||||
@1 Slope=@1 Spad
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=Ziemia
|
||||
Leaves=Liście
|
||||
Sandstone=Piaskowiec
|
||||
Stone=Kamień
|
||||
Tree=Drzewo
|
||||
Grassy dirt=
|
||||
Wooden=Drewniany
|
||||
Stone=Kamień
|
||||
Cobble=Bruk
|
||||
Brick=Cegła
|
||||
Sandstone=Piaskowiec
|
||||
Leaves=Liście
|
||||
Tree=Drzewo
|
||||
Bronze=
|
||||
Stainless Steel=
|
||||
Marble=
|
||||
Granite=
|
||||
Blast-resistant concrete=
|
||||
Concrete=
|
||||
Cement=
|
||||
Brass block=
|
||||
|
@ -1,42 +1,13 @@
|
||||
# textdomain: technic_cnc
|
||||
|
||||
|
||||
|
||||
### cnc.lua ###
|
||||
|
||||
# textdomain: technic_cnc
|
||||
## CNC
|
||||
CNC Machine=
|
||||
@1 CNC Machine=
|
||||
@1 Cylinder=
|
||||
@1 Element Cross=
|
||||
@1 Element Cross Double=
|
||||
@1 Element Edge=
|
||||
@1 Element Edge Double=
|
||||
@1 Element End=
|
||||
@1 Element End Double=
|
||||
@1 Element Straight=
|
||||
@1 Element Straight Double=
|
||||
@1 Element T=
|
||||
@1 Element T Double=
|
||||
@1 Horizontal Cylinder=
|
||||
@1 One Curved Edge Block=
|
||||
@1 Oblate spheroid=
|
||||
@1 Pyramid=
|
||||
@1 Slope=
|
||||
@1 Slope Edge=
|
||||
@1 Slope Inner Edge=
|
||||
@1 Slope Lying=
|
||||
@1 Slope Upside Down=
|
||||
@1 Slope Upside Down Edge=
|
||||
@1 Slope Upside Down Inner Edge=
|
||||
@1 Sphere=
|
||||
@1 Spike=
|
||||
@1 Stick=
|
||||
@1 Two Curved Edge Block=
|
||||
Brick=
|
||||
Cobble=
|
||||
Dirt=
|
||||
Leaves=
|
||||
Sandstone=
|
||||
Stone=
|
||||
Tree=
|
||||
Wooden=
|
||||
LV=
|
||||
Choose Milling Program:=
|
||||
Slim Elements half / normal height:=
|
||||
@ -45,3 +16,52 @@ Out:=
|
||||
@1 Idle=
|
||||
@1 Unpowered=
|
||||
@1 Active=
|
||||
|
||||
### cnc_api.lua ###
|
||||
|
||||
@1 Stick=
|
||||
@1 Element End Double=
|
||||
@1 Element Cross Double=
|
||||
@1 Element T Double=
|
||||
@1 Element Edge Double=
|
||||
@1 Element Straight Double=
|
||||
@1 Element End=
|
||||
@1 Element Cross=
|
||||
@1 Element T=
|
||||
@1 Element Edge=
|
||||
@1 Element Straight=
|
||||
@1 Oblate spheroid=
|
||||
@1 Sphere=
|
||||
@1 Horizontal Cylinder=
|
||||
@1 Cylinder=
|
||||
@1 Two Curved Edge/Corner Block=
|
||||
@1 One Curved Edge Block=
|
||||
@1 Spike=
|
||||
@1 Pyramid=
|
||||
@1 Slope Upside Down Inner Edge/Corner=
|
||||
@1 Slope Upside Down Outer Edge/Corner=
|
||||
@1 Slope Inner Edge/Corner=
|
||||
@1 Slope Outer Edge/Corner=
|
||||
@1 Slope Upside Down=
|
||||
@1 Slope Lying=
|
||||
@1 Slope=
|
||||
|
||||
### cnc_materials.lua ###
|
||||
|
||||
Dirt=
|
||||
Grassy dirt=
|
||||
Wooden=
|
||||
Stone=
|
||||
Cobble=
|
||||
Brick=
|
||||
Sandstone=
|
||||
Leaves=
|
||||
Tree=
|
||||
Bronze=
|
||||
Stainless Steel=
|
||||
Marble=
|
||||
Granite=
|
||||
Blast-resistant concrete=
|
||||
Concrete=
|
||||
Cement=
|
||||
Brass block=
|
||||
|
Reference in New Issue
Block a user