Turkish words were edited in the text.js file. (#5473)
* Update OrcaSlicer_tr.po - TURKISH translation update * Update OrcaSlicer_tr.po Update OrcaSlicer_tr.po - TURKISH translation update * Update OrcaSlicer_tr.po - TURKISH translation update * Update OrcaSlicer_tr.po - TURKISH translation update * Valment filament added. * Update OrcaSlicer_tr.po - TURKISH translation update * Turkish words were edited in the text.js file.
This commit is contained in:
parent
a1b4e0ce55
commit
0a4fcf4e2b
4 changed files with 27 additions and 8 deletions
|
@ -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 ""
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
|
|
|
@ -133,6 +133,7 @@ filament_vendors = [
|
|||
'SUNLU',
|
||||
'TTYT3D',
|
||||
'UltiMaker',
|
||||
'Valment',
|
||||
'Verbatim',
|
||||
'VO3D',
|
||||
'Voxelab',
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue