Update translation
This commit is contained in:
parent
562f6908e1
commit
19e8c27300
|
@ -222,7 +222,7 @@ define([
|
||||||
var formcontrol = $(this.el).find('.form-control');
|
var formcontrol = $(this.el).find('.form-control');
|
||||||
if (record) {
|
if (record) {
|
||||||
if (record.get('value')==Asc.c_oAscNumberingFormat.Bullet)
|
if (record.get('value')==Asc.c_oAscNumberingFormat.Bullet)
|
||||||
formcontrol[0].innerHTML = record.get('displayValue') + '<span style="font-family:' + (record.get('font') || 'Arial') + '">' + record.get('symbol') + '</span>';
|
formcontrol[0].innerHTML = record.get('displayValue') + '<div style="display:inline-block; height:100%; font-family:' + (record.get('font') || 'Arial') + '">' + record.get('symbol') + '</div>';
|
||||||
else
|
else
|
||||||
formcontrol[0].innerHTML = record.get('displayValue');
|
formcontrol[0].innerHTML = record.get('displayValue');
|
||||||
} else
|
} else
|
||||||
|
@ -552,7 +552,7 @@ define([
|
||||||
txtLikeText: 'Like a text',
|
txtLikeText: 'Like a text',
|
||||||
textLevel: 'Level',
|
textLevel: 'Level',
|
||||||
txtNone: 'None',
|
txtNone: 'None',
|
||||||
txtNewBullet: 'New bullet...',
|
txtNewBullet: 'New bullet',
|
||||||
txtSymbol: 'Symbol'
|
txtSymbol: 'Symbol'
|
||||||
}, DE.Views.ListSettingsDialog || {}))
|
}, DE.Views.ListSettingsDialog || {}))
|
||||||
});
|
});
|
|
@ -1691,6 +1691,24 @@
|
||||||
"DE.Views.Links.tipContentsUpdate": "Refresh table of contents",
|
"DE.Views.Links.tipContentsUpdate": "Refresh table of contents",
|
||||||
"DE.Views.Links.tipInsertHyperlink": "Add hyperlink",
|
"DE.Views.Links.tipInsertHyperlink": "Add hyperlink",
|
||||||
"DE.Views.Links.tipNotes": "Insert or edit footnotes",
|
"DE.Views.Links.tipNotes": "Insert or edit footnotes",
|
||||||
|
"DE.Views.ListSettingsDialog.txtTitle": "List Settings",
|
||||||
|
"DE.Views.ListSettingsDialog.txtSize": "Size",
|
||||||
|
"DE.Views.ListSettingsDialog.txtColor": "Color",
|
||||||
|
"DE.Views.ListSettingsDialog.textNewColor": "Add New Custom Color",
|
||||||
|
"DE.Views.ListSettingsDialog.txtBullet": "Bullet",
|
||||||
|
"DE.Views.ListSettingsDialog.txtFont": "Font and Symbol",
|
||||||
|
"DE.Views.ListSettingsDialog.txtAlign": "Alignment",
|
||||||
|
"DE.Views.ListSettingsDialog.textLeft": "Left",
|
||||||
|
"DE.Views.ListSettingsDialog.textCenter": "Center",
|
||||||
|
"DE.Views.ListSettingsDialog.textRight": "Right",
|
||||||
|
"DE.Views.ListSettingsDialog.textAuto": "Auto",
|
||||||
|
"DE.Views.ListSettingsDialog.textPreview": "Preview",
|
||||||
|
"DE.Views.ListSettingsDialog.txtType": "Type",
|
||||||
|
"DE.Views.ListSettingsDialog.txtLikeText": "Like a text",
|
||||||
|
"DE.Views.ListSettingsDialog.textLevel": "Level",
|
||||||
|
"DE.Views.ListSettingsDialog.txtNone": "None",
|
||||||
|
"DE.Views.ListSettingsDialog.txtNewBullet": "New bullet",
|
||||||
|
"DE.Views.ListSettingsDialog.txtSymbol": "Symbol",
|
||||||
"DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF",
|
"DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF",
|
||||||
"DE.Views.MailMergeEmailDlg.okButtonText": "Send",
|
"DE.Views.MailMergeEmailDlg.okButtonText": "Send",
|
||||||
"DE.Views.MailMergeEmailDlg.subjectPlaceholder": "Theme",
|
"DE.Views.MailMergeEmailDlg.subjectPlaceholder": "Theme",
|
||||||
|
@ -2336,6 +2354,7 @@
|
||||||
"DE.Views.Toolbar.textDateControl": "Date",
|
"DE.Views.Toolbar.textDateControl": "Date",
|
||||||
"DE.Views.Toolbar.mniDrawTable": "Draw Table",
|
"DE.Views.Toolbar.mniDrawTable": "Draw Table",
|
||||||
"DE.Views.Toolbar.mniEraseTable": "Erase Table",
|
"DE.Views.Toolbar.mniEraseTable": "Erase Table",
|
||||||
|
"DE.Views.Toolbar.textListSettings": "List Settings",
|
||||||
"DE.Views.WatermarkSettingsDialog.textAuto": "Auto",
|
"DE.Views.WatermarkSettingsDialog.textAuto": "Auto",
|
||||||
"DE.Views.WatermarkSettingsDialog.textBold": "Bold",
|
"DE.Views.WatermarkSettingsDialog.textBold": "Bold",
|
||||||
"DE.Views.WatermarkSettingsDialog.textColor": "Text color",
|
"DE.Views.WatermarkSettingsDialog.textColor": "Text color",
|
||||||
|
|
Loading…
Reference in a new issue