diff --git a/package-lock.json b/package-lock.json index d8023e05..bca6d7db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4253,6 +4253,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -7350,6 +7351,7 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", + "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -9942,7 +9944,8 @@ "esprima": "^4.0.1", "estraverse": "^4.2.0", "esutils": "^2.0.2", - "optionator": "^0.8.1" + "optionator": "^0.8.1", + "source-map": "~0.6.1" }, "bin": { "escodegen": "bin/escodegen.js", @@ -14726,7 +14729,8 @@ "canvg": "^3.0.6", "core-js": "^3.6.0", "dompurify": "^2.2.0", - "fflate": "^0.4.8" + "fflate": "^0.4.8", + "html2canvas": "^1.0.0-rc.5" }, "optionalDependencies": { "html2canvas": "^1.0.0-rc.5" @@ -16285,6 +16289,7 @@ "integrity": "sha512-akCrLDWfbdAWkMLBxJEeWTdNsjML+dt5YgOI4gJ53vuO0vrmYQkUPxa6j6V65s9CcePIr2SSWqjT2EcrNseryQ==", "dev": true, "dependencies": { + "encoding": "^0.1.12", "minipass": "^3.1.0", "minipass-sized": "^1.0.3", "minizlib": "^2.0.0" @@ -16526,6 +16531,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -20278,6 +20284,9 @@ "version": "2.47.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.47.0.tgz", "integrity": "sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==", + "dependencies": { + "fsevents": "~2.3.1" + }, "bin": { "rollup": "dist/bin/rollup" }, @@ -22853,6 +22862,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", diff --git a/src/editor/locale/lang.af.js b/src/editor/locale/lang.af.js index 65aa4e52..73831393 100644 --- a/src/editor/locale/lang.af.js +++ b/src/editor/locale/lang.af.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.ar.js b/src/editor/locale/lang.ar.js index 9fcd5f5e..b9a290f8 100644 --- a/src/editor/locale/lang.ar.js +++ b/src/editor/locale/lang.ar.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'مائل نص', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.az.js b/src/editor/locale/lang.az.js index 892f4eff..5fa4ca5b 100644 --- a/src/editor/locale/lang.az.js +++ b/src/editor/locale/lang.az.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.be.js b/src/editor/locale/lang.be.js index 26e56812..11813d9c 100644 --- a/src/editor/locale/lang.be.js +++ b/src/editor/locale/lang.be.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Нахілены тэкст', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.bg.js b/src/editor/locale/lang.bg.js index 31a0c60a..d476606b 100644 --- a/src/editor/locale/lang.bg.js +++ b/src/editor/locale/lang.bg.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Курсив текст', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.ca.js b/src/editor/locale/lang.ca.js index c63a448f..40c09556 100644 --- a/src/editor/locale/lang.ca.js +++ b/src/editor/locale/lang.ca.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Text en cursiva', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.cs.js b/src/editor/locale/lang.cs.js index 698b86bd..5885bff4 100644 --- a/src/editor/locale/lang.cs.js +++ b/src/editor/locale/lang.cs.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Změnit ID elementu', @@ -73,7 +74,16 @@ export default { italic: 'Kurzíva', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Hlavní menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Vrstva', diff --git a/src/editor/locale/lang.cy.js b/src/editor/locale/lang.cy.js index 3d1f7722..d00322fa 100644 --- a/src/editor/locale/lang.cy.js +++ b/src/editor/locale/lang.cy.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italig Testun', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.da.js b/src/editor/locale/lang.da.js index e915730a..03042427 100644 --- a/src/editor/locale/lang.da.js +++ b/src/editor/locale/lang.da.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -161,7 +171,10 @@ export default { merge_down: 'Merge Down', merge_all: 'Merge All', move_elems_to: 'Move elements to:', - move_selected: 'Move selected elements to a different layer' + move_selected: 'Move selected elements to a different layer', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, config: { image_props: 'Image Properties', diff --git a/src/editor/locale/lang.de.js b/src/editor/locale/lang.de.js index e7925bd9..982016d2 100644 --- a/src/editor/locale/lang.de.js +++ b/src/editor/locale/lang.de.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Element identifizieren', @@ -73,7 +74,16 @@ export default { italic: 'Kursiver Text', text_anchor_start: 'Den Text linksbündig ausrichten', text_anchor_middle: 'Den Text zentriert ausrichten', - text_anchor_end: 'Den Text rechtsbündig ausrichten' + text_anchor_end: 'Den Text rechtsbündig ausrichten', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Hauptmenü', @@ -147,7 +157,10 @@ export default { move_front: 'Nach ganz oben verschieben', move_up: 'Hochschieben', move_down: 'Herunterschieben', - move_back: 'Nach ganz unten verschieben' + move_back: 'Nach ganz unten verschieben', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Ebene', diff --git a/src/editor/locale/lang.el.js b/src/editor/locale/lang.el.js index f53f32aa..390a81a7 100644 --- a/src/editor/locale/lang.el.js +++ b/src/editor/locale/lang.el.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Πλάγιους', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.en.js b/src/editor/locale/lang.en.js index 1b94fb2c..a88a6603 100644 --- a/src/editor/locale/lang.en.js +++ b/src/editor/locale/lang.en.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,19 @@ export default { italic: 'Italic Text [I]', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times', + prefs_and_content: 'Store preferences and SVG content locally', + prefs_only: 'Only store preferences locally', + no_prefs_or_content: 'Do not store my preferences or SVG content locally' }, tools: { main_menu: 'Main Menu', @@ -147,7 +160,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', @@ -216,6 +232,7 @@ export default { exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoforeignObject: 'foreignObject elements will not appear', exportNoDashArray: 'Strokes will appear filled', - exportNoText: 'Text may not appear as expected' + exportNoText: 'Text may not appear as expected', + editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.' } }; diff --git a/src/editor/locale/lang.es.js b/src/editor/locale/lang.es.js index 092f5d2a..e73db384 100644 --- a/src/editor/locale/lang.es.js +++ b/src/editor/locale/lang.es.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Texto en cursiva', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menú principal', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Capa', diff --git a/src/editor/locale/lang.et.js b/src/editor/locale/lang.et.js index a7180e04..384647e6 100644 --- a/src/editor/locale/lang.et.js +++ b/src/editor/locale/lang.et.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursiiv', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.fa.js b/src/editor/locale/lang.fa.js index 08f8539d..f42a65d6 100644 --- a/src/editor/locale/lang.fa.js +++ b/src/editor/locale/lang.fa.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'متن کج ', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'لایه', diff --git a/src/editor/locale/lang.fi.js b/src/editor/locale/lang.fi.js index bd53255e..a2f78237 100644 --- a/src/editor/locale/lang.fi.js +++ b/src/editor/locale/lang.fi.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursivoitu', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.fr.js b/src/editor/locale/lang.fr.js index e1b0e9c3..0da882af 100644 --- a/src/editor/locale/lang.fr.js +++ b/src/editor/locale/lang.fr.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: "Identifier l'élément", @@ -73,7 +74,16 @@ export default { italic: 'Texte en italique', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menu principal', @@ -147,7 +157,10 @@ export default { move_front: 'Placer au premier plan', move_up: "Avancer d'un plan", move_down: "Reculer d'un plan", - move_back: 'Placer au fond' + move_back: 'Placer au fond', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Calque', diff --git a/src/editor/locale/lang.fy.js b/src/editor/locale/lang.fy.js index aacfaafc..777ecaa4 100644 --- a/src/editor/locale/lang.fy.js +++ b/src/editor/locale/lang.fy.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Skean', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Laach', diff --git a/src/editor/locale/lang.ga.js b/src/editor/locale/lang.ga.js index 59d5e5d9..b7e5a57c 100644 --- a/src/editor/locale/lang.ga.js +++ b/src/editor/locale/lang.ga.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Iodálach Téacs', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.gl.js b/src/editor/locale/lang.gl.js index 7fc2d6f6..0fe66e4f 100644 --- a/src/editor/locale/lang.gl.js +++ b/src/editor/locale/lang.gl.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Texto en cursiva', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.he.js b/src/editor/locale/lang.he.js index f69a9d70..14bf96b8 100755 --- a/src/editor/locale/lang.he.js +++ b/src/editor/locale/lang.he.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'טקסט נטוי', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.hi.js b/src/editor/locale/lang.hi.js index 4c2813db..52b63b1c 100644 --- a/src/editor/locale/lang.hi.js +++ b/src/editor/locale/lang.hi.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'इटैलिक पाठ', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'परत', diff --git a/src/editor/locale/lang.hr.js b/src/editor/locale/lang.hr.js index b130a753..afac52de 100644 --- a/src/editor/locale/lang.hr.js +++ b/src/editor/locale/lang.hr.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.hu.js b/src/editor/locale/lang.hu.js index 876d56c3..0f6fe4e6 100644 --- a/src/editor/locale/lang.hu.js +++ b/src/editor/locale/lang.hu.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Dőlt szöveg', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.hy.js b/src/editor/locale/lang.hy.js index 10bc87f0..232b6082 100644 --- a/src/editor/locale/lang.hy.js +++ b/src/editor/locale/lang.hy.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.id.js b/src/editor/locale/lang.id.js index 7300cfac..6ec67e24 100644 --- a/src/editor/locale/lang.id.js +++ b/src/editor/locale/lang.id.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Teks', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.is.js b/src/editor/locale/lang.is.js index 7f0816d8..3969accc 100644 --- a/src/editor/locale/lang.is.js +++ b/src/editor/locale/lang.is.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.it.js b/src/editor/locale/lang.it.js index 69afc948..3469b40f 100644 --- a/src/editor/locale/lang.it.js +++ b/src/editor/locale/lang.it.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: "Identifica l'elemento", @@ -73,7 +74,16 @@ export default { italic: 'Corsivo', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menù principale', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Livello', diff --git a/src/editor/locale/lang.ja.js b/src/editor/locale/lang.ja.js index 4d97e1db..c4ae5539 100644 --- a/src/editor/locale/lang.ja.js +++ b/src/editor/locale/lang.ja.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'イタリック体', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'レイヤ', diff --git a/src/editor/locale/lang.ko.js b/src/editor/locale/lang.ko.js index a6da45f9..757009ba 100644 --- a/src/editor/locale/lang.ko.js +++ b/src/editor/locale/lang.ko.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: '기울임꼴 텍스트', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.lt.js b/src/editor/locale/lang.lt.js index cc42c6e1..86a2d474 100644 --- a/src/editor/locale/lang.lt.js +++ b/src/editor/locale/lang.lt.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursyvas', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.lv.js b/src/editor/locale/lang.lv.js index b93d6f1a..4b8719df 100644 --- a/src/editor/locale/lang.lv.js +++ b/src/editor/locale/lang.lv.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursīvs', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.mk.js b/src/editor/locale/lang.mk.js index fdd4cb0b..baaaa941 100644 --- a/src/editor/locale/lang.mk.js +++ b/src/editor/locale/lang.mk.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic текст', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.ms.js b/src/editor/locale/lang.ms.js index 520f1612..9d1b6f8e 100644 --- a/src/editor/locale/lang.ms.js +++ b/src/editor/locale/lang.ms.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Teks', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.mt.js b/src/editor/locale/lang.mt.js index 9ef7d9d1..5c6444be 100644 --- a/src/editor/locale/lang.mt.js +++ b/src/editor/locale/lang.mt.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Test korsiv', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.nl.js b/src/editor/locale/lang.nl.js index a9f92bc0..318e557b 100644 --- a/src/editor/locale/lang.nl.js +++ b/src/editor/locale/lang.nl.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identificeer het element', @@ -73,7 +74,16 @@ export default { italic: 'Cursief', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Hoofdmenu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Laag', diff --git a/src/editor/locale/lang.no.js b/src/editor/locale/lang.no.js index 86880825..d95124d4 100644 --- a/src/editor/locale/lang.no.js +++ b/src/editor/locale/lang.no.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursiv tekst', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.pl.js b/src/editor/locale/lang.pl.js index 2ab816c2..a36afa74 100644 --- a/src/editor/locale/lang.pl.js +++ b/src/editor/locale/lang.pl.js @@ -26,7 +26,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identyfikator elementu', @@ -74,7 +75,16 @@ export default { italic: 'Kursywa', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menu główne', @@ -148,7 +158,10 @@ export default { move_front: 'Przenieś do przodu', move_up: 'Przenieś warstwę w górę', move_down: 'Przenieś warstwę w dół', - move_back: 'Przenieś do tyłu' + move_back: 'Przenieś do tyłu', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Warstwa', diff --git a/src/editor/locale/lang.pt-BR.js b/src/editor/locale/lang.pt-BR.js index 5161c3eb..4a730793 100644 --- a/src/editor/locale/lang.pt-BR.js +++ b/src/editor/locale/lang.pt-BR.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identifica o elemento', @@ -73,7 +74,16 @@ export default { italic: 'Italico', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menu Principal', @@ -147,7 +157,10 @@ export default { move_front: 'Trazer para Frente', move_up: 'Avançar', move_down: 'Recuar', - move_back: 'Enviar para Trás' + move_back: 'Enviar para Trás', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Camada', diff --git a/src/editor/locale/lang.pt-PT.js b/src/editor/locale/lang.pt-PT.js index e7ebd230..9329037b 100644 --- a/src/editor/locale/lang.pt-PT.js +++ b/src/editor/locale/lang.pt-PT.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Texto em itálico', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.ro.js b/src/editor/locale/lang.ro.js index cd27d708..1e8ac950 100644 --- a/src/editor/locale/lang.ro.js +++ b/src/editor/locale/lang.ro.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identificare element', @@ -73,7 +74,16 @@ export default { italic: 'Text Înclinat', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Menu Principal', @@ -147,7 +157,10 @@ export default { move_front: 'Pune in faţa', move_up: 'Pune in spate', move_down: 'Trimite in faţa', - move_back: 'Trimite in spate' + move_back: 'Trimite in spate', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Strat', diff --git a/src/editor/locale/lang.ru.js b/src/editor/locale/lang.ru.js index 8668ccc4..42120d96 100644 --- a/src/editor/locale/lang.ru.js +++ b/src/editor/locale/lang.ru.js @@ -25,7 +25,17 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, properties: { id: 'Идентификатор элемента', @@ -147,7 +157,10 @@ export default { move_front: 'На передний план', move_up: 'Передвинуть вперед', move_down: 'Передвинуть назад', - move_back: 'На задний план' + move_back: 'На задний план', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Слой', diff --git a/src/editor/locale/lang.sk.js b/src/editor/locale/lang.sk.js index df0aa3d7..2a654965 100644 --- a/src/editor/locale/lang.sk.js +++ b/src/editor/locale/lang.sk.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Zmeniť ID elementu', @@ -73,7 +74,16 @@ export default { italic: 'Kurzíva', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Hlavné menu', @@ -147,7 +157,10 @@ export default { move_front: 'Vysuň navrch', move_up: 'Vysuň vpred', move_down: 'Zasuň na spodok', - move_back: 'Zasuň dozadu' + move_back: 'Zasuň dozadu', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Vrstva', diff --git a/src/editor/locale/lang.sl.js b/src/editor/locale/lang.sl.js index ee4fe310..8e5307f9 100644 --- a/src/editor/locale/lang.sl.js +++ b/src/editor/locale/lang.sl.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'ID elementa', @@ -73,7 +74,16 @@ export default { italic: 'Poševno', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Glavni meni', @@ -147,7 +157,10 @@ export default { move_front: 'Postavi v ospredje', move_up: 'Pomakni naporej', move_down: 'Pomakni nazaj', - move_back: 'Postavi v ozadje' + move_back: 'Postavi v ozadje', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Sloj', diff --git a/src/editor/locale/lang.sq.js b/src/editor/locale/lang.sq.js index 34df0832..11a2d58a 100644 --- a/src/editor/locale/lang.sq.js +++ b/src/editor/locale/lang.sq.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.sr.js b/src/editor/locale/lang.sr.js index 0ed665a0..743e94dd 100644 --- a/src/editor/locale/lang.sr.js +++ b/src/editor/locale/lang.sr.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Италиц текст', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.sv.js b/src/editor/locale/lang.sv.js index 162cb305..c7be7324 100644 --- a/src/editor/locale/lang.sv.js +++ b/src/editor/locale/lang.sv.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Kursiv text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.sw.js b/src/editor/locale/lang.sw.js index cac3dc76..32adecdd 100644 --- a/src/editor/locale/lang.sw.js +++ b/src/editor/locale/lang.sw.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italiki Nakala', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.test.js b/src/editor/locale/lang.test.js index fa9898e5..9f2d2165 100644 --- a/src/editor/locale/lang.test.js +++ b/src/editor/locale/lang.test.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Move Layer Up', move_down: 'Move Layer Down', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.th.js b/src/editor/locale/lang.th.js index fa14e192..877d1585 100644 --- a/src/editor/locale/lang.th.js +++ b/src/editor/locale/lang.th.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'ข้อความตัวเอียง', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.tl.js b/src/editor/locale/lang.tl.js index 5127745d..9578bdf0 100644 --- a/src/editor/locale/lang.tl.js +++ b/src/editor/locale/lang.tl.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.tr.js b/src/editor/locale/lang.tr.js index 8eb8abf0..7b91ee5d 100644 --- a/src/editor/locale/lang.tr.js +++ b/src/editor/locale/lang.tr.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italik yazı', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.uk.js b/src/editor/locale/lang.uk.js index 3c0724db..5399031c 100644 --- a/src/editor/locale/lang.uk.js +++ b/src/editor/locale/lang.uk.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Похилий текст', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.vi.js b/src/editor/locale/lang.vi.js index 21d1124f..d39a910e 100644 --- a/src/editor/locale/lang.vi.js +++ b/src/editor/locale/lang.vi.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'Italic Text', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.yi.js b/src/editor/locale/lang.yi.js index 96b5ded5..4b38ff09 100644 --- a/src/editor/locale/lang.yi.js +++ b/src/editor/locale/lang.yi.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: 'יטאַליק טעקסט', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.zh-CN.js b/src/editor/locale/lang.zh-CN.js index 5b398faa..c720284d 100644 --- a/src/editor/locale/lang.zh-CN.js +++ b/src/editor/locale/lang.zh-CN.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: '元素ID', @@ -73,7 +74,16 @@ export default { italic: '斜体', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: '主菜单', @@ -147,7 +157,10 @@ export default { move_front: '移至顶部', move_up: '向上移动', move_down: '向下移动', - move_back: '移至底部' + move_back: '移至底部', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: '图层', diff --git a/src/editor/locale/lang.zh-HK.js b/src/editor/locale/lang.zh-HK.js index 82a28246..e90f0224 100644 --- a/src/editor/locale/lang.zh-HK.js +++ b/src/editor/locale/lang.zh-HK.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: '斜体文本', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: 'Layer', diff --git a/src/editor/locale/lang.zh-TW.js b/src/editor/locale/lang.zh-TW.js index a2c1a1cd..dfa5e8a8 100644 --- a/src/editor/locale/lang.zh-TW.js +++ b/src/editor/locale/lang.zh-TW.js @@ -25,7 +25,8 @@ export default { pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type', pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', - pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity' + pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', + group_identify_label: 'Group identification label' }, properties: { id: 'Identify the element', @@ -73,7 +74,16 @@ export default { italic: '斜體', text_anchor_start: 'Align the text in start', text_anchor_middle: 'Align the text in middle', - text_anchor_end: 'Align the text in end' + text_anchor_end: 'Align the text in end', + class: 'Element class', + serif: 'Serif', + sans_serif: 'Sans-serif', + cursive: 'Cursive', + fantasy: 'Fantasy', + monospace: 'Monospace', + courier: 'Courier', + helvetica: 'Helvetica', + times: 'times' }, tools: { main_menu: 'Main Menu', @@ -147,7 +157,10 @@ export default { move_front: 'Bring to Front', move_up: 'Bring Forward', move_down: 'Send Backward', - move_back: 'Send to Back' + move_back: 'Send to Back', + tool_unlink_use: 'Break link to reference element (make unique)', + ellipse_circle_tool: 'Ellipse/Circle Tool', + square_rect_tool: 'Square/Rect Tool' }, layers: { layer: '圖層', diff --git a/src/editor/panels/BottomPanel.js b/src/editor/panels/BottomPanel.js index 03304c90..34191440 100644 --- a/src/editor/panels/BottomPanel.js +++ b/src/editor/panels/BottomPanel.js @@ -28,7 +28,6 @@ class BottomPanel { get multiselected () { return this.editor.multiselected; } - /** * @type {module} */ @@ -39,7 +38,6 @@ class BottomPanel { } this.editor.svgCanvas.setStrokeWidth(val); } - /** * @type {module} */ @@ -60,7 +58,6 @@ class BottomPanel { } const zoom = this.editor.svgCanvas.getZoom(); const wArea = this.editor.workarea; - this.editor.zoomChanged(window, { width: 0, height: 0, @@ -98,7 +95,6 @@ class BottomPanel { $id(btn).disabled = false; }); } - if (bNoStroke && bNoFill) { // eslint-disable-next-line sonarjs/no-identical-functions buttonsNeedingFillAndStroke.forEach((btn) => { @@ -113,7 +109,6 @@ class BottomPanel { $id(btn).disabled = false; }); } - this.editor.svgCanvas.runExtensions( 'toolButtonStateUpdate', /** @type {module:svgcanvas.SvgCanvas#event:ext_toolButtonStateUpdate} */ { @@ -122,7 +117,6 @@ class BottomPanel { } ); } - /** * @type {module} */ @@ -164,13 +158,14 @@ class BottomPanel { } this.updateToolButtonState(); } - /** * @type {module} */ init () { // register actions for Bottom panel const template = document.createElement('template'); + const { i18next } = this.editor; + // eslint-disable-next-line no-unsanitized/property template.innerHTML = `
Layer 1 |