From c746b3a91403fe4056792d948bb9a01209d78b2e Mon Sep 17 00:00:00 2001 From: nikita_bartoshuk Date: Thu, 18 Sep 2025 17:24:58 +0300 Subject: [PATCH] added translates --- apps/pdfeditor/main/app/controller/Main.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index de9dd8c5cc..44b6ffffd9 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -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, }; },