diff options
| author | Matej Drobnič | 2025-06-29 16:50:56 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-29 16:50:56 +0200 |
| commit | 4ed8594794691e5991c414337fd4ede7a9e857cc (patch) | |
| tree | f3c77fa81bf000f4b617c57536989ed4da051464 /res/values-zh-rCN/strings.xml | |
| parent | f36a7c8e9d123c268c559a946304c45360b36810 (diff) | |
| download | unexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.tar.gz unexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.zip | |
Add option to also disable number entry layout (#1007)
Diffstat (limited to 'res/values-zh-rCN/strings.xml')
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 0c7051e..870601e 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -49,8 +49,10 @@ <string name="pref_switch_input_immediate_summary">切换键盘按钮的行为</string> <string name="pref_vibrate_custom">自定义振动</string> <string name="pref_vibrate_duration_title">振动强度</string> - <string name="pref_pin_entry_enabled_title">数字输入布局</string> - <string name="pref_pin_entry_enabled_summary">输入数字、日期与电话号码时</string> + <!-- <string name="pref_number_entry_title">Layout when typing numbers, dates and phone numbers</string> --> + <!-- <string name="pref_number_entry_layout_pin">PIN Entry</string> --> + <!-- <string name="pref_number_entry_layout_number">Number pane</string> --> + <!-- <string name="pref_number_entry_layout_normal">Use the main layout</string> --> <string name="pref_category_style">样式</string> <string name="pref_margin_bottom_title">键盘下边距</string> <string name="pref_keyboard_height_title">键盘高度</string> |
