mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
Возвращение приложения 3DPrint #3
This commit is contained in:
parent
30aff27458
commit
53b68fd5dd
@ -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",
|
||||
}
|
||||
@ -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"
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
exit = "Выйти",
|
||||
new = "Создать",
|
||||
open = "Открыть",
|
||||
save = "Сохранить",
|
||||
@ -25,7 +26,7 @@
|
||||
tintColor = "Цвет оттенка",
|
||||
texture = "Текстура",
|
||||
print = "Напечатать",
|
||||
modelSettings = "Параметры модели",
|
||||
modelSettings = "Приложение",
|
||||
blockSettings = "Параметры блока",
|
||||
projectorSettings = "Параметры проектора",
|
||||
elementSettings = "Параметры элемента",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user