i18n: Sync translation template with current source

This commit is contained in:
Rémi Verschelde 2019-01-14 16:40:21 +01:00
parent 19c562991c
commit 0222841357
56 changed files with 2360 additions and 1145 deletions

View File

@ -1297,7 +1297,7 @@ Polygon2DEditor::Polygon2DEditor(EditorNode *p_editor) :
uv_button[UV_MODE_CREATE]->set_tooltip(TTR("Create Polygon")); uv_button[UV_MODE_CREATE]->set_tooltip(TTR("Create Polygon"));
uv_button[UV_MODE_CREATE_INTERNAL]->set_tooltip(TTR("Create Internal Vertex")); uv_button[UV_MODE_CREATE_INTERNAL]->set_tooltip(TTR("Create Internal Vertex"));
uv_button[UV_MODE_REMOVE_INTERNAL]->set_tooltip(TTR("Erase Internal Vertex")); uv_button[UV_MODE_REMOVE_INTERNAL]->set_tooltip(TTR("Remove Internal Vertex"));
uv_button[UV_MODE_EDIT_POINT]->set_tooltip(TTR("Move Points") + "\n" + TTR("Ctrl: Rotate") + "\n" + TTR("Shift: Move All") + "\n" + TTR("Shift+Ctrl: Scale")); uv_button[UV_MODE_EDIT_POINT]->set_tooltip(TTR("Move Points") + "\n" + TTR("Ctrl: Rotate") + "\n" + TTR("Shift: Move All") + "\n" + TTR("Shift+Ctrl: Scale"));
uv_button[UV_MODE_MOVE]->set_tooltip(TTR("Move Polygon")); uv_button[UV_MODE_MOVE]->set_tooltip(TTR("Move Polygon"));
uv_button[UV_MODE_ROTATE]->set_tooltip(TTR("Rotate Polygon")); uv_button[UV_MODE_ROTATE]->set_tooltip(TTR("Rotate Polygon"));

View File

@ -2568,6 +2568,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ongeldige naam."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5150,31 +5155,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "AutoLaai '%s' bestaan reeds!" msgstr "Skep Intekening"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "Ongeldige Pad." msgstr "Hernoem AutoLaai"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Verwyder Seleksie"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5202,12 +5202,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Skuif Gunsteling Op"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Skep Intekening"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5243,11 +5245,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9469,6 +9473,18 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "AutoLaai '%s' bestaan reeds!"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Ongeldige Pad."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Verwyder Seleksie"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "Zoem Uit" #~ msgstr "Zoem Uit"

View File

@ -2632,6 +2632,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "اسم غير صالح."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5266,32 +5271,28 @@ msgid "Create Polygon & UV"
msgstr "إنشاء بولي" msgstr "إنشاء بولي"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "إنشاء موجه أفقي جديد"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "مسح الموجه العمودي"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "التحميل التلقائي '%s' موجود اصلا!" msgstr "تعديل البولي"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "إضافة نقطة" msgstr "مسح البولي والنقطة"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "مسار غير صالح."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "مسح النقطة"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5321,12 +5322,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "تعديل البولي" msgstr "مسح النقطة"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "تعديل البولي"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5363,11 +5365,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9654,6 +9658,26 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "التحميل التلقائي '%s' موجود اصلا!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "إضافة نقطة"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "مسار غير صالح."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "مسح النقطة"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "تعديل البولي"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "لا أسم مُقدم" #~ msgstr "لا أسم مُقدم"

View File

@ -2547,6 +2547,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5171,29 +5175,28 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Създай нова хоризонтална помощна линия"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "" msgid "Remove Internal Vertex"
msgstr "Премахни вертикална помощна линия"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: "
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Add Custom Polygon"
msgstr "Затваряне на всичко" msgstr "Приставки"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Custom Polygon"
msgstr "Преместване на Полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5221,12 +5224,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "LMB: Премести Точка."
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Полигон->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5263,14 +5268,14 @@ msgid "Scale Polygon"
msgstr "Мащаб на Полигон" msgstr "Мащаб на Полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid "Create a custom polygon. Enables custom polygon rendering."
msgid "Connect two points to make a split." msgstr ""
msgstr "Свържи две точки, за да направиш разделение"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Избери разделение и го изтрий" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9591,6 +9596,18 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Затваряне на всичко"
#, fuzzy
#~ msgid "Connect two points to make a split."
#~ msgstr "Свържи две точки, за да направиш разделение"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Избери разделение и го изтрий"
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "Добави Възел..." #~ msgstr "Добави Възел..."

View File

@ -2708,6 +2708,11 @@ msgstr "খালি বস্তু যোগ করুন"
msgid "Assign..." msgid "Assign..."
msgstr "নিযুক্ত" msgstr "নিযুক্ত"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "অকার্যকর পথ।"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5469,32 +5474,28 @@ msgid "Create Polygon & UV"
msgstr "Poly তৈরি করুন" msgstr "Poly তৈরি করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "নতুন স্ক্রিপ্ট তৈরি করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "বক্ররেখা আন্ত-নিয়ন্ত্রণে সরান"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "'%s' অ্যাকশন ইতিমধ্যেই বিদ্যমান!" msgstr "Poly সম্পাদন করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "ইনপুট যোগ করুন" msgstr "পলি এবং বিন্দু অপসারণ করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "অগ্রহণযোগ্য পথ!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "পথের বিন্দু অপসারণ করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5524,13 +5525,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Poly সম্পাদন করুন" msgstr "বিন্দু সরান"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "পথ বিভক্ত করুন" msgstr "পলিগন->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5567,13 +5568,14 @@ msgid "Scale Polygon"
msgstr "পলিগন মাপ করুন" msgstr "পলিগন মাপ করুন"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "একটি সেটিং আইটেম প্রথম নির্বাচন করুন!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -10152,6 +10154,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "'%s' অ্যাকশন ইতিমধ্যেই বিদ্যমান!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "ইনপুট যোগ করুন"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "অগ্রহণযোগ্য পথ!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "পথের বিন্দু অপসারণ করুন"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Poly সম্পাদন করুন"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "পথ বিভক্ত করুন"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "একটি সেটিং আইটেম প্রথম নির্বাচন করুন!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "কোন নাম ব্যাবহার করা হয়নি" #~ msgstr "কোন নাম ব্যাবহার করা হয়নি"

View File

@ -2619,6 +2619,11 @@ msgstr "[Buit]"
msgid "Assign..." msgid "Assign..."
msgstr "Assigna..." msgstr "Assigna..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Camí no vàlid"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5238,32 +5243,28 @@ msgid "Create Polygon & UV"
msgstr "Crea Polígon" msgstr "Crea Polígon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Crea una nova guia horitzontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Elimina el Punt In-Control"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "L'Acció '%s' ja existeix!" msgstr "Edita Polígon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Afegeix un punt" msgstr "Elimina el Polígon i el Punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Camí no vàlid"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Elimina el punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5293,13 +5294,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Edita Polígon" msgstr "Punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Parteix el Camí" msgstr "Polígon -> UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5336,13 +5337,14 @@ msgid "Scale Polygon"
msgstr "Escala el Polígon" msgstr "Escala el Polígon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Cal seleccionar un Element!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9802,6 +9804,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "L'Acció '%s' ja existeix!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Afegeix un punt"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Camí no vàlid"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Elimina el punt"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Edita Polígon"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Parteix el Camí"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Cal seleccionar un Element!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Manca Nom" #~ msgstr "Manca Nom"

View File

@ -2579,6 +2579,11 @@ msgstr "[Prázdné]"
msgid "Assign..." msgid "Assign..."
msgstr "Přiřadit.." msgstr "Přiřadit.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Neplatná cesta"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5154,32 +5159,28 @@ msgid "Create Polygon & UV"
msgstr "Vytvořit Poly3D" msgstr "Vytvořit Poly3D"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Vytvořit nové vodorovné vodítko"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Odstranit položku"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Akce '%s' již existuje!" msgstr "Editovat polygon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Přidat bod" msgstr "Odstranit polygon a bod"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Neplatná cesta"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Odstranit bod"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5208,13 +5209,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Bod"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Rozdělit cestu" msgstr "Polygon->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5250,13 +5252,14 @@ msgid "Scale Polygon"
msgstr "Změnit měřítko mnohoúhelníku" msgstr "Změnit měřítko mnohoúhelníku"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Vyberte složku pro skenování" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9594,6 +9597,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Akce '%s' již existuje!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Přidat bod"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Neplatná cesta"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Odstranit bod"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Rozdělit cestu"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Vyberte složku pro skenování"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nebylo poskytnuto žádné jméno" #~ msgstr "Nebylo poskytnuto žádné jméno"

View File

@ -2585,6 +2585,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ugyldig sti"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5212,32 +5217,28 @@ msgid "Create Polygon & UV"
msgstr "Opret Poly" msgstr "Opret Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Opret ny horisontal guide"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Fjern vertikal guide"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Autoload '%s' eksisterer allerede!" msgstr "Rediger Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Tilføj punkt" msgstr "Fjern Poly og Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Ugyldig sti"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Fjern punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5267,12 +5268,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Rediger Poly" msgstr "Fjern punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Rediger Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5308,11 +5310,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9662,6 +9666,26 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Autoload '%s' eksisterer allerede!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Tilføj punkt"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Ugyldig sti"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Fjern punkt"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Rediger Poly"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Intet navn angivet" #~ msgstr "Intet navn angivet"

View File

@ -2634,6 +2634,11 @@ msgstr "[leer]"
msgid "Assign..." msgid "Assign..."
msgstr "Zuweisen.." msgstr "Zuweisen.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ungültiger Pfad"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5224,28 +5229,28 @@ msgid "Create Polygon & UV"
msgstr "Polygon und UV erstellen" msgstr "Polygon und UV erstellen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Teile Punkt mit sich selbst." msgid "Create Internal Vertex"
msgstr "Neue horizontale Hilfslinie erstellen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Teilen kann keine existierende Kante erstellen." msgid "Remove Internal Vertex"
msgstr "Eingangskontrollpunkt löschen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Teilung existiert bereits." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Teilung hinzufügen" msgid "Add Custom Polygon"
msgstr "Polygon bearbeiten"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Ungültige Teilung: " msgid "Remove Custom Polygon"
msgstr "Kollisionspolygon entfernen"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Teilung entfernen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5272,12 +5277,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Poly" msgid "Points"
msgstr "Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Teilungen" msgid "Polygons"
msgstr "Polygon→UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5312,12 +5319,14 @@ msgid "Scale Polygon"
msgstr "Polygon skalieren" msgstr "Polygon skalieren"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Zwei Punkte verbinden um Teilung zu erstellen." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Teilung zum Löschen auswählen." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9691,6 +9700,36 @@ msgstr "Zuweisung an Uniform."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Varyings können nur in Vertex-Funktion zugewiesen werden." msgstr "Varyings können nur in Vertex-Funktion zugewiesen werden."
#~ msgid "Split point with itself."
#~ msgstr "Teile Punkt mit sich selbst."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Teilen kann keine existierende Kante erstellen."
#~ msgid "Split already exists."
#~ msgstr "Teilung existiert bereits."
#~ msgid "Add Split"
#~ msgstr "Teilung hinzufügen"
#~ msgid "Invalid Split: "
#~ msgstr "Ungültige Teilung: "
#~ msgid "Remove Split"
#~ msgstr "Teilung entfernen"
#~ msgid "Poly"
#~ msgstr "Poly"
#~ msgid "Splits"
#~ msgstr "Teilungen"
#~ msgid "Connect two points to make a split."
#~ msgstr "Zwei Punkte verbinden um Teilung zu erstellen."
#~ msgid "Select a split to erase it."
#~ msgstr "Teilung zum Löschen auswählen."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Kein Name angegeben" #~ msgstr "Kein Name angegeben"

View File

@ -2555,6 +2555,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5173,29 +5177,27 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Neues Projekt erstellen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "" msgid "Remove Internal Vertex"
msgstr "Ungültige Bilder löschen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "Script hinzufügen" msgstr "Script hinzufügen"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: "
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "Ungültige Bilder löschen" msgstr "Ungültige Bilder löschen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5225,12 +5227,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Ungültige Bilder löschen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Script hinzufügen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5266,11 +5270,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9590,6 +9596,14 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Script hinzufügen"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Ungültige Bilder löschen"
#, fuzzy #, fuzzy
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "Node" #~ msgstr "Node"

View File

@ -2479,6 +2479,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5002,27 +5006,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5050,11 +5050,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5090,11 +5090,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2626,6 +2626,11 @@ msgstr "[Άδειο]"
msgid "Assign..." msgid "Assign..."
msgstr "Εκχώρηση.." msgstr "Εκχώρηση.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Μη έγκυρη διαδρομή"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5239,32 +5244,28 @@ msgid "Create Polygon & UV"
msgstr "Δημιουγία πολυγώνου" msgstr "Δημιουγία πολυγώνου"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Δημιουργία νέου οριζόντιου οδηγού"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Αφαίρεση σημείου ελέγχου εισόδου"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Η ενέργεια '%s' υπάρχει ήδη!" msgstr "Επεγεργασία πολυγώνου"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Προσθήκη σημείου" msgstr "Αφαίρεση πολυγώνου και σημείου"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Μη έγκυρη διαδρομή!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Αφαίρεση σημείου"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5294,13 +5295,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Επεγεργασία πολυγώνου" msgstr "Σημείο"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Διαχωρισμός διαδρομής" msgstr "Πολύγωνο -> UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5337,13 +5338,14 @@ msgid "Scale Polygon"
msgstr "Κλιμάκωση πολυγώνου" msgstr "Κλιμάκωση πολυγώνου"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Επιλέξτε ένα αντικείμενο ρύθμισης πρώτα!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9828,6 +9830,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Η ενέργεια '%s' υπάρχει ήδη!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Προσθήκη σημείου"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Μη έγκυρη διαδρομή!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Αφαίρεση σημείου"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Επεγεργασία πολυγώνου"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Διαχωρισμός διαδρομής"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Επιλέξτε ένα αντικείμενο ρύθμισης πρώτα!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Δεν δόθηκε όνομα" #~ msgstr "Δεν δόθηκε όνομα"

View File

@ -2634,6 +2634,11 @@ msgstr "[Vacío]"
msgid "Assign..." msgid "Assign..."
msgstr "Asignar..." msgstr "Asignar..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ruta inválida"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
#, fuzzy #, fuzzy
msgid "" msgid ""
@ -5234,28 +5239,28 @@ msgid "Create Polygon & UV"
msgstr "Crear Polígono y UV" msgstr "Crear Polígono y UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Dividir punto con sí mismo." msgid "Create Internal Vertex"
msgstr "Crear nueva guía horizontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "La división no puede formar un borde existente." msgid "Remove Internal Vertex"
msgstr "Eliminar punto In-Control"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "La división ya existe." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Agregar división" msgid "Add Custom Polygon"
msgstr "Editar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "División inválida: " msgid "Remove Custom Polygon"
msgstr "Remover Polígono y Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Quitar división"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5282,12 +5287,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Polígono" msgid "Points"
msgstr "Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Divisiones" msgid "Polygons"
msgstr "Polígono->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5322,12 +5329,14 @@ msgid "Scale Polygon"
msgstr "Escalar polígono" msgstr "Escalar polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Conectar dos puntos para crear una división." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Selecciona una división para borrarla." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9683,6 +9692,36 @@ msgstr "Asignación a uniform."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Solo se pueden asignar variaciones en funciones de vértice." msgstr "Solo se pueden asignar variaciones en funciones de vértice."
#~ msgid "Split point with itself."
#~ msgstr "Dividir punto con sí mismo."
#~ msgid "Split can't form an existing edge."
#~ msgstr "La división no puede formar un borde existente."
#~ msgid "Split already exists."
#~ msgstr "La división ya existe."
#~ msgid "Add Split"
#~ msgstr "Agregar división"
#~ msgid "Invalid Split: "
#~ msgstr "División inválida: "
#~ msgid "Remove Split"
#~ msgstr "Quitar división"
#~ msgid "Poly"
#~ msgstr "Polígono"
#~ msgid "Splits"
#~ msgstr "Divisiones"
#~ msgid "Connect two points to make a split."
#~ msgstr "Conectar dos puntos para crear una división."
#~ msgid "Select a split to erase it."
#~ msgstr "Selecciona una división para borrarla."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "No se proporcionó un nombre" #~ msgstr "No se proporcionó un nombre"

