Check in localized strings 2020-05-15 (#1233)
This commit is contained in:
@@ -2975,9 +2975,9 @@
|
||||
<value>立方根</value>
|
||||
<comment>Name for the cube root function. Used by screen readers.</comment>
|
||||
</data>
|
||||
<data name="Logx" xml:space="preserve">
|
||||
<data name="Logy" xml:space="preserve">
|
||||
<value>底数对数</value>
|
||||
<comment>Name for the logbasex function. Used by screen readers.</comment>
|
||||
<comment>Name for the logbasey function. Used by screen readers.</comment>
|
||||
</data>
|
||||
<data name="AbsoluteValue" xml:space="preserve">
|
||||
<value>绝对值</value>
|
||||
@@ -3047,9 +3047,9 @@
|
||||
<value>计算失败</value>
|
||||
<comment>Text displayed when the application is not able to do a calculation</comment>
|
||||
</data>
|
||||
<data name="logBaseX.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>对数底数 X</value>
|
||||
<comment>Screen reader prompt for the logBaseX button</comment>
|
||||
<data name="logBaseY.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>底数对数 Y</value>
|
||||
<comment>Screen reader prompt for the logBaseY button</comment>
|
||||
</data>
|
||||
<data name="trigButton.Text" xml:space="preserve">
|
||||
<value>三角学</value>
|
||||
@@ -3063,6 +3063,10 @@
|
||||
<value>不等式</value>
|
||||
<comment>Displayed on the button that contains a flyout for the inequality functions.</comment>
|
||||
</data>
|
||||
<data name="inequalityButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>不等式</value>
|
||||
<comment>Screen reader prompt for the Inequalities button</comment>
|
||||
</data>
|
||||
<data name="bitwiseButton.Text" xml:space="preserve">
|
||||
<value>按位</value>
|
||||
<comment>Displayed on the button that contains a flyout for the bitwise functions in programmer mode.</comment>
|
||||
@@ -3243,21 +3247,25 @@
|
||||
<value>图形</value>
|
||||
<comment>Name of the Graphing mode of the Calculator app. Displayed in the navigation menu.</comment>
|
||||
</data>
|
||||
<data name="graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>等于</value>
|
||||
<comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
<data name="plotButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>绘图</value>
|
||||
<comment>Screen reader prompt for the plot button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
<data name="zoomResetButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>重置视图(Ctrl + 0)</value>
|
||||
<comment>This is the tool tip automation name for the Calculator zoom reset button.</comment>
|
||||
<data name="graphViewButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>自动刷新视图(Ctrl + 0)</value>
|
||||
<comment>This is the tool tip automation name for the Calculator graph view button.</comment>
|
||||
</data>
|
||||
<data name="zoomResetButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>重置视图</value>
|
||||
<comment>Screen reader prompt for the reset zoom button.</comment>
|
||||
<data name="graphViewButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>图形视图</value>
|
||||
<comment>Screen reader prompt for the graph view button.</comment>
|
||||
</data>
|
||||
<data name="GraphViewAutomaticBestFitAnnouncement" xml:space="preserve">
|
||||
<value>自动最佳适应</value>
|
||||
<comment>Announcement used in Graphing Calculator when button is clicked and automatic best fit is set</comment>
|
||||
</data>
|
||||
<data name="GraphViewManualAdjustmentAnnouncement" xml:space="preserve">
|
||||
<value>手动调整</value>
|
||||
<comment>Announcement used in Graphing Calculator when button is clicked and manual adjustment is set</comment>
|
||||
</data>
|
||||
<data name="zoomInButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>放大(Ctrl + 加号)</value>
|
||||
@@ -3320,9 +3328,13 @@
|
||||
<comment>Label text for the max text box</comment>
|
||||
</data>
|
||||
<data name="LineColorText.Text" xml:space="preserve">
|
||||
<value>线条颜色</value>
|
||||
<value>颜色</value>
|
||||
<comment>Label for the Line Color section of the style picker</comment>
|
||||
</data>
|
||||
<data name="StyleChooserBoxHeading.Text" xml:space="preserve">
|
||||
<value>样式</value>
|
||||
<comment>Label for the Line Style section of the style picker</comment>
|
||||
</data>
|
||||
<data name="KeyGraphFeaturesLabel.Text" xml:space="preserve">
|
||||
<value>函数分析</value>
|
||||
<comment>Title for KeyGraphFeatures Control</comment>
|
||||
@@ -3482,12 +3494,168 @@
|
||||
<value>无法计算此函数的区间。</value>
|
||||
<comment>Error displayed when Range is not returned from the analyzer.</comment>
|
||||
</data>
|
||||
<data name="Overflow" xml:space="preserve">
|
||||
<value>溢出 (数字过大)</value>
|
||||
<comment>Error that occurs during graphing when the number is too large. To see this error, assign a large number to variable a, then keep doing "a:=a*a" until it happens.</comment>
|
||||
</data>
|
||||
<data name="RequireRadiansMode" xml:space="preserve">
|
||||
<value>需要“弧度”模式才能将此公式绘入图表。</value>
|
||||
<comment>Error that occurs during graphing when radians is required.</comment>
|
||||
</data>
|
||||
<data name="TooComplexToSolve" xml:space="preserve">
|
||||
<value>此函数过于复杂,无法绘入图表</value>
|
||||
<comment>Error that occurs during graphing when the equation is too complex.</comment>
|
||||
</data>
|
||||
<data name="RequireDegreesMode" xml:space="preserve">
|
||||
<value>需要“度数”模式才能将此函数绘入图表</value>
|
||||
<comment>Error that occurs during graphing when degrees is required</comment>
|
||||
</data>
|
||||
<data name="FactorialInvalidArgument" xml:space="preserve">
|
||||
<value>阶乘函数有无效参数</value>
|
||||
<comment>Error that occurs during graphing when a factorial function has an invalid argument.</comment>
|
||||
</data>
|
||||
<data name="FactorialCannotPerformOnLargeNumber" xml:space="preserve">
|
||||
<value>阶乘函数的参数太大,无法绘入图表</value>
|
||||
<comment>Error that occurs during graphing when a factorial has a large n</comment>
|
||||
</data>
|
||||
<data name="ModuloCannotPerformOnFloat" xml:space="preserve">
|
||||
<value>模除只能用于整数</value>
|
||||
<comment>Error that occurs during graphing when modulo is used with a float.</comment>
|
||||
</data>
|
||||
<data name="EquationHasNoSolution" xml:space="preserve">
|
||||
<value>该等式无解</value>
|
||||
<comment>Error that occurs during graphing when the equation has no solution.</comment>
|
||||
</data>
|
||||
<data name="DivideByZero" xml:space="preserve">
|
||||
<value>除数不能为零</value>
|
||||
<comment>Error that occurs during graphing when a divison by zero occurs.</comment>
|
||||
</data>
|
||||
<data name="MutuallyExclusiveConditions" xml:space="preserve">
|
||||
<value>公式包含互斥的逻辑条件</value>
|
||||
<comment>Error that occurs during graphing when mutually exclusive conditions are used.</comment>
|
||||
</data>
|
||||
<data name="OutOfDomain" xml:space="preserve">
|
||||
<value>公式超出域</value>
|
||||
<comment>Error that occurs during graphing when the equation is out of domain.</comment>
|
||||
</data>
|
||||
<data name="GE_NotSupported" xml:space="preserve">
|
||||
<value>不支持将此公式绘入图表</value>
|
||||
<comment>Error that occurs during graphing when the equation is not supported.</comment>
|
||||
</data>
|
||||
<data name="ParenthesisMismatch" xml:space="preserve">
|
||||
<value>公式缺少左圆括号</value>
|
||||
<comment>Error that occurs during graphing when the equation is missing a (</comment>
|
||||
</data>
|
||||
<data name="UnmatchedParenthesis" xml:space="preserve">
|
||||
<value>公式缺少右圆括号</value>
|
||||
<comment>Error that occurs during graphing when the equation is missing a )</comment>
|
||||
</data>
|
||||
<data name="TooManyDecimalPoints" xml:space="preserve">
|
||||
<value>数字中的小数位数太多</value>
|
||||
<comment>Error that occurs during graphing when a number has too many decimals. Ex: 1.2.3</comment>
|
||||
</data>
|
||||
<data name="DecimalPointWithoutDigits" xml:space="preserve">
|
||||
<value>数字缺少小数点</value>
|
||||
<comment>Error that occurs during graphing with a decimal point without digits</comment>
|
||||
</data>
|
||||
<data name="UnexpectedEndOfExpression" xml:space="preserve">
|
||||
<value>表达式意外结束</value>
|
||||
<comment>Error that occurs during graphing when the expression ends unexpectedly. Ex: 3-4*</comment>
|
||||
</data>
|
||||
<data name="UnexpectedToken" xml:space="preserve">
|
||||
<value>表达式中包含异常字符</value>
|
||||
<comment>Error that occurs during graphing when there is an unexpected token.</comment>
|
||||
</data>
|
||||
<data name="InvalidToken" xml:space="preserve">
|
||||
<value>表达式中包含无效字符</value>
|
||||
<comment>Error that occurs during graphing when there is an invalid token.</comment>
|
||||
</data>
|
||||
<data name="TooManyEquals" xml:space="preserve">
|
||||
<value>等号过多</value>
|
||||
<comment>Error that occurs during graphing when there are too many equals.</comment>
|
||||
</data>
|
||||
<data name="EqualWithoutGraphVariable" xml:space="preserve">
|
||||
<value>函数必须包含至少一个 x 或 y 变量</value>
|
||||
<comment>Error that occurs during graphing when the equation is missing x or y.</comment>
|
||||
</data>
|
||||
<data name="InvalidEquationSyntax" xml:space="preserve">
|
||||
<value>表达式无效</value>
|
||||
<comment>Error that occurs during graphing when an invalid syntax is used.</comment>
|
||||
</data>
|
||||
<data name="EmptyExpression" xml:space="preserve">
|
||||
<value>表达式为空</value>
|
||||
<comment>Error that occurs during graphing when the expression is empty</comment>
|
||||
</data>
|
||||
<data name="EqualWithoutEquation" xml:space="preserve">
|
||||
<value>在不相等的情况下使用了等于号</value>
|
||||
<comment>Error that occurs during graphing when equal is used without an equation. Ex: sin(x=y)</comment>
|
||||
</data>
|
||||
<data name="ExpectParenthesisAfterFunctionName" xml:space="preserve">
|
||||
<value>函数名后缺少括号</value>
|
||||
<comment>Error that occurs during graphing when parenthesis are missing after a function.</comment>
|
||||
</data>
|
||||
<data name="IncorrectNumParameter" xml:space="preserve">
|
||||
<value>数学运算的参数数目不正确</value>
|
||||
<comment>Error that occurs during graphing when a function has the wrong number of parameters</comment>
|
||||
</data>
|
||||
<data name="InvalidVariableNameFormat" xml:space="preserve">
|
||||
<value>变量名无效</value>
|
||||
<comment>Error that occurs during graphing when a variable name is invalid.</comment>
|
||||
</data>
|
||||
<data name="BracketMismatch" xml:space="preserve">
|
||||
<value>公式缺少左方括号</value>
|
||||
<comment>Error that occurs during graphing when a { is missing</comment>
|
||||
</data>
|
||||
<data name="UnmatchedBracket" xml:space="preserve">
|
||||
<value>公式缺少右方括号</value>
|
||||
<comment>Error that occurs during graphing when a } is missing.</comment>
|
||||
</data>
|
||||
<data name="CannotUseIInReal" xml:space="preserve">
|
||||
<value>“i”和“I”不能用作变量名称</value>
|
||||
<comment>Error that occurs during graphing when i or I is used.</comment>
|
||||
</data>
|
||||
<data name="GeneralError" xml:space="preserve">
|
||||
<value>无法将公式绘入图表</value>
|
||||
<comment>General error that occurs during graphing.</comment>
|
||||
</data>
|
||||
<data name="InvalidNumberDigit" xml:space="preserve">
|
||||
<value>无法为给定底数解出该数字</value>
|
||||
<comment>Error that occurs during graphing when trying to use bases incorrect. Ex: base(2,1020).</comment>
|
||||
</data>
|
||||
<data name="InvalidNumberBase" xml:space="preserve">
|
||||
<value>底数必须大于 2 且小于等于 36</value>
|
||||
<comment>Error that occurs during graphing when the base is out of range.</comment>
|
||||
</data>
|
||||
<data name="InvalidVariableSpecification" xml:space="preserve">
|
||||
<value>数学运算要求其中一个参数为变量</value>
|
||||
<comment>Error that occurs during graphing when a function requires a variable in a particular position. Ex: 2nd argument of deriv.</comment>
|
||||
</data>
|
||||
<data name="ExpectingLogicalOperands" xml:space="preserve">
|
||||
<value>公式混合了逻辑和标量操作数</value>
|
||||
<comment>Error that occurs during graphing when operands are mixed. Such as true and 1.</comment>
|
||||
</data>
|
||||
<data name="CannotUseIndexVarInOpLimits" xml:space="preserve">
|
||||
<value>x 或 y 不能用于上限或下限</value>
|
||||
<comment>Error that occurs during graphing when x or y is used in integral upper limits.</comment>
|
||||
</data>
|
||||
<data name="CannotUseIndexVarInLimPoint" xml:space="preserve">
|
||||
<value>不能在限制点中使用 x 或 y</value>
|
||||
<comment>Error that occurs during graphing when x or y is used in the limit point.</comment>
|
||||
</data>
|
||||
<data name="CannotUseComplexInfinityInReal" xml:space="preserve">
|
||||
<value>不能使用复数无穷大</value>
|
||||
<comment>Error that occurs during graphing when complex infinity is used</comment>
|
||||
</data>
|
||||
<data name="CannotUseIInInequalitySolving" xml:space="preserve">
|
||||
<value>不能在不等式中使用复数</value>
|
||||
<comment>Error that occurs during graphing when complex numbers are used in inequalities.</comment>
|
||||
</data>
|
||||
<data name="equationAnalysisBack.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>返回</value>
|
||||
<value>返回至函数列表</value>
|
||||
<comment>This is the tooltip for the back button in the equation analysis page in the graphing calculator</comment>
|
||||
</data>
|
||||
<data name="equationAnalysisBack.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>返回</value>
|
||||
<value>返回至函数列表</value>
|
||||
<comment>This is the automation name for the back button in the equation analysis page in the graphing calculator</comment>
|
||||
</data>
|
||||
<data name="functionAnalysisButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
@@ -3535,10 +3703,18 @@
|
||||
<comment>This is the text for the for the equation style context menu command</comment>
|
||||
</data>
|
||||
<data name="showEquationButtonToolTip" xml:space="preserve">
|
||||
<value>显示公式</value>
|
||||
<comment>This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator.</comment>
|
||||
</data>
|
||||
<data name="hideEquationButtonToolTip" xml:space="preserve">
|
||||
<value>隐藏公式</value>
|
||||
<comment>This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator.</comment>
|
||||
</data>
|
||||
<data name="showEquationButtonAutomationName" xml:space="preserve">
|
||||
<value>显示公式 %1</value>
|
||||
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to hidden in the graphing calculator. %1 is the equation number.</comment>
|
||||
</data>
|
||||
<data name="hideEquationButtonToolTip" xml:space="preserve">
|
||||
<data name="hideEquationButtonAutomationName" xml:space="preserve">
|
||||
<value>隐藏公式 %1</value>
|
||||
<comment>{Locked="%1"}, This is the tooltip/automation name shown when visibility is set to visible in the graphing calculator. %1 is the equation number.</comment>
|
||||
</data>
|
||||
@@ -3634,6 +3810,38 @@
|
||||
<value>图形选项</value>
|
||||
<comment>Heading for the Graph Options flyout in Graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableAreaSettings.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>变量选项</value>
|
||||
<comment>Screen reader prompt for the variable settings toggle button</comment>
|
||||
</data>
|
||||
<data name="VariableAreaSettings.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||
<value>变量选项</value>
|
||||
<comment>Tool tip for the variable settings toggle button</comment>
|
||||
</data>
|
||||
<data name="LineThicknessBoxHeading.Text" xml:space="preserve">
|
||||
<value>线条粗细</value>
|
||||
<comment>Heading for the Graph Options flyout in Graphing mode.</comment>
|
||||
</data>
|
||||
<data name="LineOptionsHeading.Text" xml:space="preserve">
|
||||
<value>线条选项</value>
|
||||
<comment>Heading for the equation style flyout in Graphing mode.</comment>
|
||||
</data>
|
||||
<data name="SmallLineWidthAutomationName" xml:space="preserve">
|
||||
<value>小线条宽度</value>
|
||||
<comment>Automation name for line width setting</comment>
|
||||
</data>
|
||||
<data name="MediumLineWidthAutomationName" xml:space="preserve">
|
||||
<value>中等线条宽度</value>
|
||||
<comment>Automation name for line width setting</comment>
|
||||
</data>
|
||||
<data name="LargeLineWidthAutomationName" xml:space="preserve">
|
||||
<value>大线条宽度</value>
|
||||
<comment>Automation name for line width setting</comment>
|
||||
</data>
|
||||
<data name="ExtraLargeLineWidthAutomationName" xml:space="preserve">
|
||||
<value>特大线条宽度</value>
|
||||
<comment>Automation name for line width setting</comment>
|
||||
</data>
|
||||
<data name="mathRichEditBox.PlaceholderText" xml:space="preserve">
|
||||
<value>输入表达式</value>
|
||||
<comment>this is the placeholder text used by the textbox to enter an equation</comment>
|
||||
@@ -3662,4 +3870,204 @@
|
||||
<value>全选</value>
|
||||
<comment>Select all menu item from the Equation TextBox</comment>
|
||||
</data>
|
||||
<data name="EquationInputButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>函数输入列表项</value>
|
||||
<comment>The automation name for the Equation Input ListView item that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputList.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>函数输入列表</value>
|
||||
<comment>The automation name for the Equation Input ListView that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="EquationInputPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>函数输入面板</value>
|
||||
<comment>The automation name for the Equation Input StackPanel that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableStackPanel.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>变量面板</value>
|
||||
<comment>The automation name for the Variable StackPanel that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableListView.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>变量列表</value>
|
||||
<comment>The automation name for the Variable ListView that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableListViewItem" xml:space="preserve">
|
||||
<value>变量 %1 列表项</value>
|
||||
<comment>The automation name for the Variable ListViewItem that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableValueTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>数值变量文本框</value>
|
||||
<comment>The automation name for the Variable Value Textbox that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableValueSlider.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>变量值滑块</value>
|
||||
<comment>The automation name for the Variable Value Slider that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableMinTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>最小值变量文本框</value>
|
||||
<comment>The automation name for the Variable Min Value Textbox that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableStepTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>步长值变量文本框</value>
|
||||
<comment>The automation name for the Variable Step Textbox that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="VariableMaxTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>最大值变量文本框</value>
|
||||
<comment>The automation name for the Variable Max Value Textbox that is shown when Calculator is in graphing mode.</comment>
|
||||
</data>
|
||||
<data name="solidLineStyleAutomationName" xml:space="preserve">
|
||||
<value>实线样式</value>
|
||||
<comment>Name of the solid line style for a graphed equation</comment>
|
||||
</data>
|
||||
<data name="dotLineStyleAutomationName" xml:space="preserve">
|
||||
<value>虚线样式</value>
|
||||
<comment>Name of the dotted line style for a graphed equation</comment>
|
||||
</data>
|
||||
<data name="dashLineStyleAutomationName" xml:space="preserve">
|
||||
<value>划线样式</value>
|
||||
<comment>Name of the dashed line style for a graphed equation</comment>
|
||||
</data>
|
||||
<data name="equationColor1AutomationName" xml:space="preserve">
|
||||
<value>海军蓝</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor2AutomationName" xml:space="preserve">
|
||||
<value>海蓝色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor3AutomationName" xml:space="preserve">
|
||||
<value>紫色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor4AutomationName" xml:space="preserve">
|
||||
<value>绿色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor5AutomationName" xml:space="preserve">
|
||||
<value>薄荷绿</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor6AutomationName" xml:space="preserve">
|
||||
<value>深绿色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor7AutomationName" xml:space="preserve">
|
||||
<value>字符型</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor8AutomationName" xml:space="preserve">
|
||||
<value>红色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor9AutomationName" xml:space="preserve">
|
||||
<value>浅紫红色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor10AutomationName" xml:space="preserve">
|
||||
<value>洋红色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor11AutomationName" xml:space="preserve">
|
||||
<value>黄金色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor12AutomationName" xml:space="preserve">
|
||||
<value>亮橙色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor13AutomationName" xml:space="preserve">
|
||||
<value>棕色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor14BlackAutomationName" xml:space="preserve">
|
||||
<value>黑色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationColor14WhiteAutomationName" xml:space="preserve">
|
||||
<value>白色</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationHighContrastColor1AutomationName" xml:space="preserve">
|
||||
<value>颜色 1</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationHighContrastColor2AutomationName" xml:space="preserve">
|
||||
<value>颜色 2</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationHighContrastColor3AutomationName" xml:space="preserve">
|
||||
<value>颜色 3</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="equationHighContrastColor4AutomationName" xml:space="preserve">
|
||||
<value>颜色 4</value>
|
||||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="GraphThemeHeading.Text" xml:space="preserve">
|
||||
<value>图形主题</value>
|
||||
<comment>Graph settings heading for the theme options</comment>
|
||||
</data>
|
||||
<data name="AlwaysLightTheme.Content" xml:space="preserve">
|
||||
<value>始终亮</value>
|
||||
<comment>Graph settings option to set graph to light theme</comment>
|
||||
</data>
|
||||
<data name="MatchAppTheme.Content" xml:space="preserve">
|
||||
<value>匹配应用主题</value>
|
||||
<comment>Graph settings option to set graph to match the app theme</comment>
|
||||
</data>
|
||||
<data name="GraphThemeHeading.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>主题</value>
|
||||
<comment>This is the automation name text for the Graph settings heading for the theme options</comment>
|
||||
</data>
|
||||
<data name="AlwaysLightTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>始终亮</value>
|
||||
<comment>This is the automation name text for the Graph settings option to set graph to light theme</comment>
|
||||
</data>
|
||||
<data name="MatchAppTheme.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>匹配应用主题</value>
|
||||
<comment>This is the automation name text for the Graph settings option to set graph to match the app theme</comment>
|
||||
</data>
|
||||
<data name="FunctionRemovedAnnouncement" xml:space="preserve">
|
||||
<value>功能已删除</value>
|
||||
<comment>Announcement used in Graphing Calculator when a function is removed from the function list</comment>
|
||||
</data>
|
||||
<data name="KGFEquationTextBox.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>函数分析公式框</value>
|
||||
<comment>This is the automation name text for the equation box in the function analysis panel</comment>
|
||||
</data>
|
||||
<data name="graphingEqualButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>等于</value>
|
||||
<comment>Screen reader prompt for the equal button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
<data name="lessThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>少于</value>
|
||||
<comment>Screen reader prompt for the Less than button</comment>
|
||||
</data>
|
||||
<data name="lessThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>小于等于</value>
|
||||
<comment>Screen reader prompt for the Less than or equal button</comment>
|
||||
</data>
|
||||
<data name="equalsFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>等于号</value>
|
||||
<comment>Screen reader prompt for the Equal button</comment>
|
||||
</data>
|
||||
<data name="greaterThanOrEqualFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>大于等于</value>
|
||||
<comment>Screen reader prompt for the Greater than or equal button</comment>
|
||||
</data>
|
||||
<data name="greaterThanFlyoutButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>大于</value>
|
||||
<comment>Screen reader prompt for the Greater than button</comment>
|
||||
</data>
|
||||
<data name="xButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>X</value>
|
||||
<comment>Screen reader prompt for the X button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
<data name="yButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>Y</value>
|
||||
<comment>Screen reader prompt for the Y button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
<data name="submitButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||
<value>提交</value>
|
||||
<comment>Screen reader prompt for the submit button on the graphing calculator operator keypad</comment>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user