Files
XplorePlane/XP.Scan/Resources/Resources.resx
T
2026-07-28 16:36:37 +08:00

462 lines
19 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Scan_Text_ScanMode" xml:space="preserve">
<value>采集模式:</value>
<comment>Scan - 采集模式标签 | Scan mode label</comment>
</data>
<data name="Scan_Text_FrameMerge" xml:space="preserve">
<value>帧合并:</value>
<comment>Scan - 帧合并标签 | Frame merge label</comment>
</data>
<data name="Scan_Text_Nums" xml:space="preserve">
<value>采集张数:</value>
<comment>Scan - 采集张数标签 | Acquisition count label</comment>
</data>
<data name="Scan_Text_Angles" xml:space="preserve">
<value>旋转角度:</value>
<comment>Scan - 旋转角度标签 | Rotation angle label</comment>
</data>
<data name="Scan_Text_Progress" xml:space="preserve">
<value>采集进度:</value>
<comment>Scan - 采集进度标签 | Acquisition progress label</comment>
</data>
<data name="Scan_Button_Start" xml:space="preserve">
<value>开始采集</value>
<comment>Scan - 开始采集按钮 | Start acquisition button</comment>
</data>
<data name="Scan_Button_Stop" xml:space="preserve">
<value>停止采集</value>
<comment>Scan - 停止采集按钮 | Stop acquisition button</comment>
</data>
<data name="Scan_Group_ScanFile" xml:space="preserve">
<value>扫描文件</value>
<comment>Scan - Scan file group header</comment>
</data>
<data name="Scan_Group_Object" xml:space="preserve">
<value>样品信息</value>
<comment>Scan - Object info group header</comment>
</data>
<data name="Scan_Group_General" xml:space="preserve">
<value>扫描参数</value>
<comment>Scan - General parameters group header</comment>
</data>
<data name="Scan_Group_XRayDetector" xml:space="preserve">
<value>射线源与探测器</value>
<comment>Scan - X-ray and detector group header</comment>
</data>
<data name="Scan_Group_Status" xml:space="preserve">
<value>状态</value>
<comment>Scan - Status group header</comment>
</data>
<data name="Scan_Text_ObjectID" xml:space="preserve">
<value>ID</value>
<comment>Scan - Object ID label</comment>
</data>
<data name="Scan_Text_ObjectName" xml:space="preserve">
<value>名称</value>
<comment>Scan - Object name label</comment>
</data>
<data name="Scan_Text_Comment" xml:space="preserve">
<value>备注</value>
<comment>Scan - Comment label</comment>
</data>
<data name="Scan_Text_ScanType" xml:space="preserve">
<value>扫描类型</value>
<comment>Scan - Scan type (ACT/PCT) label</comment>
</data>
<data name="Scan_Text_ScanProcedure" xml:space="preserve">
<value>扫描模式</value>
<comment>Scan - Scan procedure label</comment>
</data>
<data name="Scan_Text_ProjectionPath" xml:space="preserve">
<value>文件位置</value>
<comment>Scan - Projection path label</comment>
</data>
<data name="Scan_Text_Projections" xml:space="preserve">
<value>投影张数</value>
<comment>Scan - Number of projections label</comment>
</data>
<data name="Scan_Text_RotationAngle" xml:space="preserve">
<value>旋转角度</value>
<comment>Scan - Rotation angle label</comment>
</data>
<data name="Scan_Text_TiltAngle" xml:space="preserve">
<value>倾斜角度 (°)</value>
<comment>Scan - Tilt angle label (PCT only)</comment>
</data>
<data name="Scan_Text_SampleThickness" xml:space="preserve">
<value>样品厚度 (mm)</value>
<comment>Scan - Sample thickness label (PCT only)</comment>
</data>
<data name="Scan_Text_VirtualCenter" xml:space="preserve">
<value>虚拟旋转中心</value>
<comment>Scan - Virtual rotation center label</comment>
</data>
<data name="Scan_Text_Voltage" xml:space="preserve">
<value>电压</value>
<comment>Scan - Voltage label</comment>
</data>
<data name="Scan_Text_Current" xml:space="preserve">
<value>电流</value>
<comment>Scan - Current label</comment>
</data>
<data name="Scan_Text_Focus" xml:space="preserve">
<value>焦点</value>
<comment>Scan - Focus label</comment>
</data>
<data name="Scan_Text_DetectorMode" xml:space="preserve">
<value>探测器模式</value>
<comment>Scan - Detector mode label</comment>
</data>
<data name="Scan_Text_Integration" xml:space="preserve">
<value>帧合并</value>
<comment>Scan - Integration/merge label</comment>
</data>
<data name="Scan_Text_ElapsedTime" xml:space="preserve">
<value>已用时间</value>
<comment>Scan - Elapsed time label</comment>
</data>
<data name="Scan_Button_New" xml:space="preserve">
<value>新建</value>
<comment>Scan - New scan file button</comment>
</data>
<data name="Scan_Button_Load" xml:space="preserve">
<value>加载</value>
<comment>Scan - Load scan file button</comment>
</data>
<data name="Scan_Button_Edit" xml:space="preserve">
<value>编辑</value>
<comment>Scan - Edit scan file button</comment>
</data>
<data name="Scan_Button_Delete" xml:space="preserve">
<value>删除</value>
<comment>Scan - Delete scan file button</comment>
</data>
<data name="Scan_Button_Save" xml:space="preserve">
<value>保存</value>
<comment>Scan - Save scan file button</comment>
</data>
<data name="Scan_Button_Cancel" xml:space="preserve">
<value>取消</value>
<comment>Scan - Cancel editing button</comment>
</data>
<data name="Scan_Status_Ready" xml:space="preserve">
<value>就绪</value>
<comment>Scan - Ready status</comment>
</data>
<data name="Scan_Status_FileLoaded" xml:space="preserve">
<value>扫描文件已加载</value>
<comment>Scan - Scan file loaded status</comment>
</data>
<data name="Scan_Status_Scanning" xml:space="preserve">
<value>正在扫描...</value>
<comment>Scan - Scanning status</comment>
</data>
<data name="Scan_Status_Complete" xml:space="preserve">
<value>扫描完成</value>
<comment>Scan - Scan complete status</comment>
</data>
<data name="Scan_Status_Cancelled" xml:space="preserve">
<value>扫描已取消</value>
<comment>Scan - Scan cancelled status</comment>
</data>
<data name="Scan_Dialog_SaveConfirm" xml:space="preserve">
<value>确认保存扫描文件?</value>
<comment>Scan - Save confirmation dialog message</comment>
</data>
<data name="Scan_Dialog_DeleteConfirm" xml:space="preserve">
<value>确认删除此扫描文件?</value>
<comment>Scan - Delete confirmation dialog message</comment>
</data>
<data name="Scan_Dialog_Confirm" xml:space="preserve">
<value>确认</value>
<comment>Scan - Confirm dialog title</comment>
</data>
<data name="Scan_Text_TraySignal" xml:space="preserve">
<value>托盘信号</value>
<comment>Scan - Tray signal label (reserved)</comment>
</data>
<data name="Scan_Text_Precision" xml:space="preserve">
<value>精度模式</value>
<comment>Scan - Precision mode label</comment>
</data>
<data name="Scan_Text_AutoCenter" xml:space="preserve">
<value>自动中心</value>
<comment>Scan - Auto center checkbox</comment>
</data>
<data name="Scan_Text_EnableVirtualCenter" xml:space="preserve">
<value>启用虚拟旋转中心</value>
<comment>Scan - Enable virtual rotation center checkbox</comment>
</data>
<data name="Scan_Text_RotationAngleUnit" xml:space="preserve">
<value>旋转角度 (°)</value>
<comment>Scan - Rotation angle label with unit</comment>
</data>
<data name="Scan_Text_TubeVoltage" xml:space="preserve">
<value>管电压</value>
<comment>Scan - Tube voltage label</comment>
</data>
<data name="Scan_Text_TubeCurrent" xml:space="preserve">
<value>管电流</value>
<comment>Scan - Tube current label</comment>
</data>
<data name="Scan_Text_Detector" xml:space="preserve">
<value>探测器</value>
<comment>Scan - Detector label</comment>
</data>
<data name="Scan_Text_ProjectionProgress" xml:space="preserve">
<value>投影: </value>
<comment>Scan - Projection progress prefix</comment>
</data>
<data name="Scan_Text_ElapsedPrefix" xml:space="preserve">
<value>耗时: </value>
<comment>Scan - Elapsed time prefix</comment>
</data>
<data name="Scan_Button_StartScan" xml:space="preserve">
<value>▶ 开始采集</value>
<comment>Scan - Start acquisition button with icon</comment>
</data>
<data name="Scan_Button_StopScan" xml:space="preserve">
<value>■ 停止采集</value>
<comment>Scan - Stop acquisition button with icon</comment>
</data>
<data name="Scan_Title_Window" xml:space="preserve">
<value>CT 扫描</value>
<comment>Scan - Scan window title</comment>
</data>
<data name="Scan_Dialog_LoadScanFile" xml:space="preserve">
<value>加载扫描文件</value>
<comment>Scan - Load scan file dialog title</comment>
</data>
<data name="Scan_Dialog_FileFilter" xml:space="preserve">
<value>扫描配置文件 (*.ini)|*.ini|所有文件 (*.*)|*.*</value>
<comment>Scan - Scan file dialog filter</comment>
</data>
<data name="Scan_Dialog_Error" xml:space="preserve">
<value>错误</value>
<comment>Scan - Error dialog title</comment>
</data>
<data name="Scan_Dialog_Warning" xml:space="preserve">
<value>提示</value>
<comment>Scan - Warning dialog title</comment>
</data>
<data name="Scan_Dialog_SaveSuccess" xml:space="preserve">
<value>保存成功</value>
<comment>Scan - Save success dialog title</comment>
</data>
<data name="Scan_Dialog_Complete" xml:space="preserve">
<value>完成</value>
<comment>Scan - Complete dialog title</comment>
</data>
<data name="Scan_Dialog_ScanError" xml:space="preserve">
<value>扫描错误</value>
<comment>Scan - Scan error dialog title</comment>
</data>
<data name="Scan_Msg_NameRequired" xml:space="preserve">
<value>请填写名称</value>
<comment>Scan - Name required warning</comment>
</data>
<data name="Scan_Msg_FileSaved" xml:space="preserve">
<value>扫描文件 "{0}" 已保存</value>
<comment>Scan - File saved message, {0}=file name</comment>
</data>
<data name="Scan_Msg_ScanCompleteWithDir" xml:space="preserve">
<value>扫描完成!
输出目录: {0}</value>
<comment>Scan - Scan complete message, {0}=output directory</comment>
</data>
<data name="Scan_Status_LoadFailed" xml:space="preserve">
<value>加载失败: {0}</value>
<comment>Scan - Load failed status, {0}=error message</comment>
</data>
<data name="Scan_Status_MovingAxes" xml:space="preserve">
<value>移动轴到扫描位置...</value>
<comment>Scan - Moving axes status</comment>
</data>
<data name="Scan_Status_AxisMoveFailed" xml:space="preserve">
<value>轴移动失败: {0}</value>
<comment>Scan - Axis move failed status, {0}=error message</comment>
</data>
<data name="Scan_Status_WaitingAxes" xml:space="preserve">
<value>等待轴到位...</value>
<comment>Scan - Waiting for axes status</comment>
</data>
<data name="Scan_Status_Preparing" xml:space="preserve">
<value>准备扫描...</value>
<comment>Scan - Preparing scan status</comment>
</data>
<data name="Scan_Status_Aborted" xml:space="preserve">
<value>已取消</value>
<comment>Scan - Aborted status</comment>
</data>
<data name="Scan_Status_AxisPositionFailed" xml:space="preserve">
<value>轴定位失败: {0}</value>
<comment>Scan - Axis positioning failed status, {0}=error message</comment>
</data>
<data name="Scan_Status_ScanFailed" xml:space="preserve">
<value>扫描失败: {0}</value>
<comment>Scan - Scan failed status, {0}=error message</comment>
</data>
<data name="Scan_Status_UnknownError" xml:space="preserve">
<value>未知错误: {0}</value>
<comment>Scan - Unknown error status, {0}=error message</comment>
</data>
<data name="Scan_Status_Stopping" xml:space="preserve">
<value>正在停止...</value>
<comment>Scan - Stopping status</comment>
</data>
<data name="Scan_Msg_FileExistsOverwrite" xml:space="preserve">
<value>文件 "{0}" 已存在,是否覆盖?</value>
<comment>Scan - File exists overwrite confirmation, {0}=file name</comment>
</data>
<data name="Scan_Msg_DeleteConfirm" xml:space="preserve">
<value>确定要删除扫描文件 "{0}" 吗?</value>
<comment>Scan - Delete file confirmation message, {0}=file name</comment>
</data>
<data name="Scan_Dialog_ConfirmDelete" xml:space="preserve">
<value>确认删除</value>
<comment>Scan - Confirm delete dialog title</comment>
</data>
<data name="Scan_Msg_TrayMismatch" xml:space="preserve">
<value>当前托盘为 {0} 专用托盘,无法执行 {1} 扫描。
请更换托盘或修改扫描模式。</value>
<comment>Scan - Tray mismatch message, {0}=tray type, {1}=scan type</comment>
</data>
<data name="Scan_Dialog_TrayMismatch" xml:space="preserve">
<value>托盘不匹配</value>
<comment>Scan - Tray mismatch dialog title</comment>
</data>
<data name="Scan_Msg_StartConfirm" xml:space="preserve">
<value>请确认当前样品与扫描配置匹配,轴即将移动到配置位置。
样品不匹配可能导致碰撞!
是否继续?</value>
<comment>Scan - Start scan confirmation message</comment>
</data>
<data name="Scan_Dialog_ScanConfirm" xml:space="preserve">
<value>扫描确认</value>
<comment>Scan - Scan confirm dialog title</comment>
</data>
<data name="Scan_Status_AxisTimeout" xml:space="preserve">
<value>轴移动超时(30s</value>
<comment>Scan - Axis move timeout message</comment>
</data>
</root>