diff --git a/editor/extensions/ext-arrows.js b/editor/extensions/ext-arrows.js index 04eca802..ebc3930c 100644 --- a/editor/extensions/ext-arrows.js +++ b/editor/extensions/ext-arrows.js @@ -250,6 +250,8 @@ svgEditor.addExtension("Arrows", function(S) { }], callback: function() { $('#arrow_panel').hide(); + // Set ID so it can be translated in locale file + $('#arrow_list option')[0].id = 'connector_no_arrow'; }, addLangData: function(lang) { return { diff --git a/editor/locale/lang.af.js b/editor/locale/lang.af.js index 4594e826..564de1a1 100644 --- a/editor/locale/lang.af.js +++ b/editor/locale/lang.af.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Passing tot laag inhoud"}, {"id": "fit_to_sel", "textContent": "Passing tot seleksie"}, {"id": "font_family", "title": "Lettertipe verander Familie"}, -{"id": "font_size", "title": "Verandering Lettertipe Grootte"}, +{"id": "tool_font_size", "title": "Verandering Lettertipe Grootte"}, {"id": "tool_opacity", "title": "Verander geselekteerde item opaciteit"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ar.js b/editor/locale/lang.ar.js index dff16c17..f0262b43 100644 --- a/editor/locale/lang.ar.js +++ b/editor/locale/lang.ar.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "يصلح لطبقة المحتوى"}, {"id": "fit_to_sel", "textContent": "يصلح لاختيار"}, {"id": "font_family", "title": "تغيير الخط الأسرة"}, -{"id": "font_size", "title": "تغيير حجم الخط"}, +{"id": "tool_font_size", "title": "تغيير حجم الخط"}, {"id": "tool_opacity", "title": "تغيير مختارة غموض البند"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.az.js b/editor/locale/lang.az.js index d9ede5c7..2ecb48dc 100644 --- a/editor/locale/lang.az.js +++ b/editor/locale/lang.az.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit to layer content"}, {"id": "fit_to_sel", "textContent": "Fit to selection"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Change Font Size"}, +{"id": "tool_font_size", "title": "Change Font Size"}, {"id": "tool_opacity", "title": "Change selected item opacity"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.be.js b/editor/locale/lang.be.js index 5f9bd903..c8891e90 100644 --- a/editor/locale/lang.be.js +++ b/editor/locale/lang.be.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "По размеру слой ўтрымання"}, {"id": "fit_to_sel", "textContent": "Выбар памеру"}, {"id": "font_family", "title": "Змены Сямейства шрыфтоў"}, -{"id": "font_size", "title": "Змяніць памер шрыфта"}, +{"id": "tool_font_size", "title": "Змяніць памер шрыфта"}, {"id": "tool_opacity", "title": "Старонка абранага пункта непразрыстасці"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.bg.js b/editor/locale/lang.bg.js index 84147281..f93cca37 100644 --- a/editor/locale/lang.bg.js +++ b/editor/locale/lang.bg.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit да слой съдържание"}, {"id": "fit_to_sel", "textContent": "Fit за подбор"}, {"id": "font_family", "title": "Промяна на шрифта Семейство"}, -{"id": "font_size", "title": "Промени размера на буквите"}, +{"id": "tool_font_size", "title": "Промени размера на буквите"}, {"id": "tool_opacity", "title": "Промяна на избрания елемент непрозрачност"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ca.js b/editor/locale/lang.ca.js index 9303e14e..b9f0a6c9 100644 --- a/editor/locale/lang.ca.js +++ b/editor/locale/lang.ca.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ajustar al contingut de la capa d'"}, {"id": "fit_to_sel", "textContent": "Ajustar a la selecció"}, {"id": "font_family", "title": "Canviar la font Família"}, -{"id": "font_size", "title": "Change Font Size"}, +{"id": "tool_font_size", "title": "Change Font Size"}, {"id": "tool_opacity", "title": "Canviar la opacitat tema seleccionat"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.cs.js b/editor/locale/lang.cs.js index ddb86c4b..05c0024b 100644 --- a/editor/locale/lang.cs.js +++ b/editor/locale/lang.cs.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Přizpůsobit obsahu vrstvy"}, {"id": "fit_to_sel", "textContent": "Přizpůsobit výběru"}, {"id": "font_family", "title": "Změnit font"}, -{"id": "font_size", "title": "Změnit velikost písma"}, +{"id": "tool_font_size", "title": "Změnit velikost písma"}, {"id": "tool_opacity", "title": "Změnit průhlednost objektů"}, {"id": "icon_large", "textContent": "velké"}, {"id": "icon_medium", "textContent": "střední"}, diff --git a/editor/locale/lang.cy.js b/editor/locale/lang.cy.js index f8b816af..b9dd45db 100644 --- a/editor/locale/lang.cy.js +++ b/editor/locale/lang.cy.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ffit cynnwys haen i"}, {"id": "fit_to_sel", "textContent": "Yn addas at ddewis"}, {"id": "font_family", "title": "Newid Font Teulu"}, -{"id": "font_size", "title": "Newid Maint Ffont"}, +{"id": "tool_font_size", "title": "Newid Maint Ffont"}, {"id": "tool_opacity", "title": "Newid dewis Didreiddiad eitem"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.da.js b/editor/locale/lang.da.js index ae8e5510..29e0ca11 100644 --- a/editor/locale/lang.da.js +++ b/editor/locale/lang.da.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Tilpas til lag indhold"}, {"id": "fit_to_sel", "textContent": "Tilpas til udvælgelse"}, {"id": "font_family", "title": "Skift Font Family"}, -{"id": "font_size", "title": "Skift skriftstørrelse"}, +{"id": "tool_font_size", "title": "Skift skriftstørrelse"}, {"id": "tool_opacity", "title": "Skift valgte element opacitet"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.de.js b/editor/locale/lang.de.js index 70d830a0..4d8dd99a 100644 --- a/editor/locale/lang.de.js +++ b/editor/locale/lang.de.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "An Inhalt der Ebene anpassen"}, {"id": "fit_to_sel", "textContent": "An die Auswahl anpassen"}, {"id": "font_family", "title": "Schriftart wählen"}, -{"id": "font_size", "title": "Schriftgröße einstellen"}, +{"id": "tool_font_size", "title": "Schriftgröße einstellen"}, {"id": "tool_opacity", "title": "Opazität des ausgewählten Objekts ändern"}, {"id": "icon_large", "textContent": "Groß"}, {"id": "icon_medium", "textContent": "Mittel"}, diff --git a/editor/locale/lang.el.js b/editor/locale/lang.el.js index 56b27ad9..e0a154bc 100644 --- a/editor/locale/lang.el.js +++ b/editor/locale/lang.el.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Προσαρμογή στο περιεχόμενο στρώμα"}, {"id": "fit_to_sel", "textContent": "Fit to επιλογή"}, {"id": "font_family", "title": "Αλλαγή γραμματοσειράς Οικογένεια"}, -{"id": "font_size", "title": "Αλλαγή μεγέθους γραμματοσειράς"}, +{"id": "tool_font_size", "title": "Αλλαγή μεγέθους γραμματοσειράς"}, {"id": "tool_opacity", "title": "Αλλαγή αδιαφάνεια επιλεγμένο σημείο"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 84f029ba..8e41a7ca 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit to layer content"}, {"id": "fit_to_sel", "textContent": "Fit to selection"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Change Font Size"}, +{"id": "tool_font_size", "title": "Change Font Size"}, {"id": "tool_opacity", "title": "Change selected item opacity"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, @@ -132,7 +132,24 @@ {"id": "zoom_panel", "title": "Change zoom level"}, {"id": "zoomLabel", "textContent": "zoom:"}, {"id": "sidepanel_handle", "textContent": "L a y e r s", "title": "Drag left/right to resize side panel"}, -{"id": "tool_blur", "textContent": "Change gaussian blur value:"}, +{"id": "tool_blur", "title": "Change gaussian blur value"}, +{"id": "tool_position", "title": "Align Element to Page"}, +{"id": "idLabel", "title": "Identify the element"}, +{"id": "tool_openclose_path", "title": "Open/close sub-path"}, +{"id": "tool_add_subpath", "title": "Add sub-path"}, +{"id": "cur_linejoin", "title": "Add sub-path"}, +{"id": "linejoin_miter", "title": "Linejoin: Miter"}, +{"id": "linejoin_round", "title": "Linejoin: Round"}, +{"id": "linejoin_bevel", "title": "Linejoin: Bevel"}, +{"id": "linecap_butt", "title": "Linecap: Butt"}, +{"id": "linecap_square", "title": "Linecap: Square"}, +{"id": "linecap_round", "title": "Linecap: Round"}, +{"id": "tool_import", "textContent": "Import SVG"}, +{"id": "tool_export", "textContent": "Export as PNG"}, +{"id": "tool_eyedropper", "title": "Eye Dropper Tool"}, +{"id": "mode_connect", "title": "Connect two objects"}, +{"id": "connector_no_arrow", "textContent": "No arrow"}, + { "js_strings": { "QerrorsRevertToSource": "There were parsing errors in your SVG source.\nRevert back to original SVG source?", @@ -146,6 +163,11 @@ "enterUniqueLayerName": "Please enter a unique layer name", "featNotSupported": "Feature not supported", "invalidAttrValGiven": "Invalid value given", + "enterNewImgURL":"Enter the new image URL", + "defsFailOnSave": "NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.", + "loadingImage":"Loading image, please wait...", + "saveFromBrowser": "Select \"Save As...\" in your browser to save this image as a %s file.", + "noteTheseIssues": "Also note the following issues: ", "key_backspace": "backspace", "key_del": "delete", "key_down": "down", @@ -155,7 +177,13 @@ "noContentToFitTo": "No content to fit to", "ok": "OK", "pathCtrlPtTooltip": "Drag control point to adjust curve properties", - "pathNodeTooltip": "Drag node to move it. Double-click node to change segment type" + "pathNodeTooltip": "Drag node to move it. Double-click node to change segment type", + "exportNoBlur": "Blurred elements will appear as un-blurred", + "exportNoImage": "Image elements will not appear", + "exportNoforeignObject": "foreignObject elements will not appear", + "exportNoMarkers": "Marker elements (arrows, etc) may not appear as expected", + "exportNoDashArray": "Strokes will appear filled", + "exportNoText": "Text may not appear as expected" } } ] \ No newline at end of file diff --git a/editor/locale/lang.es.js b/editor/locale/lang.es.js index a1eb5e84..c582a123 100644 --- a/editor/locale/lang.es.js +++ b/editor/locale/lang.es.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ajustar al contenido de la capa"}, {"id": "fit_to_sel", "textContent": "Ajustar a la selección"}, {"id": "font_family", "title": "Tipo de fuente"}, -{"id": "font_size", "title": "Tamaño de la fuente"}, +{"id": "tool_font_size", "title": "Tamaño de la fuente"}, {"id": "tool_opacity", "title": "Cambiar la opacidad del objeto seleccionado"}, {"id": "icon_large", "textContent": "Grande"}, {"id": "icon_medium", "textContent": "Mediano"}, diff --git a/editor/locale/lang.et.js b/editor/locale/lang.et.js index c747265a..69fa4ac2 100644 --- a/editor/locale/lang.et.js +++ b/editor/locale/lang.et.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Sobita kiht sisu"}, {"id": "fit_to_sel", "textContent": "Fit valiku"}, {"id": "font_family", "title": "Muutke Kirjasinperhe"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "Muuda valitud elemendi läbipaistmatus"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.fa.js b/editor/locale/lang.fa.js index f25f6c3f..1190fb79 100644 --- a/editor/locale/lang.fa.js +++ b/editor/locale/lang.fa.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "هم اندازه شدن با محتوای لایه"}, {"id": "fit_to_sel", "textContent": "هم اندازه شدن با اشیاء انتخاب شده"}, {"id": "font_family", "title": "تغییر خانواده قلم"}, -{"id": "font_size", "title": "تغییر اندازه قلم"}, +{"id": "tool_font_size", "title": "تغییر اندازه قلم"}, {"id": "tool_opacity", "title": "تغییر تاری عنصر انتخاب شده"}, {"id": "icon_large", "textContent": "بزرگ"}, {"id": "icon_medium", "textContent": "متوسط"}, diff --git a/editor/locale/lang.fi.js b/editor/locale/lang.fi.js index a26babee..f81fa1ea 100644 --- a/editor/locale/lang.fi.js +++ b/editor/locale/lang.fi.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Sovita kerros sisältöön"}, {"id": "fit_to_sel", "textContent": "Sovita valinta"}, {"id": "font_family", "title": "Muuta Font Family"}, -{"id": "font_size", "title": "Muuta fontin kokoa"}, +{"id": "tool_font_size", "title": "Muuta fontin kokoa"}, {"id": "tool_opacity", "title": "Muuta valitun kohteen läpinäkyvyys"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.fr.js b/editor/locale/lang.fr.js index 69783b62..7c08b3b7 100644 --- a/editor/locale/lang.fr.js +++ b/editor/locale/lang.fr.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ajuster au contenu du calque"}, {"id": "fit_to_sel", "textContent": "Ajuster à la sélection"}, {"id": "font_family", "title": "Changer la famille de police"}, -{"id": "font_size", "title": "Taille de la police"}, +{"id": "tool_font_size", "title": "Taille de la police"}, {"id": "tool_opacity", "title": "Changer l'opacité de l'élément"}, {"id": "icon_large", "textContent": "Grande"}, {"id": "icon_medium", "textContent": "Moyenne"}, diff --git a/editor/locale/lang.fy.js b/editor/locale/lang.fy.js index a3fdf144..0aeb3efc 100644 --- a/editor/locale/lang.fy.js +++ b/editor/locale/lang.fy.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Op laachynhâld passe"}, {"id": "fit_to_sel", "textContent": "Op seleksje passe"}, {"id": "font_family", "title": "Lettertype oanpasse"}, -{"id": "font_size", "title": "Lettergrutte oanpasse"}, +{"id": "tool_font_size", "title": "Lettergrutte oanpasse"}, {"id": "tool_opacity", "title": "Trochsichtigens oanpasse"}, {"id": "icon_large", "textContent": "Grut"}, {"id": "icon_medium", "textContent": "Middel"}, diff --git a/editor/locale/lang.ga.js b/editor/locale/lang.ga.js index 1af96a4e..c43bbe12 100644 --- a/editor/locale/lang.ga.js +++ b/editor/locale/lang.ga.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Laghdaigh shraith ábhar a"}, {"id": "fit_to_sel", "textContent": "Laghdaigh a roghnú"}, {"id": "font_family", "title": "Athraigh an Cló Teaghlaigh"}, -{"id": "font_size", "title": "Athraigh Clómhéid"}, +{"id": "tool_font_size", "title": "Athraigh Clómhéid"}, {"id": "tool_opacity", "title": "Athraigh roghnaithe teimhneacht mír"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.gl.js b/editor/locale/lang.gl.js index bca4826e..d2e5a661 100644 --- a/editor/locale/lang.gl.js +++ b/editor/locale/lang.gl.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Axustar o contido da capa de"}, {"id": "fit_to_sel", "textContent": "Axustar a selección"}, {"id": "font_family", "title": "Cambiar fonte Familia"}, -{"id": "font_size", "title": "Mudar tamaño de letra"}, +{"id": "tool_font_size", "title": "Mudar tamaño de letra"}, {"id": "tool_opacity", "title": "Cambia a opacidade elemento seleccionado"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.he.js b/editor/locale/lang.he.js index 0fb836fb..25efab10 100755 --- a/editor/locale/lang.he.js +++ b/editor/locale/lang.he.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "מתאים לתוכן שכבת"}, {"id": "fit_to_sel", "textContent": "התאם הבחירה"}, {"id": "font_family", "title": "שינוי גופן משפחה"}, -{"id": "font_size", "title": "שנה גודל גופן"}, +{"id": "tool_font_size", "title": "שנה גודל גופן"}, {"id": "tool_opacity", "title": "שינוי הפריט הנבחר אטימות"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.hi.js b/editor/locale/lang.hi.js index daf0751a..b25c9cc8 100644 --- a/editor/locale/lang.hi.js +++ b/editor/locale/lang.hi.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "फिट परत सामग्री के लिए"}, {"id": "fit_to_sel", "textContent": "चयन के लिए फिट"}, {"id": "font_family", "title": "बदलें फ़ॉन्ट परिवार"}, -{"id": "font_size", "title": "फ़ॉन्ट का आकार बदलें"}, +{"id": "tool_font_size", "title": "फ़ॉन्ट का आकार बदलें"}, {"id": "tool_opacity", "title": "पारदर्शिता बदलें"}, {"id": "icon_large", "textContent": "बड़ा"}, {"id": "icon_medium", "textContent": "मध्यम"}, diff --git a/editor/locale/lang.hr.js b/editor/locale/lang.hr.js index 77b912f3..62bfa27a 100644 --- a/editor/locale/lang.hr.js +++ b/editor/locale/lang.hr.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Prilagodi sloj sadržaj"}, {"id": "fit_to_sel", "textContent": "Prilagodi odabir"}, {"id": "font_family", "title": "Promjena fontova"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "Promjena odabrane stavke neprozirnost"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.hu.js b/editor/locale/lang.hu.js index 729d831c..a98cede6 100644 --- a/editor/locale/lang.hu.js +++ b/editor/locale/lang.hu.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Igazítás a réteg tartalma"}, {"id": "fit_to_sel", "textContent": "Igazítás a kiválasztási"}, {"id": "font_family", "title": "Change Betűcsalád"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "A kijelölt elem opacity"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.hy.js b/editor/locale/lang.hy.js index 560d55ee..c0fac22f 100644 --- a/editor/locale/lang.hy.js +++ b/editor/locale/lang.hy.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit to layer content"}, {"id": "fit_to_sel", "textContent": "Fit to selection"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Change Font Size"}, +{"id": "tool_font_size", "title": "Change Font Size"}, {"id": "tool_opacity", "title": "Change selected item opacity"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.id.js b/editor/locale/lang.id.js index 4b1ebfd9..2c82d670 100644 --- a/editor/locale/lang.id.js +++ b/editor/locale/lang.id.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Muat konten lapisan"}, {"id": "fit_to_sel", "textContent": "Fit seleksi"}, {"id": "font_family", "title": "Ubah Font Keluarga"}, -{"id": "font_size", "title": "Ubah Ukuran Font"}, +{"id": "tool_font_size", "title": "Ubah Ukuran Font"}, {"id": "tool_opacity", "title": "Mengubah item yang dipilih keburaman"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.is.js b/editor/locale/lang.is.js index 3f8e8097..1a24a877 100644 --- a/editor/locale/lang.is.js +++ b/editor/locale/lang.is.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Laga til lag efni"}, {"id": "fit_to_sel", "textContent": "Fit til val"}, {"id": "font_family", "title": "Change Leturfjölskylda"}, -{"id": "font_size", "title": "Breyta leturstærð"}, +{"id": "tool_font_size", "title": "Breyta leturstærð"}, {"id": "tool_opacity", "title": "Breyta valin atriði opacity"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.it.js b/editor/locale/lang.it.js index ed5b2472..20012f82 100644 --- a/editor/locale/lang.it.js +++ b/editor/locale/lang.it.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Adatta a livello di contenuti"}, {"id": "fit_to_sel", "textContent": "Adatta alla selezione"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Modifica dimensione carattere"}, +{"id": "tool_font_size", "title": "Modifica dimensione carattere"}, {"id": "tool_opacity", "title": "Cambia l'opacità dell'oggetto selezionato"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ja.js b/editor/locale/lang.ja.js index 4100c0f8..d67425ff 100644 --- a/editor/locale/lang.ja.js +++ b/editor/locale/lang.ja.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "レイヤー上のコンテンツに合わせる"}, {"id": "fit_to_sel", "textContent": "選択対象に合わせる"}, {"id": "font_family", "title": "フォントファミリーの変更"}, -{"id": "font_size", "title": "文字サイズの変更"}, +{"id": "tool_font_size", "title": "文字サイズの変更"}, {"id": "tool_opacity", "title": "不透明度"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ko.js b/editor/locale/lang.ko.js index 9f80c74a..e92c3923 100644 --- a/editor/locale/lang.ko.js +++ b/editor/locale/lang.ko.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "레이어에 맞게 콘텐츠"}, {"id": "fit_to_sel", "textContent": "맞춤 선택"}, {"id": "font_family", "title": "글꼴 변경 패밀리"}, -{"id": "font_size", "title": "글꼴 크기 변경"}, +{"id": "tool_font_size", "title": "글꼴 크기 변경"}, {"id": "tool_opacity", "title": "변경 항목을 선택 불투명도"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.lt.js b/editor/locale/lang.lt.js index b4e053c8..420dfcc9 100644 --- a/editor/locale/lang.lt.js +++ b/editor/locale/lang.lt.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Talpinti sluoksnis turinio"}, {"id": "fit_to_sel", "textContent": "Talpinti atrankos"}, {"id": "font_family", "title": "Pakeistišriftą Šeima"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "Pakeisti pasirinkto elemento neskaidrumo"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.lv.js b/editor/locale/lang.lv.js index 560d0e12..59ad344e 100644 --- a/editor/locale/lang.lv.js +++ b/editor/locale/lang.lv.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ievietot slānis saturs"}, {"id": "fit_to_sel", "textContent": "Fit atlases"}, {"id": "font_family", "title": "Mainīt fonta Family"}, -{"id": "font_size", "title": "Mainīt fonta izmēru"}, +{"id": "tool_font_size", "title": "Mainīt fonta izmēru"}, {"id": "tool_opacity", "title": "Mainīt izvēlēto objektu necaurredzamība"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.mk.js b/editor/locale/lang.mk.js index 9a15eeb7..530417a2 100644 --- a/editor/locale/lang.mk.js +++ b/editor/locale/lang.mk.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Способен да слој содржина"}, {"id": "fit_to_sel", "textContent": "Способен да селекција"}, {"id": "font_family", "title": "Смени фонт Фамилија"}, -{"id": "font_size", "title": "Изменифонт Големина"}, +{"id": "tool_font_size", "title": "Изменифонт Големина"}, {"id": "tool_opacity", "title": "Промена избрани ставка непроѕирноста"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ms.js b/editor/locale/lang.ms.js index 227f9da6..90ae19fc 100644 --- a/editor/locale/lang.ms.js +++ b/editor/locale/lang.ms.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Muat kandungan lapisan"}, {"id": "fit_to_sel", "textContent": "Fit seleksi"}, {"id": "font_family", "title": "Tukar Font Keluarga"}, -{"id": "font_size", "title": "Ubah Saiz Font"}, +{"id": "tool_font_size", "title": "Ubah Saiz Font"}, {"id": "tool_opacity", "title": "Mengubah item yang dipilih keburaman"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.mt.js b/editor/locale/lang.mt.js index 56c70ec1..6e9fee5b 100644 --- a/editor/locale/lang.mt.js +++ b/editor/locale/lang.mt.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit-kontenut ta 'saff għal"}, {"id": "fit_to_sel", "textContent": "Fit-għażla"}, {"id": "font_family", "title": "Bidla Font Familja"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "Bidla magħżula opaċità partita"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.nl.js b/editor/locale/lang.nl.js index 41859f78..651d3f7b 100644 --- a/editor/locale/lang.nl.js +++ b/editor/locale/lang.nl.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Pas om laag inhoud"}, {"id": "fit_to_sel", "textContent": "Pas om selectie"}, {"id": "font_family", "title": "Verander lettertype"}, -{"id": "font_size", "title": "Verander lettertype grootte"}, +{"id": "tool_font_size", "title": "Verander lettertype grootte"}, {"id": "tool_opacity", "title": "Verander opaciteit geselecteerde item"}, {"id": "icon_large", "textContent": "Groot"}, {"id": "icon_medium", "textContent": "Gemiddeld"}, diff --git a/editor/locale/lang.no.js b/editor/locale/lang.no.js index 70a6ca18..e1a5f6dc 100644 --- a/editor/locale/lang.no.js +++ b/editor/locale/lang.no.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit to lag innhold"}, {"id": "fit_to_sel", "textContent": "Tilpass til valg"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Endre skriftstørrelse"}, +{"id": "tool_font_size", "title": "Endre skriftstørrelse"}, {"id": "tool_opacity", "title": "Endre valgte elementet opasitet"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.pl.js b/editor/locale/lang.pl.js index fb9c89a1..9f141883 100644 --- a/editor/locale/lang.pl.js +++ b/editor/locale/lang.pl.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Dopasuj do zawartości warstwy"}, {"id": "fit_to_sel", "textContent": "Dopasuj do wyboru"}, {"id": "font_family", "title": "Zmiana czcionki Rodzina"}, -{"id": "font_size", "title": "Zmień rozmiar czcionki"}, +{"id": "tool_font_size", "title": "Zmień rozmiar czcionki"}, {"id": "tool_opacity", "title": "Zmiana stron przezroczystość elementu"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.pt-PT.js b/editor/locale/lang.pt-PT.js index 181ffbf3..415c5424 100644 --- a/editor/locale/lang.pt-PT.js +++ b/editor/locale/lang.pt-PT.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Ajustar o conteúdo da camada de"}, {"id": "fit_to_sel", "textContent": "Ajustar à selecção"}, {"id": "font_family", "title": "Alterar fonte Família"}, -{"id": "font_size", "title": "Alterar tamanho de letra"}, +{"id": "tool_font_size", "title": "Alterar tamanho de letra"}, {"id": "tool_opacity", "title": "Mude a opacidade item selecionado"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.ro.js b/editor/locale/lang.ro.js index d4e1d6ef..ccb9a07e 100644 --- a/editor/locale/lang.ro.js +++ b/editor/locale/lang.ro.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Potrivire la conţinutul stratului"}, {"id": "fit_to_sel", "textContent": "Potrivire la selecţie"}, {"id": "font_family", "title": "Modificare familie de Fonturi"}, -{"id": "font_size", "title": "Schimbă dimensiunea fontului"}, +{"id": "tool_font_size", "title": "Schimbă dimensiunea fontului"}, {"id": "tool_opacity", "title": "Schimbarea selectat opacitate element"}, {"id": "icon_large", "textContent": "Mari"}, {"id": "icon_medium", "textContent": "Medii"}, diff --git a/editor/locale/lang.ru.js b/editor/locale/lang.ru.js index 2166dfee..f19807ff 100644 --- a/editor/locale/lang.ru.js +++ b/editor/locale/lang.ru.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Под размер содержания слоя"}, {"id": "fit_to_sel", "textContent": "Под размер выделенного"}, {"id": "font_family", "title": "Изменить семейство шрифтов"}, -{"id": "font_size", "title": "Изменить размер шрифта"}, +{"id": "tool_font_size", "title": "Изменить размер шрифта"}, {"id": "tool_opacity", "title": "Изменить непрозрачность элемента"}, {"id": "icon_large", "textContent": "Большие"}, {"id": "icon_medium", "textContent": "Средние"}, diff --git a/editor/locale/lang.sk.js b/editor/locale/lang.sk.js index e0feae96..a0c5bcc2 100644 --- a/editor/locale/lang.sk.js +++ b/editor/locale/lang.sk.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Prispôsobiť obsahu vrstvy"}, {"id": "fit_to_sel", "textContent": "Prispôsobiť výberu"}, {"id": "font_family", "title": "Zmeniť font"}, -{"id": "font_size", "title": "Zmeniť veľkosť písma"}, +{"id": "tool_font_size", "title": "Zmeniť veľkosť písma"}, {"id": "tool_opacity", "title": "Zmeniť prehľadnosť vybraných položiek"}, {"id": "icon_large", "textContent": "Veľká"}, {"id": "icon_medium", "textContent": "Stredná"}, diff --git a/editor/locale/lang.sl.js b/editor/locale/lang.sl.js index d45af9ca..3f89a158 100644 --- a/editor/locale/lang.sl.js +++ b/editor/locale/lang.sl.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Fit na plast vsebine"}, {"id": "fit_to_sel", "textContent": "Fit za izbor"}, {"id": "font_family", "title": "Change Font Family"}, -{"id": "font_size", "title": "Spremeni velikost pisave"}, +{"id": "tool_font_size", "title": "Spremeni velikost pisave"}, {"id": "tool_opacity", "title": "Spremeni izbran predmet motnosti"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.sq.js b/editor/locale/lang.sq.js index 813c84ed..9835a6dc 100644 --- a/editor/locale/lang.sq.js +++ b/editor/locale/lang.sq.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Shtresë Fit to content"}, {"id": "fit_to_sel", "textContent": "Fit to Selection"}, {"id": "font_family", "title": "Ndryshimi Font Family"}, -{"id": "font_size", "title": "Ndryshimi Font Size"}, +{"id": "tool_font_size", "title": "Ndryshimi Font Size"}, {"id": "tool_opacity", "title": "Ndryshimi zgjedhur errësirë item"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.sr.js b/editor/locale/lang.sr.js index 8a8bc1e6..69864b3e 100644 --- a/editor/locale/lang.sr.js +++ b/editor/locale/lang.sr.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Уклопи у слоју садржај"}, {"id": "fit_to_sel", "textContent": "Уклопи у избор"}, {"id": "font_family", "title": "Цханге фонт породицу"}, -{"id": "font_size", "title": "Цханге фонт сизе"}, +{"id": "tool_font_size", "title": "Цханге фонт сизе"}, {"id": "tool_opacity", "title": "Промена изабране ставке непрозирност"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.sv.js b/editor/locale/lang.sv.js index a5bcb116..c3d1c4fe 100644 --- a/editor/locale/lang.sv.js +++ b/editor/locale/lang.sv.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Anpassa till lager innehåll"}, {"id": "fit_to_sel", "textContent": "Anpassa till val"}, {"id": "font_family", "title": "Ändra Typsnitt"}, -{"id": "font_size", "title": "Ändra textstorlek"}, +{"id": "tool_font_size", "title": "Ändra textstorlek"}, {"id": "tool_opacity", "title": "Ändra markerat objekt opacitet"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.sw.js b/editor/locale/lang.sw.js index db6670ec..0ef2fbf4 100644 --- a/editor/locale/lang.sw.js +++ b/editor/locale/lang.sw.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Waliopo safu content"}, {"id": "fit_to_sel", "textContent": "Waliopo uteuzi"}, {"id": "font_family", "title": "Change font Family"}, -{"id": "font_size", "title": "Change font Size"}, +{"id": "tool_font_size", "title": "Change font Size"}, {"id": "tool_opacity", "title": "Change selected opacity punkt"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.th.js b/editor/locale/lang.th.js index caf1ae37..4f689017 100644 --- a/editor/locale/lang.th.js +++ b/editor/locale/lang.th.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "พอดีเนื้อหาชั้นที่"}, {"id": "fit_to_sel", "textContent": "เหมาะสมในการเลือก"}, {"id": "font_family", "title": "ครอบครัว Change Font"}, -{"id": "font_size", "title": "เปลี่ยนขนาดตัวอักษร"}, +{"id": "tool_font_size", "title": "เปลี่ยนขนาดตัวอักษร"}, {"id": "tool_opacity", "title": "เปลี่ยนความทึบเลือกรายการ"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.tl.js b/editor/locale/lang.tl.js index 958d3af3..0b6750c5 100644 --- a/editor/locale/lang.tl.js +++ b/editor/locale/lang.tl.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Pagkasyahin sa layer nilalaman"}, {"id": "fit_to_sel", "textContent": "Pagkasyahin sa pagpili"}, {"id": "font_family", "title": "Baguhin ang Pamilya ng Font"}, -{"id": "font_size", "title": "Baguhin ang Laki ng Font"}, +{"id": "tool_font_size", "title": "Baguhin ang Laki ng Font"}, {"id": "tool_opacity", "title": "Palitan ang mga napiling bagay kalabuan"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.tr.js b/editor/locale/lang.tr.js index fa5ef97a..fcc105ca 100644 --- a/editor/locale/lang.tr.js +++ b/editor/locale/lang.tr.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Sığacak şekilde katman içerik"}, {"id": "fit_to_sel", "textContent": "Fit seçimine"}, {"id": "font_family", "title": "Font değiştir Aile"}, -{"id": "font_size", "title": "Change font size"}, +{"id": "tool_font_size", "title": "Change font size"}, {"id": "tool_opacity", "title": "Değiştirmek öğe opacity seçilmiş"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.uk.js b/editor/locale/lang.uk.js index e491a1df..03511659 100644 --- a/editor/locale/lang.uk.js +++ b/editor/locale/lang.uk.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "За розміром шар змісту"}, {"id": "fit_to_sel", "textContent": "Вибір розміру"}, {"id": "font_family", "title": "Зміни Сімейство шрифтів"}, -{"id": "font_size", "title": "Змінити розмір шрифту"}, +{"id": "tool_font_size", "title": "Змінити розмір шрифту"}, {"id": "tool_opacity", "title": "Зміна вибраного пункту непрозорості"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.vi.js b/editor/locale/lang.vi.js index 525fd157..a8f87c74 100644 --- a/editor/locale/lang.vi.js +++ b/editor/locale/lang.vi.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "Vào lớp phù hợp với nội dung"}, {"id": "fit_to_sel", "textContent": "Phù hợp để lựa chọn"}, {"id": "font_family", "title": "Thay đổi Font Gia đình"}, -{"id": "font_size", "title": "Thay đổi cỡ chữ"}, +{"id": "tool_font_size", "title": "Thay đổi cỡ chữ"}, {"id": "tool_opacity", "title": "Thay đổi lựa chọn opacity mục"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.yi.js b/editor/locale/lang.yi.js index 8cf7ae7a..4a59dd7c 100644 --- a/editor/locale/lang.yi.js +++ b/editor/locale/lang.yi.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "פּאַסיק צו שיכטע אינהאַלט"}, {"id": "fit_to_sel", "textContent": "פּאַסיק צו אָפּקלייב"}, {"id": "font_family", "title": "ענדערן פאָנט פאַמילי"}, -{"id": "font_size", "title": "בייטן פאָנט גרייס"}, +{"id": "tool_font_size", "title": "בייטן פאָנט גרייס"}, {"id": "tool_opacity", "title": "ענדערן סעלעקטעד נומער אָופּאַסאַטי"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.zh-CN.js b/editor/locale/lang.zh-CN.js index bc3abe73..d8554946 100644 --- a/editor/locale/lang.zh-CN.js +++ b/editor/locale/lang.zh-CN.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "适合层内容"}, {"id": "fit_to_sel", "textContent": "适合选择"}, {"id": "font_family", "title": "更改字体家族"}, -{"id": "font_size", "title": "更改字体大小"}, +{"id": "tool_font_size", "title": "更改字体大小"}, {"id": "tool_opacity", "title": "更改所选项目不透明"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.zh-HK.js b/editor/locale/lang.zh-HK.js index 8aa9959a..6732ee1d 100644 --- a/editor/locale/lang.zh-HK.js +++ b/editor/locale/lang.zh-HK.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "适合层内容"}, {"id": "fit_to_sel", "textContent": "适合选择"}, {"id": "font_family", "title": "更改字体家族"}, -{"id": "font_size", "title": "更改字体大小"}, +{"id": "tool_font_size", "title": "更改字体大小"}, {"id": "tool_opacity", "title": "更改所选项目不透明"}, {"id": "icon_large", "textContent": "Large"}, {"id": "icon_medium", "textContent": "Medium"}, diff --git a/editor/locale/lang.zh-TW.js b/editor/locale/lang.zh-TW.js index e6590e3c..f7682123 100644 --- a/editor/locale/lang.zh-TW.js +++ b/editor/locale/lang.zh-TW.js @@ -20,7 +20,7 @@ {"id": "fit_to_layer_content", "textContent": "適合圖層內容"}, {"id": "fit_to_sel", "textContent": "適合選取的物件"}, {"id": "font_family", "title": "更改字體"}, -{"id": "font_size", "title": "更改字體大小"}, +{"id": "tool_font_size", "title": "更改字體大小"}, {"id": "tool_opacity", "title": "更改所選項目不透明度"}, {"id": "icon_large", "textContent": "大"}, {"id": "icon_medium", "textContent": "中"}, diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 8d1a6854..91776cf1 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -160,7 +160,7 @@ script type="text/javascript" src="locale/locale.min.js">
-