View File

@ -2602,6 +2602,11 @@ msgstr "[Vacio]"
msgid "Assign..." msgid "Assign..."
msgstr "Asignar.." msgstr "Asignar.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ruta inválida"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
#, fuzzy #, fuzzy
msgid "" msgid ""
@ -5193,28 +5198,28 @@ msgid "Create Polygon & UV"
msgstr "Crear Polígono y UV" msgstr "Crear Polígono y UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Dividir punto con sí mismo." msgid "Create Internal Vertex"
msgstr "Crear nueva guía horizontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "La división no puede formar un borde existente." msgid "Remove Internal Vertex"
msgstr "Quitar Punto In-Control"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "La división ya existe." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Agregar División" msgid "Add Custom Polygon"
msgstr "Editar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "División Inválida: " msgid "Remove Custom Polygon"
msgstr "Remover Polígono y Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Quitar División"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5241,12 +5246,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Poly" msgid "Points"
msgstr "Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Divisiones" msgid "Polygons"
msgstr "Polígono->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5281,12 +5288,14 @@ msgid "Scale Polygon"
msgstr "Escalar Polígono" msgstr "Escalar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Conectar dos puntos para crear una división." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Seleccioná una división para borrarla." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9636,6 +9645,36 @@ msgstr "Asignación a uniform."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Solo se pueden asignar variaciones en funciones de vértice." msgstr "Solo se pueden asignar variaciones en funciones de vértice."
#~ msgid "Split point with itself."
#~ msgstr "Dividir punto con sí mismo."
#~ msgid "Split can't form an existing edge."
#~ msgstr "La división no puede formar un borde existente."
#~ msgid "Split already exists."
#~ msgstr "La división ya existe."
#~ msgid "Add Split"
#~ msgstr "Agregar División"
#~ msgid "Invalid Split: "
#~ msgstr "División Inválida: "
#~ msgid "Remove Split"
#~ msgstr "Quitar División"
#~ msgid "Poly"
#~ msgstr "Poly"
#~ msgid "Splits"
#~ msgstr "Divisiones"
#~ msgid "Connect two points to make a split."
#~ msgstr "Conectar dos puntos para crear una división."
#~ msgid "Select a split to erase it."
#~ msgstr "Seleccioná una división para borrarla."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "No se indicó ningún nombre" #~ msgstr "No se indicó ningún nombre"

View File

@ -2477,6 +2477,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5000,27 +5004,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5048,11 +5048,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5088,11 +5088,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2576,6 +2576,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "مسیر نامعتبر."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5194,32 +5199,28 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "ساختن راهنمای افقی"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "برداشتن متغیر"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "پیش از این وجود داشته است" msgstr "ویرایش سیگنال"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "افزودن نقطه" msgstr "برداشتن نقش"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "مسیر نامعتبر."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "برداشتن نقطه"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5248,12 +5249,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "برداشتن نقطه"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "ویرایش سیگنال"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5289,13 +5292,14 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "نخست، یک تنظیم را انتخاب کنید!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9711,6 +9715,26 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "پیش از این وجود داشته است"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "افزودن نقطه"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "مسیر نامعتبر."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "برداشتن نقطه"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "نخست، یک تنظیم را انتخاب کنید!"
#, fuzzy #, fuzzy
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "افزودن گره" #~ msgstr "افزودن گره"

View File

@ -2577,6 +2577,11 @@ msgstr "[Tyhjä]"
msgid "Assign..." msgid "Assign..."
msgstr "Aseta..." msgstr "Aseta..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Virheellinen polku"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5161,28 +5166,28 @@ msgid "Create Polygon & UV"
msgstr "Luo polygoni ja UV" msgstr "Luo polygoni ja UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Jaa piste itsellään." msgid "Create Internal Vertex"
msgstr "Luo uusi vaakasuora apuviiva"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Jako ei voi muodostaa olemassa olevaa reunaa." msgid "Remove Internal Vertex"
msgstr "Poista tulo-ohjaimen piste"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Jako on jo olemassa." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Lisää jako" msgid "Add Custom Polygon"
msgstr "Muokkaa polygonia"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Virheellinen jako: " msgid "Remove Custom Polygon"
msgstr "Poista törmäyspolygoni"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Poista jako"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5209,12 +5214,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Polygoni" msgid "Points"
msgstr "Piste"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Jaot" msgid "Polygons"
msgstr "Polygoni->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5249,12 +5256,14 @@ msgid "Scale Polygon"
msgstr "Skaalaa polygonia" msgstr "Skaalaa polygonia"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Yhdistä kaksi pistettä luodaksesi jaon." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Valitse jako poistaaksesi sen." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9586,6 +9595,36 @@ msgstr "Sijoitus uniformille."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Varying tyypin voi sijoittaa vain vertex-funktiossa." msgstr "Varying tyypin voi sijoittaa vain vertex-funktiossa."
#~ msgid "Split point with itself."
#~ msgstr "Jaa piste itsellään."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Jako ei voi muodostaa olemassa olevaa reunaa."
#~ msgid "Split already exists."
#~ msgstr "Jako on jo olemassa."
#~ msgid "Add Split"
#~ msgstr "Lisää jako"
#~ msgid "Invalid Split: "
#~ msgstr "Virheellinen jako: "
#~ msgid "Remove Split"
#~ msgstr "Poista jako"
#~ msgid "Poly"
#~ msgstr "Polygoni"
#~ msgid "Splits"
#~ msgstr "Jaot"
#~ msgid "Connect two points to make a split."
#~ msgstr "Yhdistä kaksi pistettä luodaksesi jaon."
#~ msgid "Select a split to erase it."
#~ msgstr "Valitse jako poistaaksesi sen."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nimeä ei annettu" #~ msgstr "Nimeä ei annettu"

View File

@ -2656,6 +2656,10 @@ msgstr "[Vide]"
msgid "Assign..." msgid "Assign..."
msgstr "Assigner..." msgstr "Assigner..."
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr "RID invalide"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5259,28 +5263,24 @@ msgid "Create Polygon & UV"
msgstr "Créer un polygone & UV" msgstr "Créer un polygone & UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "Point de séparation avec lui-même." msgstr "Créer un vertex interne"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "Le fractionnement ne peut pas former une arête existante." msgstr "Supprimer un vertex interne"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Le fractionnement existe déjà." msgstr "Polygone invalide (3 vertex différents sont nécessaires)"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "Ajouter un fractionnement" msgstr "Ajouter un polygone personnalisé"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "Fractionnement invalide : " msgstr "Supprimer un polygone personnalisé"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Supprimer le fractionnement"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5307,12 +5307,12 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "Polygone" msgstr "Points"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "Fractionnements" msgstr "Polygones"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5347,12 +5347,17 @@ msgid "Scale Polygon"
msgstr "Mettre à l'échelle le polygone" msgstr "Mettre à l'échelle le polygone"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Relier deux points pour faire un fractionnement." msgstr ""
"Créer un polygon personnalisé. Active le rendu des polygones personnalisés."
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Sélectionnez un fractionnement à effacer." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
"Supprimer un polygone personnalisé. S'il n'en reste aucun, le rendu des "
"polygones personnalisés est désactivé."
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -6916,7 +6921,7 @@ msgstr "TileSet"
#: editor/plugins/visual_shader_editor_plugin.cpp #: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Vertex" msgid "Vertex"
msgstr "Sommet" msgstr "Vertex"
#: editor/plugins/visual_shader_editor_plugin.cpp #: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Fragment" msgid "Fragment"
@ -9714,3 +9719,33 @@ msgstr "Affectation à l'uniforme."
#: servers/visual/shader_language.cpp #: servers/visual/shader_language.cpp
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Les variations ne peuvent être affectées que dans la fonction vertex." msgstr "Les variations ne peuvent être affectées que dans la fonction vertex."
#~ msgid "Split point with itself."
#~ msgstr "Point de séparation avec lui-même."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Le fractionnement ne peut pas former une arête existante."
#~ msgid "Split already exists."
#~ msgstr "Le fractionnement existe déjà."
#~ msgid "Add Split"
#~ msgstr "Ajouter un fractionnement"
#~ msgid "Invalid Split: "
#~ msgstr "Fractionnement invalide : "
#~ msgid "Remove Split"
#~ msgstr "Supprimer le fractionnement"
#~ msgid "Poly"
#~ msgstr "Polygone"
#~ msgid "Splits"
#~ msgstr "Fractionnements"
#~ msgid "Connect two points to make a split."
#~ msgstr "Relier deux points pour faire un fractionnement."
#~ msgid "Select a split to erase it."
#~ msgstr "Sélectionnez un fractionnement à effacer."

