Files
Sleep-Multi-functionality/Resources/Strings.zh-CN.xaml

294 lines
16 KiB
Plaintext
Raw Normal View History

2026-05-07 16:51:45 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- 窗口标题 -->
<system:String x:Key="WindowTitle">睡眠呼吸暂停治疗面罩多功能测试仪</system:String>
<system:String x:Key="WindowTitle1">排气流测试</system:String>
<system:String x:Key="WindowTitle2">气阻测试</system:String>
<system:String x:Key="WindowTitle3">防室息阀测试</system:String>
2026-05-26 18:52:41 +08:00
<system:String x:Key="WindowTitle4">单一故障呼吸阻力测试</system:String>
<system:String x:Key="WindowTitle5">二氧化碳重复性呼吸测试</system:String>
2026-05-07 16:51:45 +08:00
<!-- 实时显示区域 -->
<system:String x:Key="RealTimeDisplay">提示: 调节设定压力,该时的流量</system:String>
<system:String x:Key="CurrentTest">设定压力:</system:String>
<system:String x:Key="Setting">设置</system:String>
<system:String x:Key="TriggerDisplacement">校准压力</system:String>
<system:String x:Key="CurrentPosition">实时流量</system:String>
<system:String x:Key="RealTimePressure">实时压力</system:String>
<system:String x:Key="EndDisplacement">记录流量</system:String>
<system:String x:Key="Deformation">主页</system:String>
<system:String x:Key="Maximumforcevaluetestresult(N)">测试启动</system:String>
<system:String x:Key="Deformation test results">测试停止</system:String>
<system:String x:Key="Peak force test result(N)">连接口压力</system:String>
2026-05-07 16:51:45 +08:00
<!-- 测试结果区域 -->
2026-05-12 15:02:57 +08:00
<system:String x:Key="TestResults">鼻口压力</system:String>
2026-05-07 16:51:45 +08:00
<system:String x:Key="Next">气阻测试</system:String>
<system:String x:Key="Deformation1">设定流量</system:String>
<system:String x:Key="Deformation2">连接口校准</system:String>
<system:String x:Key="Deformation4">设置</system:String>
<system:String x:Key="Deformation5">实时流量</system:String>
<system:String x:Key="Deformation6">记录气阻</system:String>
<system:String x:Key="Report">报表</system:String>
<system:String x:Key="Deformation7">进入</system:String>
2026-05-07 21:17:08 +08:00
<system:String x:Key="Deformation8">防室息阀压力测试</system:String>
<system:String x:Key="Deformation9">开关阀选择</system:String>
<system:String x:Key="Deformation10">防室息阀压力测试</system:String>
<system:String x:Key="TestSpeedLabel">开阀捕捉</system:String>
<system:String x:Key="SetPressureLabel">关阀捕捉</system:String>
<system:String x:Key="It has been crushed">设置开阀压力判别</system:String>
<system:String x:Key="The force value determines the pressure difference">设置</system:String>
2026-05-07 16:51:45 +08:00
<!-- 参数设置区域 -->
<system:String x:Key="ParameterSettings">参数设置</system:String>
2026-05-07 21:17:08 +08:00
<system:String x:Key="TestSpeed">设置关阀压力判别</system:String>
<system:String x:Key="TestDisplacement">开阀压力</system:String>
<system:String x:Key="TriggerValue">关阀压力</system:String>
<system:String x:Key="SetPressure">记录开阀</system:String>
<system:String x:Key="ResetDistance">记录关阀</system:String>
2026-05-07 16:51:45 +08:00
<system:String x:Key="TestCount">测试次数设置</system:String>
<!-- 按钮文本 -->
<system:String x:Key="Reset">复位</system:String>
<system:String x:Key="Test">测试</system:String>
<system:String x:Key="Stop">停止</system:String>
<system:String x:Key="Up">上升</system:String>
<system:String x:Key="Down">下降</system:String>
<system:String x:Key="Zero">清零</system:String>
<!-- 底部导航 -->
2026-05-11 19:06:26 +08:00
<!--zhangjing-->
2026-05-12 15:02:57 +08:00
<Thickness x:Key="Margin1">5,0,0,0</Thickness>
<Thickness x:Key="Margin2">-40,0,0,0</Thickness>
<Thickness x:Key="Margin3">-45,0,0,0</Thickness>
2026-05-11 19:06:26 +08:00
<system:String x:Key="setFlow">呼气/吸气</system:String>
<system:String x:Key="setFlow1">呼气</system:String>
<system:String x:Key="setFlow11">吸气</system:String>
<system:String x:Key="setFlow111">呼吸类别</system:String>
2026-05-26 19:15:48 +08:00
<system:String x:Key="setFlow2">单一故障呼吸阻力测试</system:String>
<system:String x:Key="setFlow3">设置流量</system:String>
<system:String x:Key="setFlow4">设置</system:String>
<system:String x:Key="setFlow6">校准</system:String>
<system:String x:Key="setFlow7">呼流量</system:String>
<system:String x:Key="setFlow8">记录呼气阻力</system:String>
<system:String x:Key="setFlow5">鼻口压力</system:String>
<system:String x:Key="setFlow9">吸流量</system:String>
<system:String x:Key="setFlow10">记录吸气阻力</system:String>
<system:String x:Key="setFlow112">呼气阻力</system:String>
<system:String x:Key="setFlow12">吸气阻力</system:String>
2026-05-11 19:06:26 +08:00
2026-05-26 18:52:41 +08:00
<system:String x:Key="test">二氧化碳重复性呼吸测试</system:String>
2026-05-08 15:37:46 +08:00
<system:String x:Key="test1">呼吸比</system:String>
2026-05-11 19:06:26 +08:00
<system:String x:Key="test111">呼吸参数设置</system:String>
2026-05-08 15:37:46 +08:00
<system:String x:Key="test2">设置</system:String>
<system:String x:Key="test3">潮气量</system:String>
<system:String x:Key="test4">呼吸频率</system:String>
<system:String x:Key="test5">频率系数</system:String>
<system:String x:Key="test6">测试辅助参数</system:String>
<system:String x:Key="test7">呼吸次数</system:String>
<system:String x:Key="test77">呼吸计时</system:String>
2026-05-11 19:06:26 +08:00
<system:String x:Key="test8">次</system:String>
2026-05-08 15:37:46 +08:00
<system:String x:Key="test9">分</system:String>
<system:String x:Key="test10">秒</system:String>
<system:String x:Key="test11">实时监测数据</system:String>
<system:String x:Key="test1212">准备中</system:String>
<system:String x:Key="test12">呼气</system:String>
<system:String x:Key="test13">呼吸管路压力</system:String>
<system:String x:Key="test14">CO2浓度</system:String>
<system:String x:Key="test15">CO2测试结果</system:String>
<system:String x:Key="test16">开始CO2浓度</system:String>
<system:String x:Key="test17">结束CO2浓度</system:String>
<system:String x:Key="test18">CO2浓度增加值</system:String>
<system:String x:Key="test19">复位</system:String>
<system:String x:Key="test20">测试启动</system:String>
<system:String x:Key="test21">测试停止</system:String>
<system:String x:Key="test22">加压</system:String>
<system:String x:Key="test23">开始记录</system:String>
<system:String x:Key="test24">结束记录</system:String>
<system:String x:Key="test25">主页</system:String>
<system:String x:Key="test26">曲线</system:String>
<system:String x:Key="test27">手动界面</system:String>
<system:String x:Key="test28">记录画面</system:String>
<system:String x:Key="test29">过程记录</system:String>
2026-05-09 12:01:46 +08:00
<!--报表1-->
<system:String x:Key="FlowReport">流量压力报表</system:String>
<system:String x:Key="FlowReport1">排气流流量L/min</system:String>
<system:String x:Key="FlowReport2">删除</system:String>
2026-05-09 14:32:08 +08:00
<!--报表2-->
2026-05-12 10:29:53 +08:00
<system:String x:Key="ReportTwo">气阻测试报表</system:String>
<system:String x:Key="ReportTwo1">气阻hpa</system:String>
<system:String x:Key="ReportTwo2">流量L/min</system:String>
2026-05-09 14:32:08 +08:00
<!--报表3-->
<system:String x:Key="FxReport">防窒息测试报表</system:String>
<system:String x:Key="FxReport1">开阀压力pa</system:String>
<system:String x:Key="FxReport2">关阀压力pa</system:String>
<!--报表4-->
<system:String x:Key="FxNReport">单一故障气阻测试报表</system:String>
<system:String x:Key="FxNReport1">呼气阻力pa</system:String>
<system:String x:Key="FxNReport2">吸气阻力pa</system:String>
<!--报表5-->
<system:String x:Key="FiveReport">开始CO2浓度%</system:String>
<system:String x:Key="FiveReport1">终CO2浓度%</system:String>
<system:String x:Key="FiveReport2">CO2浓度相对增加%</system:String>
2026-05-08 15:37:46 +08:00
2026-05-26 18:52:41 +08:00
<system:String x:Key="testReport">CO2重复性呼吸测试报表</system:String>
2026-05-08 20:14:17 +08:00
<system:String x:Key="testReport1">起始时间</system:String>
<system:String x:Key="testReport111">终止时间</system:String>
<system:String x:Key="testReport2">选择日期</system:String>
<system:String x:Key="testReport3">查询</system:String>
<system:String x:Key="testReport4">全选</system:String>
<system:String x:Key="testReport5">批量删除</system:String>
<system:String x:Key="testReport6">导出</system:String>
<system:String x:Key="testReport7">选择</system:String>
<system:String x:Key="testReport8">序号</system:String>
<system:String x:Key="testReport9">二氧化碳浓度(%)</system:String>
<system:String x:Key="testReport10">压力(pa)</system:String>
<system:String x:Key="testReport11">时间</system:String>
<system:String x:Key="testReport12">操作</system:String>
<system:String x:Key="testReport13">上一页</system:String>
<system:String x:Key="testReport14">下一页</system:String>
2026-05-08 15:37:46 +08:00
2026-05-09 10:14:24 +08:00
<!--手动界面-->
<system:String x:Key="Manual">手动界面</system:String>
2026-05-09 10:42:58 +08:00
<system:String x:Key="Manual1">手动速度(mm/min)</system:String>
2026-05-09 10:14:24 +08:00
<system:String x:Key="Manual2">离线</system:String>
<system:String x:Key="Manual3">设置</system:String>
<system:String x:Key="Manual4">潮气量系数</system:String>
<system:String x:Key="Manual5">呼气流量系数</system:String>
<system:String x:Key="Manual6">吸气流量系数</system:String>
<system:String x:Key="Manual7">压力系数</system:String>
<system:String x:Key="Manual8">实时监测参数</system:String>
<system:String x:Key="Manual9">位置</system:String>
<system:String x:Key="Manual10">压力</system:String>
<system:String x:Key="Manual11">呼气流量</system:String>
<system:String x:Key="Manual12">吸气流量</system:String>
<system:String x:Key="Manual13">呼上</system:String>
<system:String x:Key="Manual14">呼下</system:String>
<system:String x:Key="Manual15">吸上</system:String>
<system:String x:Key="Manual16">吸下</system:String>
<system:String x:Key="Manual17">手动吸</system:String>
<system:String x:Key="Manual171">手动呼</system:String>
<system:String x:Key="Manual18">复位</system:String>
<system:String x:Key="Manual19">控制操作</system:String>
<system:String x:Key="Manual191">测试界面</system:String>
<system:String x:Key="Manual20">校准操作</system:String>
<system:String x:Key="Manual21">呼气校准</system:String>
<system:String x:Key="Manual22">吸气校准</system:String>
<system:String x:Key="Manual23">压力校准</system:String>
<system:String x:Key="Manual24">基础参数设置</system:String>
2026-05-11 19:06:26 +08:00
<!--流量时时监控-->
2026-05-09 10:14:24 +08:00
2026-05-09 11:21:07 +08:00
<system:String x:Key="WatchData">实时流量监测系统</system:String>
<system:String x:Key="WatchData1">流量实时监测折线图</system:String>
<system:String x:Key="WatchData2">开始监测</system:String>
<system:String x:Key="WatchData3">停止监测</system:String>
<system:String x:Key="WatchData4">清空数据</system:String>
2026-05-09 10:14:24 +08:00
2026-05-07 16:51:45 +08:00
<system:String x:Key="PositionToPressure">定位移测压力</system:String>
<system:String x:Key="PressureToDisplacement">定压力测位移</system:String>
<system:String x:Key="PeakTest">峰值测试</system:String>
<system:String x:Key="ViewReport">查看报表</system:String>
<system:String x:Key="ViewCurve">查看曲线</system:String>
<system:String x:Key="BtnZhText">中文</system:String>
<system:String x:Key="BtnEnText">English</system:String>
<system:String x:Key="Calibration">校准</system:String>
<system:String x:Key="Test Date">测试日期:</system:String>
<system:String x:Key="Test Time">测试时间:</system:String>
<system:String x:Key="Sample No">测试时间:</system:String>
<system:String x:Key="Test Status">测试状态:</system:String>
<system:String x:Key="Workstation curve description">工位曲线说明:</system:String>
<system:String x:Key="All workstation tests have been completed">全部工位测试完成</system:String>
<system:String x:Key="PressureDeformationCurve">压力-变形量关系曲线</system:String>
<system:String x:Key="RealTimeData">实时数据</system:String>
<!-- 其他文本资源 -->
<system:String x:Key="ReturnButton">返回</system:String>
<system:String x:Key="SystemParameters">系统参数设置</system:String>
<system:String x:Key="DeviceParameters">设备参数</system:String>
<system:String x:Key="ResetSpeed">上下电机复位速度</system:String>
<system:String x:Key="ManualSpeed">上下手动速度</system:String>
<system:String x:Key="PressureCoefficient">压力系数</system:String>
<system:String x:Key="PressureProtection">压力保护</system:String>
<system:String x:Key="Language">语言</system:String>
<system:String x:Key="StatusBarText">系统参数设置 - 请谨慎修改</system:String>
<system:String x:Key="WindowTitle7">系统参数设置</system:String>
<!-- 单位 -->
<system:String x:Key="Unit_mm_min">mm/min</system:String>
<system:String x:Key="Unit_N_V">N/V</system:String>
<system:String x:Key="Unit_N">N</system:String>
<!-- 语言选项 -->
<system:String x:Key="Chinese">中文</system:String>
<system:String x:Key="English">English</system:String>
<system:String x:Key="ROUNDS">第</system:String>
<system:String x:Key="Systemparameter">系统参数</system:String>
<system:String x:Key="TestPeakValue">试验峰值</system:String>
<system:String x:Key="MaximumPressure">最大压力</system:String>
<system:String x:Key="Maximum stroke soft limit">最大行程软限位</system:String>
<!-- 基本信息 -->
<system:String x:Key="TestDate">测试日期:</system:String>
<system:String x:Key="TestTime">测试时间:</system:String>
<system:String x:Key="Experimenter">实验员:</system:String>
<system:String x:Key="SampleNumber">样品编号:</system:String>
<!-- 报表分区标题 -->
<system:String x:Key="PositionToPressureMaxForce">定位移测压力(最大力值)</system:String>
<system:String x:Key="PositionToPressureDeformation">定位移测压力(变形量)</system:String>
<system:String x:Key="PressureToDisplacementDeformation">定压力测位移(变形量)</system:String>
<system:String x:Key="PeakTestPeakForce">峰值测试(峰值力)</system:String>
<system:String x:Key="PeakTestDeformation">峰值测试(变形量)</system:String>
<system:String x:Key="Experimental Report">实验报表</system:String>
<!-- 结果表格标题 -->
<system:String x:Key="MaxForce">最大力值</system:String>
<!-- 按钮文本 -->
<system:String x:Key="Back">返回</system:String>
<system:String x:Key="Print">打印</system:String>
<system:String x:Key="Export">导出</system:String>
<system:String x:Key="Save">保存</system:String>
<system:String x:Key="Close">关闭</system:String>
<system:String x:Key="Test speed (mm/min)">测试速度(mm/min)</system:String>
<system:String x:Key="Constant pressure (N)">定压压力(N)</system:String>
<system:String x:Key="1# Maximum Force Value (N)">1#最大力值(N)</system:String>
<system:String x:Key="2# Maximum Force Value (N)">2#最大力值(N)</system:String>
<system:String x:Key="3# Maximum Force Value (N)">3#最大力值(N)</system:String>
<system:String x:Key="4# Maximum Force Value (N)">4#最大力值(N)</system:String>
<system:String x:Key="5# Maximum Force Value (N)">5#最大力值(N)</system:String>
<system:String x:Key="6# Maximum Force Value (N)">6#最大力值(N)</system:String>
<system:String x:Key="7# Maximum Force Value (N)">7#最大力值(N)</system:String>
<system:String x:Key="8# Maximum Force Value (N)">8#最大力值(N)</system:String>
<system:String x:Key="9# Maximum Force Value (N)">9#最大力值(N)</system:String>
<system:String x:Key="10# Maximum Force Value (N)">10#最大力值(N)</system:String>
<system:String x:Key="Peak test (peak force)">峰值测试(峰值力)</system:String>
2026-05-11 19:06:26 +08:00
<system:String x:Key="customize">自定义</system:String>
2026-05-07 16:51:45 +08:00
</ResourceDictionary>