Add Slovak translation.

This commit is contained in:
2011-03-04 17:47:04 +01:00
parent 582b24562c
commit df5f14060b
24 changed files with 272 additions and 34 deletions

View File

@@ -2,13 +2,15 @@
local names =
{
en = "Capacitor",
cs = "Kondenzátor"
cs = "Kondenzátor",
sk = "Kondenzátor"
}
local names_polar =
{
en = "Polarized capacitor",
cs = "Polarizovaný kondenzátor"
cs = "Polarizovaný kondenzátor",
sk = "Polarizovaný kondenzátor"
}
-- Render area in base units (X1, Y1, X2, Y2)

View File

@@ -1,5 +1,6 @@
{
"en": "Passive",
"cs": "Pasivní"
"cs": "Pasivní",
"sk": "Pasívne"
}

View File

@@ -2,25 +2,29 @@
local names =
{
en = "Diode",
cs = "Dioda"
cs = "Dioda",
sk = "Dióda"
}
local names_zener =
{
en = "Zener diode",
cs = "Zenerova dioda"
cs = "Zenerova dioda",
sk = "Zenerova dióda"
}
local names_led =
{
en = "Light-emitting diode",
cs = "Svítivá dioda"
cs = "Svítivá dioda",
sk = "Svietivá dióda"
}
local names_photo =
{
en = "Photodiode",
cs = "Fotodioda"
cs = "Fotodioda",
sk = "Fotodióda"
}
-- Render area in base units (X1, Y1, X2, Y2)

View File

@@ -2,13 +2,15 @@
local names =
{
en = "Inductor",
cs = "Cívka"
cs = "Cívka",
sk = "Cievka"
}
local names_core =
{
en = "Inductor with magnetic core",
cs = "Cívka s magnetickým jádrem"
cs = "Cívka s magnetickým jádrem",
sk = "Cievka s magnetickým jadrom"
}
-- Render area in base units (X1, Y1, X2, Y2)

View File

@@ -2,19 +2,22 @@
local names =
{
en = "Resistor",
cs = "Rezistor"
cs = "Rezistor",
sk = "Rezistor"
}
local names_adj =
{
en = "Adjustable resistor",
cs = "Nastavitelný rezistor"
cs = "Nastavitelný rezistor",
sk = "Nastaviteľný rezistor"
}
local names_pot =
{
en = "Potentiometer",
cs = "Potenciometr"
cs = "Potenciometr",
sk = "Potenciometer"
}
-- Render area in base units (X1, Y1, X2, Y2)