Enhancement: Add text anchor to texts

This commit is contained in:
Timo Dittmann
2020-12-08 10:37:48 +01:00
parent ea7156232e
commit 6bf68e575d
67 changed files with 732 additions and 65 deletions

View File

@@ -70,7 +70,10 @@ export default {
font_family: 'フォントファミリーの変更',
font_size: '文字サイズの変更',
bold: '太字',
italic: 'イタリック体'
italic: 'イタリック体',
text_anchor_start: 'Align the text in start',
text_anchor_middle: 'Align the text in middle',
text_anchor_end: 'Align the text in end'
},
tools: {
main_menu: 'Main Menu',