-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.json
More file actions
69 lines (68 loc) · 2.5 KB
/
resource.json
File metadata and controls
69 lines (68 loc) · 2.5 KB
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
{
"server_msg": {
"error": {
"server_encountered_error": "伺服器遭遇錯誤",
"address_or_port_in_use": "位置或連接口正在被使用中",
"cam_not_exist": "相機不存在",
"wifi_not_exist": "WiFi不存在",
"bt_not_exist": "藍芽不存在",
"ble_not_exist": "低功耗藍芽不存在",
"other_devices_fail": "其他裝置啟動失敗,無法啟動",
"other_devices_not_exist": "其他裝置不存在,無法啟動"
},
"info": {
"restart_server": "伺服器正在重新啟動",
"user_disconnect": "使用者離線",
"server_restart_success": "伺服器成功重啟",
"user_interrupt": "伺服器收到使用者中斷",
"user_interrupt_and_going_offine": "伺服器收到使用者中斷,準備離線",
"operaction_done": "操作已經完成",
"operacting": "操作進行中",
"new_connection": "[新連線] 來自: {}",
"brocasting": "廣播並聆聽第{}頻道..."
},
"warning": {
"server_encountered_fixable_error": "伺服器遭遇到可處理的錯誤",
"server_fixing_error": "伺服器正在嘗試修復錯誤"
}
},
"file_msg": {
"file_exist": "檔案存在",
"folder_exist": "資料夾存在",
"object_path_exist": "檔案路徑存在",
"file_not_exist": "檔案不存在",
"folder_not_exist": "資料夾不存在",
"object_path_not_exist": "檔案路徑不存在",
"resource_busy": "資源忙碌中,暫時不可用"
},
"msg_level": {
"info": {"text":"訊息","color":"green"},
"warning": {"text":"警告","color":"yellow"},
"error": {"text":"錯誤","color":"red"},
"debug": {"text":"除錯","color":"white"},
"verbose": {"text":"詳細","color":"blue"},
"dipshit": {"text":"幹話","color":"gary"}
},
"msg_direction": {
"TX": "送出",
"RX": "收到"
},
"local_msg": {
"permission_denied": "請以root權限執行本程式",
"connection_refused": "連線被拒,請使用sudo hciconfig檢查",
"path_not_found_error": "請檢查設定檔 /etc/systemd/system/dbus-org.bluez.service,是否設定正確",
"bt_not_available": "請檢查藍芽裝置是否啟動"
},
"protocol":{
"start_png_mode":"BEG_PNG",
"end_png_mode":"END_PNG"
},
"service":{
"bhttpd":{
"starting":"正在啟動檔案傳輸服務...",
"stopped":"檔案傳輸服務已經停止",
"stopping":"正在嘗試停止檔案傳輸服務...",
"started":"檔案傳輸服務已經啟動"
}
}
}