[PE, PE mobile] Set translation to api.
This commit is contained in:
parent
0f703eec2f
commit
7397124998
|
@ -127,7 +127,21 @@ define([
|
||||||
'Diagram Title': this.txtDiagramTitle,
|
'Diagram Title': this.txtDiagramTitle,
|
||||||
'X Axis': this.txtXAxis,
|
'X Axis': this.txtXAxis,
|
||||||
'Y Axis': this.txtYAxis,
|
'Y Axis': this.txtYAxis,
|
||||||
'Your text here': this.txtArt
|
'Your text here': this.txtArt,
|
||||||
|
'Slide text': this.txtSlideText,
|
||||||
|
'Chart': this.txtSldLtTChart,
|
||||||
|
'ClipArt': this.txtClipArt,
|
||||||
|
'Diagram': this.txtDiagram,
|
||||||
|
'Date and time': this.txtDateTime,
|
||||||
|
'Footer': this.txtFooter,
|
||||||
|
'Header': this.txtHeader,
|
||||||
|
'Media': this.txtMedia,
|
||||||
|
'Picture': this.txtPicture,
|
||||||
|
'Image': this.txtImage,
|
||||||
|
'Slide number': this.txtSlideNumber,
|
||||||
|
'Slide subtitle': this.txtSlideSubtitle,
|
||||||
|
'Table': this.txtSldLtTTbl,
|
||||||
|
'Slide title': this.txtSlideTitle
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1921,7 +1935,19 @@ define([
|
||||||
errorAccessDeny: 'You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.',
|
errorAccessDeny: 'You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.',
|
||||||
titleServerVersion: 'Editor updated',
|
titleServerVersion: 'Editor updated',
|
||||||
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
|
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
|
||||||
errorBadImageUrl: 'Image url is incorrect'
|
errorBadImageUrl: 'Image url is incorrect',
|
||||||
|
txtSlideText: 'Slide text',
|
||||||
|
txtClipArt: 'Clip Art',
|
||||||
|
txtDiagram: 'Diagram',
|
||||||
|
txtDateTime: 'Date and time',
|
||||||
|
txtFooter: 'Footer',
|
||||||
|
txtHeader: 'Header',
|
||||||
|
txtMedia: 'Media',
|
||||||
|
txtPicture: 'Picture',
|
||||||
|
txtImage: 'Image',
|
||||||
|
txtSlideNumber: 'Slide number',
|
||||||
|
txtSlideSubtitle: 'Slide subtitle',
|
||||||
|
txtSlideTitle: 'Slide title'
|
||||||
}
|
}
|
||||||
})(), PE.Controllers.Main || {}))
|
})(), PE.Controllers.Main || {}))
|
||||||
});
|
});
|
||||||
|
|
|
@ -262,6 +262,18 @@
|
||||||
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
|
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
|
||||||
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
|
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
|
||||||
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||||
|
"PE.Controllers.Main.txtSlideText": "Slide text",
|
||||||
|
"PE.Controllers.Main.txtClipArt": "Clip Art",
|
||||||
|
"PE.Controllers.Main.txtDiagram": "Diagram",
|
||||||
|
"PE.Controllers.Main.txtDateTime": "Date and time",
|
||||||
|
"PE.Controllers.Main.txtFooter": "Footer",
|
||||||
|
"PE.Controllers.Main.txtHeader": "Header",
|
||||||
|
"PE.Controllers.Main.txtMedia": "Media",
|
||||||
|
"PE.Controllers.Main.txtPicture": "Picture",
|
||||||
|
"PE.Controllers.Main.txtImage": "Image",
|
||||||
|
"PE.Controllers.Main.txtSlideNumber": "Slide number",
|
||||||
|
"PE.Controllers.Main.txtSlideSubtitle": "Slide subtitle",
|
||||||
|
"PE.Controllers.Main.txtSlideTitle": "Slide title",
|
||||||
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
||||||
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the system fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
"PE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device.<br>The text style will be displayed using one of the system fonts, the saved font will be used when it is available.<br>Do you want to continue?",
|
||||||
"PE.Controllers.Toolbar.textAccent": "Accents",
|
"PE.Controllers.Toolbar.textAccent": "Accents",
|
||||||
|
|
|
@ -104,7 +104,21 @@ define([
|
||||||
'Diagram Title': me.txtDiagramTitle,
|
'Diagram Title': me.txtDiagramTitle,
|
||||||
'X Axis': me.txtXAxis,
|
'X Axis': me.txtXAxis,
|
||||||
'Y Axis': me.txtYAxis,
|
'Y Axis': me.txtYAxis,
|
||||||
'Your text here': me.txtArt
|
'Your text here': me.txtArt,
|
||||||
|
'Slide text': this.txtSlideText,
|
||||||
|
'Chart': this.txtSldLtTChart,
|
||||||
|
'ClipArt': this.txtClipArt,
|
||||||
|
'Diagram': this.txtDiagram,
|
||||||
|
'Date and time': this.txtDateTime,
|
||||||
|
'Footer': this.txtFooter,
|
||||||
|
'Header': this.txtHeader,
|
||||||
|
'Media': this.txtMedia,
|
||||||
|
'Picture': this.txtPicture,
|
||||||
|
'Image': this.txtImage,
|
||||||
|
'Slide number': this.txtSlideNumber,
|
||||||
|
'Slide subtitle': this.txtSlideSubtitle,
|
||||||
|
'Table': this.txtSldLtTTbl,
|
||||||
|
'Slide title': this.txtSlideTitle
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1216,7 +1230,19 @@ define([
|
||||||
textDone: 'Done',
|
textDone: 'Done',
|
||||||
titleServerVersion: 'Editor updated',
|
titleServerVersion: 'Editor updated',
|
||||||
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
|
errorServerVersion: 'The editor version has been updated. The page will be reloaded to apply the changes.',
|
||||||
errorBadImageUrl: 'Image url is incorrect'
|
errorBadImageUrl: 'Image url is incorrect',
|
||||||
|
txtSlideText: 'Slide text',
|
||||||
|
txtClipArt: 'Clip Art',
|
||||||
|
txtDiagram: 'Diagram',
|
||||||
|
txtDateTime: 'Date and time',
|
||||||
|
txtFooter: 'Footer',
|
||||||
|
txtHeader: 'Header',
|
||||||
|
txtMedia: 'Media',
|
||||||
|
txtPicture: 'Picture',
|
||||||
|
txtImage: 'Image',
|
||||||
|
txtSlideNumber: 'Slide number',
|
||||||
|
txtSlideSubtitle: 'Slide subtitle',
|
||||||
|
txtSlideTitle: 'Slide title'
|
||||||
}
|
}
|
||||||
})(), PE.Controllers.Main || {}))
|
})(), PE.Controllers.Main || {}))
|
||||||
});
|
});
|
|
@ -193,6 +193,18 @@
|
||||||
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
|
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
|
||||||
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
|
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
|
||||||
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
"PE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||||
|
"PE.Controllers.Main.txtSlideText": "Slide text",
|
||||||
|
"PE.Controllers.Main.txtClipArt": "Clip Art",
|
||||||
|
"PE.Controllers.Main.txtDiagram": "Diagram",
|
||||||
|
"PE.Controllers.Main.txtDateTime": "Date and time",
|
||||||
|
"PE.Controllers.Main.txtFooter": "Footer",
|
||||||
|
"PE.Controllers.Main.txtHeader": "Header",
|
||||||
|
"PE.Controllers.Main.txtMedia": "Media",
|
||||||
|
"PE.Controllers.Main.txtPicture": "Picture",
|
||||||
|
"PE.Controllers.Main.txtImage": "Image",
|
||||||
|
"PE.Controllers.Main.txtSlideNumber": "Slide number",
|
||||||
|
"PE.Controllers.Main.txtSlideSubtitle": "Slide subtitle",
|
||||||
|
"PE.Controllers.Main.txtSlideTitle": "Slide title",
|
||||||
"PE.Controllers.Search.textNoTextFound": "Text not Found",
|
"PE.Controllers.Search.textNoTextFound": "Text not Found",
|
||||||
"PE.Controllers.Settings.notcriticalErrorTitle": "Warning",
|
"PE.Controllers.Settings.notcriticalErrorTitle": "Warning",
|
||||||
"PE.Controllers.Settings.txtLoading": "Loading...",
|
"PE.Controllers.Settings.txtLoading": "Loading...",
|
||||||
|
|
Loading…
Reference in a new issue