igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
584 lines (583 loc) • 42.6 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
export class SpreadsheetLocaleZhHans {
constructor() {
this["CellBorderLineStyle_DashDot"] = "点划线";
this["CellBorderLineStyle_DashDotDot"] = "双点划线";
this["CellBorderLineStyle_Dashed"] = "虚线";
this["CellBorderLineStyle_Default"] = "初始设置";
this["CellBorderLineStyle_Dotted"] = "点状";
this["CellBorderLineStyle_Double"] = "双倍";
this["CellBorderLineStyle_Hair"] = "头发";
this["CellBorderLineStyle_Medium"] = "中";
this["CellBorderLineStyle_MediumDashDot"] = "中点划线";
this["CellBorderLineStyle_MediumDashDotDot"] = "中双点划线";
this["CellBorderLineStyle_MediumDashed"] = "中虚线";
this["CellBorderLineStyle_None"] = "无";
this["CellBorderLineStyle_SlantedDashDot"] = "斜点划线";
this["CellBorderLineStyle_Thick"] = "粗";
this["CellBorderLineStyle_Thin"] = "细";
this["CopyError_General_Message"] = "复制操作期间出现错误:\r\n{0}";
this["CopyError_InvalidSelection_Message"] = "无法对当前选择执行操作。如果有多个选择,请确保它们形成一个矩形区域且不重叠。";
this["CustomValidationInformationMessage"] = "{0}";
this["CustomValidationStopMessage"] = "{0}";
this["CustomValidationWarningMessage"] = "{0} 是否继续?";
this["DefaultAutoFilterToolTip"] = "(显示全部)";
this["DefaultChartTitle"] = "图表标题";
this["DefaultHyperlinkToolTip"] = "{0} - 单击一次以跟随。单击并按住以选择此单元格。";
this["DefaultValidationInformationMessage"] = "您输入的值无效。用户已限制可输入到该单元格中的值。";
this["DefaultValidationStopMessage"] = "您输入的值无效。用户已限制可输入到该单元格中的值。";
this["DefaultValidationWarningMessage"] = "您输入的值无效。用户已限制可输入到该单元格中的值。是否继续?";
this["DeleteWorksheets_Message"] = "删除工作表无法撤消,您可能正在删除一些数据。如果不需要,请单击 \"确定\"。";
this["Error_ChangePartOfDataTableError_Message"] = "无法更改数据表格部分。";
this["Error_DeletingLockedColumnCells_Message"] = "您正在尝试删除包含锁定单元格的列。工作表受保护时,无法删除锁定的单元格。";
this["Error_DeletingLockedRowCells_Message"] = "您正在尝试删除包含锁定单元格的行。工作表受保护时,无法删除锁定的单元格。";
this["Error_IntersectsMergedCells_Message"] = "由于选择与合并的单元格相交,因此无法执行该操作。";
this["Error_InvalidArrayFormulaLockedState_Message"] = "无法在未全部锁定或解锁的单元格区域中输入数组公式。";
this["Error_InvalidHyperlinkAddress_Message"] = "无法打开指定的文件。";
this["Error_InvalidHyperlinkReference_Message"] = "引用无效。";
this["Error_InvalidProtectedWorksheetChange_Message"] = "您尝试更改的单元格位于受保护的工作表中。";
this["Error_InvalidSortOrFilterRange_Message"] = "无法在所选范围内执行此操作。所选内容应在包含数据和/或格式的区域内,并且不应包含表格和非表格单元格。";
this["Error_LargeOperation_Message"] = "您将要执行的操作会影响大量单元格,可能需要花费大量时间才能完成。确定要继续?";
this["Error_LargePasteOperation_Message"] = "您将要执行的操作会影响大量单元格,可能需要花费大量时间才能完成。确定要继续?";
this["Error_NoSingleAllowedEditRange_Message"] = "您尝试更改的某些单元格受到密码保护,但没有单个密码将允许访问所有单元格。";
this["ExcelComparisonOperator_BeginsWith_DisplayText"] = "开始于";
this["ExcelComparisonOperator_Contains_DisplayText"] = "包含";
this["ExcelComparisonOperator_DoesNotBeginWith_DisplayText"] = "开头不为";
this["ExcelComparisonOperator_DoesNotContain_DisplayText"] = "不包含";
this["ExcelComparisonOperator_DoesNotEndWith_DisplayText"] = "不以结尾";
this["ExcelComparisonOperator_EndsWith_DisplayText"] = "结束条件";
this["ExcelComparisonOperator_Equals_DisplayText"] = "等于";
this["ExcelComparisonOperator_GreaterThan_DisplayText"] = "大于";
this["ExcelComparisonOperator_GreaterThanOrEqual_DisplayText"] = "大于或等于";
this["ExcelComparisonOperator_LessThan_DisplayText"] = "小于";
this["ExcelComparisonOperator_LessThanOrEqual_DisplayText"] = "小于或等于";
this["ExcelComparisonOperator_NotEqual_DisplayText"] = "不等于";
this["ExcelTopOrBottomFilterDirection_Bottom_DisplayText"] = "底部";
this["ExcelTopOrBottomFilterDirection_Top_DisplayText"] = "顶部";
this["ExcelTopOrBottomFilterTypes_Items_DisplayText"] = "项";
this["ExcelTopOrBottomFilterTypes_Percent_DisplayText"] = "百分比";
this["FillPatternStyle_DiagonalCrosshatch"] = "斜阴影线";
this["FillPatternStyle_DiagonalStripe"] = "斜条纹";
this["FillPatternStyle_Gray12percent"] = "灰色 12%";
this["FillPatternStyle_Gray25percent"] = "灰色 25%";
this["FillPatternStyle_Gray50percent"] = "灰色 50%";
this["FillPatternStyle_Gray6percent"] = "灰色 6%";
this["FillPatternStyle_Gray75percent"] = "灰色 75%";
this["FillPatternStyle_HorizontalStripe"] = "水平条纹";
this["FillPatternStyle_None"] = "无";
this["FillPatternStyle_ReverseDiagonalStripe"] = "反向斜条纹";
this["FillPatternStyle_Solid"] = "实心";
this["FillPatternStyle_ThickDiagonalCrosshatch"] = "粗斜阴影线";
this["FillPatternStyle_ThinDiagonalCrosshatch"] = "细斜阴影线";
this["FillPatternStyle_ThinDiagonalStripe"] = "细斜条纹";
this["FillPatternStyle_ThinHorizontalCrosshatch"] = "细水平阴影线";
this["FillPatternStyle_ThinHorizontalStripe"] = "细水平条纹";
this["FillPatternStyle_ThinReverseDiagonalStripe"] = "细反向斜条纹";
this["FillPatternStyle_ThinVerticalStripe"] = "细垂直条纹";
this["FillPatternStyle_VerticalStripe"] = "垂直条纹";
this["FilterDescription_AboveAverage"] = "平均以上";
this["FilterDescription_BelowAverage"] = "平均以下";
this["FilterDescription_BottomItems"] = "底部 {0} 项";
this["FilterDescription_BottomPercent"] = "底部 {0} %";
this["FilterDescription_CellFill_Named"] = "等于 {0} 单元格颜色";
this["FilterDescription_CellFill_NoFill"] = "等于单元格颜色 (无填充)";
this["FilterDescription_CellFill_Unknown"] = "等于单元格颜色";
this["FilterDescription_ComparisonItem_BeginsWith"] = "以 \"{0}\" 开头";
this["FilterDescription_ComparisonItem_Contains"] = "包含 \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotBeginWith"] = "不以 \"{0}\" 开头";
this["FilterDescription_ComparisonItem_DoesNotContain"] = "不包含 \"{0}\"";
this["FilterDescription_ComparisonItem_DoesNotEndWith"] = "不以 \"{0}\" 结尾";
this["FilterDescription_ComparisonItem_EndsWith"] = "以 \"{0}\" 结尾";
this["FilterDescription_ComparisonItem_Equals"] = "等于 \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThan"] = "大于 \"{0}\"";
this["FilterDescription_ComparisonItem_GreaterThanOrEqual"] = "大于或等于 \"{0}\"";
this["FilterDescription_ComparisonItem_LessThan"] = "小于 \"{0}\"";
this["FilterDescription_ComparisonItem_LessThanOrEqual"] = "小于或等于 \"{0}\"";
this["FilterDescription_ComparisonItem_NotEqual"] = "不等于 \"{0}\"";
this["FilterDescription_Custom_And"] = "{0} 和 {1}";
this["FilterDescription_Custom_Or"] = "{0} 或 {1}";
this["FilterDescription_FixedValues"] = "等于 \"{0}\"";
this["FilterDescription_FixedValues_Blanks"] = "(空白)";
this["FilterDescription_FixedValues_Day"] = "\"{0:MMMM dd yyyy}\"";
this["FilterDescription_FixedValues_Hour"] = "\"{0:MMMM dd yyyy h tt}\"";
this["FilterDescription_FixedValues_Minute"] = "\"{0:MMMM dd yyyy h:mm tt}\"";
this["FilterDescription_FixedValues_Month"] = "{0:MMMM yyyy}";
this["FilterDescription_FixedValues_Second"] = "\"{0:MMMM dd yyyy h:mm:ss tt}\"";
this["FilterDescription_FixedValues_Year"] = "全部 {0:yyyy}";
this["FilterDescription_FontColor_Automatic"] = "等于字体颜色 (自动)";
this["FilterDescription_FontColor_Named"] = "等于 {0} 字体颜色";
this["FilterDescription_FontColor_Unknown"] = "等于字体颜色";
this["FilterDescription_MonthNumber"] = "等于 \"{0}\"";
this["FilterDescription_NoCellIcon"] = "等于单元格图标 (无单元格图标)";
this["FilterDescription_QuarterNumber"] = "等于 \"季度 {0}\"";
this["FilterDescription_RelativeDate_CurrentDay"] = "等于 \"今天\"";
this["FilterDescription_RelativeDate_CurrentMonth"] = "等于 \"本月\"";
this["FilterDescription_RelativeDate_CurrentQuarter"] = "等于 \"本季度\"";
this["FilterDescription_RelativeDate_CurrentWeek"] = "等于 \"本周\"";
this["FilterDescription_RelativeDate_CurrentYear"] = "等于 \"今年\"";
this["FilterDescription_RelativeDate_NextDay"] = "等于 \"明天\"";
this["FilterDescription_RelativeDate_NextMonth"] = "等于 \"下个月\"";
this["FilterDescription_RelativeDate_NextQuarter"] = "等于 \"下一季度\"";
this["FilterDescription_RelativeDate_NextWeek"] = "等于 \"下周\"";
this["FilterDescription_RelativeDate_NextYear"] = "等于 \"明年\"";
this["FilterDescription_RelativeDate_PreviousDay"] = "等于 \"昨天\"";
this["FilterDescription_RelativeDate_PreviousMonth"] = "等于 \"上个月\"";
this["FilterDescription_RelativeDate_PreviousQuarter"] = "等于 \"上一季度\"";
this["FilterDescription_RelativeDate_PreviousWeek"] = "等于 \"上周\"";
this["FilterDescription_RelativeDate_PreviousYear"] = "等于 \"去年\"";
this["FilterDescription_TopItems"] = "前 {0} 项";
this["FilterDescription_TopPercent"] = "最高 {0} %";
this["FilterDescription_WithCellIcon"] = "等于 {0}";
this["FilterDescription_YearToDate"] = "等于 \"年初至今\"";
this["FilterDialog_And"] = "和 (_A)";
this["FilterDialog_AsteriskHint"] = "使用 * 表示任意系列的字符";
this["FilterDialog_Cancel"] = "取消";
this["FilterDialog_OK"] = "确定";
this["FilterDialog_Or"] = "或 (_O)";
this["FilterDialog_QuestionMarkHint"] = "使用 ? 表示任何单个字符";
this["FilterDialog_ShowRowsWhere"] = "显示行,其中:";
this["FilterDialog_Title"] = "自定义自动筛选器";
this["FormatCellsDialog_AlignmentTab_Text_Horizontal"] = "水平 (_H)";
this["FormatCellsDialog_AlignmentTab_Text_Indent"] = "缩进";
this["FormatCellsDialog_AlignmentTab_Text_JustifyDistributed"] = "分散对齐";
this["FormatCellsDialog_AlignmentTab_Text_MergeCells"] = "合并单元格 (_M)";
this["FormatCellsDialog_AlignmentTab_Text_RightToLeft"] = "从右到左";
this["FormatCellsDialog_AlignmentTab_Text_ShrinkToFit"] = "缩小至适合 (_K)";
this["FormatCellsDialog_AlignmentTab_Text_TextAlignment"] = "文字对齐";
this["FormatCellsDialog_AlignmentTab_Text_TextControl"] = "文本控件";
this["FormatCellsDialog_AlignmentTab_Text_TextDirection"] = "文本方向 (_T)";
this["FormatCellsDialog_AlignmentTab_Text_Vertical"] = "垂直 (_V)";
this["FormatCellsDialog_AlignmentTab_Text_WrapText"] = "自动换行 (_W)";
this["FormatCellsDialog_AlignmentTabCaption"] = "对齐方式";
this["FormatCellsDialog_BorderTab_Text_Border"] = "边框";
this["FormatCellsDialog_BorderTab_Text_Color"] = "颜色 (_C)";
this["FormatCellsDialog_BorderTab_Text_Description"] = "可以通过单击预设或预览图周围的按钮来应用所选边框样式。";
this["FormatCellsDialog_BorderTab_Text_Line"] = "线";
this["FormatCellsDialog_BorderTab_Text_PresetInside"] = "内部 (_I)";
this["FormatCellsDialog_BorderTab_Text_PresetNone"] = "无 (_N)";
this["FormatCellsDialog_BorderTab_Text_PresetOutline"] = "大纲 (_O)";
this["FormatCellsDialog_BorderTab_Text_Presets"] = "预设";
this["FormatCellsDialog_BorderTab_Text_SampleText"] = "文本";
this["FormatCellsDialog_BorderTab_Text_Style"] = "样式 (_S)";
this["FormatCellsDialog_BorderTabCaption"] = "边框";
this["FormatCellsDialog_Cancel"] = "取消";
this["FormatCellsDialog_FillTab_Text_BackgroundColor"] = "背景色 (_C)";
this["FormatCellsDialog_FillTab_Text_PatternColor"] = "图案颜色 (_A)";
this["FormatCellsDialog_FillTab_Text_PatternStyle"] = "图案样式 (_P):";
this["FormatCellsDialog_FillTab_Text_Sample"] = "示例";
this["FormatCellsDialog_FillTabCaption"] = "填充";
this["FormatCellsDialog_FontTabCaption"] = "字体";
this["FormatCellsDialog_NumberTab_CategoryLabel"] = "分类 (_C)";
this["FormatCellsDialog_NumberTab_DateFormatMasks"] = "m/d/yyyy\r\n[$-F800]dddd, mmmm dd, yyyy\r\nm/d;@\r\nm/d/yy;@\r\nmm/dd/yy;@\r\n[$-409]d-mmm;@";
this["FormatCellsDialog_NumberTab_DecimalPlaces"] = "小数位 (_D):";
this["FormatCellsDialog_NumberTab_SampleLabel"] = "示例";
this["FormatCellsDialog_NumberTab_TimeFormatMasks"] = "[$-F400]h:mm:ss AM/PM\r\nh:mm;@\r\n[$-409]h:mm AM/PM;@\r\nh:mm:ss;@\r\n[$-409]h:mm:ss AM/PM;@";
this["FormatCellsDialog_NumberTabCaption"] = "数字";
this["FormatCellsDialog_NumberTabInvalidMaskError"] = "指定的格式掩码 '{0}' 无效。";
this["FormatCellsDialog_OK"] = "确定";
this["FormatCellsDialog_ProtectionTab_Text_Hidden"] = "隐藏 (_I)";
this["FormatCellsDialog_ProtectionTab_Text_Locked"] = "锁定 (_L)";
this["FormatCellsDialog_ProtectionTab_Text_Summary"] = "在保护工作表之前,锁定单元格或隐藏公式不会产生任何效果。";
this["FormatCellsDialog_ProtectionTabCaption"] = "保护";
this["FormatCellsDialog_Title"] = "格式化单元格";
this["FormatInfo_Accounting"] = "会计";
this["FormatInfo_Accounting_NumberFormat_Description"] = "会计格式在列中排列货币符号和小数点。";
this["FormatInfo_BlankDocument"] = "空白文档";
this["FormatInfo_Currency"] = "货币";
this["FormatInfo_Currency_NumberFormat_Description"] = "货币格式用于一般货币值。 使用记帐格式在列中对齐小数点。";
this["FormatInfo_Custom"] = "自定义";
this["FormatInfo_Custom_NumberFormat_Description"] = "键入数字格式代码,使用现有代码之一作为起点。";
this["FormatInfo_Date"] = "日期";
this["FormatInfo_Date_NumberFormat_Description"] = "日期格式将日期和时间序列号显示为日期值。 以星号 (*) 开头的日期格式对应为操作系统指定的区域日期和时间设置的更改。不带星号的格式不受操作系统设置的影响。";
this["FormatInfo_FormatHeader_NegativeNumbers"] = "负数:";
this["FormatInfo_FormatHeader_Type"] = "类型:";
this["FormatInfo_Fraction"] = "分数";
this["FormatInfo_Fraction_Eighths"] = "八分之几 (4/8)";
this["FormatInfo_Fraction_Halves"] = "减半 (1/2)";
this["FormatInfo_Fraction_Hundreths"] = "百分之几 (30/100)";
this["FormatInfo_Fraction_OneDigit"] = "最多一位 (1/4)";
this["FormatInfo_Fraction_Quarters"] = "四分之几 (2/4)";
this["FormatInfo_Fraction_Sixteenths"] = "十六分之几 (8/16)";
this["FormatInfo_Fraction_Tenths"] = "十分之几 (3/10)";
this["FormatInfo_Fraction_ThreeDigits"] = "最多三位数 (312/943)";
this["FormatInfo_Fraction_TwoDigits"] = "最多两位数 (21/25)";
this["FormatInfo_General"] = "一般";
this["FormatInfo_General_NumberFormat_Description"] = "常规格式单元格没有特定的数字格式。";
this["FormatInfo_Number"] = "数字";
this["FormatInfo_Number_NumberFormat_Description"] = "数字用于常规数字显示。 货币和会计提供货币值的专业格式。";
this["FormatInfo_Percentage"] = "百分比";
this["FormatInfo_Percentage_NumberFormat_Description"] = "百分比格式将单元格值乘以 100,并用百分比符号显示结果。";
this["FormatInfo_ProjectBudget"] = "项目预算";
this["FormatInfo_Scientific"] = "科学";
this["FormatInfo_Special"] = "特殊";
this["FormatInfo_Special_NumberFormat_Description"] = "特殊格式对于跟踪列表和数据库值很有用。";
this["FormatInfo_Special_PhoneNumber"] = "电话号码";
this["FormatInfo_Special_SocialSecurityNumber"] = "社会安全号码";
this["FormatInfo_Special_ZipCode"] = "邮政编码";
this["FormatInfo_Special_ZipCodePlus4"] = "邮政编码 + 4";
this["FormatInfo_Text"] = "文本";
this["FormatInfo_Text_NumberFormat_Description"] = "即使单元格中有数字,文本格式的单元格也被视为文本。 单元格的显示与输入的完全相同。";
this["FormatInfo_Time"] = "时间";
this["FormatInfo_Time_NumberFormat_Description"] = "时间格式将日期和时间序列号显示为日期值。 以星号 (*) 开头的时间格式对应于操作系统指定的区域日期和时间设置的变化。不带星号的格式不受操作系统设置的影响。";
this["HorizontalCellAlignment_Center"] = "中心";
this["HorizontalCellAlignment_CenterAcrossSelection"] = "跨列居中";
this["HorizontalCellAlignment_Default"] = "初始设置";
this["HorizontalCellAlignment_Distributed"] = "分布式";
this["HorizontalCellAlignment_Fill"] = "填充";
this["HorizontalCellAlignment_General"] = "一般";
this["HorizontalCellAlignment_Justify"] = "对齐";
this["HorizontalCellAlignment_Left"] = "左";
this["HorizontalCellAlignment_Right"] = "右";
this["Icon_BlackCircle"] = "黑色圆圈";
this["Icon_BlackCircleWithBorder"] = "黑色圆圈带边框";
this["Icon_CircleWithOneWhiteQuarter"] = "四分之一为白色的圆";
this["Icon_CircleWithThreeWhiteQuarters"] = "四分之三为白色的圆";
this["Icon_CircleWithTwoWhiteQuarters"] = "四分之二为白色的圆";
this["Icon_FourBars"] = "带有四根实心条的信号强度计";
this["Icon_FourFilledBoxes"] = "四个填充框";
this["Icon_GoldStar"] = "金星";
this["Icon_GrayCircle"] = "灰色圆圈";
this["Icon_GrayDownArrow"] = "灰色向下箭头";
this["Icon_GrayDownInclineArrow"] = "灰色向下倾斜箭头";
this["Icon_GraySideArrow"] = "灰色侧箭头";
this["Icon_GrayUpArrow"] = "灰色向上箭头";
this["Icon_GrayUpInclineArrow"] = "灰色向上倾斜箭头";
this["Icon_GreenCheck"] = "绿色勾号";
this["Icon_GreenCheckSymbol"] = "绿色勾号符号";
this["Icon_GreenCircle"] = "绿色圆圈";
this["Icon_GreenFlag"] = "绿旗";
this["Icon_GreenTrafficLight"] = "绿色交通灯";
this["Icon_GreenUpArrow"] = "绿色向上箭头";
this["Icon_GreenUpTriangle"] = "绿色三角形";
this["Icon_HalfGoldStar"] = "半金星";
this["Icon_OneBar"] = "带有一根实心条的信号强度计";
this["Icon_OneFilledBox"] = "1 个填充盒";
this["Icon_PinkCircle"] = "粉色圆圈";
this["Icon_RedCircle"] = "红色圆圈";
this["Icon_RedCircleWithBorder"] = "带边框的红色圆圈";
this["Icon_RedCross"] = "红十字会";
this["Icon_RedCrossSymbol"] = "红十字会符号";
this["Icon_RedDiamond"] = "红色钻石";
this["Icon_RedDownArrow"] = "红色向下箭头";
this["Icon_RedDownTriangle"] = "红色三角形";
this["Icon_RedFlag"] = "红旗";
this["Icon_RedTrafficLight"] = "红色交通灯";
this["Icon_SilverStar"] = "银星";
this["Icon_ThreeBars"] = "带有三根实心条的信号强度计";
this["Icon_ThreeFilledBoxes"] = "三个填充框";
this["Icon_TwoBars"] = "带有两根实心条的信号强度计";
this["Icon_TwoFilledBoxes"] = "两个填充框";
this["Icon_WhiteCircleAllWhiteQuarters"] = "白色圆圈 (四份全白)";
this["Icon_YellowCircle"] = "黄色圆圈";
this["Icon_YellowDash"] = "黄色短划线";
this["Icon_YellowDownInclineArrow"] = "黄色向下倾斜箭头";
this["Icon_YellowExclamation"] = "黄色感叹号";
this["Icon_YellowExclamationSymbol"] = "黄色感叹号";
this["Icon_YellowFlag"] = "黄旗";
this["Icon_YellowSideArrow"] = "黄色侧箭头";
this["Icon_YellowTrafficLight"] = "黄色交通灯";
this["Icon_YellowTriangle"] = "黄色三角形";
this["Icon_YellowUpInclineArrow"] = "黄色向上倾斜箭头";
this["Icon_ZeroBars"] = "无实心条的信号强度计";
this["Icon_ZeroFilledBoxes"] = "零填充框";
this["InvalidCommand_MixedSelection_Message"] = "该命令不能用于包含整个行/列与其他单元格混合的选择。尝试选择仅整行,仅整列或仅单元格组。";
this["InvalidCommand_MultipleSelection_Message"] = "该命令不能与多个选择一起使用。\r\n选择一个范围并再次调用该命令。";
this["InvalidCommand_OverlappingSelection_Message"] = "无法在重叠的选择上使用该命令。";
this["InvalidCommand_TableChangeWithMultipleSheetSelection_Message"] = "选择多个工作表时无法更改表格。";
this["InvalidDateTimeToolTip"] = "负数或太大的日期和时间显示为 #####。";
this["InvalidNameBoxValue_Message"] = "您必须输入要访问的有效引用或为选择输入有效名称。";
this["LE_MissingTemplatePart"] = "'{2}' 模板中需要模板名称为 '{0}' 且类型为 '{1}' 的模板部件。";
this["MenuItem_AllDatesInPeriod"] = "时段中的所有日期 (_P)";
this["MenuItem_AutoFit_Columns"] = "自动调整列宽 (_A)";
this["MenuItem_AutoFit_Rows"] = "自动调整行高 (_A)";
this["MenuItem_Automatic"] = "自动";
this["MenuItem_ClearContents"] = "清除内容 (_N)";
this["MenuItem_ClearFilterEmpty"] = "清除筛选器 (_E)";
this["MenuItem_ClearFilterForColumn"] = "清除 \"{0}\" 中的筛选器 (_E)";
this["MenuItem_ColorValue"] = "RGB({0}, {1}, {2})";
this["MenuItem_ConvertTableToRange"] = "转换为范围 (_V)";
this["MenuItem_Copy"] = "复制 (_C)";
this["MenuItem_Cut"] = "剪切 (_T)";
this["MenuItem_DateFilters"] = "日期筛选器 (_F)";
this["MenuItem_Delete"] = "删除 (_D)";
this["MenuItem_DeleteCells"] = "删除 (_D)";
this["MenuItem_DeleteCells_Column"] = "整列 (_C)";
this["MenuItem_DeleteCells_DeleteTableColumns"] = "表格列 (_C)";
this["MenuItem_DeleteCells_DeleteTableRows"] = "表行 (_R)";
this["MenuItem_DeleteCells_Row"] = "整行 (_R)";
this["MenuItem_DeleteCells_ShiftLeft"] = "向左移动单元格 (_L)";
this["MenuItem_DeleteCells_ShiftUp"] = "向上移动单元格 (_U)";
this["MenuItem_DeleteWorksheets"] = "删除 (_D)";
this["MenuItem_Filter"] = "筛选 (_E)";
this["MenuItem_Filter_AboveAverage"] = "平均以上 (_A)";
this["MenuItem_Filter_After"] = "之后... (_A)";
this["MenuItem_Filter_Before"] = "之前... (_B)";
this["MenuItem_Filter_BeginsWith"] = "开始自... (_I)";
this["MenuItem_Filter_BelowAverage"] = "平均以下 (_O)";
this["MenuItem_Filter_Between"] = "之间... (_W)";
this["MenuItem_Filter_Contains"] = "包含... (_A)";
this["MenuItem_Filter_Custom"] = "自定义筛选器... (_F)";
this["MenuItem_Filter_Day_Current"] = "今天 (_O)";
this["MenuItem_Filter_Day_Next"] = "明天 (_T)";
this["MenuItem_Filter_Day_Previous"] = "昨天 (_D)";
this["MenuItem_Filter_DoesNotContain"] = "不包含... (_D)";
this["MenuItem_Filter_EndsWith"] = "结束条件... (_T)";
this["MenuItem_Filter_Equals"] = "等于...";
this["MenuItem_Filter_GreaterThan"] = "大于... (_G)";
this["MenuItem_Filter_GreaterThanOrEqual"] = "大于或等于... (_O)";
this["MenuItem_Filter_LessThan"] = "小于... (_L)";
this["MenuItem_Filter_LessThanOrEqual"] = "小于或等于... (_Q)";
this["MenuItem_Filter_Month_Current"] = "本月 (_S)";
this["MenuItem_Filter_Month_Next"] = "下个月 (_M)";
this["MenuItem_Filter_Month_Previous"] = "上个月 (_N)";
this["MenuItem_Filter_NotEqual"] = "不等于... (_N)";
this["MenuItem_Filter_Quarter_Current"] = "本季度 (_U)";
this["MenuItem_Filter_Quarter_Next"] = "下一季度 (_Q)";
this["MenuItem_Filter_Quarter_Previous"] = "上季度 (_R)";
this["MenuItem_Filter_QuarterNumber"] = "季度 {0} (_{)";
this["MenuItem_Filter_Top10"] = "前 10 个... (_T)";
this["MenuItem_Filter_Week_Current"] = "本周 (_H)";
this["MenuItem_Filter_Week_Next"] = "下周 (_K)";
this["MenuItem_Filter_Week_Previous"] = "上周 (_L)";
this["MenuItem_Filter_Year_Current"] = "本年 (_I)";
this["MenuItem_Filter_Year_Next"] = "明年 (_X)";
this["MenuItem_Filter_Year_Previous"] = "去年 (_Y)";
this["MenuItem_Filter_YearToDate"] = "年累计 (_A)";
this["MenuItem_FilterByCellColor"] = "按所选单元格的值筛选 (_C)";
this["MenuItem_FilterByCellFontColor"] = "按所选单元格的字体颜色筛选 (_F)";
this["MenuItem_FilterByCellIcon"] = "按所选单元格的图标筛选 (_I)";
this["MenuItem_FilterByCellValue"] = "按所选单元格的值筛选 (_V)";
this["MenuItem_FilterByColor"] = "按颜色筛选 (_I)";
this["MenuItem_FilterByFontColor"] = "按字体颜色筛选 (_F)";
this["MenuItem_FilterByIcon"] = "按条件格式图标筛选 (_I)";
this["MenuItem_GradientFill"] = "渐变";
this["MenuItem_Hide"] = "隐藏 (_H)";
this["MenuItem_Insert"] = "插入 (_I)";
this["MenuItem_InsertCells"] = "插入 (_I)";
this["MenuItem_InsertCells_AddTableColumn"] = "右表格列 (_R)";
this["MenuItem_InsertCells_AddTableRow"] = "下表格行 (_B)";
this["MenuItem_InsertCells_Column"] = "整列 (_C)";
this["MenuItem_InsertCells_InsertTableColumns"] = "左表格列 (_L)";
this["MenuItem_InsertCells_InsertTableRows"] = "上表格行 (_A)";
this["MenuItem_InsertCells_Row"] = "整行 (_R)";
this["MenuItem_InsertCells_ShiftDown"] = "向下移动单元格 (_D)";
this["MenuItem_InsertCells_ShiftRight"] = "向右移动单元格 (_R)";
this["MenuItem_InsertWorksheets"] = "插入 (_I)";
this["MenuItem_NoFill"] = "无填充";
this["MenuItem_NoIcon"] = "无图标";
this["MenuItem_NumberFilters"] = "数字筛选器 (_F)";
this["MenuItem_OpenHyperlink"] = "打开超链接 (_O)";
this["MenuItem_Paste"] = "粘贴 (_P)";
this["MenuItem_PickFromDropDownList"] = "从下拉列表中选择... (_K)";
this["MenuItem_ReapplyFilter"] = "重新应用 (_R)";
this["MenuItem_RemoveHyperlink"] = "移除超链接 (_R)";
this["MenuItem_RemoveHyperlinks"] = "移除超链接 (_R)";
this["MenuItem_RenameWorksheet"] = "重新命名 (_R)";
this["MenuItem_Select"] = "选择 (_L)";
this["MenuItem_Select_SelectEntireTableColumn"] = "整个表格列 (_E)";
this["MenuItem_Select_SelectTableColumnData"] = "表格列数据 (_C)";
this["MenuItem_Select_SelectTableRow"] = "表行 (_R)";
this["MenuItem_SelectAllWorksheets"] = "选择所有工作表 (_S)";
this["MenuItem_ShowFormatCellsDialog"] = "格式化单元格... (_F)";
this["MenuItem_Sort"] = "排序 (_O)";
this["MenuItem_Sort_Custom"] = "自定义排序... (_U)";
this["MenuItem_SortAscending_Date"] = "从最旧到最新排序 (_S)";
this["MenuItem_SortAscending_Number"] = "最小到最大排序 (_S)";
this["MenuItem_SortAscending_Text"] = "从 A 到 Z 排序 (_S)";
this["MenuItem_SortByCellColor"] = "将选定的单元格颜色放在顶部 (_C)";
this["MenuItem_SortByCellColorHeader"] = "按单元格颜色排序 (_C)";
this["MenuItem_SortByCellFontColor"] = "将所选字体颜色放在顶部 (_F)";
this["MenuItem_SortByCellIcon"] = "将所选图标放在顶部 (_I)";
this["MenuItem_SortByColor"] = "按颜色排序 (_T)";
this["MenuItem_SortByFontColor"] = "按字体颜色排序 (_F)";
this["MenuItem_SortByIcon"] = "按条件格式图标排序 (_I)";
this["MenuItem_SortDescending_Date"] = "从最新到最旧排序 (_O)";
this["MenuItem_SortDescending_Number"] = "从大到小排序 (_O)";
this["MenuItem_SortDescending_Text"] = "从 Z 到 A 排序 (_O)";
this["MenuItem_Table"] = "表格 (_B)";
this["MenuItem_TextFilters"] = "文本筛选器 (_F)";
this["MenuItem_ToggleTableTotalRow"] = "总计行 (_T)";
this["MenuItem_Unhide"] = "取消隐藏 (_U)";
this["MenuItem_UnselectWorksheets"] = "取消工作表分组 (_U)";
this["NewSheetName"] = "Sheet{0}";
this["PasteError_CellRangeSize_Message"] = "无法执行粘贴操作,因为复制区域和粘贴区域的大小不同。\r\n请尝试以下方法之一:\r\n* 单击一个单元格,然后粘贴\r\n* 选择一个相同大小的矩形,然后粘贴。";
this["PasteError_General_Message"] = "粘贴操作期间出现错误:\r\n{0}";
this["PasteError_IntersectsMergedCells_Message"] = "由于粘贴区域与合并的单元格相交,因此无法执行粘贴操作。";
this["PasteError_InvalidSelectedSheetCount_Message"] = "无法执行粘贴操作,因为复制和粘贴区域中的工作表数量不同。";
this["PasteError_InvalidSourceRanges_Message"] = "无法在提供的复制区域上执行粘贴操作。";
this["PasteError_MultipleSheetTables_Message"] = "无法粘贴操作,因为源有多个工作表,并且源选择中有表格。";
this["PasteError_MultipleSourceAndTargetRanges_Message"] = "由于源和目标工作表中有多个选择,因此无法执行粘贴操作。";
this["SheetNameError_Message_Invalid"] = "您为工作表输入了无效名称 '{0}'。确保:\r\n* 名称不为空白。\r\n* 名称不得超过 31 个字符。\r\n* 名称不以单引号 (') 开头或结尾。\r\n* 名称不包含以下任何字符: : \\ / ? * [ ]";
this["SheetNameError_Message_NameIsUsed"] = "工作簿中已存在名称为 '{0}' 的工作表。";
this["SortDialog_AddLevel"] = "添加级别 (_A)";
this["SortDialog_Cancel"] = "取消";
this["SortDialog_CellFill_Gradient"] = "渐变";
this["SortDialog_CellFill_NoColor"] = "无颜色";
this["SortDialog_Color_RGB"] = "RGB ({0}, {1}, {2})";
this["SortDialog_Column_ColumnHeader"] = "列";
this["SortDialog_ColumnName"] = "列 {0}";
this["SortDialog_ConditionalFormatIcon_NoCellIcon"] = "无单元格图标";
this["SortDialog_CopyLevel"] = "复制级别 (_C)";
this["SortDialog_DeleteLevel"] = "删除级别 (_D)";
this["SortDialog_MoveDown"] = "下移";
this["SortDialog_MoveUp"] = "上移";
this["SortDialog_MyDataHasHeaders"] = "我的数据有标题 (_H)";
this["SortDialog_OK"] = "确定";
this["SortDialog_Options"] = "选项... (_O)";
this["SortDialog_Order_ColumnHeader"] = "顺序";
this["SortDialog_Row_ColumnHeader"] = "行";
this["SortDialog_RowName"] = "行 {0}";
this["SortDialog_SortBy_Label"] = "排序依据";
this["SortDialog_SortConditionError_DuplicateItemSorted"] = "检测到重复的排序条件。";
this["SortDialog_SortConditionError_FieldCannotBeNull"] = "排序条件字段: '{0}' 不得为空";
this["SortDialog_SortDirection_CustomList"] = "自定义列表...";
this["SortDialog_SortDirection_Date_Ascending"] = "从最早到最新";
this["SortDialog_SortDirection_Date_Descending"] = "最新到最旧";
this["SortDialog_SortDirection_Number_Ascending"] = "最小到最大";
this["SortDialog_SortDirection_Number_Descending"] = "最大到最小";
this["SortDialog_SortDirection_Text_Ascending"] = "A 至 Z";
this["SortDialog_SortDirection_Text_Descending"] = "Z 到 A";
this["SortDialog_SortDirectionLeftOrRight_Ascending"] = "在左侧";
this["SortDialog_SortDirectionLeftOrRight_Descending"] = "在右侧";
this["SortDialog_SortDirectionTopOrBottom_Ascending"] = "在顶部";
this["SortDialog_SortDirectionTopOrBottom_Descending"] = "底部";
this["SortDialog_SortOn_ColumnHeader"] = "排序依据";
this["SortDialog_Text_Automatic"] = "自动";
this["SortDialog_ThenBy_Label"] = "然后的排序方式为";
this["SortDialog_Title"] = "排序";
this["SortOptionsDialog_Cancel"] = "取消";
this["SortOptionsDialog_CaseSensitive"] = "区分大小写 (_C)";
this["SortOptionsDialog_OK"] = "确定";
this["SortOptionsDialog_Orientation"] = "方向";
this["SortOptionsDialog_SortLeftToRight"] = "从左到右排序 (_L)";
this["SortOptionsDialog_SortTopToBottom"] = "从上到下排序 (_T)";
this["SortOptionsDialog_Title"] = "排序选项";
this["SpreadsheetFontControl_ColorLabel"] = "颜色 (_C):";
this["SpreadsheetFontControl_FontLabel"] = "字体 (_F)";
this["SpreadsheetFontControl_FontStyle_Bold"] = "粗体";
this["SpreadsheetFontControl_FontStyle_BoldItalic"] = "粗体斜体";
this["SpreadsheetFontControl_FontStyle_Italic"] = "斜体";
this["SpreadsheetFontControl_FontStyle_Regular"] = "规则";
this["SpreadsheetFontControl_FontStyleLabel"] = "字体样式 (_O):";
this["SpreadsheetFontControl_NormalFontLabel"] = "普通字体 (_N)";
this["SpreadsheetFontControl_SizeLabel"] = "大小 (_S):";
this["SpreadsheetFontControl_StrikethroughLabel"] = "删除线 (_K)";
this["SpreadsheetFontControl_SubscriptLabel"] = "下标 (_B)";
this["SpreadsheetFontControl_SuperscriptLabel"] = "上标 (_P)";
this["SpreadsheetFontControl_Text_Automatic"] = "自动";
this["SpreadsheetFontControl_Text_Effects"] = "效果";
this["SpreadsheetFontControl_Text_NoColor"] = "无颜色";
this["SpreadsheetFontControl_Text_Preview"] = "预览";
this["SpreadsheetFontControl_UnderlineLabel"] = "下划线 (_U):";
this["SpreadsheetSortDialogConditionTypes_CustomListSortCondition_DisplayText"] = "自定义列表";
this["SpreadsheetSortDialogConditionTypes_FillSortCondition_DisplayText"] = "单元格颜色";
this["SpreadsheetSortDialogConditionTypes_FontColorSortCondition_DisplayText"] = "字体颜色";
this["SpreadsheetSortDialogConditionTypes_IconSortCondition_DisplayText"] = "条件格式图标";
this["SpreadsheetSortDialogConditionTypes_OrderedSortCondition_DisplayText"] = "单元格值";
this["SpreadsheetThemeColorPickerControl_Text_Automatic"] = "自动";
this["SpreadsheetThemeColorPickerControl_Text_NoColor"] = "无颜色";
this["SpreadsheetThemeColorPickerControl_Text_StandardColors"] = "标准颜色";
this["SpreadsheetThemeColorPickerControl_Text_ThemeColors"] = "主题颜色";
this["String1"] = "";
this["ToolTip_FormulaBarCancelButton"] = "取消";
this["ToolTip_FormulaBarEnterButton"] = "输入";
this["ToolTip_FormulaBarNameBox"] = "名称框";
this["ToolTip_FormulaBarTextEditor"] = "公式栏";
this["TopOrBottomDialog_Cancel"] = "取消";
this["TopOrBottomDialog_OK"] = "确定";
this["TopOrBottomDialog_Show"] = "显示";
this["TopOrBottomDialog_Title"] = "前 10 个自动筛选器";
this["TotalRow_Average"] = "平均";
this["TotalRow_Count"] = "计算";
this["TotalRow_CountNumbers"] = "计算数量";
this["TotalRow_Max"] = "最大";
this["TotalRow_Min"] = "最小";
this["TotalRow_None"] = "无";
this["TotalRow_StdDev"] = "标准偏差";
this["TotalRow_Sum"] = "合计";
this["TotalRow_Var"] = "变量";
this["Undo_AddTableColumn"] = "添加表格列";
this["Undo_AddTableRow"] = "添加表格行";
this["Undo_AutoFilterOff"] = "自动筛选关闭";
this["Undo_AutoFilterOn"] = "自动筛选打开";
this["Undo_Bold"] = "粗体";
this["Undo_Borders"] = "边框";
this["Undo_BottomAlignment"] = "底部对齐";
this["Undo_CenterAlignment"] = "居中对齐";
this["Undo_ChangeTotalRowFormula"] = "更改总行公式";
this["Undo_ChartAdd"] = "插入图表";
this["Undo_ChartModify"] = "修改图表";
this["Undo_ChartRemove"] = "移除图表";
this["Undo_ClearCellContents"] = "清除 {0}";
this["Undo_ClearCellFormats"] = "清除";
this["Undo_ClearHyperlinks"] = "清除超链接";
this["Undo_ClearShapes"] = "清除形状";
this["Undo_ClearTables"] = "清除表格";
this["Undo_ConditionalFormat"] = "条件格式";
this["Undo_ConvertTableToRange"] = "将表格转换为范围";
this["Undo_CreateNamedReference"] = "定义名称";
this["Undo_CreateTable"] = "创建表";
this["Undo_Cut"] = "剪切";
this["Undo_Delete"] = "删除";
this["Undo_DeleteTableColumn"] = "删除列";
this["Undo_DeleteTableRow"] = "删除行";
this["Undo_EditCell"] = "在 {0} 中键入 '{1}'";
this["Undo_Entry"] = "输入项";
this["Undo_Filter"] = "筛选器";
this["Undo_Font"] = "字体";
this["Undo_FontSize"] = "字体大小";
this["Undo_FormatCells"] = "格式化单元格";
this["Undo_Group"] = "组";
this["Undo_Hyperlink"] = "超链接";
this["Undo_InsertCells"] = "插入单元格";
this["Undo_InsertColumns"] = "插入列";
this["Undo_InsertRows"] = "插入行";
this["Undo_InsertTableColumns"] = "插入列";
this["Undo_InsertTableRows"] = "插入行";
this["Undo_Italic"] = "斜体";
this["Undo_JustifyAlignment"] = "对齐调整";
this["Undo_LeftAlignment"] = "左对齐";
this["Undo_MergeCells"] = "合并单元格";
this["Undo_MiddleAlignment"] = "垂直居中对齐";
this["Undo_Paste"] = "粘贴";
this["Undo_Reapply"] = "重新应用";
this["Undo_RemoveHyperlinks"] = "移除超链接";
this["Undo_RemoveTable"] = "移除表格";
this["Undo_ResetOptions"] = "重置选项";
this["Undo_ResizeColumn"] = "列宽";
this["Undo_ResizeRow"] = "行高";
this["Undo_RightAlignment"] = "右对齐";
this["Undo_Shape"] = "形状";
this["Undo_ShapeAdd"] = "插入形状";
this["Undo_ShapeRemove"] = "移除形状";
this["Undo_ShowAll"] = "全部显示";
this["Undo_Sort"] = "排序";
this["Undo_SparklineAdd"] = "插入迷你图";
this["Undo_SparklineColorChange"] = "迷你图颜色变化";
this["Undo_SparklineDataChange"] = "迷你图数据更改";
this["Undo_SparklineRemove"] = "清除迷你图";
this["Undo_SparklineStyleChange"] = "迷你图样式更改";
this["Undo_SparklineTypeChange"] = "迷你图类型更改";
this["Undo_Strikethrough"] = "删除线";
this["Undo_Style"] = "样式";
this["Undo_TabColor"] = "标签颜色";
this["Undo_TableAutoExpansion"] = "表格自动扩展";
this["Undo_ToggleTotalRow"] = "切换总计行";
this["Undo_TopAlignment"] = "顶部对齐";
this["Undo_Underline"] = "下划线";
this["Undo_View"] = "查看更改";
this["Undo_WrapText"] = "自动换行";
this["Undo_Zoom"] = "缩放";
this["VerticalCellAlignment_Bottom"] = "底部";
this["VerticalCellAlignment_Center"] = "中心";
this["VerticalCellAlignment_Default"] = "初始设置";
this["VerticalCellAlignment_Distributed"] = "分布式";
this["VerticalCellAlignment_Justify"] = "对齐";
this["VerticalCellAlignment_Top"] = "顶部";
}
}