View File

@ -2563,6 +2563,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "שם שגוי."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5164,31 +5169,26 @@ msgid "Create Polygon & UV"
msgstr "יצירת מצולע" msgstr "יצירת מצולע"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "הפעולה %s כבר קיימת!" msgstr "עריכת מצולע"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "נתיב שגוי." msgstr "הסרת מצולע ונקודה"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "הסרת תבנית"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5218,13 +5218,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "עריכת מצולע" msgstr "הזזת נקודה"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "פיצול נתיב" msgstr "עריכת מצולע"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5260,13 +5260,14 @@ msgid "Scale Polygon"
msgstr "שינוי קנה מידה של מצולע" msgstr "שינוי קנה מידה של מצולע"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "יש לבחור פריט הגדרה קודם כל!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9528,6 +9529,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "הפעולה %s כבר קיימת!"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "נתיב שגוי."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "הסרת תבנית"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "עריכת מצולע"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "פיצול נתיב"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "יש לבחור פריט הגדרה קודם כל!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "לא צוין שם" #~ msgstr "לא צוין שם"

View File

@ -2546,6 +2546,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "गलत फॉण्ट का आकार |"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5097,30 +5102,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr "गलत फॉण्ट का आकार |" msgstr "सदस्यता बनाएं"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "मिटाना" msgstr "सदस्यता बनाएं"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5148,12 +5149,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "सदस्यता बनाएं"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5188,11 +5190,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9377,6 +9381,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "मिटाना"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "छोटा करो" #~ msgstr "छोटा करो"

View File

@ -2484,6 +2484,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5007,27 +5011,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5055,11 +5055,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5095,11 +5095,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2652,6 +2652,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Érvénytelen név."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5300,32 +5305,28 @@ msgid "Create Polygon & UV"
msgstr "Sokszög Létrehozása" msgstr "Sokszög Létrehozása"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Új vízszintes vezetővonal létrehozása"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Be-Vezérlő Pont Eltávolítása"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Már létezik '%s' AutoLoad!" msgstr "Sokszög Szerkesztése"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Pont hozzáadása" msgstr "Sokszög és Pont Eltávolítása"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Érvénytelen Elérési Út."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Pont eltávolítása"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5355,13 +5356,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Sokszög Szerkesztése" msgstr "Pont Mozgatása"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Útvonal Felosztása" msgstr "Sokszög -> UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5398,11 +5399,13 @@ msgid "Scale Polygon"
msgstr "Sokszög Skálázása" msgstr "Sokszög Skálázása"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9682,6 +9685,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Már létezik '%s' AutoLoad!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Pont hozzáadása"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Érvénytelen Elérési Út."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Pont eltávolítása"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Sokszög Szerkesztése"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Útvonal Felosztása"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nincs név megadva" #~ msgstr "Nincs név megadva"

View File

@ -2635,6 +2635,11 @@ msgstr "[Kosong]"
msgid "Assign..." msgid "Assign..."
msgstr "Terapkan.." msgstr "Terapkan.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Path Tidak Sah."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
#, fuzzy #, fuzzy
msgid "" msgid ""
@ -5320,32 +5325,28 @@ msgid "Create Polygon & UV"
msgstr "Buat Bidang" msgstr "Buat Bidang"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Buat Subskribsi"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Hapus item"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Autoload '%s' telah ada!" msgstr "Sunting Bidang"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Tambahkan Sinyal" msgstr "Hapus Bidang dan Titik"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Path Tidak Sah."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Hapus Sinyal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5376,12 +5377,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Sunting Bidang" msgstr "Titik"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Sunting Bidang"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5417,13 +5419,14 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Pilih Berkas untuk Dipindai" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9897,6 +9900,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Autoload '%s' telah ada!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Tambahkan Sinyal"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Path Tidak Sah."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Hapus Sinyal"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Sunting Bidang"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Pilih Berkas untuk Dipindai"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nama masih kosong" #~ msgstr "Nama masih kosong"

View File

@ -2507,6 +2507,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5036,29 +5040,25 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: "
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Add Custom Polygon"
msgstr "Fjarlægja val" msgstr "Breyta Viðbót"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5085,12 +5085,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Breyta Viðbót"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5125,11 +5126,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9289,6 +9292,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Fjarlægja val"
#, fuzzy #, fuzzy
#~ msgid "Disabled" #~ msgid "Disabled"
#~ msgstr "Óvirkt" #~ msgstr "Óvirkt"

View File

@ -2679,6 +2679,11 @@ msgstr "Aggiungi vuoto"
msgid "Assign..." msgid "Assign..."
msgstr "Assegna" msgstr "Assegna"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Percorso Invalido"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5349,32 +5354,28 @@ msgid "Create Polygon & UV"
msgstr "Crea Poly" msgstr "Crea Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Crea nuova guida orizzontale"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Rimuovi Punto In-Control"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "L'Azione '%s' esiste già!" msgstr "Modifica Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Aggiungi punto" msgstr "Rimuovi Poligono e Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Percorso Invalido!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Rimuovi punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5404,13 +5405,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Modifica Poly" msgstr "Sposta Punto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Dividi Percorso" msgstr "Poligono->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5447,13 +5448,14 @@ msgid "Scale Polygon"
msgstr "Scala Poligono" msgstr "Scala Poligono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Prima seleziona un oggetto di impostazione!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -10013,6 +10015,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "L'Azione '%s' esiste già!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Aggiungi punto"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Percorso Invalido!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Rimuovi punto"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Modifica Poly"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Dividi Percorso"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Prima seleziona un oggetto di impostazione!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nessun nome fornito" #~ msgstr "Nessun nome fornito"

View File

@ -2591,6 +2591,11 @@ msgstr "[空]"
msgid "Assign..." msgid "Assign..."
msgstr "アサイン.." msgstr "アサイン.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "無効なパス"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5228,31 +5233,28 @@ msgid "Create Polygon & UV"
msgstr "ポリゴンとUVを生成" msgstr "ポリゴンとUVを生成"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "水平ガイドを作成"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "曲線のIn-ハンドルを除去"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "アクション'%s'は既にあります!" msgstr "ポリゴンを編集"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "分割を追加"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "無効なフォント サイズです。" msgstr "ポリゴンと点を除去"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "選択しているポイント=点を削除"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5281,13 +5283,13 @@ msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "ポリゴンを編集" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "パスを分割" msgstr "ポリゴン->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5326,13 +5328,14 @@ msgid "Scale Polygon"
msgstr "ポリゴンの縮尺を変更" msgstr "ポリゴンの縮尺を変更"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "設定項目を設定してください!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9876,6 +9879,33 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "アクション'%s'は既にあります!"
#~ msgid "Add Split"
#~ msgstr "分割を追加"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "無効なフォント サイズです。"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "選択しているポイント=点を削除"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "ポリゴンを編集"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "パスを分割"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "設定項目を設定してください!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "名前が付いていません" #~ msgstr "名前が付いていません"

View File

@ -2533,6 +2533,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "არასწორი ფონტის ზომა."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5082,30 +5087,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr "არასწორი ფონტის ზომა." msgstr "შექმნა"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "მონიშვნის მოშორება" msgstr "შექმნა"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5133,12 +5134,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "შექმნა"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5173,11 +5175,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9365,6 +9369,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "მონიშვნის მოშორება"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "ზუმის დაპატარავება" #~ msgstr "ზუმის დაპატარავება"

View File

