Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish words were edited in the text.js file. #5473

Merged
merged 15 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions localization/i18n/tr/OrcaSlicer_tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""
Expand Down
24 changes: 21 additions & 3 deletions resources/web/data/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
1 change: 1 addition & 0 deletions scripts/generate_presets_vendors.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
'SUNLU',
'TTYT3D',
'UltiMaker',
'Valment',
'Verbatim',
'VO3D',
'Voxelab',
Expand Down
6 changes: 3 additions & 3 deletions src/slic3r/GUI/CreatePresetsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ static const std::vector<std::string> 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<std::string> filament_types = {"PLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF",
"NYLON", "PVA", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET", "PETG",
Expand Down
Loading