#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',
pick_stroke_paint_opacity: 'Pick a Stroke 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: {
id: 'Identify the element',
@@ -83,7 +84,10 @@ export default {
monospace: 'Monospace',
courier: 'Courier',
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: {
main_menu: 'Main Menu',
@@ -160,7 +164,9 @@ export default {
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'
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: {
layer: 'Layer',
@@ -200,7 +206,8 @@ export default {
grid: 'Grid',
snapping_onoff: 'Snapping on/off',
snapping_stepsize: 'Snapping Step-Size:',
grid_color: 'Grid color'
grid_color: 'Grid color',
done: "Done",
},
notification: {
invalidAttrValGiven: 'Invalid value given',
@@ -229,6 +236,8 @@ export default {
exportNoBlur: 'Blurred elements will appear as un-blurred',
exportNoforeignObject: 'foreignObject elements will not appear',
exportNoDashArray: 'Strokes will appear filled',
exportNoText: 'Text may not appear as expected'
exportNoText: 'Text may not appear as expected',
editorPreferencesMsg: 'By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.',
source_dialog_note: 'Copy the contents of this box into a text editor, then save the file with a .svg extension.'
}
};