From bd7d4273f3ab1afea4ba6ffd004ce9f391235873 Mon Sep 17 00:00:00 2001 From: Kuzemko Alexsandr Date: Tue, 21 Jun 2022 17:45:25 +0300 Subject: [PATCH] Crowdin Add Material to updatets.py script and create new Material.ts --- .../Resources/translations/Material.ts | 85 +++++++++++++++++++ src/Tools/updatets.py | 1 + 2 files changed, 86 insertions(+) create mode 100644 src/Mod/Material/Resources/translations/Material.ts diff --git a/src/Mod/Material/Resources/translations/Material.ts b/src/Mod/Material/Resources/translations/Material.ts new file mode 100644 index 0000000000..3c793d6731 --- /dev/null +++ b/src/Mod/Material/Resources/translations/Material.ts @@ -0,0 +1,85 @@ + + + + + MaterialEditor + + + Material Editor + + + + + Material card + + + + + Opens the Product URL of this material in an external browser + + + + + Existing material cards + + + + + Opens an existing material card + + + + + Open... + + + + + Saves this material as a card + + + + + Save as... + + + + + Material parameter + + + + + Add / remove parameter + + + + + Add property + + + + + Delete property + + + + + Material + + + Product URL + + + + + UserDefined + + + + + Name + + + + diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 9460190a2c..930653a4d6 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -66,6 +66,7 @@ directories = [ {"tsname":"Fem", "workingdir":"./src/Mod/Fem/", "tsdir":"Gui/Resources/translations"}, {"tsname":"Image", "workingdir":"./src/Mod/Image/", "tsdir":"Gui/Resources/translations"}, {"tsname":"Inspection", "workingdir":"./src/Mod/Inspection/", "tsdir":"Gui/Resources/translations"}, + {"tsname":"Material", "workingdir":"./src/Mod/Material/", "tsdir":"Resources/translations"}, {"tsname":"Mesh", "workingdir":"./src/Mod/Mesh/", "tsdir":"Gui/Resources/translations"}, {"tsname":"MeshPart", "workingdir":"./src/Mod/MeshPart/", "tsdir":"Gui/Resources/translations"}, {"tsname":"OpenSCAD", "workingdir":"./src/Mod/OpenSCAD/", "tsdir":"Resources/translations"},