Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import strings from android-l10n. #3501

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Chinese (Traditional/Zhuyin)'. -->
<string name="settings_language_traditional_chinese">中文(正体/注音)</string>
<string name="settings_language_traditional_chinese">中文(繁体/注音)</string>

<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Chinese (Simplified/Pinyin)'. -->
Expand Down Expand Up @@ -367,10 +367,6 @@
and is used to toggle remote debugging of website content in the application. -->
<string name="developer_options_remote_debugging">启用远程调试</string>

<!-- This string labels an On/Off switch in the 'Developer Options' dialog
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
<string name="developer_options_show_console">将控制台日志并入 Logcat</string>

<!-- This string labels an On/Off switch in the developer options dialog
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">启用环境覆盖</string>
Expand Down