JLChen
2021-05-18 a869383e163a18cdedcf587383c1eca043129754
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*
 Localization.strings
 LCOpenSDKDemo
 
 Created by bzy on 4/25/17.
 Copyright © 2017 lechange. All rights reserved.
 */
"LANGUAGE" = "en";
"SECOND" = "second(s)";
"NETWORK_TIMEOUT" = "network timeout,please try again";
"REST_LINK_FAILED" = "rest link failed";
 
/*HintView*/
"HINT_TITLE" = "Home Page";
 
/*Download*/
"CANCEL_DOWNLOAD" = "Cancel download";
"DOWNLOADING" = "Downloading,please wait";
"DOWNLOAD_SUCCESS" = "Download successfully";
"DOWNLOAD_FAILED" = "Download failed";
 
/*StartView*/
"CONFIG_TIP" = "Tip: The appId or appSecret in demo is misconffigured. Please login easy4ip openSDK official website and create an application to get an App ID and an App Secret. Then, according to the guides in Development Center > IOS, set appId and appSecret in demo. After that, build and run demo.";
 
 
/*AdminModelView*/
"ADMIN_TITLE" = "Adimin Login";
"ADMIN_PHONE_TIP" = "please enter your account";
"ADMIN_PHONE_HINT" = "account is empty";
"ACCESSTOKEN_TIP"  = "the account is invalid, developer can find admin account in Development Center > Application Details after creates an applicatin in easy4ip openSDK official website.";
"ENTER_DEVICE_LIST" = "Enter Device List";
 
/* UserModeView */
"USER_TITLE" = "User Login";
"ACCOUNT_TIP" = "please input your account";
"ACCOUNT_BIND_TIP" = "the account has not beed bound,please click the user-bind button to bind your account";
"BIND_USER" = "User-Bind";
"ENTER_DEVICELIST" = "Enter Device List";
"WRONG_ACCOUNT" = "account is null";
"BIND_SUCCEED" = "bind succeed";
"BIND_TIMEOUT" = "bind timeout, please retry";
"BIND_FAILED" = "bind failed";
"ACCOUNT_NOTICE_TIP" = "please input effective account";
 
/*DeviceView*/
"DEVICE_TITLE" = "Device List";
"ENTER_ENCRYPTED_KEY" = "Enter Encrypted Key";
 
/*AddDeviceView*/
"ADD_DEVICE_TITLE" = "Add Device";
"DEVICE_ID_LABEL" = "Device S/N";
"DEVICE_KEY_LABEL" = "Device Key";
"DEVICE_ID_TIP" = "please enter device ID";
"DEVICE_KEY_TIP" = "please enter device password";
"WIFI_PASSWORD_TIP" = "please enter WiFi password";
"READY_BIND" = "ready bind";
"BIND_SUCCESS" = "bind successfully";
"INSTRUCTION_TIP" = "press configure button refer to device guide";
"START_LINK_NETWORK" = "start to WIFI configure";
"WAIT_TIME" = "wait time ";
"DEVICE_OFFLINE" = "device offline";
 
/*DeviceOperationView*/
"DEVICE_OPERATE_TITLE" = "Device Operate";
"ALARM_PLAN" = "Alarm Plan";
"CLOUD_STORAGE" = "Cloud Storage";
"PASSWORD" = "Device Password";
"DEVICE_PROGRAME" = "Device Programe";
"MODIFY" = "modify";
"UPGRADE" = "upgrade";
 
/*LiveVideoView*/
"LIVE_VIDEO_TITLE" = "Live Video";
"RECORD_SAVE_SUCCESS" = "Save Record Successfully";
"RECORD_SAVE_FAILED" = "Save Record Failed";
"PLAY_LOCAL_FILE" = "Save Record Successfully,play?";
/*MessageView*/
"MESSAGE_TITLE" = "Alarm Message";
"ALARM_TIME" = "alarm time";
 
/*RecordView*/
"LOCAL_RECORD_TITLE" = "Device Record";
"NET_RECORD_TITLE" = "Network Record";
"DATE_CANCEL" = "Cancel";
"DATE_QUERY" = "Query";
"DATE_TIP" = "please select query date";
 
/*RecordPlayView*/
"RECORD_PLAY_TITLE" = "Record Play";
 
/*LocalPlayView*/
"Local_PLAY_TITLE" = "File Play";
 
/*SoftAPConnectView*/
"SOFTAP_CONNECT" = "softAP Connect";
"BIND_DEVICE" = "Bind Device";
"OPEN_DEVICE_HOTSPOT" = "1.Open Device Hotpot";
"CONNECT_DEVICE_HOTSPOT" = "2.Connect Device Hotpot";
"START_SOFTAP_CONNECT" = "3.Click to start softap connect";
"INPUT_POPWIN_INFO" = "4.Add popwindow info";
"CHANGE_WIFI_IF_CONNECT_SUCCEED" = "5.Change effective wlan after connect succeed";
"START_CHECK_DEVICE_ONLINE" = "6.Click to check device online";