#99 language file updated

This commit is contained in:
Agriya Dev5
2021-05-19 18:11:23 +05:30
parent 8df421d643
commit 7b6a7d6594
57 changed files with 812 additions and 293 deletions

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Změnit ID elementu', id: 'Změnit ID elementu',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Hlavní menu', main_menu: 'Hlavní menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Vrstva', layer: 'Vrstva',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Nevhodná hodnota', invalidAttrValGiven: 'Nevhodná hodnota',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -157,7 +161,12 @@ export default {
move_front: 'Bring to Front', move_front: 'Bring to Front',
move_up: 'Bring Forward', move_up: 'Bring Forward',
move_down: 'Send Backward', 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',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +209,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +239,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Element identifizieren', id: 'Element identifizieren',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Hauptmenü', main_menu: 'Hauptmenü',
@@ -160,7 +164,9 @@ export default {
move_back: 'Nach ganz unten verschieben', move_back: 'Nach ganz unten verschieben',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Ebene', layer: 'Ebene',
@@ -200,7 +206,8 @@ export default {
grid: 'Gitternetz', grid: 'Gitternetz',
snapping_onoff: 'Einrasten an/aus', snapping_onoff: 'Einrasten an/aus',
snapping_stepsize: 'Einrastabstand:', snapping_stepsize: 'Einrastabstand:',
grid_color: 'Gitterfarbe' grid_color: 'Gitterfarbe',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Fehlerhafter Wert', invalidAttrValGiven: 'Fehlerhafter Wert',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menú principal', main_menu: 'Menú principal',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Capa', layer: 'Capa',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: "Done",
}, },
notification: { notification: {
invalidAttrValGiven: 'Valor no válido', invalidAttrValGiven: 'Valor no válido',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: '‫لایه‬', layer: '‫لایه‬',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: '‫مقدار داده شده نامعتبر است‬', invalidAttrValGiven: '‫مقدار داده شده نامعتبر است‬',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: "Identifier l'élément", id: "Identifier l'élément",
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menu principal', main_menu: 'Menu principal',
@@ -160,7 +164,9 @@ export default {
move_back: 'Placer au fond', move_back: 'Placer au fond',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Calque', layer: 'Calque',
@@ -200,7 +206,8 @@ export default {
grid: 'Grille', grid: 'Grille',
snapping_onoff: 'Ancrer oui/non', snapping_onoff: 'Ancrer oui/non',
snapping_stepsize: "Pas d'ancrage :", snapping_stepsize: "Pas d'ancrage :",
grid_color: 'Couleur de la grille' grid_color: 'Couleur de la grille',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Valeur fournie invalide', invalidAttrValGiven: 'Valeur fournie invalide',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Laach', layer: 'Laach',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Ferkearde waarde jûn', invalidAttrValGiven: 'Ferkearde waarde jûn',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'परत', layer: 'परत',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'अमान्य मूल्य', invalidAttrValGiven: 'अमान्य मूल्य',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: "Identifica l'elemento", id: "Identifica l'elemento",
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menù principale', main_menu: 'Menù principale',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Livello', layer: 'Livello',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Valore assegnato non valido', invalidAttrValGiven: 'Valore assegnato non valido',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'レイヤ', layer: 'レイヤ',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: '無効な値が指定されています。', invalidAttrValGiven: '無効な値が指定されています。',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identificeer het element', id: 'Identificeer het element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Hoofdmenu', main_menu: 'Hoofdmenu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Laag', layer: 'Laag',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Verkeerde waarde gegeven', invalidAttrValGiven: 'Verkeerde waarde gegeven',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -27,7 +27,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identyfikator elementu', id: 'Identyfikator elementu',
@@ -84,7 +85,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menu główne', main_menu: 'Menu główne',
@@ -161,7 +165,9 @@ export default {
move_back: 'Przenieś do tyłu', move_back: 'Przenieś do tyłu',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Warstwa', layer: 'Warstwa',
@@ -201,7 +207,8 @@ export default {
grid: 'Siatka', grid: 'Siatka',
snapping_onoff: 'Włącz/wyłącz przyciąganie', snapping_onoff: 'Włącz/wyłącz przyciąganie',
snapping_stepsize: 'Przyciągaj co:', snapping_stepsize: 'Przyciągaj co:',
grid_color: 'Kolor siatki' grid_color: 'Kolor siatki',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Podano nieprawidłową wartość', invalidAttrValGiven: 'Podano nieprawidłową wartość',
@@ -230,6 +237,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identifica o elemento', id: 'Identifica o elemento',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menu Principal', main_menu: 'Menu Principal',
@@ -160,7 +164,9 @@ export default {
move_back: 'Enviar para Trás', move_back: 'Enviar para Trás',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Camada', layer: 'Camada',
@@ -199,7 +205,9 @@ export default {
base_unit: 'Unidade base:', base_unit: 'Unidade base:',
grid: 'Grade', grid: 'Grade',
snapping_onoff: 'Snap on/off', snapping_onoff: 'Snap on/off',
snapping_stepsize: 'Intensidade do Snap:' snapping_stepsize: 'Intensidade do Snap:',
grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Valor inválido', invalidAttrValGiven: 'Valor inválido',
@@ -228,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identificare element', id: 'Identificare element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Menu Principal', main_menu: 'Menu Principal',
@@ -160,7 +164,9 @@ export default {
move_back: 'Trimite in spate', move_back: 'Trimite in spate',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Strat', layer: 'Strat',
@@ -199,7 +205,9 @@ export default {
base_unit: 'Unitate de baza:', base_unit: 'Unitate de baza:',
grid: 'Caroiaj', grid: 'Caroiaj',
snapping_onoff: 'Fixare on/off', snapping_onoff: 'Fixare on/off',
snapping_stepsize: 'Dimensiunea pasului de fixare:' snapping_stepsize: 'Dimensiunea pasului de fixare:',
grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Valoarea data nu este validă', invalidAttrValGiven: 'Valoarea data nu este validă',
@@ -228,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -27,15 +27,7 @@ export default {
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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', group_identify_label: 'Group identification label',
class: 'Element class', export_type_label: 'Select an image type for export:',
serif: 'Serif',
sans_serif: 'Sans-serif',
cursive: 'Cursive',
fantasy: 'Fantasy',
monospace: 'Monospace',
courier: 'Courier',
helvetica: 'Helvetica',
times: 'times'
}, },
properties: { properties: {
id: 'Идентификатор элемента', id: 'Идентификатор элемента',
@@ -83,7 +75,19 @@ export default {
italic: 'Курсив', italic: 'Курсив',
text_anchor_start: 'Align the text in start', text_anchor_start: 'Align the text in start',
text_anchor_middle: 'Align the text in middle', 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: { tools: {
main_menu: 'Главное меню', main_menu: 'Главное меню',
@@ -160,7 +164,9 @@ export default {
move_back: 'На задний план', move_back: 'На задний план',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Слой', layer: 'Слой',
@@ -200,7 +206,8 @@ export default {
grid: 'Сетка', grid: 'Сетка',
snapping_onoff: 'Привязка вкл/выкл', snapping_onoff: 'Привязка вкл/выкл',
snapping_stepsize: 'Шаг привязки:', snapping_stepsize: 'Шаг привязки:',
grid_color: 'Цвет сетки' grid_color: 'Цвет сетки',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Некорректное значение аргумента', invalidAttrValGiven: 'Некорректное значение аргумента',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Размытые элементы отображены как неразмытые', exportNoBlur: 'Размытые элементы отображены как неразмытые',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', exportNoDashArray: 'Strokes will appear filled',
exportNoText: 'Текст может показываться не так как должен' exportNoText: 'Текст может показываться не так как должен',
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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Zmeniť ID elementu', id: 'Zmeniť ID elementu',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Hlavné menu', main_menu: 'Hlavné menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Zasuň dozadu', move_back: 'Zasuň dozadu',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Vrstva', layer: 'Vrstva',
@@ -200,7 +206,8 @@ export default {
grid: 'Mriežka', grid: 'Mriežka',
snapping_onoff: 'Priväzovanie (do mriežky) zap/vyp', snapping_onoff: 'Priväzovanie (do mriežky) zap/vyp',
snapping_stepsize: 'Priväzovanie (do mriežky) veľkosť kroku:', snapping_stepsize: 'Priväzovanie (do mriežky) veľkosť kroku:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Neplatná hodnota', invalidAttrValGiven: 'Neplatná hodnota',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'ID elementa', id: 'ID elementa',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Glavni meni', main_menu: 'Glavni meni',
@@ -160,7 +164,9 @@ export default {
move_back: 'Postavi v ozadje', move_back: 'Postavi v ozadje',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Sloj', layer: 'Sloj',
@@ -199,7 +205,9 @@ export default {
base_unit: 'Osnovne enote', base_unit: 'Osnovne enote',
grid: 'Mreža', grid: 'Mreža',
snapping_onoff: 'Pripni na mrežo DA/NE', snapping_onoff: 'Pripni na mrežo DA/NE',
snapping_stepsize: 'Snapping Step-Size:' snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Napačna vrednost!', invalidAttrValGiven: 'Napačna vrednost!',
@@ -228,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: '元素ID', id: '元素ID',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: '主菜单', main_menu: '主菜单',
@@ -160,7 +164,9 @@ export default {
move_back: '移至底部', move_back: '移至底部',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: '图层', layer: '图层',
@@ -200,7 +206,8 @@ export default {
grid: '网格', grid: '网格',
snapping_onoff: '吸附开/关', snapping_onoff: '吸附开/关',
snapping_stepsize: '吸附步长:', snapping_stepsize: '吸附步长:',
grid_color: '网格颜色' grid_color: '网格颜色',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: '无效的参数', invalidAttrValGiven: '无效的参数',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: 'Layer', layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: 'Invalid value given', invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };

View File

@@ -26,7 +26,8 @@ export default {
pathCtrlPtTooltip: 'Drag control point to adjust curve properties', pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', 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' group_identify_label: 'Group identification label',
export_type_label: 'Select an image type for export:',
}, },
properties: { properties: {
id: 'Identify the element', id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace', monospace: 'Monospace',
courier: 'Courier', courier: 'Courier',
helvetica: 'Helvetica', helvetica: 'Helvetica',
times: 'times' 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: { tools: {
main_menu: 'Main Menu', main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
move_back: 'Send to Back', move_back: 'Send to Back',
tool_unlink_use: 'Break link to reference element (make unique)', tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool', ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool' square_rect_tool: 'Square/Rect Tool',
remember_this_choice: 'Remember this choice?',
remember_this_choice_title: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.',
}, },
layers: { layers: {
layer: '圖層', layer: '圖層',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid', grid: 'Grid',
snapping_onoff: 'Snapping on/off', snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:', snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color' grid_color: 'Grid color',
done: 'Done',
}, },
notification: { notification: {
invalidAttrValGiven: '數值給定錯誤', invalidAttrValGiven: '數值給定錯誤',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred', exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear', exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled', 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.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
} }
}; };