mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:54:49 +08:00
Merge pull request 'added translates' (#699) from fix/chart-translates into release/v9.1.0
This commit is contained in:
@ -100,7 +100,11 @@ define([
|
||||
'Your text here': this.txtArt,
|
||||
"Choose an item": this.txtChoose,
|
||||
"Enter a date": this.txtEnterDate,
|
||||
"Click to load image": this.txtClickToLoad
|
||||
"Click to load image": this.txtClickToLoad,
|
||||
'Series': this.txtSeries,
|
||||
'Diagram Title': this.txtDiagramTitle,
|
||||
'X Axis': this.txtXAxis,
|
||||
'Y Axis': this.txtYAxis,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user