<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" xml:space="preserve"> <!--字符串换行 必须添加 xml:space="preserve" --> <!--字符串换行 换行符 --> <system:String x:Key="str.ERRNO.ERRNO_ALARM_TEST">Alarm Test</system:String> <system:String x:Key="str.ERRNO.ERRNO_AD_MIN">AD exceeded the lower limit</system:String> <system:String x:Key="str.ERRNO.ERRNO_AD_MAX">AD exceeded the upper limit</system:String> <system:String x:Key="str.ERRNO.ERRNO_SCRAM">Scram</system:String> <system:String x:Key="str.ERRNO.ERRNO_LIMIT">Limit</system:String> <system:String x:Key="str.ERRNO.ERRNO_FLYAD7_DC">FLYAD7 disconnected</system:String> <system:String x:Key="str.ERRNO.ERRNO_WILL_EXP">Authorization will expire</system:String> <system:String x:Key="str.ERRNO.ERRNO_AUTH_EXP">Authorization expired</system:String> <system:String x:Key="str.ERRNO.ERRNO_DB_BACKUP">The database needs to be backed up,Restart the server</system:String> <system:String x:Key="str.ERRNO.ERRNO_OVERCTRL">Over control line</system:String> <system:String x:Key="str.ERRNO.ERRNO_OVERTOL">Over tolerance line</system:String> <system:String x:Key="str.ERRNO.ERRNO_SCAN_FATAL">Scan action exception</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_FATAL">Sampling error</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_ParamErr">Sampling error: Param</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_ADZero">Sampling error: AD=0</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_NoData">Sampling error: No Data</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_FilterErr">Sampling error: Filtering Error</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_PercentErr">Sampling error: Large Deviation</system:String> <system:String x:Key="str.ERRNO.ERRNO_SAMPLE_CrossErr">Sampling error: Proportional Error</system:String> </ResourceDictionary>