Skip to content

Commit

Permalink
Update Chinese Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Apr 25, 2021
1 parent 04744ae commit 6bfc1df
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">ScreenStream</string>

<string name="error_title">出错了</string>
<string name="error_port_in_use">端口已被占用,请使用另一个端口</string>
<string name="error_invalid_media_projection">安全错误:非法媒体投射,请再试一次</string>
Expand Down Expand Up @@ -109,18 +107,10 @@
<string name="pref_crop_dialog_error_message">输入有效的剪裁值</string>
<string name="pref_resize">缩放画面</string>
<string name="pref_resize_summary">在发送前先缩放画面</string>
<string name="pref_resize_value" translatable="false">%1$d%%</string>
<string name="pref_resize_dialog_text">以 %% 为单位设置剪裁.\n值: 10–150 (默认: 50)\n屏幕大小: %1$dx%2$d</string>
<string name="pref_resize_dialog_result">图像大小: %1$dx%2$d</string>
<string name="pref_rotate">顺时针旋转画面</string>
<string name="pref_rotate_summary">在发送前先旋转画面</string>
<string name="pref_rotate_value" translatable="false">%1$d\u00B0</string>
<string-array name="pref_rotate_options" translatable="false">
<item>0\u00B0</item>
<item>90\u00B0</item>
<item>180\u00B0</item>
<item>270\u00B0</item>
</string-array>
<string name="pref_rotate_summary">在发送前先旋转画面</string>
<string name="pref_fps">限制帧率</string>
<string name="pref_fps_summary">设置最大帧率</string>
<string name="pref_fps_dialog">设置最大同步率\n值: 1–60 (默认: 30)</string>
Expand Down Expand Up @@ -155,8 +145,7 @@
<string name="pref_server_port_dialog">为新加入的连接设置端口\值: 1025–65535\n(默认: 8080)</string>
<string name="pref_logging">开启应用日志</string>
<string name="pref_logging_summary">收集应用日志</string>

<string name="about_fragment_app_name" translatable="false">Screen Stream over HTTP</string>

<string name="about_fragment_app_version">版本: %1$s</string>
<string name="about_fragment_developer_name">由 Dmitriy Krivoruchko 开发</string>
<string name="about_fragment_rate_app">评价本应用</string>
Expand All @@ -166,4 +155,4 @@
<string name="about_fragment_app_sources">源代码</string>
<string name="about_fragment_privacy_policy">隐私政策</string>
<string name="about_fragment_license">许可证</string>
</resources>
</resources>

0 comments on commit 6bfc1df

Please sign in to comment.