forked from APIJSON/APIJSON-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
35 lines (34 loc) · 2.03 KB
/
strings.xml
File metadata and controls
35 lines (34 loc) · 2.03 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="request">Request</string>
<string name="post">POST</string>
<string name="delete">DELETE</string>
<string name="put">PUT</string>
<string name="get">GET</string>
<string name="single">Single</string>
<string name="columns">Columns</string>
<string name="rely">Reference</string>
<string name="array">Array</string>
<string name="complex">Complex</string>
<string name="access_error">Access Error</string>
<string name="access_permitted">Access Permitted</string>
<string name="login">Log In</string>
<string name="logout">: Click to log out</string>
<string name="auto">Auto Code</string>
<string name="update_log">Update Log</string>
<string name="received_result">received result!</string>
<string name="browser_can_only_receive_get_response">Browsers can only receive GET responses</string>
<string name="request_error">There may be something wrong,you can follow by the steps:\n\n1.Check your internet connection\n\n2.Check the url whether it\'s an available ipv4 address\n\n3.Long click the [ %1$s ] button to open the request by web browser\n\n4.Check logs outputed on the target server\n\n5.Try again</string>
<string name="apijson_slogan">APIJSON, let interfaces go to hell!</string>
<string name="apijson_info">APIJSON is a JSON Transmission Structure Protocol…</string>
<string name="ui">UI Test</string>
<string name="local">Local</string>
<string name="remote">Remote</string>
<string name="record">Record</string>
<string name="name">Name:</string>
<string name="recover">Recover</string>
<string name="please_firstly_record_or_recover">please firstly record or recover</string>
<string name="finished_because_of_no_step">Finished because of no step</string>
<string name="recover_finished">Recover finished</string>
<string name="remains_step_needs_uploading">Here remains step needs uploading!</string>
</resources>