You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.7 KiB

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=netstandard">
<!--Text-->
<sys:String x:Key="ProcName">Spark</sys:String>
<sys:String x:Key="StartTest">Start Test</sys:String>
<sys:String x:Key="Config">Configuration</sys:String>
<sys:String x:Key="Help">Help</sys:String>
<sys:String x:Key="DiamondSelect">Diamond Selection</sys:String>
<sys:String x:Key="DetectionResult">Detection Results</sys:String>
<sys:String x:Key="StartDetection">Starting detection, please wait</sys:String>
<sys:String x:Key="ImportModel">Import Template</sys:String>
<sys:String x:Key="Save">Update and Save</sys:String>
<sys:String x:Key="AddRow">Add {0} Rows</sys:String>
<sys:String x:Key="AlgorithmConfig">Algorithm Configuration</sys:String>
<sys:String x:Key="LevelConfig">Grading Configuration</sys:String>
<sys:String x:Key="CutConfig">Cut Configuration</sys:String>
<sys:String x:Key="ExitAsk">Do you want to exit the application?</sys:String>
<sys:String x:Key="ExitAskTitle">Exit Confirmation</sys:String>
<sys:String x:Key="GRADE_NAME">GRADE_EN_NAME</sys:String>
<sys:String x:Key="STANDARD_NAME">STANDARD_EN_NAME</sys:String>
<sys:String x:Key="SHAPE_NAME">SHAPE_EN_NAME</sys:String>
<sys:String x:Key="INSTITUTE_NAME">INSTITUTE_EN_NAME</sys:String>
<sys:String x:Key="RULE_NAME">RULE_EN_NAME</sys:String>
<sys:String x:Key="NameType">EN_NAME</sys:String>
<!--检测结果 报表-->
<sys:String x:Key="Avg">Average</sys:String>
<!--定级配置 报表-->
<sys:String x:Key="Demo2">Button</sys:String>
<!--算法配置 报表-->
<sys:String x:Key="Demo1">Button</sys:String>
<!-- 外部接口MSG-->
<sys:String x:Key="InProgress">Drawing is in progress</sys:String>
<sys:String x:Key="CacheCleared">Cached images are cleared</sys:String>
<sys:String x:Key="CannotSendCommand">Unable to send instructions tNo the SOC</sys:String>
<sys:String x:Key="MicrocontrollerTimeout">Microcontroller access timeout</sys:String>
<sys:String x:Key="MicrocontrollerError">The microcontroller returns an error code</sys:String>
<sys:String x:Key="CameraNotConnected">Camera not connected</sys:String>
<sys:String x:Key="DeviceNotFound">Cutter not found</sys:String>
<sys:String x:Key="AlgorithmFailed">Algorithm call failed</sys:String>
<sys:String x:Key="ImageFileReadFailure">Failed to read the image file</sys:String>
<sys:String x:Key="JsonParseFailure">JSON parsing failed</sys:String>
</ResourceDictionary>