1 #ifndef __LANGUAGE_CN_H_ 2 #define __LANGUAGE_CN_H_ 3 4 #define PCBA_VERSION_NAME "ROCKCHIP PCBA TEST V2.3" 5 #define PCBA_MANUAL_TEST "手动测试" 6 #define PCBA_AUTO_TEST "自动测试" 7 #define PCBA_SECCESS "通过" 8 #define PCBA_FAILED "失败" 9 #define PCBA_BLUETOOTH "蓝牙" 10 #define PCBA_GSENSOR "重力传感器" 11 #define PCBA_KEY "按键" 12 #define PCBA_RTC "时钟" 13 #define PCBA_NAND "NandFlash" 14 #define PCBA_EMMC "eMMC" 15 #define PCBA_SIM "SIM卡" 16 #define PCBA_SIM2 "SIM卡2" 17 #define PCBA_SDCARD "SD卡" 18 #define PCBA_VIBRATOR "马达震动" 19 #define PCBA_FM "收音机" 20 #define PCBA_UCARD "U盘" 21 #define PCBA_WIFI "网络" 22 #define PCBA_WIFI_SIGNAL "信号" 23 #define PCBA_WIFI_SIGNAL1 "格" 24 #define PCBA_BATTERY "电池" 25 #define PCBA_BATTERY_CHARGE "充电" 26 #define PCBA_BATTERY_DISCHARGE "放电" 27 #define PCBA_BATTERY_FULLCHARGE "满电" 28 #define PCBA_BATTERY_VOLTAGE "电压" 29 #define PCBA_BATTERY_CAPACITY "电量" 30 #define PCBA_AC_ONLINE "电源连接" 31 #define PCBA_AC_OFFLINE "电源断开" 32 #define PCBA_RECORD "录音" 33 #define PCBA_VOLUME "音量" 34 #define PCBA_CODEC "声音" 35 #define PCBA_CODEC_PLAY "放音" 36 #define PCBA_CODEC_RECORD "录音" 37 #define PCBA_WITHOUT_EP_CODEC_INFO "Vol+:录音和扬声器 Vol-:耳机录音和播放" 38 #define PCBA_CODEC_INFO "Vol+:录音和扬声器 Vol-:耳机录音和播放 Power:听筒" 39 #define PCBA_CODEC_VOL_UP "录音和扬声器测试中..." 40 #define PCBA_CODEC_VOL_DOWN "耳机录音和播放测试中..." 41 #define PCBA_CODEC_VOL_POWER "听筒测试中..." 42 #define PCBA_DDR "内存" 43 #define PCBA_DDR_EMMC "设备内存" 44 #define PCBA_LCD "屏幕" 45 #define PCBA_TESTED "已测试" 46 #define PCBA_FLASHLIGHT "闪光灯" 47 #define PCBA_CAMERA "相机" 48 #define PCBA_FRONT_CAMERA "前置摄像头" 49 #define PCBA_BACK_CAMERA "后置摄像头" 50 #define PCBA_TESTING "测试中" 51 #define PCBA_ERR_CHECK "检测错误" 52 #define PCBA_ERR_FREQ "变频错误" 53 #define PCBA_SDCARD_NOINSERT "没有插入sd卡" 54 #define PCBA_INTEL_PTEST_MODE "ptest模式" 55 #define PCBA_BOOT_IN_ANDROID_FUCTION "连续按5次power键,退出ptest模式!" 56 #define PCBA_BOOT_IN_CORE_FUNCTION "power, vol+, vol- 各按一次进入PCBA模式" 57 #define PCBA_BOOT_IN_TOUCH_FUNCTION "在该界面画线进行触摸屏测试" 58 #define PCBA_TIP_IN_PCBA_FUNCTION "按VOL+或VOL-超5秒松开退出PTEST模式" 59 #define PCBA_LSENSOR "光传感器" 60 #define PCBA_GNSS "GPS" 61 #define PCBA_PSENSOR "距离传感器" 62 #define PCBA_COMPASS "电子罗盘" 63 #define PCBA_POWER_KEY "按下电源键" 64 #define PCBA_VOLUME_UP_KEY "按下音量+键" 65 #define PCBA_VOLUME_DOWN_KEY "按下音量-键" 66 #define PCBA_RF_CAL "RF校准:" 67 #define PCBA_WIFI_CAL "WIFI校准:" 68 #define PCBA_IMEI_NO "IMEI号:" 69 #define PCBA_CAL_YES "已校准" 70 #define PCBA_CAL_NO "未校准" 71 #define PCBA_LAN "以太网" 72 #define PCBA_GYRO "陀螺仪" 73 #define PCBA_GSENSOR_CALIBRATE "重力校准" 74 #endif 75