[SSE] Add translation
This commit is contained in:
parent
014aa3f949
commit
ec8083e85c
|
@ -48,6 +48,56 @@
|
|||
"Common.define.chartData.textStock": "Stock",
|
||||
"Common.define.chartData.textSurface": "Surface",
|
||||
"Common.define.chartData.textWinLossSpark": "Win/Loss",
|
||||
"Common.define.conditionalData.textDate": "Date",
|
||||
"Common.define.conditionalData.textYesterday": "Yesterday",
|
||||
"Common.define.conditionalData.textToday": "Today",
|
||||
"Common.define.conditionalData.textTomorrow": "Tomorrow",
|
||||
"Common.define.conditionalData.textLast7days": "In the last 7 days",
|
||||
"Common.define.conditionalData.textLastWeek": "Last week",
|
||||
"Common.define.conditionalData.textThisWeek": "This week",
|
||||
"Common.define.conditionalData.textNextWeek": "Next week",
|
||||
"Common.define.conditionalData.textLastMonth": "Last month",
|
||||
"Common.define.conditionalData.textThisMonth": "This month",
|
||||
"Common.define.conditionalData.textNextMonth": "Next month",
|
||||
"Common.define.conditionalData.textText": "Text",
|
||||
"Common.define.conditionalData.textContains": "Contains",
|
||||
"Common.define.conditionalData.textNotContains": "Does not contain",
|
||||
"Common.define.conditionalData.textBegins": "Begins with",
|
||||
"Common.define.conditionalData.textEnds": "Ends with",
|
||||
"Common.define.conditionalData.textAverage": "Average",
|
||||
"Common.define.conditionalData.textAbove": "Above",
|
||||
"Common.define.conditionalData.textBelow": "Below",
|
||||
"Common.define.conditionalData.textEqAbove": "Equal to or above",
|
||||
"Common.define.conditionalData.textEqBelow": "Equal to or below",
|
||||
"Common.define.conditionalData.text1Above": "1 std dev above",
|
||||
"Common.define.conditionalData.text1Below": "1 std dev below",
|
||||
"Common.define.conditionalData.text2Above": "2 std dev above",
|
||||
"Common.define.conditionalData.text2Below": "2 std dev below",
|
||||
"Common.define.conditionalData.text3Above": "3 std dev above",
|
||||
"Common.define.conditionalData.text3Below": "3 std dev below",
|
||||
"Common.define.conditionalData.textGreater": "Greater than",
|
||||
"Common.define.conditionalData.textGreaterEq": "Greater than or equal to",
|
||||
"Common.define.conditionalData.textLess": "Less than",
|
||||
"Common.define.conditionalData.textLessEq": "Less than or equal to",
|
||||
"Common.define.conditionalData.textEqual": "Equal to",
|
||||
"Common.define.conditionalData.textNotEqual": "Not equal to",
|
||||
"Common.define.conditionalData.textBetween": "Between",
|
||||
"Common.define.conditionalData.textNotBetween": "Not between",
|
||||
"Common.define.conditionalData.textTop": "Top",
|
||||
"Common.define.conditionalData.textBottom": "Bottom",
|
||||
"Common.define.conditionalData.textBlank": "Blank",
|
||||
"Common.define.conditionalData.textError": "Error",
|
||||
"Common.define.conditionalData.textBlanks": "Contains blanks",
|
||||
"Common.define.conditionalData.textNotBlanks": "Does not contain blanks",
|
||||
"Common.define.conditionalData.textErrors": "Contains errors",
|
||||
"Common.define.conditionalData.textNotErrors": "Does not contain errors",
|
||||
"Common.define.conditionalData.textDuplicate": "Duplicate",
|
||||
"Common.define.conditionalData.textUnique": "Unique",
|
||||
"Common.define.conditionalData.textDataBar": "Data bar",
|
||||
"Common.define.conditionalData.textIconSets": "Icon sets",
|
||||
"Common.define.conditionalData.textFormula": "Formula",
|
||||
"Common.define.conditionalData.exampleText": "AaBbCcYyZz",
|
||||
"Common.define.conditionalData.noFormatText": "No format set",
|
||||
"Common.Translation.warnFileLocked": "The file is being edited in another app. You can continue editing and save it as a copy.",
|
||||
"Common.UI.ColorButton.textAutoColor": "Automatic",
|
||||
"Common.UI.ColorButton.textNewColor": "Add New Custom Color",
|
||||
|
@ -1280,6 +1330,10 @@
|
|||
"SSE.Controllers.Toolbar.txtTable_TableStyleMedium": "Table Style Medium",
|
||||
"SSE.Controllers.Toolbar.warnLongOperation": "The operation you are about to perform might take rather much time to complete.<br>Are you sure you want to continue?",
|
||||
"SSE.Controllers.Toolbar.warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell. <br>Are you sure you want to continue?",
|
||||
"SSE.Controllers.Toolbar.textDirectional": "Directional",
|
||||
"SSE.Controllers.Toolbar.textShapes": "Shapes",
|
||||
"SSE.Controllers.Toolbar.textIndicator": "Indicators",
|
||||
"SSE.Controllers.Toolbar.textRating": "Ratings",
|
||||
"SSE.Controllers.Viewport.textFreezePanes": "Freeze Panes",
|
||||
"SSE.Controllers.Viewport.textFreezePanesShadow": "Show Frozen Panes Shadow",
|
||||
"SSE.Controllers.Viewport.textHideFBar": "Hide Formula Bar",
|
||||
|
@ -1952,6 +2006,149 @@
|
|||
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
||||
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
||||
"SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Spell checking",
|
||||
"SSE.Views.FormatRulesEditDlg.txtTitleNew": "New Formatting Rule",
|
||||
"SSE.Views.FormatRulesEditDlg.txtTitleEdit": "Edit Formatting Rule",
|
||||
"SSE.Views.FormatRulesEditDlg.textSelectData": "Select Data",
|
||||
"SSE.Views.FormatRulesEditDlg.textApply": "Apply to Range",
|
||||
"SSE.Views.FormatRulesEditDlg.textRule": "Rule",
|
||||
"SSE.Views.FormatRulesEditDlg.txtEmpty": "This field is required",
|
||||
"SSE.Views.FormatRulesEditDlg.textInvalidRange": "ERROR! Invalid cells range",
|
||||
"SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Warning",
|
||||
"SSE.Views.FormatRulesEditDlg.textFormat": "Format",
|
||||
"SSE.Views.FormatRulesEditDlg.textValue": "Value is",
|
||||
"SSE.Views.FormatRulesEditDlg.textRanked": "Ranked",
|
||||
"SSE.Views.FormatRulesEditDlg.textCustom": "Custom",
|
||||
"SSE.Views.FormatRulesEditDlg.textBold": "Bold",
|
||||
"SSE.Views.FormatRulesEditDlg.textItalic": "Italic",
|
||||
"SSE.Views.FormatRulesEditDlg.textUnderline": "Underline",
|
||||
"SSE.Views.FormatRulesEditDlg.textStrikeout": "Strikeout",
|
||||
"SSE.Views.FormatRulesEditDlg.textSuperscript": "Superscript",
|
||||
"SSE.Views.FormatRulesEditDlg.textSubscript": "Subscript",
|
||||
"SSE.Views.FormatRulesEditDlg.textColor": "Text color",
|
||||
"SSE.Views.FormatRulesEditDlg.fillColor": "Background color",
|
||||
"SSE.Views.FormatRulesEditDlg.textMinpoint": "Minpoint",
|
||||
"SSE.Views.FormatRulesEditDlg.textMidpoint": "Midpoint",
|
||||
"SSE.Views.FormatRulesEditDlg.textMaxpoint": "Maxpoint",
|
||||
"SSE.Views.FormatRulesEditDlg.textMinimum": "Minimum",
|
||||
"SSE.Views.FormatRulesEditDlg.textMaximum": "Maximum",
|
||||
"SSE.Views.FormatRulesEditDlg.textAppearance": "Bar Appearance",
|
||||
"SSE.Views.FormatRulesEditDlg.txtNumber": "Number",
|
||||
"SSE.Views.FormatRulesEditDlg.txtGeneral": "General",
|
||||
"SSE.Views.FormatRulesEditDlg.txtCurrency": "Currency",
|
||||
"SSE.Views.FormatRulesEditDlg.txtAccounting": "Accounting",
|
||||
"SSE.Views.FormatRulesEditDlg.txtDate": "Date",
|
||||
"SSE.Views.FormatRulesEditDlg.txtTime": "Time",
|
||||
"SSE.Views.FormatRulesEditDlg.txtPercentage": "Percentage",
|
||||
"SSE.Views.FormatRulesEditDlg.txtFraction": "Fraction",
|
||||
"SSE.Views.FormatRulesEditDlg.txtScientific": "Scientific",
|
||||
"SSE.Views.FormatRulesEditDlg.txtText": "Text",
|
||||
"SSE.Views.FormatRulesEditDlg.tipBorders": "Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textOutBorders": "Outside Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textAllBorders": "All Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textTopBorders": "Top Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textBottomBorders": "Bottom Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textLeftBorders": "Left Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textRightBorders": "Right Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textNoBorders": "No Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textInsideBorders": "Inside Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textMiddleBorders": "Inside Horizontal Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textCenterBorders": "Inside Vertical Borders",
|
||||
"SSE.Views.FormatRulesEditDlg.textDiagDownBorder": "Diagonal Down Border",
|
||||
"SSE.Views.FormatRulesEditDlg.textDiagUpBorder": "Diagonal Up Border",
|
||||
"SSE.Views.FormatRulesEditDlg.textBordersStyle": "Border Style",
|
||||
"SSE.Views.FormatRulesEditDlg.textBordersColor": "Borders Color",
|
||||
"SSE.Views.FormatRulesEditDlg.textNewColor": "Add New Custom Color",
|
||||
"SSE.Views.FormatRulesEditDlg.tipNumFormat": "Number Format",
|
||||
"SSE.Views.FormatRulesEditDlg.textPreview": "Preview",
|
||||
"SSE.Views.FormatRulesEditDlg.text2Scales": "2 Color scale",
|
||||
"SSE.Views.FormatRulesEditDlg.text3Scales": "3 Color scale",
|
||||
"SSE.Views.FormatRulesEditDlg.textPercent": "Percent",
|
||||
"SSE.Views.FormatRulesEditDlg.textFormula": "Formula",
|
||||
"SSE.Views.FormatRulesEditDlg.textPercentile": "Percentile",
|
||||
"SSE.Views.FormatRulesEditDlg.textAutomatic": "Automatic",
|
||||
"SSE.Views.FormatRulesEditDlg.textContext": "Context",
|
||||
"SSE.Views.FormatRulesEditDlg.textLeft2Right": "Left to right",
|
||||
"SSE.Views.FormatRulesEditDlg.textRight2Left": "Right to left",
|
||||
"SSE.Views.FormatRulesEditDlg.textNone": "None",
|
||||
"SSE.Views.FormatRulesEditDlg.textSolid": "Solid",
|
||||
"SSE.Views.FormatRulesEditDlg.textCellMidpoint": "Cell midpoint",
|
||||
"SSE.Views.FormatRulesEditDlg.textGradient": "Gradient",
|
||||
"SSE.Views.FormatRulesEditDlg.textFill": "Fill",
|
||||
"SSE.Views.FormatRulesEditDlg.textPositive": "Positive",
|
||||
"SSE.Views.FormatRulesEditDlg.textNegative": "Negative",
|
||||
"SSE.Views.FormatRulesEditDlg.textBorder": "Border",
|
||||
"SSE.Views.FormatRulesEditDlg.textBarDirection": "Bar Direction",
|
||||
"SSE.Views.FormatRulesEditDlg.textAxis": "Axis",
|
||||
"SSE.Views.FormatRulesEditDlg.textPosition": "Position",
|
||||
"SSE.Views.FormatRulesEditDlg.textShowBar": "Show bar only",
|
||||
"SSE.Views.FormatRulesEditDlg.textSameAs": "Same as positive",
|
||||
"SSE.Views.FormatRulesEditDlg.textIconStyle": "Icon Style",
|
||||
"SSE.Views.FormatRulesEditDlg.textReverse": "Reverse Icons Order",
|
||||
"SSE.Views.FormatRulesEditDlg.textShowIcon": "Show icon only",
|
||||
"SSE.Views.FormatRulesEditDlg.textIconLabelFirst": "when {0} {1}",
|
||||
"SSE.Views.FormatRulesEditDlg.textIconLabel": "when {0} {1} and",
|
||||
"SSE.Views.FormatRulesEditDlg.textIconLabelLast": "when value is",
|
||||
"SSE.Views.FormatRulesEditDlg.textEmptyText": "Enter a value.",
|
||||
"SSE.Views.FormatRulesEditDlg.textEmptyFormula": "Enter a valid formula.",
|
||||
"SSE.Views.FormatRulesEditDlg.textEmptyFormulaExt": "The formula you entered does not evaluate to a number, date, time or string.",
|
||||
"SSE.Views.FormatRulesEditDlg.textEmptyValue": "The value you entered is not a valid number, date, time or string.",
|
||||
"SSE.Views.FormatRulesEditDlg.textErrorTop10Between": "Enter a number between {0} and {1}.",
|
||||
"SSE.Views.FormatRulesEditDlg.textNotValidPercentage": "One or more of the specified values is not a valid percentage.",
|
||||
"SSE.Views.FormatRulesEditDlg.textNotValidPercentile": "One or more of the specified values is not a valid percentile.",
|
||||
"SSE.Views.FormatRulesEditDlg.textNotValidPercentageExt": "The specified {0} value is not a valid percentage.",
|
||||
"SSE.Views.FormatRulesEditDlg.textNotValidPercentileExt": "The specified {0} value is not a valid percentile.",
|
||||
"SSE.Views.FormatRulesEditDlg.textShortBar": "shortest bar",
|
||||
"SSE.Views.FormatRulesEditDlg.textLongBar": "longest bar",
|
||||
"SSE.Views.FormatRulesEditDlg.textCannotAddCF": "Cannot add the conditional formatting.",
|
||||
"SSE.Views.FormatRulesEditDlg.textIconsOverlap": "One or more icon data ranges overlap.<br>Adjust icon data range values so that the ranges do not overlap.",
|
||||
"SSE.Views.FormatRulesEditDlg.textSingleRef": "This type of reference cannot be used in a conditional formatting formula.<br>Change the reference to a single cell, or use the reference with a worksheet function, such as =SUM(A1:B5).",
|
||||
"SSE.Views.FormatRulesEditDlg.textRelativeRef": "You cannot use relative references in conditional formatting criteria for color scales, data bars, and icon sets.",
|
||||
"SSE.Views.FormatRulesEditDlg.textErrorGreater": "The value for the {0} must be greater than the value for the {1}.",
|
||||
"SSE.Views.FormatRulesEditDlg.textInvalid": "Invalid data range.",
|
||||
"SSE.Views.FormatRulesEditDlg.textClear": "Clear",
|
||||
"SSE.Views.FormatRulesEditDlg.textItem": "Item",
|
||||
"SSE.Views.FormatRulesManagerDlg.txtTitle": "Conditional Formatting",
|
||||
"SSE.Views.FormatRulesManagerDlg.textNew": "New",
|
||||
"SSE.Views.FormatRulesManagerDlg.textEdit": "Edit",
|
||||
"SSE.Views.FormatRulesManagerDlg.textDelete": "Delete",
|
||||
"SSE.Views.FormatRulesManagerDlg.textUp": "Move rule up",
|
||||
"SSE.Views.FormatRulesManagerDlg.textDown": "Move rule down",
|
||||
"SSE.Views.FormatRulesManagerDlg.textSelection": "Current selection",
|
||||
"SSE.Views.FormatRulesManagerDlg.textThisSheet": "This worksheet",
|
||||
"SSE.Views.FormatRulesManagerDlg.textThisTable": "This table",
|
||||
"SSE.Views.FormatRulesManagerDlg.textThisPivot": "This pivot",
|
||||
"SSE.Views.FormatRulesManagerDlg.textScope": "Show formatting rules for",
|
||||
"SSE.Views.FormatRulesManagerDlg.textRules": "Rules",
|
||||
"SSE.Views.FormatRulesManagerDlg.textApply": "Apply to",
|
||||
"SSE.Views.FormatRulesManagerDlg.textFormat": "Format",
|
||||
"SSE.Views.FormatRulesManagerDlg.textSelectData": "Select data",
|
||||
"SSE.Views.FormatRulesManagerDlg.textAbove": "Above average",
|
||||
"SSE.Views.FormatRulesManagerDlg.textBelow": "Below average",
|
||||
"SSE.Views.FormatRulesManagerDlg.textEqAbove": "Equal to or above average",
|
||||
"SSE.Views.FormatRulesManagerDlg.textEqBelow": "Equal to or below average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text1Above": "1 std dev above average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text1Below": "1 std dev below average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text2Above": "2 std dev above average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text2Below": "2 std dev below average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text3Above": "3 std dev above average",
|
||||
"SSE.Views.FormatRulesManagerDlg.text3Below": "3 std dev below average",
|
||||
"SSE.Views.FormatRulesManagerDlg.textBeginsWith": "Cell value begins with",
|
||||
"SSE.Views.FormatRulesManagerDlg.textCellValue": "Cell value",
|
||||
"SSE.Views.FormatRulesManagerDlg.textBetween": "is between {0} and {1}",
|
||||
"SSE.Views.FormatRulesManagerDlg.textNotBetween": "is not between {0} and {1}",
|
||||
"SSE.Views.FormatRulesManagerDlg.textColorScale": "Graded color scale",
|
||||
"SSE.Views.FormatRulesManagerDlg.textContainsBlank": "Cell contains a blank value",
|
||||
"SSE.Views.FormatRulesManagerDlg.textContainsError": "Cell contains an error",
|
||||
"SSE.Views.FormatRulesManagerDlg.textContains": "Cell value contains",
|
||||
"SSE.Views.FormatRulesManagerDlg.textNotContains": "Cell value does not contain",
|
||||
"SSE.Views.FormatRulesManagerDlg.textNotContainsError": "Cell does not contain an error",
|
||||
"SSE.Views.FormatRulesManagerDlg.textNotContainsBlank": "Cell does not contain a blank value",
|
||||
"SSE.Views.FormatRulesManagerDlg.textEnds": "Cell value ends with",
|
||||
"SSE.Views.FormatRulesManagerDlg.textIconSet": "Icon set",
|
||||
"SSE.Views.FormatRulesManagerDlg.textDuplicate": "Duplicate values",
|
||||
"SSE.Views.FormatRulesManagerDlg.textUnique": "Unique values",
|
||||
"SSE.Views.FormatRulesManagerDlg.tipIsLocked": "This element is being edited by another user.",
|
||||
"SSE.Views.FormatRulesManagerDlg.guestText": "Guest",
|
||||
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
|
||||
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
|
||||
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
|
||||
|
@ -3036,6 +3233,17 @@
|
|||
"SSE.Views.Toolbar.txtTime": "Time",
|
||||
"SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells",
|
||||
"SSE.Views.Toolbar.txtYen": "¥ Yen",
|
||||
"SSE.Views.Toolbar.tipCondFormat": "Conditional formatting",
|
||||
"SSE.Views.Toolbar.textTop10": "Top 10",
|
||||
"SSE.Views.Toolbar.textDataBars": "Data Bars",
|
||||
"SSE.Views.Toolbar.textColorScales": "Color Scales",
|
||||
"SSE.Views.Toolbar.textNewRule": "New Rule",
|
||||
"SSE.Views.Toolbar.textClearRule": "Clear Rules",
|
||||
"SSE.Views.Toolbar.textSelection": "From current selection",
|
||||
"SSE.Views.Toolbar.textThisSheet": "From this worksheet",
|
||||
"SSE.Views.Toolbar.textThisTable": "From this table",
|
||||
"SSE.Views.Toolbar.textThisPivot": "From this pivot",
|
||||
"SSE.Views.Toolbar.textManageRule": "Manage Rules",
|
||||
"SSE.Views.Toolbar.capBtnColorSchemas": "Color Scheme",
|
||||
"SSE.Views.Top10FilterDialog.textType": "Show",
|
||||
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
|
||||
|
|
Loading…
Reference in a new issue