This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 72
72
( opt [ "textAlign" ] && opt [ "textAlign" ] == "right" ? "checked" : "" ) +
73
73
">" +
74
74
me . getLang ( "justifyright" ) +
75
+ '<input type="radio" name="' +
76
+ textAlignInputName +
77
+ '" value="justify" ' +
78
+ ( opt [ "textAlign" ] && opt [ "textAlign" ] == "justify" ? "checked" : "" ) +
79
+ ">" +
80
+ me . getLang ( "justifyjustify" ) +
75
81
"</td>" +
76
82
"</tr>" +
77
83
"<tr>" +
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ UE.I18N['en'] = {
206
206
'justifyleft' :'Justify Left' ,
207
207
'justifyright' :'Justify Right' ,
208
208
'justifycenter' :'Justify Center' ,
209
+ 'justifyjustify' :'Default' ,
209
210
'justify' :'Default' ,
210
211
'clear' :'Clear' ,
211
212
'anchorMsg' :'Anchor' ,
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ UE.I18N['ja-jp'] = {
200
200
'justifyleft' :'左揃え' ,
201
201
'justifyright' :'右揃え' ,
202
202
'justifycenter' :'中央揃え' ,
203
+ 'justifyjustify' :'両端揃え' ,
203
204
'justify' :'デフォルト' ,
204
205
'clear' :'クリア' ,
205
206
'anchorMsg' :'アンカー' ,
@@ -556,7 +557,7 @@ UE.I18N['ja-jp'] = {
556
557
'lang_input_target' :'新しいウィンドウで開きますか:'
557
558
} ,
558
559
'validLink' :'リンクを選択する場合のみ、有効' ,
559
- 'httpPrompt' :'ご入力いただいたハイパーリンクにはhttpなどのプロトコル名が含まれておらず、デフォルトはhttp://を追加します'
560
+ 'httpPrompt' :'ご入力いただいたハイパーリンクにはhttpなどのプロトコル名が含まれておらず、デフォルトはhttp://を追加します'
560
561
} ,
561
562
'map' :{
562
563
'static' :{
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ UE.I18N['zh-cn'] = {
205
205
'justifyleft' :'左对齐' ,
206
206
'justifyright' :'右对齐' ,
207
207
'justifycenter' :'居中' ,
208
+ 'justifyjustify' :'两端对齐' ,
208
209
'justify' :'默认' ,
209
210
'clear' :'清除' ,
210
211
'anchorMsg' :'锚点' ,
You can’t perform that action at this time.
0 commit comments