diff options
| author | Jules Aguillon | 2023-02-12 23:20:11 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-02-12 23:20:11 +0100 |
| commit | 0f62b3044c501dc5679583e06447285ebeb31118 (patch) | |
| tree | cb3cd47834c464cf8884627fe1e350be03fb6b05 /res/values-vi/strings.xml | |
| parent | c46e3b6c619b6af5825161d4960ea4829a44d429 (diff) | |
| download | unexpected-keyboard-0f62b3044c501dc5679583e06447285ebeb31118.tar.gz unexpected-keyboard-0f62b3044c501dc5679583e06447285ebeb31118.zip | |
Option to switch to the previous input method
A new option changes the "change_method" into the new
"change_method_prev". It switch to the previously used input method.
A long press on "change_method_prev" sends "change_method".
A new section is added in the settings and existing options are moved.
Diffstat (limited to 'res/values-vi/strings.xml')
| -rw-r--r-- | res/values-vi/strings.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 8001e51..d3ab763 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -28,8 +28,6 @@ <string name="pref_numpad_layout">Bố cục NumPad</string> <string name="pref_numpad_layout_e_high_first">Số lớn nhất trước</string> <string name="pref_numpad_layout_e_low_first">Số nhỏ nhất trước</string> - <string name="pref_autocapitalisation_title">Tự động viết hoa</string> - <string name="pref_autocapitalisation_summary">Nhấn Shift ở đầu câu</string> <string name="pref_extra_keys_title">Thêm phím vào bàn phím</string> <string name="pref_second_layout_title">Bố cục phụ</string> <string name="pref_second_layout_none">Không</string> @@ -38,10 +36,15 @@ <string name="pref_swipe_dist_summary">Khoảng cách giữa các ký tự ở góc phím (%s)</string> <string name="pref_long_timeout_title">Thời hạn lặp phím</string> <string name="pref_long_interval_title">Khoảng thời gian lặp phím</string> - <string name="pref_vibrate_title">Sự rung</string> - <string name="pref_vibrate_summary">Bật/tắt rung khi nhấn</string> <string name="pref_lock_double_tap_title">Nhấn hai lần Shift để bật Caps Lock</string> <string name="pref_lock_double_tap_summary">Bạn có thể khóa phím hỗ trợ bằng cách giữ vào nó</string> + <!-- <string name="pref_category_behavior">Behavior</string> --> + <string name="pref_autocapitalisation_title">Tự động viết hoa</string> + <string name="pref_autocapitalisation_summary">Nhấn Shift ở đầu câu</string> + <!-- <string name="pref_switch_input_immediate_title">Switch to the next keyboard immediately</string> --> + <!-- <string name="pref_switch_input_immediate_summary">Behavior of the keyboard-switching key</string> --> + <string name="pref_vibrate_title">Sự rung</string> + <string name="pref_vibrate_summary">Bật/tắt rung khi nhấn</string> <string name="pref_category_style">Kiểu cách</string> <string name="pref_margin_bottom_title">Căn lề dưới</string> <string name="pref_keyboard_height_title">Chiều cao bàn phím</string> |
