Commit d437f035 authored by Max Lv's avatar Max Lv

Merge pull request #617 from AnyOfYou/master

Shorten notification action button text
parents fb1a7e17 9cb8bf68
......@@ -37,8 +37,8 @@
<string name="nat_deprecated">警告:在 Android 5.0 及更高版本中不建议使用 NAT 模式</string>
<string name="nat_no_root">NAT 模式需要 ROOT 权限</string>
<string name="switch_to_vpn">切换到 VPN 模式</string>
<string name="stop">停止服务</string>
<string name="quick_switch">快速切换</string>
<string name="stop">停止</string>
<string name="quick_switch">切换</string>
<string name="stopping">正在关闭……</string>
<string name="vpn_error">后台服务启动失败:%s</string>
<string name="reboot_required">VPN 服务启动失败。你可能需要重启设备。</string>
......
......@@ -39,8 +39,8 @@
<string name="nat_deprecated">警告:自 Android 5.0 開始, NAT 模式已過時</string>
<string name="nat_no_root">NAT 模式需要 ROOT 權限</string>
<string name="switch_to_vpn">切換至 VPN 模式</string>
<string name="stop">停止此服務</string>
<string name="quick_switch">快速切換</string>
<string name="stop">停止</string>
<string name="quick_switch">切換</string>
<string name="stopping">關閉中……</string>
<string name="vpn_error">%s</string>
<string name="reboot_required">VPN 服務啟動失敗。您或許需要重新啟動您的裝置。</string>
......
......@@ -69,11 +69,11 @@
<string name="nat_deprecated">WARNING: NAT mode has been deprecated since Android 5.0</string>
<string name="nat_no_root">NAT mode requires ROOT permission</string>
<string name="switch_to_vpn">Switch to VPN mode</string>
<string name="stop">Stop the service</string>
<string name="stop">Stop</string>
<string name="stopping">Shutting down…</string>
<string name="vpn_error">%s</string>
<string name="reboot_required">Failed to start VPN service. You might need to reboot your device.</string>
<string name="quick_switch">Quick Switch</string>
<string name="quick_switch">Switch</string>
<!-- alert category -->
<string name="close">Close</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment