mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
fix bug 77335
This commit is contained in:
@ -312,7 +312,7 @@ define([], function () {
|
|||||||
checkable: true
|
checkable: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: me.textLeft,
|
caption: me.textLeftPos,
|
||||||
value: 'LeftData',
|
value: 'LeftData',
|
||||||
stopPropagation: true,
|
stopPropagation: true,
|
||||||
toggleGroup: 'dataLabels',
|
toggleGroup: 'dataLabels',
|
||||||
@ -445,7 +445,7 @@ define([], function () {
|
|||||||
checkable: true
|
checkable: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: me.textLeft,
|
caption: me.textLeftPos,
|
||||||
value: 'LeftLegend',
|
value: 'LeftLegend',
|
||||||
stopPropagation: true,
|
stopPropagation: true,
|
||||||
toggleGroup: 'legend',
|
toggleGroup: 'legend',
|
||||||
|
|||||||
@ -2402,6 +2402,8 @@
|
|||||||
"DE.Views.DocumentHolder.textJoinList": "Join to previous list",
|
"DE.Views.DocumentHolder.textJoinList": "Join to previous list",
|
||||||
"DE.Views.DocumentHolder.textLeft": "Shift cells left",
|
"DE.Views.DocumentHolder.textLeft": "Shift cells left",
|
||||||
"DE.Views.DocumentHolder.textLeftData": "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.textLegendPos": "Legend",
|
||||||
"DE.Views.DocumentHolder.textLinear": "Linear",
|
"DE.Views.DocumentHolder.textLinear": "Linear",
|
||||||
"DE.Views.DocumentHolder.textLinearForecast": "Linear Forecast",
|
"DE.Views.DocumentHolder.textLinearForecast": "Linear Forecast",
|
||||||
|
|||||||
@ -1852,6 +1852,7 @@
|
|||||||
"PDFE.Views.DocumentHolder.textInnerBottom": "Inner bottom",
|
"PDFE.Views.DocumentHolder.textInnerBottom": "Inner bottom",
|
||||||
"PDFE.Views.DocumentHolder.textInnerTop": "Inner top",
|
"PDFE.Views.DocumentHolder.textInnerTop": "Inner top",
|
||||||
"PDFE.Views.DocumentHolder.textLeftData": "Left",
|
"PDFE.Views.DocumentHolder.textLeftData": "Left",
|
||||||
|
"PDFE.Views.DocumentHolder.textLeft": "Left",
|
||||||
"PDFE.Views.DocumentHolder.textLeftOverlay": "Left overlay",
|
"PDFE.Views.DocumentHolder.textLeftOverlay": "Left overlay",
|
||||||
"PDFE.Views.DocumentHolder.textLegendPos": "Legend",
|
"PDFE.Views.DocumentHolder.textLegendPos": "Legend",
|
||||||
"PDFE.Views.DocumentHolder.textLinear": "Linear",
|
"PDFE.Views.DocumentHolder.textLinear": "Linear",
|
||||||
|
|||||||
Reference in New Issue
Block a user