diff --git a/CHANGES.md b/CHANGES.md index 9862f966..578a646c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,8 +16,10 @@ - Fix (canvg): Regression on blur - Fix (canvg): Avoid errors for `tspan` passed to `getGradient` - i18n: picking stroke/fill paint and opacity -- i18n: Remove eyedropper reference from main locale (in extension locale now) -- i18n: Add placeholders for `pick_stroke_paint_opacity`, `pick_fill_paint_opacity`, `popupWindowBlocked` +- i18n: Remove eyedropper and imagelib references from main locale (in + extension locale now) +- i18n: Add placeholders for `pick_stroke_paint_opacity`, + `pick_fill_paint_opacity`, `popupWindowBlocked` - i18n: Update `saveFromBrowser` - i18n: Reapply locale strings - Enhancement: Create xdomain file build which works without ES6 Modules @@ -26,7 +28,8 @@ - Optimize: Avoid rewriting `points` attribute for free-hand path; incorporates #176 (fixes #175) - Refactoring: Avoid passing on `undefined` var. (#147) -- Refactoring: lbs; avoid indent in connector, destructuring, use map over push +- Refactoring: lbs; avoid indent in connector, destructuring, use map + over push - Docs: Clarify nature of fixes - Docs: JSDoc for `setupFlyouts`, `Actions`, `toggleSidePanel`; missing for ToolbarButton diff --git a/editor/extensions/ext-locale/imagelib/de.js b/editor/extensions/ext-locale/imagelib/de.js new file mode 100644 index 00000000..41c502ea --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/de.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Bilder-Bibliothek' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/fr.js b/editor/extensions/ext-locale/imagelib/fr.js index abef41fa..e112cd5a 100644 --- a/editor/extensions/ext-locale/imagelib/fr.js +++ b/editor/extensions/ext-locale/imagelib/fr.js @@ -6,7 +6,7 @@ export default { open: 'open', buttons: [ { - title: 'Image library' + title: "Bibliothèque d'images" } ], imgLibs: [ diff --git a/editor/extensions/ext-locale/imagelib/pl.js b/editor/extensions/ext-locale/imagelib/pl.js new file mode 100644 index 00000000..24c2b38b --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/pl.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Biblioteka obrazów' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/pt-BR.js b/editor/extensions/ext-locale/imagelib/pt-BR.js new file mode 100644 index 00000000..7d346b78 --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/pt-BR.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Biblioteca de Imagens' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/ro.js b/editor/extensions/ext-locale/imagelib/ro.js new file mode 100644 index 00000000..7ef4e68c --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/ro.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Bibliotecă de Imagini' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/sk.js b/editor/extensions/ext-locale/imagelib/sk.js new file mode 100644 index 00000000..52515a43 --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/sk.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Knižnica obrázkov' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/sl.js b/editor/extensions/ext-locale/imagelib/sl.js new file mode 100644 index 00000000..7a401486 --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/sl.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: 'Knjižnica slik' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/extensions/ext-locale/imagelib/zh-CN.js b/editor/extensions/ext-locale/imagelib/zh-CN.js new file mode 100644 index 00000000..f96f1363 --- /dev/null +++ b/editor/extensions/ext-locale/imagelib/zh-CN.js @@ -0,0 +1,29 @@ +export default { + select_lib: 'Select an image library', + show_list: 'Show library list', + import_single: 'Import single', + import_multi: 'Import multiple', + open: 'Open as new document', + buttons: [ + { + title: '图像库' + } + ], + imgLibs: [ + { + name: 'Demo library (local)', + url: '{path}imagelib/index{modularVersion}.html', + description: 'Demonstration library for SVG-edit on this server' + }, + { + name: 'IAN Symbol Libraries', + url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php', + description: 'Free library of illustrations' + }, + { + name: 'Openclipart', + url: 'https://openclipart.org/svgedit', + description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.' + } + ] +}; diff --git a/editor/locale/lang.af.js b/editor/locale/lang.af.js index aa525d2d..dbabcc85 100644 --- a/editor/locale/lang.af.js +++ b/editor/locale/lang.af.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elemente', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Skuif na Bottom', move_top: 'Skuif na bo', node_clone: 'Clone Node', diff --git a/editor/locale/lang.ar.js b/editor/locale/lang.ar.js index 80aba88b..67fd7126 100644 --- a/editor/locale/lang.ar.js +++ b/editor/locale/lang.ar.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'فك تجميع عناصر', docprops: 'خصائص المستند', - imagelib: 'Image Library', move_bottom: 'الانتقال إلى أسفل', move_top: 'الانتقال إلى أعلى', node_clone: 'Clone Node', diff --git a/editor/locale/lang.az.js b/editor/locale/lang.az.js index 3b86b028..2def669a 100644 --- a/editor/locale/lang.az.js +++ b/editor/locale/lang.az.js @@ -117,7 +117,6 @@ export default { redo: 'Redo', tool_source: 'Edit Source', wireframe_mode: 'Wireframe Mode', - toggle_grid: 'Show/Hide Grid', clone: 'Clone Element(s)', del: 'Delete Element(s)', group_elements: 'Group Elements', @@ -127,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.be.js b/editor/locale/lang.be.js index 8397d63e..7d16a3b3 100644 --- a/editor/locale/lang.be.js +++ b/editor/locale/lang.be.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Элементы Разгруппировать', docprops: 'Уласцівасці дакумента', - imagelib: 'Image Library', move_bottom: 'Перамясціць уніз', move_top: 'Перамясціць угару', node_clone: 'Clone Node', diff --git a/editor/locale/lang.bg.js b/editor/locale/lang.bg.js index c2e9cc9b..7904f3eb 100644 --- a/editor/locale/lang.bg.js +++ b/editor/locale/lang.bg.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Разгрупирай Елементи', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Премести надолу', move_top: 'Премести в началото', node_clone: 'Clone Node', diff --git a/editor/locale/lang.ca.js b/editor/locale/lang.ca.js index 513cf623..00ef0653 100644 --- a/editor/locale/lang.ca.js +++ b/editor/locale/lang.ca.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Desagrupar elements', docprops: 'Propietats del document', - imagelib: 'Image Library', move_bottom: 'Mou al final', move_top: 'Mou al principi', node_clone: 'Clone Node', diff --git a/editor/locale/lang.cs.js b/editor/locale/lang.cs.js index 50565af5..85575a6a 100644 --- a/editor/locale/lang.cs.js +++ b/editor/locale/lang.cs.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Změna orientace křivky', ungroup: 'Zrušit seskupení', docprops: 'Vlastnosti dokumentu', - imagelib: 'Image Library', move_bottom: 'Vrstvu úplně dospodu', move_top: 'Vrstvu úplně nahoru', node_clone: 'Vložit nový uzel', diff --git a/editor/locale/lang.cy.js b/editor/locale/lang.cy.js index 8fd2f59f..3c37326a 100644 --- a/editor/locale/lang.cy.js +++ b/editor/locale/lang.cy.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Elfennau Ungroup', docprops: 'Document Eiddo', - imagelib: 'Image Library', move_bottom: 'Symud i'r Gwaelod', move_top: 'Symud i'r Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.da.js b/editor/locale/lang.da.js index 6873026a..8ced17ca 100644 --- a/editor/locale/lang.da.js +++ b/editor/locale/lang.da.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Opdel Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Flyt til bund', move_top: 'Flyt til toppen', node_clone: 'Clone Node', diff --git a/editor/locale/lang.de.js b/editor/locale/lang.de.js index 44f9df38..1ae14c0a 100644 --- a/editor/locale/lang.de.js +++ b/editor/locale/lang.de.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Neuausrichtung des Pfades', ungroup: 'Gruppierung aufheben', docprops: 'Dokument-Eigenschaften', - imagelib: 'Bilder-Bibliothek', move_bottom: 'Die gewählten Objekte nach ganz unten verschieben', move_top: 'Die gewählten Objekte nach ganz oben verschieben', node_clone: 'Klone den Knoten', diff --git a/editor/locale/lang.el.js b/editor/locale/lang.el.js index 1e417c1c..a429dfd6 100644 --- a/editor/locale/lang.el.js +++ b/editor/locale/lang.el.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Κατάργηση ομαδοποίησης Στοιχεία', docprops: 'Ιδιότητες εγγράφου', - imagelib: 'Image Library', move_bottom: 'Μετακίνηση προς τα κάτω', move_top: 'Μετακίνηση στην αρχή', node_clone: 'Clone Node', diff --git a/editor/locale/lang.en.js b/editor/locale/lang.en.js index 1b48547a..6f6b991c 100644 --- a/editor/locale/lang.en.js +++ b/editor/locale/lang.en.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements [G]', docprops: 'Document Properties [D]', - imagelib: 'Image Library', move_bottom: 'Send to Back [ Ctrl+Shift+[ ]', move_top: 'Bring to Front [ Ctrl+Shift+] ]', node_clone: 'Clone Node', diff --git a/editor/locale/lang.es.js b/editor/locale/lang.es.js index ef5f362c..a07ea660 100644 --- a/editor/locale/lang.es.js +++ b/editor/locale/lang.es.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorientar el trazado', ungroup: 'Desagrupar objetos', docprops: 'Propiedades del documento', - imagelib: 'Image Library', move_bottom: 'Mover abajo', move_top: 'Mover arriba', node_clone: 'Clonar nodo', diff --git a/editor/locale/lang.et.js b/editor/locale/lang.et.js index f5812a5a..e5bd4c5b 100644 --- a/editor/locale/lang.et.js +++ b/editor/locale/lang.et.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Lõhu Elements', docprops: 'Dokumendi omadused', - imagelib: 'Image Library', move_bottom: 'Liiguta alla', move_top: 'Liiguta üles', node_clone: 'Clone Node', diff --git a/editor/locale/lang.fa.js b/editor/locale/lang.fa.js index 05991c75..912e1086 100644 --- a/editor/locale/lang.fa.js +++ b/editor/locale/lang.fa.js @@ -126,7 +126,6 @@ export default { reorient_path: '‫جهت دهی مجدد مسیر‬', ungroup: '‫خارج کردن عناصر از گروه ‬', docprops: '‫مشخصات سند ‬', - imagelib: 'Image Library', move_bottom: '‫انتقال به پایین ترین ‬', move_top: '‫انتقال به بالاترین ‬', node_clone: '‫ایجاد کپی از نقطه‬', diff --git a/editor/locale/lang.fi.js b/editor/locale/lang.fi.js index ed866b1e..4397616d 100644 --- a/editor/locale/lang.fi.js +++ b/editor/locale/lang.fi.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Asiakirjan ominaisuudet', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.fr.js b/editor/locale/lang.fr.js index 8db51996..92dbbfdc 100644 --- a/editor/locale/lang.fr.js +++ b/editor/locale/lang.fr.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Réorienter le chemin', ungroup: 'Dégrouper les éléments', docprops: 'Propriétés du document', - imagelib: "Bibliothèque d'images", move_bottom: 'Déplacer vers le bas', move_top: 'Déplacer vers le haut', node_clone: 'Cloner le nœud', diff --git a/editor/locale/lang.fy.js b/editor/locale/lang.fy.js index d21c7378..bdcb0ff7 100644 --- a/editor/locale/lang.fy.js +++ b/editor/locale/lang.fy.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Paad opnij orientearje', ungroup: 'Groepering opheffe', docprops: 'Dokuminteigenskippen', - imagelib: 'Image Library', move_bottom: 'Nei eftergrûn', move_top: 'Nei foargrûn', node_clone: 'Knooppunt duplisearje', diff --git a/editor/locale/lang.ga.js b/editor/locale/lang.ga.js index ed07005b..560c5c9c 100644 --- a/editor/locale/lang.ga.js +++ b/editor/locale/lang.ga.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Eilimintí Díghrúpáil', docprops: 'Doiciméad Airíonna', - imagelib: 'Image Library', move_bottom: 'Téigh go Bun', move_top: 'Téigh go Barr', node_clone: 'Clone Node', diff --git a/editor/locale/lang.gl.js b/editor/locale/lang.gl.js index f59a8514..85d1be54 100644 --- a/editor/locale/lang.gl.js +++ b/editor/locale/lang.gl.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Elementos Desagrupadas', docprops: 'Propriedades do Documento', - imagelib: 'Image Library', move_bottom: 'Move a Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.he.js b/editor/locale/lang.he.js index 50cc1262..f9b08f97 100755 --- a/editor/locale/lang.he.js +++ b/editor/locale/lang.he.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'אלמנטים פרק קבוצה', docprops: 'מאפייני מסמך', - imagelib: 'Image Library', move_bottom: 'הזז למטה', move_top: 'עבור לראש הדף', node_clone: 'Clone Node', diff --git a/editor/locale/lang.hi.js b/editor/locale/lang.hi.js index 53cc05e8..e9558ac2 100644 --- a/editor/locale/lang.hi.js +++ b/editor/locale/lang.hi.js @@ -126,7 +126,6 @@ export default { reorient_path: 'पथ को नई दिशा दें', ungroup: 'अंश को समूह से अलग करें', docprops: 'दस्तावेज़ गुण', - imagelib: 'Image Library', move_bottom: 'नीचे ले जाएँ', move_top: 'ऊपर ले जाएँ', node_clone: 'नोड क्लोन', diff --git a/editor/locale/lang.hr.js b/editor/locale/lang.hr.js index 45f2a0c9..f6459678 100644 --- a/editor/locale/lang.hr.js +++ b/editor/locale/lang.hr.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Razgrupiranje Elementi', docprops: 'Svojstva dokumenta', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Pomakni na vrh', node_clone: 'Clone Node', diff --git a/editor/locale/lang.hu.js b/editor/locale/lang.hu.js index 2be1620e..89d96c3c 100644 --- a/editor/locale/lang.hu.js +++ b/editor/locale/lang.hu.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Szétbont elemei', docprops: 'Dokumentum tulajdonságai', - imagelib: 'Image Library', move_bottom: 'Mozgatás lefelé', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.hy.js b/editor/locale/lang.hy.js index d4087573..1a5a9adc 100644 --- a/editor/locale/lang.hy.js +++ b/editor/locale/lang.hy.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.id.js b/editor/locale/lang.id.js index 7f374dc8..02e17e0e 100644 --- a/editor/locale/lang.id.js +++ b/editor/locale/lang.id.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elemen', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Pindah ke Bawah', move_top: 'Pindahkan ke Atas', node_clone: 'Clone Node', diff --git a/editor/locale/lang.is.js b/editor/locale/lang.is.js index a13baae3..c86f38fe 100644 --- a/editor/locale/lang.is.js +++ b/editor/locale/lang.is.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Færa Bottom', move_top: 'Fara efst á síðu', node_clone: 'Clone Node', diff --git a/editor/locale/lang.it.js b/editor/locale/lang.it.js index 74caef6a..c6cbbf71 100644 --- a/editor/locale/lang.it.js +++ b/editor/locale/lang.it.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Riallinea', ungroup: 'Separa gli elementi', docprops: 'Proprietà del documento', - imagelib: 'Image Library', move_bottom: 'Sposta in fondo', move_top: 'Sposta in cima', node_clone: 'Clona nodo', diff --git a/editor/locale/lang.ja.js b/editor/locale/lang.ja.js index f0d99689..23d0df6a 100644 --- a/editor/locale/lang.ja.js +++ b/editor/locale/lang.ja.js @@ -126,7 +126,6 @@ export default { reorient_path: '現在の角度を0度とする', ungroup: 'グループ化を解除', docprops: '文書のプロパティ', - imagelib: 'Image Library', move_bottom: '奥に移動', move_top: '手前に移動', node_clone: 'ノードを複製', diff --git a/editor/locale/lang.ko.js b/editor/locale/lang.ko.js index f6d03022..48a407f4 100644 --- a/editor/locale/lang.ko.js +++ b/editor/locale/lang.ko.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: '그룹 해제 요소', docprops: '문서 속성', - imagelib: 'Image Library', move_bottom: '아래로 이동', move_top: '상단으로 이동', node_clone: 'Clone Node', diff --git a/editor/locale/lang.lt.js b/editor/locale/lang.lt.js index d2b6c249..2d3525bd 100644 --- a/editor/locale/lang.lt.js +++ b/editor/locale/lang.lt.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Išgrupuoti elementai', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Perkelti į apačią', move_top: 'Perkelti į viršų', node_clone: 'Clone Node', diff --git a/editor/locale/lang.lv.js b/editor/locale/lang.lv.js index 1f3f5da7..15868cca 100644 --- a/editor/locale/lang.lv.js +++ b/editor/locale/lang.lv.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Atgrupēt Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Pārvietot uz leju', move_top: 'Pārvietot uz augšu', node_clone: 'Clone Node', diff --git a/editor/locale/lang.mk.js b/editor/locale/lang.mk.js index 9488f434..b3da97d9 100644 --- a/editor/locale/lang.mk.js +++ b/editor/locale/lang.mk.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Елементи', docprops: 'Својства на документот', - imagelib: 'Image Library', move_bottom: 'Move to bottom', move_top: 'Поместување на почетокот', node_clone: 'Clone Node', diff --git a/editor/locale/lang.ms.js b/editor/locale/lang.ms.js index ed435c97..6352de6c 100644 --- a/editor/locale/lang.ms.js +++ b/editor/locale/lang.ms.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elemen', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Pindah ke Bawah', move_top: 'Pindah ke Atas', node_clone: 'Clone Node', diff --git a/editor/locale/lang.mt.js b/editor/locale/lang.mt.js index 933b5879..a6ba800c 100644 --- a/editor/locale/lang.mt.js +++ b/editor/locale/lang.mt.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Dokument Properties', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.nl.js b/editor/locale/lang.nl.js index 5a1b2feb..c4d29123 100644 --- a/editor/locale/lang.nl.js +++ b/editor/locale/lang.nl.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Herorienteer pad', ungroup: 'Groepering opheffen', docprops: 'Documenteigenschappen', - imagelib: 'Image Library', move_bottom: 'Naar achtergrond', move_top: 'Naar voorgrond', node_clone: 'Kloon knooppunt', diff --git a/editor/locale/lang.no.js b/editor/locale/lang.no.js index 835bc1da..78847aa0 100644 --- a/editor/locale/lang.no.js +++ b/editor/locale/lang.no.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Dele opp Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Flytt til toppen', node_clone: 'Clone Node', diff --git a/editor/locale/lang.pl.js b/editor/locale/lang.pl.js index 9f9815ff..e77d9c21 100644 --- a/editor/locale/lang.pl.js +++ b/editor/locale/lang.pl.js @@ -127,7 +127,6 @@ export default { reorient_path: 'Zresetuj obwiednię', ungroup: 'Rozgrupuj elementy', docprops: 'Właściwości dokumentu', - imagelib: 'Biblioteka obrazów', move_bottom: 'Przenieś pod spód', move_top: 'Przenieś na wierzch', node_clone: 'Klonuj węzeł', diff --git a/editor/locale/lang.pt-BR.js b/editor/locale/lang.pt-BR.js index f91be841..29dd84ef 100644 --- a/editor/locale/lang.pt-BR.js +++ b/editor/locale/lang.pt-BR.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorientar contorno', ungroup: 'Desagrupar Elementos', docprops: 'Propriedades', - imagelib: 'Biblioteca de Imagens', move_bottom: 'Mover para o fundo', move_top: 'Mover para o topo', node_clone: 'Clonar Aresta', diff --git a/editor/locale/lang.pt-PT.js b/editor/locale/lang.pt-PT.js index bab06595..7643bda8 100644 --- a/editor/locale/lang.pt-PT.js +++ b/editor/locale/lang.pt-PT.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Elementos Desagrupar', docprops: 'Propriedades do Documento', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.ro.js b/editor/locale/lang.ro.js index 14df382a..e7c82ad7 100644 --- a/editor/locale/lang.ro.js +++ b/editor/locale/lang.ro.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorientează Traiectoria', ungroup: 'Anulare Grupare Elemente', docprops: 'Proprietăţile Documentului', - imagelib: 'Bibliotecă de Imagini', move_bottom: 'Mutare în jos', move_top: 'Mutare în sus', node_clone: 'Clonează Punct', diff --git a/editor/locale/lang.ru.js b/editor/locale/lang.ru.js index 6592424b..e5ae878a 100644 --- a/editor/locale/lang.ru.js +++ b/editor/locale/lang.ru.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Изменить ориентацию контура', ungroup: 'Разгруппировать элементы', docprops: 'Свойства документа', - imagelib: 'Image Library', move_bottom: 'Опустить', move_top: 'Поднять', node_clone: 'Создать копию узла', diff --git a/editor/locale/lang.sk.js b/editor/locale/lang.sk.js index 23f9c765..ee04cde2 100644 --- a/editor/locale/lang.sk.js +++ b/editor/locale/lang.sk.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Zmeniť orientáciu krivky', ungroup: 'Zrušiť skupinu', docprops: 'Vlastnosti dokumentu', - imagelib: 'Knižnica obrázkov', move_bottom: 'Presunúť spodok', move_top: 'Presunúť na vrch', node_clone: 'Klonovať uzol', diff --git a/editor/locale/lang.sl.js b/editor/locale/lang.sl.js index 5223e142..a72c3715 100644 --- a/editor/locale/lang.sl.js +++ b/editor/locale/lang.sl.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient pot', ungroup: 'Razdruži elemente', docprops: 'Lastnosti dokumenta', - imagelib: 'Knjižnica slik', move_bottom: 'Premakni na dno', move_top: 'Premakni na vrh', node_clone: 'Kloniraj oglišče', diff --git a/editor/locale/lang.sq.js b/editor/locale/lang.sq.js index 70c7bd2d..01782fde 100644 --- a/editor/locale/lang.sq.js +++ b/editor/locale/lang.sq.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Elemente Ungroup', docprops: 'Dokumenti Prona', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.sr.js b/editor/locale/lang.sr.js index 76f19012..a7d466fa 100644 --- a/editor/locale/lang.sr.js +++ b/editor/locale/lang.sr.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Разгрупирање Елементи', docprops: 'Особине документа', - imagelib: 'Image Library', move_bottom: 'Премести на доле', move_top: 'Премести на врх', node_clone: 'Clone Node', diff --git a/editor/locale/lang.sv.js b/editor/locale/lang.sv.js index 3250841d..fcf98153 100644 --- a/editor/locale/lang.sv.js +++ b/editor/locale/lang.sv.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Dela Elements', docprops: 'Dokumentegenskaper', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Flytta till början', node_clone: 'Clone Node', diff --git a/editor/locale/lang.sw.js b/editor/locale/lang.sw.js index c6a1586a..e97c8e1c 100644 --- a/editor/locale/lang.sw.js +++ b/editor/locale/lang.sw.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Kuhama Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.test.js b/editor/locale/lang.test.js index eb697a87..92f0e0f2 100644 --- a/editor/locale/lang.test.js +++ b/editor/locale/lang.test.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Move to Bottom', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.th.js b/editor/locale/lang.th.js index 32fd4393..876fdf64 100644 --- a/editor/locale/lang.th.js +++ b/editor/locale/lang.th.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'องค์ประกอบ Ungroup', docprops: 'คุณสมบัติของเอกสาร', - imagelib: 'Image Library', move_bottom: 'ย้ายไปด้านล่าง', move_top: 'ย้ายไปด้านบน', node_clone: 'Clone Node', diff --git a/editor/locale/lang.tl.js b/editor/locale/lang.tl.js index d8888f46..06963af4 100644 --- a/editor/locale/lang.tl.js +++ b/editor/locale/lang.tl.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Sangkap', docprops: 'Document Katangian', - imagelib: 'Image Library', move_bottom: 'Ilipat sa Ibaba', move_top: 'Ilipat sa Tuktok', node_clone: 'Clone Node', diff --git a/editor/locale/lang.tr.js b/editor/locale/lang.tr.js index 8a101e23..309c25bf 100644 --- a/editor/locale/lang.tr.js +++ b/editor/locale/lang.tr.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Çöz Elemanları', docprops: 'Belge Özellikleri', - imagelib: 'Image Library', move_bottom: 'Altına gider', move_top: 'Üste taşı', node_clone: 'Clone Node', diff --git a/editor/locale/lang.uk.js b/editor/locale/lang.uk.js index 141d7064..79244a47 100644 --- a/editor/locale/lang.uk.js +++ b/editor/locale/lang.uk.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Елементи розгрупувати', docprops: 'Властивості документа', - imagelib: 'Image Library', move_bottom: 'Перемістити вниз', move_top: 'Перемістити догори', node_clone: 'Clone Node', diff --git a/editor/locale/lang.vi.js b/editor/locale/lang.vi.js index 824db999..2a119caa 100644 --- a/editor/locale/lang.vi.js +++ b/editor/locale/lang.vi.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: 'Document Properties', - imagelib: 'Image Library', move_bottom: 'Chuyển đến đáy', move_top: 'Move to Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.yi.js b/editor/locale/lang.yi.js index 2aeb1789..4e42e20b 100644 --- a/editor/locale/lang.yi.js +++ b/editor/locale/lang.yi.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'ונגראָופּ עלעמענץ', docprops: 'דאָקומענט פּראָפּערטיעס', - imagelib: 'Image Library', move_bottom: 'מאַך צו באָטטאָם', move_top: 'באַוועגן צו Top', node_clone: 'Clone Node', diff --git a/editor/locale/lang.zh-CN.js b/editor/locale/lang.zh-CN.js index 59076745..caa03d08 100644 --- a/editor/locale/lang.zh-CN.js +++ b/editor/locale/lang.zh-CN.js @@ -126,7 +126,6 @@ export default { reorient_path: '调整路径', ungroup: '取消组合元素', docprops: '文档属性', - imagelib: '图像库', move_bottom: '移至底部', move_top: '移至顶部', node_clone: '复制节点', diff --git a/editor/locale/lang.zh-HK.js b/editor/locale/lang.zh-HK.js index 30447728..e2e821f1 100644 --- a/editor/locale/lang.zh-HK.js +++ b/editor/locale/lang.zh-HK.js @@ -126,7 +126,6 @@ export default { reorient_path: 'Reorient path', ungroup: 'Ungroup Elements', docprops: '文档属性', - imagelib: 'Image Library', move_bottom: '移至底部', move_top: '移动到顶部', node_clone: 'Clone Node', diff --git a/editor/locale/lang.zh-TW.js b/editor/locale/lang.zh-TW.js index 2cb3b9ca..1e544bfa 100644 --- a/editor/locale/lang.zh-TW.js +++ b/editor/locale/lang.zh-TW.js @@ -126,7 +126,6 @@ export default { reorient_path: '調整路徑', ungroup: '取消群組', docprops: '文件屬性', - imagelib: 'Image Library', move_bottom: '移至底部', move_top: '移動到頂部', node_clone: '增加節點',