Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0

This commit is contained in:
@changcode
2021-07-19 11:19:09 +08:00
10 changed files with 208 additions and 93 deletions

View File

@@ -1459,7 +1459,17 @@ const en = {
cut: 'Cut',
copy: 'Copy',
paste: 'Paste',
textContent: 'Text content'
textContent: 'Text content',
textAlign: 'Text align',
textBaseline: 'Text baseline',
textOffsetX: 'Text offsetX',
textOffsetY: 'Text offsetY',
left: 'left',
center: 'center',
right: 'right',
topOffsetY: 'top',
middleOffsetY: 'middle',
bottomOffsetY: 'bottom'
},
update: 'Update'
},