forked from Tencent/APIJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
18 lines (16 loc) · 894 Bytes
/
strings.xml
File metadata and controls
18 lines (16 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">APIJSON</string>
<string name="app_version">1.0</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="single">单个Object</string>
<string name="columns">指定字段</string>
<string name="rely">向上依赖</string>
<string name="array">Object数组</string>
<string name="complex">复杂结构</string>
<string name="access_error">没有访问权限</string>
<string name="access_permitted">允许使用权限</string>
<string name="query">查询</string>
<string name="query_error">可能出现了一些问题,可以按照以下步骤解决:\n\n1.检查网络连接\n\n2.检查url是否为一个可用的IPV4地址\n\n3.长按[查询]按钮用浏览器发送请求\n\n4.查看目标服务器上的log\n\n5.再试一次</string>
</resources>