@ -2577,6 +2577,11 @@ msgstr "[비어있음]"
msgid "Assign..." msgid "Assign..."
msgstr "지정하기..." msgstr "지정하기..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "유효하지 않은 경로"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5141,28 +5146,28 @@ msgid "Create Polygon & UV"
msgstr "폴리곤 & UV 만들기" msgstr "폴리곤 & UV 만들기"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "자체적으로 포인트 분할." msgid "Create Internal Vertex"
msgstr "새로운 가로 가이드 만들기"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "분할은 존재하는 모서리를 형성할 수 없습니다." msgid "Remove Internal Vertex"
msgstr "인-컨트롤 포인트 삭제"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "이미 분할되었습니다." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "분할 추가" msgid "Add Custom Polygon"
msgstr "폴리곤 편집"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "유효하지 않은 분할: " msgid "Remove Custom Polygon"
msgstr "충돌 폴리곤 삭제"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "분할 삭제"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5189,12 +5194,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "폴리" msgid "Points"
msgstr "포인트"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "분할" msgid "Polygons"
msgstr "폴리곤->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5229,12 +5236,14 @@ msgid "Scale Polygon"
msgstr "폴리곤 크기 조절" msgstr "폴리곤 크기 조절"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "두 포인트를 연결하여 나누기." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "지우기 위한 분할 위치를 선택하기." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9542,6 +9551,36 @@ msgstr "균일하게 배치함."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Varyings는 오직 버텍스 함수에서만 지정할 수 있습니다." msgstr "Varyings는 오직 버텍스 함수에서만 지정할 수 있습니다."
#~ msgid "Split point with itself."
#~ msgstr "자체적으로 포인트 분할."
#~ msgid "Split can't form an existing edge."
#~ msgstr "분할은 존재하는 모서리를 형성할 수 없습니다."
#~ msgid "Split already exists."
#~ msgstr "이미 분할되었습니다."
#~ msgid "Add Split"
#~ msgstr "분할 추가"
#~ msgid "Invalid Split: "
#~ msgstr "유효하지 않은 분할: "
#~ msgid "Remove Split"
#~ msgstr "분할 삭제"
#~ msgid "Poly"
#~ msgstr "폴리"
#~ msgid "Splits"
#~ msgstr "분할"
#~ msgid "Connect two points to make a split."
#~ msgstr "두 포인트를 연결하여 나누기."
#~ msgid "Select a split to erase it."
#~ msgstr "지우기 위한 분할 위치를 선택하기."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "이름이 지정되지 않음" #~ msgstr "이름이 지정되지 않음"

View File

@ -2522,6 +2522,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Netinkamas šrifto dydis."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5086,30 +5091,26 @@ msgid "Create Polygon & UV"
msgstr "Keisti Poligono Skalę" msgstr "Keisti Poligono Skalę"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr "Netinkamas šrifto dydis." msgstr "Priedai"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "Panaikinti pasirinkimą" msgstr "Keisti Poligono Skalę"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5138,12 +5139,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Priedai"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5178,11 +5180,13 @@ msgid "Scale Polygon"
msgstr "Keisti Poligono Skalę" msgstr "Keisti Poligono Skalę"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9388,6 +9392,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Panaikinti pasirinkimą"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "Nutolinti" #~ msgstr "Nutolinti"

View File

@ -2523,6 +2523,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Nederīgs nosaukums."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5067,30 +5072,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr "Nederīgs fonta izmērs." msgstr "Izveidot"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "Noņemt Izvēlēto" msgstr "Izveidot"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5118,12 +5119,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Izveidot"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5158,11 +5160,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9349,6 +9353,14 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Nederīgs fonta izmērs."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Noņemt Izvēlēto"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "Attālināt" #~ msgstr "Attālināt"

View File

@ -2485,6 +2485,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5008,27 +5012,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5056,11 +5056,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5096,11 +5096,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2494,6 +2494,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5019,27 +5023,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5067,11 +5067,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5107,11 +5107,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2660,6 +2660,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr ": Ugyldige argumenter: "
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5348,32 +5353,28 @@ msgid "Create Polygon & UV"
msgstr "Lag Poly" msgstr "Lag Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Lag ny horisontal veileder"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Fjern vertikal veileder"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Eksisterer allerede" msgstr "Rediger Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Legg til punkt" msgstr "Fjern Poly Og Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr ": Ugyldige argumenter: "
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Fjern punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5403,13 +5404,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Rediger Poly" msgstr "Flytt Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Splitt Sti" msgstr "Rediger Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5446,13 +5447,14 @@ msgid "Scale Polygon"
msgstr "Skaler Polygon" msgstr "Skaler Polygon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Velg en Mappe å Skanne" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9791,6 +9793,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Eksisterer allerede"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Legg til punkt"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr ": Ugyldige argumenter: "
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Fjern punkt"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Rediger Poly"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Splitt Sti"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Velg en Mappe å Skanne"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Ingen navn gitt" #~ msgstr "Ingen navn gitt"

View File

@ -2654,6 +2654,11 @@ msgstr "[Leeg]"
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ongeldig Path"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5319,32 +5324,28 @@ msgid "Create Polygon & UV"
msgstr "Creëer Poly" msgstr "Creëer Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Maak nieuwe horizontale gids"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Verwijder In-Controle Punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Bestaat al" msgstr "Bewerk Poly"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Punt toevoegen" msgstr "Verwijder Poly en punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Ongeldig Pad."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Punt verwijderen"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5374,13 +5375,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Bewerk Poly" msgstr "Beweeg Punt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Splits Pad" msgstr "Polygon->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5417,13 +5418,14 @@ msgid "Scale Polygon"
msgstr "Schaal Polygon" msgstr "Schaal Polygon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Selecteer een map om te scannen" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9853,6 +9855,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Bestaat al"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Punt toevoegen"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Ongeldig Pad."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Punt verwijderen"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Bewerk Poly"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Splits Pad"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Selecteer een map om te scannen"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Geen naam opgegeven" #~ msgstr "Geen naam opgegeven"

View File

@ -2600,6 +2600,11 @@ msgstr "[Pusty]"
msgid "Assign..." msgid "Assign..."
msgstr "Przypisz..." msgstr "Przypisz..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Nieprawidłowa ścieżka"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5200,28 +5205,28 @@ msgid "Create Polygon & UV"
msgstr "Utwórz wielokąt i UV" msgstr "Utwórz wielokąt i UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Podziel punkt ze sobą." msgid "Create Internal Vertex"
msgstr "Utwórz nową prowadnicę poziomą"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Podział nie może uformować istniejącej krawędzi." msgid "Remove Internal Vertex"
msgstr "Usuń punkt ścieżki"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Podział już istnieje." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Dodaj podział" msgid "Add Custom Polygon"
msgstr "Edytuj wielokąt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Niepoprawny podział: " msgid "Remove Custom Polygon"
msgstr "Usuń wielokąt i punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Usuń podział"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5251,12 +5256,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Wielokąt" msgid "Points"
msgstr "Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Podziały" msgid "Polygons"
msgstr "Wielokąt->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5291,14 +5298,14 @@ msgid "Scale Polygon"
msgstr "Skaluj Wielokąt" msgstr "Skaluj Wielokąt"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid "Create a custom polygon. Enables custom polygon rendering."
msgid "Connect two points to make a split." msgstr ""
msgstr "Połącz dwa punkty, by utworzyć podział."
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Wybierz podział, by go usunąć." "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -9652,6 +9659,38 @@ msgstr "Przypisanie do uniformu."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Varying może być przypisane tylko w funkcji wierzchołków." msgstr "Varying może być przypisane tylko w funkcji wierzchołków."
#~ msgid "Split point with itself."
#~ msgstr "Podziel punkt ze sobą."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Podział nie może uformować istniejącej krawędzi."
#~ msgid "Split already exists."
#~ msgstr "Podział już istnieje."
#~ msgid "Add Split"
#~ msgstr "Dodaj podział"
#~ msgid "Invalid Split: "
#~ msgstr "Niepoprawny podział: "
#~ msgid "Remove Split"
#~ msgstr "Usuń podział"
#~ msgid "Poly"
#~ msgstr "Wielokąt"
#~ msgid "Splits"
#~ msgstr "Podziały"
#, fuzzy
#~ msgid "Connect two points to make a split."
#~ msgstr "Połącz dwa punkty, by utworzyć podział."
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Wybierz podział, by go usunąć."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nie podano nazwy" #~ msgstr "Nie podano nazwy"

View File

@ -2532,6 +2532,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr ": Evil arguments: "
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5102,31 +5107,27 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Internal Vertex"
msgstr "Add Signal" msgstr "Discharge ye' Variable"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr ": Evil arguments: " msgstr "Ye be fixin' Signal:"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "Discharge ye' Signal" msgstr "Discharge ye' Function"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5153,12 +5154,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Discharge ye' Signal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Ye be fixin' Signal:"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5194,11 +5197,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9455,6 +9460,18 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Add Signal"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr ": Evil arguments: "
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Discharge ye' Signal"
#, fuzzy #, fuzzy
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "Add Node" #~ msgstr "Add Node"

View File

@ -2623,6 +2623,11 @@ msgstr "[Vazio]"
msgid "Assign..." msgid "Assign..."
msgstr "Atribuir..." msgstr "Atribuir..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Caminho Inválido"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5231,32 +5236,28 @@ msgid "Create Polygon & UV"
msgstr "Criar Polígono" msgstr "Criar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Criar novo guia horizontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Remover Ponto de Controle de Entrada"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "A ação \"%s\" já existe!" msgstr "Editar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Adicionar ponto" msgstr "Remover Polígono e Ponto"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Caminho inválido!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Remover ponto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5285,13 +5286,13 @@ msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Editar Polígono" msgstr "Ponto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Dividir Caminho" msgstr "Polígono->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5327,13 +5328,14 @@ msgid "Scale Polygon"
msgstr "Escalonar Polígono" msgstr "Escalonar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Selecione um item de configuração primeiro!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9762,6 +9764,34 @@ msgstr "Atribuição à uniforme."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Variáveis só podem ser atribuídas na função de vértice." msgstr "Variáveis só podem ser atribuídas na função de vértice."
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "A ação \"%s\" já existe!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Adicionar ponto"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Caminho inválido!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Remover ponto"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Editar Polígono"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Dividir Caminho"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Selecione um item de configuração primeiro!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nenhum nome fornecido" #~ msgstr "Nenhum nome fornecido"

View File

@ -2597,6 +2597,11 @@ msgstr "[Vazio]"
msgid "Assign..." msgid "Assign..."
msgstr "Atribuir..." msgstr "Atribuir..."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Caminho inválido"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5171,28 +5176,28 @@ msgid "Create Polygon & UV"
msgstr "Criar Polígono & UV" msgstr "Criar Polígono & UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Separar ponto consigo próprio." msgid "Create Internal Vertex"
msgstr "Criar nova guia horizontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Separação não forma uma aresta existente." msgid "Remove Internal Vertex"
msgstr "Remover Ponto In-Control"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Separação já existe." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Adicionar Separação" msgid "Add Custom Polygon"
msgstr "Editar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Separação inválida: " msgid "Remove Custom Polygon"
msgstr "Remover Polígono de Colisão"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Remover Separação"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5219,12 +5224,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Poli" msgid "Points"
msgstr "Ponto"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Separações" msgid "Polygons"
msgstr "Polígono->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5259,12 +5266,14 @@ msgid "Scale Polygon"
msgstr "Escalar Polígono" msgstr "Escalar Polígono"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Conectar dois pontos para fazer uma divisão." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Selecionar uma separação para a apagar." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9594,6 +9603,36 @@ msgstr "Atribuição a uniforme."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Variações só podem ser atribuídas na função vértice." msgstr "Variações só podem ser atribuídas na função vértice."
#~ msgid "Split point with itself."
#~ msgstr "Separar ponto consigo próprio."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Separação não forma uma aresta existente."
#~ msgid "Split already exists."
#~ msgstr "Separação já existe."
#~ msgid "Add Split"
#~ msgstr "Adicionar Separação"
#~ msgid "Invalid Split: "
#~ msgstr "Separação inválida: "
#~ msgid "Remove Split"
#~ msgstr "Remover Separação"
#~ msgid "Poly"
#~ msgstr "Poli"
#~ msgid "Splits"
#~ msgstr "Separações"
#~ msgid "Connect two points to make a split."
#~ msgstr "Conectar dois pontos para fazer uma divisão."
#~ msgid "Select a split to erase it."
#~ msgstr "Selecionar uma separação para a apagar."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Nenhum nome foi fornecido" #~ msgstr "Nenhum nome foi fornecido"

View File

@ -2643,6 +2643,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Nume nevalid."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5288,32 +5293,28 @@ msgid "Create Polygon & UV"
msgstr "Crează Poligon" msgstr "Crează Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Creează un nou ghid orizontal"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Ștergere punct de Control-Intrare"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "AutoLoad '%s' există deja!" msgstr "Editează Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Adaugă punct" msgstr "Elimină Poligon Și Punct"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Cale nevalidă."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Elimină punct"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5343,13 +5344,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Editează Poligon" msgstr "Deplasare punct"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Divizare cale" msgstr "Poligon->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5386,11 +5387,13 @@ msgid "Scale Polygon"
msgstr "Redimensionează Poligon" msgstr "Redimensionează Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9658,6 +9661,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "AutoLoad '%s' există deja!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Adaugă punct"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Cale nevalidă."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Elimină punct"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Editează Poligon"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Divizare cale"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Niciun nume furnizat" #~ msgstr "Niciun nume furnizat"

View File

@ -2612,6 +2612,11 @@ msgstr "[Пусто]"
msgid "Assign..." msgid "Assign..."
msgstr "Назначить.." msgstr "Назначить.."
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Неверный путь"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
#, fuzzy #, fuzzy
msgid "" msgid ""
@ -5192,28 +5197,28 @@ msgid "Create Polygon & UV"
msgstr "Создать Полигон и UV" msgstr "Создать Полигон и UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Точка разделения." msgid "Create Internal Vertex"
msgstr "Создать новую горизонтальную направляющую"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Нельзя отделить от существующего края." msgid "Remove Internal Vertex"
msgstr "Удалить входную контрольную точку"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Разрез уже существует." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Добавить разрез" msgid "Add Custom Polygon"
msgstr "Редактировать полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Недопустимое Разбиение: " msgid "Remove Custom Polygon"
msgstr "Удалить Полигон и Точку"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Удалить разрез"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5241,12 +5246,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Полигон" msgid "Points"
msgstr "Точка"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Разделение" msgid "Polygons"
msgstr "Полигон -> UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5281,12 +5288,14 @@ msgid "Scale Polygon"
msgstr "Масштабировать полигон" msgstr "Масштабировать полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "Соединить две точки, чтобы создать разделение." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Выберите разделение, чтобы стереть его." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9658,6 +9667,36 @@ msgstr "Назначить форму"
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Переменные могут быть назначены только в функции вершин." msgstr "Переменные могут быть назначены только в функции вершин."
#~ msgid "Split point with itself."
#~ msgstr "Точка разделения."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Нельзя отделить от существующего края."
#~ msgid "Split already exists."
#~ msgstr "Разрез уже существует."
#~ msgid "Add Split"
#~ msgstr "Добавить разрез"
#~ msgid "Invalid Split: "
#~ msgstr "Недопустимое Разбиение: "
#~ msgid "Remove Split"
#~ msgstr "Удалить разрез"
#~ msgid "Poly"
#~ msgstr "Полигон"
#~ msgid "Splits"
#~ msgstr "Разделение"
#~ msgid "Connect two points to make a split."
#~ msgstr "Соединить две точки, чтобы создать разделение."
#~ msgid "Select a split to erase it."
#~ msgstr "Выберите разделение, чтобы стереть его."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Не указано имя" #~ msgstr "Не указано имя"

View File

@ -2489,6 +2489,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5012,27 +5016,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5060,11 +5060,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5100,11 +5100,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2533,6 +2533,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Nesprávna veľkosť písma."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5106,30 +5111,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgid "Create Internal Vertex"
msgstr "Popis:"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "Signály:" msgstr "Signály:"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "Nesprávna veľkosť písma."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Všetky vybrané" msgstr "Všetky vybrané"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5159,12 +5160,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Všetky vybrané"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Signály:"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5200,11 +5203,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9446,6 +9451,14 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Signály:"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Všetky vybrané"
#, fuzzy #, fuzzy
#~ msgid "New TextFile" #~ msgid "New TextFile"
#~ msgstr "Súbor:" #~ msgstr "Súbor:"

View File

