sparklines

This commit is contained in:
nikita_bartoshuk
2025-11-14 16:54:37 +03:00
parent 386a72f09d
commit d2b03b972a
10 changed files with 1457 additions and 222 deletions

View File

@ -2403,6 +2403,7 @@
"SSE.Controllers.Viewport.textHideFBar": "Hide Formula Bar",
"SSE.Controllers.Viewport.textHideGridlines": "Hide Gridlines",
"SSE.Controllers.Viewport.textHideHeadings": "Hide Headings",
"SSE.Controllers.SparklineTab.txtPt": "pt",
"SSE.Views.AdvancedSeparatorDialog.strDecimalSeparator": "Decimal separator",
"SSE.Views.AdvancedSeparatorDialog.strThousandsSeparator": "Thousands separator",
"SSE.Views.AdvancedSeparatorDialog.textLabel": "Settings used to recognize numeric data",
@ -3552,6 +3553,56 @@
"SSE.Views.FormulaTab.txtRemPrec": "Remove Precedents Arrows",
"SSE.Views.FormulaTab.txtShowFormulas": "Show Formulas",
"SSE.Views.FormulaTab.txtWatch": "Watch Window",
"SSE.Views.ChartTab.textAxes": "Axes",
"SSE.Views.ChartTab.textHorAxis": "Horizontal axis",
"SSE.Views.ChartTab.textVertAxis": "Vertical axis",
"SSE.Views.ChartTab.textHorAxisSec": "Secondary horizontal axis",
"SSE.Views.ChartTab.textVertAxisSec": "Secondary vertical axis",
"SSE.Views.ChartTab.DepthAxis": "Z axis",
"SSE.Views.ChartTab.textAxisTitles": "Axis Titles",
"SSE.Views.ChartTab.textChartTitle": "Chart title",
"SSE.Views.ChartTab.textNone": "None",
"SSE.Views.ChartTab.textNoOverlay": "No overlay",
"SSE.Views.ChartTab.textOverlay": "Overlay",
"SSE.Views.ChartTab.textDataLabels": "Data labels",
"SSE.Views.ChartTab.textCenter": "Center",
"SSE.Views.ChartTab.textInnerBottom": "Inner bottom",
"SSE.Views.ChartTab.textInnerTop": "Inner top",
"SSE.Views.ChartTab.textOuterTop": "Outer top",
"SSE.Views.ChartTab.textTop": "Top",
"SSE.Views.ChartTab.textLeft": "Left",
"SSE.Views.ChartTab.textRight": "Right",
"SSE.Views.ChartTab.textBottom": "Bottom",
"SSE.Views.ChartTab.textFit": "Fit to width",
"SSE.Views.ChartTab.textErrorBars": "Error Bars",
"SSE.Views.ChartTab.textStandardError": "Standard Error",
"SSE.Views.ChartTab.txtPercentage": "Percentage",
"SSE.Views.ChartTab.textStandardDeviation": "Standard Deviation",
"SSE.Views.ChartTab.textGridLines": "Gridlines",
"SSE.Views.ChartTab.textHorizontalMajor": "Horizontal Major",
"SSE.Views.ChartTab.textVerticalMajor": "Vertical Major",
"SSE.Views.ChartTab.textHorizontalMinor": "Horizontal Minor",
"SSE.Views.ChartTab.textVerticalMinor": "Vertical Minor",
"SSE.Views.ChartTab.textLegendPos": "Legend",
"SSE.Views.ChartTab.textLeftOverlay": "Left overlay",
"SSE.Views.ChartTab.textRightOverlay": "Right overlay",
"SSE.Views.ChartTab.textTrendlineOptions": "Trendline options",
"SSE.Views.ChartTab.textLinear": "Linear",
"SSE.Views.ChartTab.textLinearForecast": "Linear Forecast",
"SSE.Views.ChartTab.textLinearTrend": "Linear trend",
"SSE.Views.ChartTab.textExponential": "Exponential",
"SSE.Views.ChartTab.textMovingAverage": "Moving Average (2)",
"SSE.Views.ChartTab.textUpDownBars": " Up/Down Bars",
"SSE.Views.ChartTab.textShowUpDown": "Show Up/Down Bars",
"SSE.Views.ChartTab.capChartElements": "Chart Elements",
"SSE.Views.ChartTab.capChartType": "Chart Type",
"SSE.Views.ChartTab.capSelectData": "Select Data",
"SSE.Views.ChartTab.capRowCol": "Switch Row / Column",
"SSE.Views.ChartTab.cap3DRotation": "3D rotation",
"SSE.Views.ChartTab.capAdvancedSettings": "Advanced Settings",
"SSE.Views.ChartTab.textWidth": "Width",
"SSE.Views.ChartTab.textHeight": "Height",
"SSE.Views.ChartTab.textLockRation": "Lock aspect ration",
"SSE.Views.FormulaWizard.textAny": "any",
"SSE.Views.FormulaWizard.textArgument": "Argument",
"SSE.Views.FormulaWizard.textFunction": "Function",
@ -4130,6 +4181,15 @@
"SSE.Views.ProtectDialog.txtWarning": "Warning: If you lose or forget the password, it cannot be recovered. Please keep it in a safe place.",
"SSE.Views.ProtectDialog.txtWBDescription": "To prevent other users from viewing hidden sheets, adding, moving, deleting, or hiding sheets and renaming sheets, you can protect the structure of your workbook with a password.",
"SSE.Views.ProtectDialog.txtWBTitle": "Protect workbook structure",
"SSE.Views.Charts3DDlg.txtXRotation": "X-rotation",
"SSE.Views.Charts3DDlg.txtYRotation": "Y-rotation",
"SSE.Views.Charts3DDlg.txtPerspective": "Perspective",
"SSE.Views.Charts3DDlg.txtDepth": "Depth (% of base)",
"SSE.Views.Charts3DDlg.txtHeight": "Height (% of base)",
"SSE.Views.Charts3DDlg.txtDefRotation": "Default Rotation",
"SSE.Views.Charts3DDlg.capRotation": "3D Rotation",
"SSE.Views.Charts3DDlg.capRightAngleAxes": "Right angle axes",
"SSE.Views.Charts3DDlg.capAutoscale": "Autoscale",
"SSE.Views.ProtectedRangesEditDlg.textAnonymous": "Anonymous",
"SSE.Views.ProtectedRangesEditDlg.textAnyone": "Anyone",
"SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Edit",
@ -4848,6 +4908,8 @@
"SSE.Views.Toolbar.textTabLayout": "Layout",
"SSE.Views.Toolbar.textTabProtect": "Protection",
"SSE.Views.Toolbar.textTabTableDesign": "Table Design",
"SSE.Views.Toolbar.textTabChart": "Chart design",
"SSE.Views.Toolbar.textTabSparkline": "Sparkline",
"SSE.Views.Toolbar.textTabView": "View",
"SSE.Views.Toolbar.textThisPivot": "From this pivot",
"SSE.Views.Toolbar.textThisSheet": "From this sheet",
@ -5097,6 +5159,24 @@
"SSE.Views.ViewTab.tipViewPageBreak": "See where the page breaks will appear when your document is printed",
"SSE.Views.ViewTab.txtViewNormal": "Normal",
"SSE.Views.ViewTab.txtViewPageBreak": "Page Break Preview",
"SSE.Views.SparklineTab.capLine": "Line",
"SSE.Views.SparklineTab.capColumn": "Column",
"SSE.Views.SparklineTab.capWinLoss": "Win/Loss",
"SSE.Views.SparklineTab.capMarkerColor": "Marker Color",
"SSE.Views.SparklineTab.capSparklineColor": "Sparkline Color",
"SSE.Views.SparklineTab.capAdvancedSettings": "Advanced settings",
"SSE.Views.SparklineTab.capClear": "Clear",
"SSE.Views.SparklineTab.textHighPoint": "High point",
"SSE.Views.SparklineTab.textLowPoint": "Low point",
"SSE.Views.SparklineTab.textFirstPoint": "First point",
"SSE.Views.SparklineTab.textLastPoint": "Last point",
"SSE.Views.SparklineTab.textNegativePoint": "Negative point",
"SSE.Views.SparklineTab.textMarkers": "Markers",
"SSE.Views.SparklineTab.lblLineWeight": "Line weight",
"SSE.Views.SparklineTab.textMoreColors": "More colors",
"SSE.Views.SparklineTab.txtClearSparklineGroups": "Clear selected sparkline groups",
"SSE.Views.SparklineTab.txtClearSparklines": "Clear selected sparklines",
"SSE.Views.SparklineTab.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
"SSE.Views.WatchDialog.closeButtonText": "Close",
"SSE.Views.WatchDialog.textAdd": "Add watch",
"SSE.Views.WatchDialog.textBook": "Book",