74 lines
2.8 KiB
C
74 lines
2.8 KiB
C
#ifndef __LANGUAGE_CN_H_
|
||
#define __LANGUAGE_CN_H_
|
||
|
||
#define PCBA_VERSION_NAME "ROCKCHIP PCBA TEST V2.3"
|
||
#define PCBA_MANUAL_TEST "手动测试"
|
||
#define PCBA_AUTO_TEST "自动测试"
|
||
#define PCBA_SECCESS "通过"
|
||
#define PCBA_FAILED "失败"
|
||
#define PCBA_BLUETOOTH "蓝牙"
|
||
#define PCBA_GSENSOR "重力传感器"
|
||
#define PCBA_KEY "按键"
|
||
#define PCBA_RTC "时钟"
|
||
#define PCBA_NAND "NandFlash"
|
||
#define PCBA_EMMC "eMMC"
|
||
#define PCBA_SIM "SIM卡"
|
||
#define PCBA_SIM2 "SIM卡2"
|
||
#define PCBA_SDCARD "SD卡"
|
||
#define PCBA_VIBRATOR "马达震动"
|
||
#define PCBA_FM "收音机"
|
||
#define PCBA_UCARD "U盘"
|
||
#define PCBA_WIFI "网络"
|
||
#define PCBA_WIFI_SIGNAL "信号"
|
||
#define PCBA_WIFI_SIGNAL1 "格"
|
||
#define PCBA_BATTERY "电池"
|
||
#define PCBA_BATTERY_CHARGE "充电"
|
||
#define PCBA_BATTERY_DISCHARGE "放电"
|
||
#define PCBA_BATTERY_FULLCHARGE "满电"
|
||
#define PCBA_BATTERY_VOLTAGE "电压"
|
||
#define PCBA_BATTERY_CAPACITY "电量"
|
||
#define PCBA_AC_ONLINE "电源连接"
|
||
#define PCBA_AC_OFFLINE "电源断开"
|
||
#define PCBA_RECORD "录音"
|
||
#define PCBA_VOLUME "音量"
|
||
#define PCBA_CODEC "声音"
|
||
#define PCBA_WITHOUT_EP_CODEC_INFO "Vol+:录音和扬声器 Vol-:耳机录音和播放"
|
||
#define PCBA_CODEC_INFO "Vol+:录音和扬声器 Vol-:耳机录音和播放 Power:听筒"
|
||
#define PCBA_CODEC_VOL_UP "录音和扬声器测试中..."
|
||
#define PCBA_CODEC_VOL_DOWN "耳机录音和播放测试中..."
|
||
#define PCBA_CODEC_VOL_POWER "听筒测试中..."
|
||
#define PCBA_RINGMIC "MIC阵列"
|
||
#define PCBA_DDR "内存"
|
||
#define PCBA_DDR_EMMC "设备内存"
|
||
#define PCBA_LCD "屏幕"
|
||
#define PCBA_TESTED "已测试"
|
||
#define PCBA_FLASHLIGHT "闪光灯"
|
||
#define PCBA_CAMERA "相机"
|
||
#define PCBA_FRONT_CAMERA "前置摄像头"
|
||
#define PCBA_BACK_CAMERA "后置摄像头"
|
||
#define PCBA_TESTING "测试中"
|
||
#define PCBA_ERR_CHECK "检测错误"
|
||
#define PCBA_ERR_FREQ "变频错误"
|
||
#define PCBA_SDCARD_NOINSERT "没有插入sd卡"
|
||
#define PCBA_INTEL_PTEST_MODE "ptest模式"
|
||
#define PCBA_BOOT_IN_ANDROID_FUCTION "连续按5次power键,退出ptest模式!"
|
||
#define PCBA_BOOT_IN_CORE_FUNCTION "power, vol+, vol- 各按一次进入PCBA模式"
|
||
#define PCBA_BOOT_IN_TOUCH_FUNCTION "在该界面画线进行触摸屏测试"
|
||
#define PCBA_TIP_IN_PCBA_FUNCTION "按VOL+或VOL-超5秒松开退出PTEST模式"
|
||
#define PCBA_LSENSOR "光传感器"
|
||
#define PCBA_GNSS "GPS"
|
||
#define PCBA_PSENSOR "距离传感器"
|
||
#define PCBA_COMPASS "电子罗盘"
|
||
#define PCBA_POWER_KEY "按下电源键"
|
||
#define PCBA_VOLUME_UP_KEY "按下音量+键"
|
||
#define PCBA_VOLUME_DOWN_KEY "按下音量-键"
|
||
#define PCBA_RF_CAL "RF校准:"
|
||
#define PCBA_WIFI_CAL "WIFI校准:"
|
||
#define PCBA_IMEI_NO "IMEI号:"
|
||
#define PCBA_CAL_YES "已校准"
|
||
#define PCBA_CAL_NO "未校准"
|
||
#define PCBA_LAN "以太网"
|
||
#define PCBA_GYRO "陀螺仪"
|
||
#define PCBA_GSENSOR_CALIBRATE "重力校准"
|
||
#endif
|