#97 i18n translation changes

This commit is contained in:
Agriya Dev5
2021-05-18 16:31:11 +05:30
parent 65f0cd01d1
commit bbf41a788f
62 changed files with 1057 additions and 293 deletions

View File

@@ -25,7 +25,17 @@ export default {
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity',
group_identify_label: 'Group identification label',
class: 'Element class',
serif: 'Serif',
sans_serif: 'Sans-serif',
cursive: 'Cursive',
fantasy: 'Fantasy',
monospace: 'Monospace',
courier: 'Courier',
helvetica: 'Helvetica',
times: 'times'
},
properties: {
id: 'Идентификатор элемента',
@@ -147,7 +157,10 @@ export default {
move_front: 'На передний план',
move_up: 'Передвинуть вперед',
move_down: 'Передвинуть назад',
move_back: 'На задний план'
move_back: 'На задний план',
tool_unlink_use: 'Break link to reference element (make unique)',
ellipse_circle_tool: 'Ellipse/Circle Tool',
square_rect_tool: 'Square/Rect Tool'
},
layers: {
layer: 'Слой',