mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
fix bug 77335
This commit is contained in:
@ -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',
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user