hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#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_CODEC_PLAY     "放音"
#define PCBA_CODEC_RECORD   "录音"
#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_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