diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index cb68d5d5c38..9a975d7aeb1 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-05-24 23:26+0800\n" -"PO-Revision-Date: 2024-05-25 04:32+0300\n" +"PO-Revision-Date: 2024-05-26 23:42+0300\n" "Last-Translator: Olcay ÖREN\n" "Language-Team: \n" "Language: tr\n" @@ -11459,7 +11459,7 @@ msgstr "" "potansiyelini en aza indirmek için bu değeri ~%10-15’e ayarlayın." msgid "Top/Bottom solid infill/wall overlap" -msgstr "Üst/Alt katı dolgu/duvar örtüşmesi" +msgstr "Üst/Alt katı dolgu/Duvar örtüşmesi" #, no-c-format, no-boost-format msgid "" diff --git a/resources/web/data/text.js b/resources/web/data/text.js index d05ab478de9..853a293a366 100644 --- a/resources/web/data/text.js +++ b/resources/web/data/text.js @@ -1057,9 +1057,27 @@ var LangText = { t89: "Dosyayı içeren klasörü açınız", t90: "3D Model", t91: "3D modelleri indirin", - t92: "Bambu Noel Kabini", - t93: "Yazıcı Bağlantısı", - t94: "Cihazı görüntülemek için lütfen yazıcı bağlantınızı kurun.", + t92: "Oluşturan", + t93: "Değiştiren", + t94: "Paylaşan", + t95: "Model Bilgileri", + t96: "Aksesuarlar", + t97: "Profil Bilgisi", + t98: "Model adı", + t100: "Model açıklaması", + t101: "Malzeme Listesi", + t102: "Montaj Kılavuzu", + t103: "Diğer", + t104: "Profil ismi", + t105: "Profil Yazarı", + t106: "Profil açıklaması", + t107: "Çevrimiçi Modeller", + t108: "DAHA FAZLA", + t109: "Sistem Filamentleri", + t110: "Özel Filamentler", + t111: "Yeni Oluştur", + t112: "Programa Katılın", + t113: "Tercihinizi istediğiniz zaman değiştirebilirsiniz.", orca1: "Proje Bilgilerini Düzenle", orca2: "model bilgisi yok", }, diff --git a/scripts/generate_presets_vendors.py b/scripts/generate_presets_vendors.py index c70177632af..d28dddef14f 100644 --- a/scripts/generate_presets_vendors.py +++ b/scripts/generate_presets_vendors.py @@ -133,6 +133,7 @@ 'SUNLU', 'TTYT3D', 'UltiMaker', + 'Valment', 'Verbatim', 'VO3D', 'Voxelab', diff --git a/src/slic3r/GUI/CreatePresetsDialog.cpp b/src/slic3r/GUI/CreatePresetsDialog.cpp index d1ef2d911ca..0bd52707dc0 100644 --- a/src/slic3r/GUI/CreatePresetsDialog.cpp +++ b/src/slic3r/GUI/CreatePresetsDialog.cpp @@ -54,9 +54,9 @@ static const std::vector filament_vendors = "OVVNYXE", "Polymaker", "Priline", "Printed Solid", "Protopasta", "Prusament", "Push Plastic", "R3D", "Re-pet3D", "Recreus", "Regen", "Sain SMART", "SliceWorx", "Snapmaker", "SnoLabs", - "Spectrum", "SUNLU", "TTYT3D", "UltiMaker", "Verbatim", - "VO3D", "Voxelab", "YOOPAI", "Yousu", "Ziro", - "Zyltech"}; + "Spectrum", "SUNLU", "TTYT3D", "UltiMaker", "Valment", + "Verbatim", "VO3D", "Voxelab", "YOOPAI", "Yousu", + "Ziro", "Zyltech"}; static const std::vector filament_types = {"PLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF", "NYLON", "PVA", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET", "PETG",