@ -2629,6 +2629,11 @@ msgstr "[Prazen]"
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Neveljavna Pot"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5265,32 +5270,28 @@ msgid "Create Polygon & UV"
msgstr "Ustvarite Poligon" msgstr "Ustvarite Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Ustvari nov vodoravni vodnik"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Odstranite navpični vodnik"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "SamodejnoNalaganje '%s' že obstaja!" msgstr "Uredi Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Dodaj točko" msgstr "Odstrani Poligon in Točko"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Neveljavna Pot"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Odstrani točko"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5320,12 +5321,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Uredi Poligon" msgstr "Odstrani točko"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Uredi Poligon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5361,13 +5363,14 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Izberite Mapo za Skeniranje" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9658,6 +9661,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "SamodejnoNalaganje '%s' že obstaja!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Dodaj točko"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Neveljavna Pot"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Odstrani točko"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Uredi Poligon"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Izberite Mapo za Skeniranje"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Ime ni na voljo" #~ msgstr "Ime ni na voljo"

View File

@ -2484,6 +2484,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5007,27 +5011,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5055,11 +5055,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5095,11 +5095,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2645,6 +2645,11 @@ msgstr "Додај празан"
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Неважеће име."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5297,32 +5302,28 @@ msgid "Create Polygon & UV"
msgstr "Направи полигон" msgstr "Направи полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Направи нови хоризонтални водич"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Обриши тачку контроле улаза"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Аутоматско учитавање '%s' већ постоји!" msgstr "Измени полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Додај тачку" msgstr "Обриши полигон и тачку"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Неважећи пут."
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Обриши тачку"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5352,13 +5353,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Измени полигон" msgstr "Помери тачку"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Раздели пут" msgstr "Полигон->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5395,11 +5396,13 @@ msgid "Scale Polygon"
msgstr "Скалирај полигон" msgstr "Скалирај полигон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9736,6 +9739,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Аутоматско учитавање '%s' већ постоји!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Додај тачку"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Неважећи пут."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Обриши тачку"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Измени полигон"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Раздели пут"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Име није дато" #~ msgstr "Име није дато"

View File

@ -2499,6 +2499,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5032,29 +5036,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: "
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Add Custom Polygon"
msgstr "Obriši Selekciju" msgstr "Napravi"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Custom Polygon"
msgstr "Napravi"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5082,12 +5083,13 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Napravi"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5122,11 +5124,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9293,6 +9297,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Obriši Selekciju"
#~ msgid "Disabled" #~ msgid "Disabled"
#~ msgstr "Onemogućeno" #~ msgstr "Onemogućeno"

View File

@ -2856,6 +2856,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "Tilldela" msgstr "Tilldela"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Ogiltig Sökväg"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5551,32 +5556,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Autoload '%s' finns redan!" msgstr "Redigera Polygon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Lägg till Signal" msgstr "Ta bort Polygon och Punkt"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Ogiltig Sökväg"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Ta Bort Mall"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5605,12 +5604,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Redigera Polygon" msgstr "Flytta Ner"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Redigera Polygon"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5646,13 +5646,14 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Välj en mapp att skanna" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -10160,6 +10161,30 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Autoload '%s' finns redan!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Lägg till Signal"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Ogiltig Sökväg"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Ta Bort Mall"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Redigera Polygon"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Välj en mapp att skanna"
#, fuzzy #, fuzzy
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "Lägg Till Node" #~ msgstr "Lägg Till Node"

View File

@ -2495,6 +2495,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5022,27 +5026,23 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" msgid "Add Custom Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5070,11 +5070,11 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" msgid "Points"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" msgid "Polygons"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5110,11 +5110,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp

View File

@ -2605,6 +2605,11 @@ msgstr "[ว่างเปล่า]"
msgid "Assign..." msgid "Assign..."
msgstr "ระบุ" msgstr "ระบุ"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "ตำแหน่งผิดพลาด"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5242,32 +5247,28 @@ msgid "Create Polygon & UV"
msgstr "สร้างรูปหลายเหลี่ยม" msgstr "สร้างรูปหลายเหลี่ยม"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "สร้างเส้นนำแนวนอน"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "ลบจุดควบคุมขาเข้า"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "มีการกระทำ '%s' อยู่แล้ว!" msgstr "แก้ไขรูปหลายเหลี่ยม"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "เพิ่มจุด" msgstr "ลบรูปหลายเหลี่ยมและจุด"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "ตำแหน่งที่อยู่ไม่ถูกต้อง!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "ลบจุด"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5297,13 +5298,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "แก้ไขรูปหลายเหลี่ยม" msgstr "ย้ายจุด"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "ตัดเส้น" msgstr "รูปหลายเหลี่ยม->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5340,13 +5341,14 @@ msgid "Scale Polygon"
msgstr "ปรับขนาดรูปหลายเหลี่ยม" msgstr "ปรับขนาดรูปหลายเหลี่ยม"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "กรุณาเลือกตัวเลือกก่อน!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9723,6 +9725,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "มีการกระทำ '%s' อยู่แล้ว!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "เพิ่มจุด"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "ตำแหน่งที่อยู่ไม่ถูกต้อง!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "ลบจุด"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "แก้ไขรูปหลายเหลี่ยม"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "ตัดเส้น"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "กรุณาเลือกตัวเลือกก่อน!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "ไม่ได้ระบุชื่อ" #~ msgstr "ไม่ได้ระบุชื่อ"

View File

@ -2656,6 +2656,11 @@ msgstr "[Boş]"
msgid "Assign..." msgid "Assign..."
msgstr "Ata" msgstr "Ata"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Geçersiz Yol"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5305,32 +5310,28 @@ msgid "Create Polygon & UV"
msgstr "Çoklu Oluşturun" msgstr "Çoklu Oluşturun"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "" msgid "Create Internal Vertex"
msgstr "Yeni yatay kılavuz oluştur"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgid "Remove Internal Vertex"
msgstr "Giriş-Kontrol Noktasını Kaldır"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "İşlem '%s' zaten var!" msgstr "Çokluyu Düzenleyin"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "Nokta Ekle" msgstr "Çokluyu ve Noktayı Kaldır"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "Geçersiz yol!"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "Noktayı kaldır"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5360,13 +5361,13 @@ msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Poly" msgid "Points"
msgstr "Çokluyu Düzenleyin" msgstr "Noktayı Taşı"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Splits" msgid "Polygons"
msgstr "Yolu Ayır" msgstr "Çokgen->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
@ -5403,13 +5404,14 @@ msgid "Scale Polygon"
msgstr "Çokgeni Ölçekle" msgstr "Çokgeni Ölçekle"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Önce bir ayar öğesi seçin!" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9859,6 +9861,34 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "İşlem '%s' zaten var!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "Nokta Ekle"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Geçersiz yol!"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Noktayı kaldır"
#, fuzzy
#~ msgid "Poly"
#~ msgstr "Çokluyu Düzenleyin"
#, fuzzy
#~ msgid "Splits"
#~ msgstr "Yolu Ayır"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Önce bir ayar öğesi seçin!"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "İsim sağlanmadı" #~ msgstr "İsim sağlanmadı"

View File

@ -2594,6 +2594,11 @@ msgstr "[Порожньо]"
msgid "Assign..." msgid "Assign..."
msgstr "Призначити…" msgstr "Призначити…"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Неправильний шлях"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5181,28 +5186,28 @@ msgid "Create Polygon & UV"
msgstr "Створити полігон і UV" msgstr "Створити полігон і UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "Розділити точку." msgid "Create Internal Vertex"
msgstr "Створити нову горизонтальну напрямну"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "Поділ не може створювати наявного ребра." msgid "Remove Internal Vertex"
msgstr "Вилучити вхідну керувальну точку"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "Поділ вже існує." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "Додати поділ" msgid "Add Custom Polygon"
msgstr "Редагувати полігон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "Некоректний поділ: " msgid "Remove Custom Polygon"
msgstr "Вилучити полігон зіткнення"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "Вилучити поділ"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5229,12 +5234,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "Полігон" msgid "Points"
msgstr "Точка"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "Дроблення" msgid "Polygons"
msgstr "Полігон -> UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5269,12 +5276,14 @@ msgid "Scale Polygon"
msgstr "Масштабувати полігон" msgstr "Масштабувати полігон"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "З'єднайте дві точки для створення розрізу." msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "Виберіть поділ для його витирання." "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9614,6 +9623,36 @@ msgstr "Призначення однорідного."
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "Змінні величини можна пов'язувати лише із функцією вузлів." msgstr "Змінні величини можна пов'язувати лише із функцією вузлів."
#~ msgid "Split point with itself."
#~ msgstr "Розділити точку."
#~ msgid "Split can't form an existing edge."
#~ msgstr "Поділ не може створювати наявного ребра."
#~ msgid "Split already exists."
#~ msgstr "Поділ вже існує."
#~ msgid "Add Split"
#~ msgstr "Додати поділ"
#~ msgid "Invalid Split: "
#~ msgstr "Некоректний поділ: "
#~ msgid "Remove Split"
#~ msgstr "Вилучити поділ"
#~ msgid "Poly"
#~ msgstr "Полігон"
#~ msgid "Splits"
#~ msgstr "Дроблення"
#~ msgid "Connect two points to make a split."
#~ msgstr "З'єднайте дві точки для створення розрізу."
#~ msgid "Select a split to erase it."
#~ msgstr "Виберіть поділ для його витирання."
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "Ім'я не вказано" #~ msgstr "Ім'я не вказано"

