diff options
| author | Jules Aguillon | 2026-05-06 01:16:47 +0200 |
|---|---|---|
| committer | GitHub | 2026-05-06 01:16:47 +0200 |
| commit | 56edba7b18523519048eaf54a9b8abdb5f00651c (patch) | |
| tree | b6c9949fea9b0f15416082ea321e9d2975c5a5b1 /res/values-zh-rCN/strings.xml | |
| parent | 11b735bfe8591f120f994733b79e9bf236232103 (diff) | |
| download | unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.tar.gz unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.zip | |
Remove mention of network access from store description (#1280)
This part of the store description is no longer true, as the application
makes a network request when downloading a dictionary.
Diffstat (limited to 'res/values-zh-rCN/strings.xml')
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 9e5e30b..d5b526b 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -3,7 +3,7 @@ <string name="app_name_release">Unexpected Keyboard</string> <string name="app_name_debug">Unexpected Keyboard (debug)</string> <string name="short_description">适用于 Android 的轻量级、注重隐私的虚拟键盘。</string> - <string name="store_description">此应用的主要功能是,通过将按键沿四角滑动,您可以输入更多字符。\n\n此应用最初是为使用 Termux 的程序员而设计的。\n现在对于日常使用来说也很完美。\n\n此应用没有广告,不会发送任何网络请求,而且是开源的。</string> + <string name="store_description">此应用的主要功能是,通过将按键沿四角滑动,您可以输入更多字符。\n\n此应用最初是为使用 Termux 的程序员而设计的。\n现在对于日常使用来说也很完美。</string> <string name="pref_portrait">在竖屏模式下</string> <!-- <string name="pref_portrait_unfolded">In portrait mode unfolded</string> --> <string name="pref_landscape">在横屏模式下</string> |
