Возвращение приложения 3DPrint #3

This commit is contained in:
Igor Timofeev 2018-06-08 12:27:47 +03:00
parent 30aff27458
commit 53b68fd5dd
3 changed files with 39 additions and 36 deletions

View File

@ -1,4 +1,5 @@
{
exit = "Exit",
new = "New",
open = "Open",
save = "Save",
@ -25,9 +26,9 @@
tintColor = "Tint color",
texture = "Texture",
print = "Print",
modelSettings = "Model settings",
blockSettings = "Block settings",
projectorSettings = "Projector settings",
elementSettings = "Shape settings",
modelSettings = "Application",
blockSettings = "Model properties",
projectorSettings = "Projector properties",
elementSettings = "Shape properties",
failedToPrint = "Failed to print",
}

View File

@ -1,33 +1,34 @@
{
new = "Nouveau",
open = "Ouvrir",
save = "Sauvegarder",
disabled = "Désactivé",
enabled = "Activée",
add = "Ajouter",
remove = "Retirer",
rotate = "Tourner",
flip = "Retourner",
color = "Couleur",
offset = "Décalage",
scale = "Échelle",
projectorEnabled = "Activée",
xAxis = "Axe X",
yAxis = "Axe Y",
zAxis = "Axe z",
lightLevel = "Niveau de lumière",
emitRedstone = "Emettre des redstone",
collidable = "Collision",
buttonMode = "Mode bouton",
label = "Étiquette",
tooltip = "Info-bulle",
tintEnabled = "Utiliser la teinte",
tintColor = "Couleur de teinte",
texture = "Texture",
print = "Print",
modelSettings = "Paramètres du modèle",
blockSettings = "Bloquer les paramètres",
projectorSettings = "Paramètres du projecteur",
elementSettings = "Paramètres de forme",
failedToPrint = "Échec de print",
exit = "Sortie"
new = "Nouveau"
open = "Ouvrir"
save = "Sauvegarder"
disabled = "Désactivé"
enabled = "Activée"
add = "Ajouter"
remove = "Retirer"
rotate = "Tourner"
flip = "Retourner"
color = "Couleur"
offset = "Décalage"
scale = "Échelle"
projectorEnabled = "Activée"
xAxis = "Axe X"
yAxis = "Axe Y"
zAxis = "Axe z"
lightLevel = "Niveau de lumière"
emitRedstone = "Emettre des redstone"
collidable = "Collision"
buttonMode = "Mode bouton"
label = "Étiquette"
tooltip = "Info-bulle"
tintEnabled = "Utiliser la teinte"
tintColor = "Couleur de teinte"
texture = "Texture"
print = "Print"
modelSettings = "Application"
blockSettings = "Propriétés du modèle"
projectorSettings = "Propriétés du projecteur"
elementSettings = "Propriétés de forme"
failedToPrint = "Échec de print"
}

View File

@ -1,4 +1,5 @@
{
exit = "Выйти",
new = "Создать",
open = "Открыть",
save = "Сохранить",
@ -25,7 +26,7 @@
tintColor = "Цвет оттенка",
texture = "Текстура",
print = "Напечатать",
modelSettings = "Параметры модели",
modelSettings = "Приложение",
blockSettings = "Параметры блока",
projectorSettings = "Параметры проектора",
elementSettings = "Параметры элемента",