-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from TC999/master
Add Simple Chinese Translation
- Loading branch information
Showing
9 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#### [EN](https://github.com/sakusaku3939/DeepLAndroid#readme) | [JA](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_JA.md) | [RU](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_RU.md) | [DE](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_DE.md) | [FR](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_FR.md) | [IT](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_IT.md) | [TR](https://github.com/sakusaku3939/DeepLAndroid/blob/master/README_TR.md) | [ZH](README_ZH.md) | ||
# DeepL Android | ||
这是一个非官方的 DeepL 翻译 Android 应用。 | ||
它使用了 WebView 技术,这是 Android 图形用户界面的一个组件,使其看起来像一个原生应用。 | ||
为了隐藏所有不必要的元素,只保留最必要的部分,使用了 JavaScript。 | ||
|
||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" | ||
alt="在 F-Droid 获取" | ||
height="80">](https://f-droid.org/packages/com.example.deeplviewer) | ||
|
||
![image](https://user-images.githubusercontent.com/53967490/89320092-fe2fdf00-d6bb-11ea-97d6-84fd66f73395.png) | ||
|
||
## 功能 | ||
- 通过 WebView 仅显示翻译屏幕。 | ||
- 可切换至深色模式。 | ||
- 从选择文本菜单启动 DeepL。 | ||
- 长按应用图标以访问设置屏幕。 | ||
|
||
## 注意事项 | ||
此项目已使用 DeepL 翻译。如果有任何翻译错误,请随时发送拉取请求! | ||
|
||
## 许可证 | ||
[MIT](https://github.com/sakusaku3939/DeepLAndroid/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<resources> | ||
<!-- Translatable strings used in our GUI. Non-translatable strings should be added to /values/strings_not_translatable.xml instead. --> | ||
<string name="app_name">DeepL</string> | ||
<string name="image">图片</string> | ||
<string name="copy_clipboard">文本已复制</string> | ||
<string name="network_err">哎呀,连接 DeepL 服务失败</string> | ||
<string name="title_activity_settings">设置</string> | ||
<string name="themeSettings">主题设置</string> | ||
<string name="theme">主题</string> | ||
<string name="theme_light">浅色</string> | ||
<string name="theme_dark">深色</string> | ||
<string name="theme_battery">由省电模式设置</string> | ||
<string name="theme_default">系统默认</string> | ||
<string name="selection_menu_options">菜单选择</string> | ||
<string name="use_popup_mode">使用弹窗模式</string> | ||
<string name="show_translate_button">在文本选择菜单中显示 DeepL 按钮</string> | ||
<string name="app_options">应用选项</string> | ||
<string name="auto_delete_cookies">退出应用时自动删除 cookie</string> | ||
<string name="about_this_app">关于此应用</string> | ||
<string name="version">版本</string> | ||
</resources> |