diff --git a/Applications/3DPrint/Localizations/English.lang b/Applications/3DPrint/Localizations/English.lang index de14a82f..7cde6143 100644 --- a/Applications/3DPrint/Localizations/English.lang +++ b/Applications/3DPrint/Localizations/English.lang @@ -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", } \ No newline at end of file diff --git a/Applications/3DPrint/Localizations/French.lang b/Applications/3DPrint/Localizations/French.lang index ae1ca239..7c3e1438 100644 --- a/Applications/3DPrint/Localizations/French.lang +++ b/Applications/3DPrint/Localizations/French.lang @@ -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" } \ No newline at end of file diff --git a/Applications/3DPrint/Localizations/Russian.lang b/Applications/3DPrint/Localizations/Russian.lang index 3a180cfb..fd416de8 100644 --- a/Applications/3DPrint/Localizations/Russian.lang +++ b/Applications/3DPrint/Localizations/Russian.lang @@ -1,4 +1,5 @@ { + exit = "Выйти", new = "Создать", open = "Открыть", save = "Сохранить", @@ -25,7 +26,7 @@ tintColor = "Цвет оттенка", texture = "Текстура", print = "Напечатать", - modelSettings = "Параметры модели", + modelSettings = "Приложение", blockSettings = "Параметры блока", projectorSettings = "Параметры проектора", elementSettings = "Параметры элемента",