Skip to content

Commit

Permalink
Complete the i18n for label alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Oct 14, 2024
1 parent c84aa2d commit 334c8e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editor/i18n/en/modules/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ module.exports = {
'horizontalAlign': {
displayName: 'Horizontal Alignment',
tooltip: 'Horizontal alignment mode.',
tooltip_left: 'Align Left',
tooltip_right: 'Align Right',
tooltip_center: 'Align Center',
},
'verticalAlign': {
displayName: 'Vertical Alignment',
tooltip: 'Vertical alignment mode.',
tooltip_top: 'Align Top',
tooltip_bottom: 'Align Bottom',
tooltip_center: 'Align Center',
},
'fontSize': {
displayName: 'Font Size',
Expand Down
6 changes: 6 additions & 0 deletions editor/i18n/zh/modules/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ module.exports = {
'horizontalAlign': {
displayName: '水平对齐',
tooltip: '文字水平对齐模式。',
tooltip_left: '左对齐',
tooltip_right: '右对齐',
tooltip_center: '居中对齐',
},
'verticalAlign': {
displayName: '竖直对齐',
tooltip: '文字竖直对齐模式。',
tooltip_top: '上对齐',
tooltip_bottom: '下对齐',
tooltip_center: '居中对齐',
},
'fontSize': {
displayName: '字体大小',
Expand Down

0 comments on commit 334c8e3

Please sign in to comment.