update string

This commit is contained in:
Tungstend 2023-03-03 23:25:56 +08:00
parent 5b9bfccac7
commit e817b7c65c
2 changed files with 43 additions and 1 deletions

View File

@ -105,7 +105,27 @@
<string name="download_failed">下载失败: %1$s错误码%2$d</string>
<string name="download_failed_empty">没有可供选择的版本</string>
<string name="event_button_press">按压</string>
<string name="event_button_long_press">长按</string>
<string name="event_button_click">点击</string>
<string name="event_button_double_click">双击</string>
<string name="event_button_pointer_follow">指针跟随</string>
<string name="event_button_auto_keep">自动保持</string>
<string name="event_button_auto_click">连续点击</string>
<string name="event_button_open_menu">打开菜单</string>
<string name="event_button_movable">可拖动</string>
<string name="event_button_switch_touch_mode">切换触控模式</string>
<string name="event_button_input">输入</string>
<string name="event_button_output_text">输出文本</string>
<string name="event_button_output_keycodes">输出键值</string>
<string name="event_button_bind_view_groups">显示/隐藏按键合集</string>
<string name="event_rocker_up_keycode">前进键值</string>
<string name="event_rocker_down_keycode">后退键值</string>
<string name="event_rocker_left_keycode">向左键值</string>
<string name="event_rocker_right_keycode">向右键值</string>
<string name="event_rocker_follow_option">跟随选项(仅摇杆)</string>
<string name="event_rocker_sneak">双击中心位置潜行</string>
<string name="event_rocker_sneak_keycode">潜行键值</string>
<string name="exception_access_denied">无法获取文件 %s。</string>
<string name="exception_artifact_malformed">无法校验文件。</string>

View File

@ -116,6 +116,28 @@
<string name="download_failed">Failed to download %1$s, response code: %2$d</string>
<string name="download_failed_empty">No versions are available</string>
<string name="event_button_press">Press</string>
<string name="event_button_long_press">Long Press</string>
<string name="event_button_click">Click</string>
<string name="event_button_double_click">Double Click</string>
<string name="event_button_pointer_follow">Pointer Follow</string>
<string name="event_button_auto_keep">Keep Pressing</string>
<string name="event_button_auto_click">Keep Clicking</string>
<string name="event_button_open_menu">Open Menu</string>
<string name="event_button_movable">Movable</string>
<string name="event_button_switch_touch_mode">Switch Touch Mode</string>
<string name="event_button_input">Input</string>
<string name="event_button_output_text">Output Text</string>
<string name="event_button_output_keycodes">Output Keycodes</string>
<string name="event_button_bind_view_groups">Show/Hide View Groups</string>
<string name="event_rocker_up_keycode">Forward Keycode</string>
<string name="event_rocker_down_keycode">Back Keycode</string>
<string name="event_rocker_left_keycode">Left Keycode</string>
<string name="event_rocker_right_keycode">Right Keycode</string>
<string name="event_rocker_follow_option">Follow Option (Only Rocker Style)</string>
<string name="event_rocker_sneak">Double Click Center to Enable Sneak</string>
<string name="event_rocker_sneak_keycode">Sneak Keycode</string>
<string name="exception_access_denied">Unable to access the file %s.</string>
<string name="exception_artifact_malformed">Cannot verify the integrity of the downloaded files.</string>
<string name="exception_ssl_handshake">Unable to establish SSL connection due to missing SSL certificates in current Java installation.</string>