View File

@ -2514,6 +2514,10 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
msgid "Invalid RID"
msgstr ""
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5072,28 +5076,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgid "Create Internal Vertex"
msgstr "سب سکریپشن بنائیں"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: "
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Add Custom Polygon"
msgstr "سب سکریپشن بنائیں"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Custom Polygon"
msgstr ".تمام کا انتخاب" msgstr ".تمام کا انتخاب"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5122,12 +5124,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr ".تمام کا انتخاب"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "سب سکریپشن بنائیں"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5163,11 +5167,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9376,6 +9382,10 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr ".تمام کا انتخاب"
#, fuzzy #, fuzzy
#~ msgid "Set pivot at mouse position" #~ msgid "Set pivot at mouse position"
#~ msgstr ".تمام کا انتخاب" #~ msgstr ".تمام کا انتخاب"

View File

@ -2555,6 +2555,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "Đường dẫn sai."
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5135,30 +5140,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Add Custom Polygon"
msgstr "Kích thước font không hợp lệ." msgstr "Tạo"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Remove Split" msgid "Remove Custom Polygon"
msgstr "Bỏ lựa chọn" msgstr "Xóa Animation"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5186,12 +5187,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "Di chuyển đến..."
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "Tạo"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5227,13 +5230,14 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy msgid ""
msgid "Select a split to erase it." "Remove a custom polygon. If none remain, custom polygon rendering is "
msgstr "Chọn một Folder để Quét" "disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9446,6 +9450,18 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "Kích thước font không hợp lệ."
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "Bỏ lựa chọn"
#, fuzzy
#~ msgid "Select a split to erase it."
#~ msgstr "Chọn một Folder để Quét"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "Thu nhỏ" #~ msgstr "Thu nhỏ"

View File

@ -2563,6 +2563,11 @@ msgstr "[空]"
msgid "Assign..." msgid "Assign..."
msgstr "分配…。" msgstr "分配…。"
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "路径非法"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
#, fuzzy #, fuzzy
msgid "" msgid ""
@ -5111,28 +5116,28 @@ msgid "Create Polygon & UV"
msgstr "创建多边形和 UV" msgstr "创建多边形和 UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgstr "拆分点本身。" msgid "Create Internal Vertex"
msgstr "创建水平标尺"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." #, fuzzy
msgstr "不能从已存在的边上拆分。" msgid "Remove Internal Vertex"
msgstr "移除曲线内控制点"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split already exists." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "拆分已存在。" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split" #, fuzzy
msgstr "添加分裂" msgid "Add Custom Polygon"
msgstr "编辑多边形"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Split: " #, fuzzy
msgstr "无效拆分: " msgid "Remove Custom Polygon"
msgstr "移除多边形及顶点"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Split"
msgstr "移除拆分"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Transform UV Map" msgid "Transform UV Map"
@ -5159,12 +5164,14 @@ msgid "UV"
msgstr "UV" msgstr "UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "多边形" msgid "Points"
msgstr "点"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "拆分" msgid "Polygons"
msgstr "多边形->UV"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5199,12 +5206,14 @@ msgid "Scale Polygon"
msgstr "缩放多边形" msgstr "缩放多边形"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "连接两个点以进行分割。" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
msgstr "选择一个拆分以擦除它。" "Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Paint weights with specified intensity." msgid "Paint weights with specified intensity."
@ -9462,6 +9471,36 @@ msgstr "对uniform的赋值。"
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "变量只能在顶点函数中指定。" msgstr "变量只能在顶点函数中指定。"
#~ msgid "Split point with itself."
#~ msgstr "拆分点本身。"
#~ msgid "Split can't form an existing edge."
#~ msgstr "不能从已存在的边上拆分。"
#~ msgid "Split already exists."
#~ msgstr "拆分已存在。"
#~ msgid "Add Split"
#~ msgstr "添加分裂"
#~ msgid "Invalid Split: "
#~ msgstr "无效拆分: "
#~ msgid "Remove Split"
#~ msgstr "移除拆分"
#~ msgid "Poly"
#~ msgstr "多边形"
#~ msgid "Splits"
#~ msgstr "拆分"
#~ msgid "Connect two points to make a split."
#~ msgstr "连接两个点以进行分割。"
#~ msgid "Select a split to erase it."
#~ msgstr "选择一个拆分以擦除它。"
#~ msgid "No name provided" #~ msgid "No name provided"
#~ msgstr "未提供名称" #~ msgstr "未提供名称"

View File

@ -2673,6 +2673,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "有效的路徑"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5330,31 +5335,26 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." #, fuzzy
msgid "Create Internal Vertex"
msgstr "新增"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Remove Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "AutoLoad '%s'已存在!" msgstr "插件"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Add Split" msgid "Remove Custom Polygon"
msgstr "新增訊號"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Invalid Split: "
msgstr "有效的路徑"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "只限選中" msgstr "只限選中"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5384,12 +5384,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "下移"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "插件"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5425,11 +5427,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9789,6 +9793,22 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "AutoLoad '%s'已存在!"
#, fuzzy
#~ msgid "Add Split"
#~ msgstr "新增訊號"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "有效的路徑"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "只限選中"
#, fuzzy #, fuzzy
#~ msgid "Add Node.." #~ msgid "Add Node.."
#~ msgstr "新增節點" #~ msgstr "新增節點"

View File

@ -2598,6 +2598,11 @@ msgstr ""
msgid "Assign..." msgid "Assign..."
msgstr "" msgstr ""
#: editor/editor_properties.cpp
#, fuzzy
msgid "Invalid RID"
msgstr "無效的路徑"
#: editor/editor_properties.cpp #: editor/editor_properties.cpp
msgid "" msgid ""
"The selected resource (%s) does not match any type expected for this " "The selected resource (%s) does not match any type expected for this "
@ -5215,30 +5220,25 @@ msgid "Create Polygon & UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split point with itself." msgid "Create Internal Vertex"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Split can't form an existing edge." msgid "Remove Internal Vertex"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Invalid Polygon (need 3 different vertices)"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Split already exists." msgid "Add Custom Polygon"
msgstr "Autoload「%s」已經存在!" msgstr "新增資料夾"
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Add Split"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy #, fuzzy
msgid "Invalid Split: " msgid "Remove Custom Polygon"
msgstr "無效的路徑"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#, fuzzy
msgid "Remove Split"
msgstr "移除" msgstr "移除"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -5267,12 +5267,14 @@ msgid "UV"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Poly" #, fuzzy
msgstr "" msgid "Points"
msgstr "移除"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Splits" #, fuzzy
msgstr "" msgid "Polygons"
msgstr "新增資料夾"
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Bones" msgid "Bones"
@ -5308,11 +5310,13 @@ msgid "Scale Polygon"
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Connect two points to make a split." msgid "Create a custom polygon. Enables custom polygon rendering."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Select a split to erase it." msgid ""
"Remove a custom polygon. If none remain, custom polygon rendering is "
"disabled."
msgstr "" msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp
@ -9637,6 +9641,18 @@ msgstr ""
msgid "Varyings can only be assigned in vertex function." msgid "Varyings can only be assigned in vertex function."
msgstr "" msgstr ""
#, fuzzy
#~ msgid "Split already exists."
#~ msgstr "Autoload「%s」已經存在!"
#, fuzzy
#~ msgid "Invalid Split: "
#~ msgstr "無效的路徑"
#, fuzzy
#~ msgid "Remove Split"
#~ msgstr "移除"
#, fuzzy #, fuzzy
#~ msgid "Zoom out" #~ msgid "Zoom out"
#~ msgstr "縮小" #~ msgstr "縮小"