fix bug 77335

This commit is contained in:
Dmitry-Ilyushechkin
2025-10-06 22:44:43 +03:00
parent 645b3da7a4
commit 6fdeb7950c
3 changed files with 5 additions and 2 deletions

View File

@ -312,7 +312,7 @@ define([], function () {
checkable: true
},
{
caption: me.textLeft,
caption: me.textLeftPos,
value: 'LeftData',
stopPropagation: true,
toggleGroup: 'dataLabels',
@ -445,7 +445,7 @@ define([], function () {
checkable: true
},
{
caption: me.textLeft,
caption: me.textLeftPos,
value: 'LeftLegend',
stopPropagation: true,
toggleGroup: 'legend',

View File

@ -2402,6 +2402,8 @@
"DE.Views.DocumentHolder.textJoinList": "Join to previous list",
"DE.Views.DocumentHolder.textLeft": "Shift cells left",
"DE.Views.DocumentHolder.textLeftData": "Left",
"DE.Views.DocumentHolder.textLeftPos": "Left",
"DE.Views.DocumentHolder.textLeftOverlay": "Left overlay",
"DE.Views.DocumentHolder.textLegendPos": "Legend",
"DE.Views.DocumentHolder.textLinear": "Linear",
"DE.Views.DocumentHolder.textLinearForecast": "Linear Forecast",

View File

@ -1852,6 +1852,7 @@
"PDFE.Views.DocumentHolder.textInnerBottom": "Inner bottom",
"PDFE.Views.DocumentHolder.textInnerTop": "Inner top",
"PDFE.Views.DocumentHolder.textLeftData": "Left",
"PDFE.Views.DocumentHolder.textLeft": "Left",
"PDFE.Views.DocumentHolder.textLeftOverlay": "Left overlay",
"PDFE.Views.DocumentHolder.textLegendPos": "Legend",
"PDFE.Views.DocumentHolder.textLinear": "Linear",