[DE] Add translation for Caption style (#309)
This commit is contained in:
parent
ebe8e87b34
commit
ad09e3410b
|
@ -100,7 +100,8 @@ define([
|
|||
|
||||
var me = this,
|
||||
styleNames = ['Normal', 'No Spacing', 'Heading 1', 'Heading 2', 'Heading 3', 'Heading 4', 'Heading 5',
|
||||
'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph', 'footnote text'],
|
||||
'Heading 6', 'Heading 7', 'Heading 8', 'Heading 9', 'Title', 'Subtitle', 'Quote', 'Intense Quote', 'List Paragraph', 'footnote text',
|
||||
'Caption'],
|
||||
translate = {
|
||||
'Series': this.txtSeries,
|
||||
'Diagram Title': this.txtDiagramTitle,
|
||||
|
@ -2518,7 +2519,8 @@ define([
|
|||
uploadDocFileCountMessage: 'No documents uploaded.',
|
||||
errorUpdateVersionOnDisconnect: 'Internet connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.',
|
||||
txtChoose: 'Choose an item.',
|
||||
errorDirectUrl: 'Please verify the link to the document.<br>This link must be a direct link to the file for downloading.'
|
||||
errorDirectUrl: 'Please verify the link to the document.<br>This link must be a direct link to the file for downloading.',
|
||||
txtStyle_Caption: 'Caption'
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -692,6 +692,7 @@
|
|||
"DE.Controllers.Main.txtStyle_Quote": "Quote",
|
||||
"DE.Controllers.Main.txtStyle_Subtitle": "Subtitle",
|
||||
"DE.Controllers.Main.txtStyle_Title": "Title",
|
||||
"DE.Controllers.Main.txtStyle_Caption": "Caption",
|
||||
"DE.Controllers.Main.txtSyntaxError": "Syntax Error",
|
||||
"DE.Controllers.Main.txtTableInd": "Table Index Cannot be Zero",
|
||||
"DE.Controllers.Main.txtTableOfContents": "Table of Contents",
|
||||
|
|
|
@ -692,6 +692,7 @@
|
|||
"DE.Controllers.Main.txtStyle_Quote": "Цитата",
|
||||
"DE.Controllers.Main.txtStyle_Subtitle": "Подзаголовок",
|
||||
"DE.Controllers.Main.txtStyle_Title": "Название",
|
||||
"DE.Controllers.Main.txtStyle_Caption": "Название",
|
||||
"DE.Controllers.Main.txtSyntaxError": "Синтаксическая ошибка",
|
||||
"DE.Controllers.Main.txtTableInd": "Индекс таблицы не может быть нулевым",
|
||||
"DE.Controllers.Main.txtTableOfContents": "Оглавление",
|
||||
|
|
Loading…
Reference in a new issue