hch
2024-04-01 2af4b92997143d33f41d15160f2a152f334ea59b
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<resources>
    <declare-styleable name="CircleImageView">
        <attr name="border_width" format="dimension"/>
        <attr name="border_color" format="color"/>
    </declare-styleable>
 
    <declare-styleable name="CircleProgressBar">
        <attr name="circleColor" format="color"/>
        <attr name="circleProgressColor" format="color"/>
        <attr name="circleWidth" format="dimension"></attr>
        <attr name="textColor" format="color"/>
        <attr name="textSize" format="dimension"/>
        <attr name="max" format="integer"></attr>
        <attr name="textIsDisplayable" format="boolean"></attr>
        <attr name="style">
            <enum name="STROKE" value="0"></enum>
            <enum name="FILL" value="1"></enum>
        </attr>
    </declare-styleable>
 
    <color name="cs_person_bg">#dcdcdc</color>
    <color name="cs_person_bg1">#eb9a22</color>
    <color name="tran">#00000000</color>
    <color name="black">#000000</color>
    <color name="btn_text_color">#515151</color>
    <color name="tran_white">#d6ffffff</color>
    <color name="cs_findpwd_rbtn_textcolor_checked">#59CCC2</color>
    <color name="cs_findpwd_rbtn_textcolor_unchecked">#828283</color>
    <color name="holo_ill_bright">#55C9BC</color>
    <color name="cs_findpwd_color_checked">#ffffff</color>
    <color name="cs_findpwd_color_unchecked">#EEEFF0</color>
    <color name="qr_color_fac000">#fac000</color>
    <color name="qr_color_d25e52">#d25e52</color>
    <color name="colorPrimary">#3F51B5</color>
    <color name="colorPrimaryDark">#303F9F</color>
    <color name="colorAccent">#FF4081</color>
    <color name="im_title_color">#efcc0d</color>
    <color name="float_text_Color">#5B5B5B</color>
 
 
 
    <string name="app_tip">提示</string>
    <string name="app_send">发送</string>
    <string name="getting_access_token">正在获取access token...</string>
    <string name="get_access_token_succ">获取access token成功</string>
    <string name="get_access_token_fail" formatted="false">获取access token失败,原因%s</string>
    <string name="get_prepayid_succ">获取prepayid成功</string>
    <string name="get_prepayid_fail" formatted="false">获取prepayid失败,原因%s</string>
    <string name="getting_prepayid">正在获取预支付订单...</string>
    <string name="paying">支付中</string>
    <string name="et_input_money">请输入支付金额</string>
    <string name="et_input_order_des">订单描述如:精品玩具</string>
    <string name="submit_pay">提交支付</string>
    <string name="versions_check_ok">你的版本支持支付</string>
    <string name="versions_check_no">你的版本不支持支付</string>
    <string name="select_pay_type">你选择了</string>
    <string name="click_bt_submit">,点击按钮进行支付</string>
    <string name="greater_one">金额必须大于1分钱</string>
 
    <string name="no_token_id">订单号为空或位数不对,请检查输入的订单号!</string>
    <string name="new_token">或生成一个新的测试订单号</string>
    <string name="buy">去财付通支付</string>
    <string name="loading">正在生成token_id中..</string>
    <string name="order_query">订单查询</string>
    <string name="order_id">请输入订单号查询</string>
 
    <string name="action_pay">付款</string>
    <string name="action_stream">流水</string>
    <string name="action_count">统计</string>
    <string name="action_share">分享</string>
    <string name="getting_all_access">正在获取全部订单...</string>
    <string name="pay_result_callback_msg" formatted="false">微信支付结果:%s</string>
    <string name="order_success">支付成功</string>
    <string name="action_cancel">你取消了支付</string>
    <string name="action_sourch_null">查询不到订单</string>
    <string name="scan_text">将二维码放入框内, 即可自动扫描</string>
 
    <!--下划线样式  -->
    <string name="faster_login"><u>手机一键登录</u></string>
    <string name="faster_login_normal">快速登录</string>
    <string name="login_phone"><u>手机号登录</u></string>
    <string name="user_login"><u>用户名登录</u></string>
    <string name="cs_service"><u>遇到问题?寻找客服</u></string>
    <string name="cs_email"><u>查收邮件</u></string>
    <string name="cs_server"><u>联系客服</u></string>
    <string name="cs_modify_email"><u>修改绑定邮箱</u></string>
    <string name="cs_modify_mobile"><u>修改绑定手机</u></string>
 
    <!-- 登录注册 -->
    <string name="acclogin">用户登录</string>
    <string name="username">用户名</string>
    <string name="password">请输入密码</string>
    <string name="forget">忘记帐号/密码</string>
    <string name="sign">进入游戏</string>
    <string name="txt_toast">登录成功</string>
    <string name="txt_accounts">切换帐号</string>
    <string name="mobilelogin">手机登录</string>
    <string name="phonenumber">请输入手机号码登录</string>
    <string name="newscode">短信获取密码</string>
    <string name="eula"><u>注册即同意思璞用户协议</u></string>
    <string name="register">快速注册</string>
    <string name="user">请输入用户名</string>
    <string name="login">立即登录</string>
    <string name="forget_username">找回帐号</string>
    <string name="forget_password">密码找回</string>
    <string name="txt_forget_phone">手机找回</string>
    <string name="txt_forget_question">密保找回</string>
    <string name="txt_forget_email">邮箱找回</string>
 
    <!-- 账户页 -->
    <string name="txt_modifypwd">修改密码</string>
    <string name="txt_account_security">账户安全方式</string>
    <string name="txt_pay_record">充值记录</string>
    <string name="txt_qq_group">加入QQ群</string>
    <string name="txt_logout">自动登录游戏</string>
    <string name="txt_message">关闭后每次进入游戏时要重新选择帐号进行登录</string>
    <string name="txt_exit">退出当前帐号</string>
    <string name="txt_acc">账户</string>
    <string name="txt_package">礼包</string>
    <string name="txt_community">社区</string>
    <string name="txt_server">客服</string>
    <string name="sp_float_fb_text">礼包</string>
    <string name="sp_float_app_text">金券</string>
    <string name="sp_float_yinc_text">客服</string>
    <string name="sp_float_share_text">社区</string>
 
    <string name="sp_float_usercenter_text">账号</string>
    <!-- 安全设置 -->
    <string name="txt_security">安全设置(以下设置可用于密码找回)</string>
    <string name="txt_security_mobile">密保手机</string>
    <string name="txt_security_question">密保问题</string>
    <string name="txt_security_email">密保邮箱</string>
    <string name="txt_details">温馨提示</string>
    <string name="txt_details_back">返回</string>
 
    <string name="acc">帐号:</string>
    <string name="edt_email">请输入邮箱</string>
    <string name="sp_btn_assign">确定</string>
    <string name="bind_mobile">绑定手机</string>
    <string name="edt_phone">请输入手机号码</string>
    <string name="edt_validate">请输入验证码</string>
    <string name="btn_validatecode">获取验证码</string>
    <string name="txt_security_mobilecode">获取不到验证码?</string>
    <string name="txt_question">密保问题设置</string>
    <string name="txt_question_select">请选择一个问题</string>
    <string name="txt_question_answers">密保答案(1~20个字符)</string>
    <string name="txt_answers">问题回答</string>
    <string name="edt_newpassword">新密码</string>
    <string name="edt_repeated_password">重复新密码</string>
 
    <!-- 悬浮窗 -->
    <string name="floatmenu_acc">账号</string>
    <string name="floatmenu_package">礼包</string>
    <string name="floatmenu_community">社区</string>
    <string name="floatmenu_server">客服</string>
 
    <!-- 账号/密码找回 -->
    <string name="txt_accountfind">以下为您曾在本机使用过的思璞账号</string>
    <string name="txt_emailfind">绑定过邮箱,可以用这种方式找回</string>
    <string name="txt_account">帐号</string>
    <string name="btn_submit">提交</string>
    <string name="txt_mobilefind">账号与手机进行绑定过 可用这种方式找回密码</string>
 
 
    <!-- 标题 -->
    <string name="txt_agreement">用户协议</string>
    <string name="txt_appeal">手游客服中心</string>
    <string name="txt_email">查收邮件</string>
    <string name="title_package">礼包中心</string>
    <string name="title_broadcast">广播通告</string>
    <string name="title_pay_question">常见问题</string>
    <string name="title_pay_record">充值记录</string>
    <string name="title_bulletin">公告</string>
    <string name="btn_bulletin">前往</string>
    <string name="super_pocket_games">思璞游戏</string>
    <string name="modify_ok">修改成功</string>
    <string name="broadcast">广播通告</string>
    <string name="bulletin">公告</string>
    <string name="qr_game">趣热游戏</string>
    <string name="eula_qr"><u>注册即同意趣热用户协议</u></string>
    <string name="qr1024_games">Qr1024 Games</string>
    <string name="txt_accountfind_qr">以下为您曾在本机使用过的趣热账号</string>
    <string name="pay">支付</string>
    <string name="no_network">无法连接服务器,请检查网络连接后重试</string>
    <string name="please_contact_customer_service">无法获取支付信息,请联系思璞客服</string>
    <string name="contact_customer_service">联系客服</string>
    <string name="cancel_pay">取消支付</string>
    <string name="please_install_wechat_sp">请先安装微信后再选择微信支付</string>
    <string name="vouchers">金券</string>
    <string name="sp_title_vouchers">代金券</string>
    <string name="you_not_login_in_this_phone">您没有在本机登陆过账号</string>
    <string name="you_last_account">以下为您曾在本机使用过的账号</string>
    <string name="acount_getback">账号找回</string>
    <string name="eula_user"><u>注册即同意用户协议</u></string>
    <string name="hours_ago">%d小时前</string>
    <string name="just_now">刚刚</string>
    <string name="minutes_ago">%d分钟前</string>
 
    <!--
      Base application theme, dependent on API level. This theme is replaced
      by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  -->
    <style name="AppBaseTheme" parent="android:Theme.Light.NoTitleBar">
        <!--
            Theme customizations available in newer API levels can go in
            res/values-vXX/styles.xml, while customizations related to
            backward-compatibility can go here.
        -->
    </style>
 
    <style name="WebViewTheme" parent="android:Theme.Light.NoTitleBar">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
        <!--<item name="colorPrimary">@color/qr_color_fac000</item>-->
        <!--<item name="colorPrimaryDark">@color/qr_color_fac000</item>-->
        <!--<item name="colorAccent">@color/qr_color_fac000</item>-->
    </style>
 
    <style name="sp_edit_dialog" parent="android:style/Theme.Dialog">
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowBackground">@drawable/dialog_bg_white</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowIsTranslucent">false</item>
        <!--半透明-->
        <item name="android:backgroundDimEnabled">true</item>
        <!--模糊-->
        <item name="android:backgroundDimAmount">0.6</item>
    </style>
 
    <style name="MyDialogStyle" parent="@android:style/Theme.Dialog">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@style/myDialogAnim</item>
        <item name="android:backgroundDimEnabled">true</item>
    </style>
 
    <style name="myDialogAnim" parent="android:Animation">
        <item name="android:windowEnterAnimation">@anim/sp_anim_translate_in</item>
        <item name="android:windowExitAnimation">@anim/sp_anim_translate_out</item>
    </style>
    <style name="sp_DialogStyle" parent="@android:style/Theme.Dialog">
        <item name="android:windowBackground">@color/tran</item>
        <item name="android:windowFrame">@null</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowIsFloating">true</item>
        <item name="android:windowIsTranslucent">false</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowAnimationStyle">@style/myDialogAnim</item>
        <!--<item name="android:backgroundDimEnabled">true</item>-->
        <item name="android:backgroundDimEnabled">false</item>
        <!--模糊-->
        <item name="android:backgroundDimAmount">0.6</item>
    </style>
</resources>