|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <resources> |
| 3 | + <string name="app_name" translatable="false">DigiView</string> |
3 | 4 | <string name="digiview_feed">DigiView\nfeed</string> |
4 | 5 | <string name="waiting_for_usb_device">等待USB设备…</string> |
5 | 6 | <string name="usb_device_approved">USB设备已批准</string> |
6 | 7 | <string name="usb_device_detached_waiting">USB设备已断开\n\n等待USB设备…</string> |
7 | 8 | <string name="usb_device_found">已发现USB设备.</string> |
8 | 9 | <string name="waiting_for_video">等待视频…</string> |
9 | | - <string name="title_activity_data_collection">Data Collection Agreement</string> |
10 | | - <string name="data_collection_header" >Report crash data to the DigiView team?</string> |
11 | | - <string name="data_collection_text">This app will probably crash less than your drone.\n Even though, if a crash occur we would like to know !\n\nWe use Sentry to track bugs and to make this app better.</string> |
12 | | - <string name="data_collection_deny_button">Deny</string> |
13 | | - <string name="data_collection_agree_button">Agree</string> |
| 10 | + <string name="title_activity_data_collection">数据收集协议</string> |
| 11 | + <string name="data_collection_header" >向DigiView团队报告崩溃数据?</string> |
| 12 | + <string name="data_collection_text">该程序崩溃的次数可能比您炸机次数还少。\n 但即使发生崩溃,我们也想知道!\n\n我们使用Sentry跟踪错误并持续改进此应用程序。</string> |
| 13 | + <string name="data_collection_deny_button">拒绝</string> |
| 14 | + <string name="data_collection_agree_button">同意</string> |
| 15 | + <string name="title_activity_settings">设置</string> |
| 16 | + |
| 17 | + <!-- Settings --> |
| 18 | + <string name="performance">性能</string> |
| 19 | + <string name="privacy">隐私</string> |
| 20 | + <string name="video_preset">视频预设</string> |
| 21 | + <string name="video_preset_default">默认</string> |
| 22 | + <string name="video_preset_conservative">保守</string> |
| 23 | + <string name="video_preset_aggressive">激进</string> |
| 24 | + <string name="video_preset_legacy">传统</string> |
| 25 | + <string name="enable_analytics">开启数据分析</string> |
| 26 | + <string name="enable_analytics_summary">该程序崩溃的次数可能比您炸机次数还少。但即使发生崩溃,我们也想知道,这样才能修复它!</string> |
| 27 | + <string name="privacy_policy">隐私策略</string> |
| 28 | + <string name="privacy_policy_summary">查看我们收集数据的内容以及我们如何使用它们</string> |
| 29 | + <string name="video_player">视频播放器</string> |
| 30 | + <string name="full_screen">全屏</string> |
| 31 | + <string name="full_screen_summary">也可以通过在视频播放器上点按两次或双指捏合来进行切换。</string> |
| 32 | + <string name="show_watermark">显示 DigiView 水印</string> |
| 33 | + <string name="links">相关链接</string> |
| 34 | + <string name="our_website">我们的网站</string> |
| 35 | + <string name="discord_summary">与我们和其他 DigiView 用户聊天</string> |
| 36 | + <string name="digiview_web_app">DigiView Web应用</string> |
| 37 | + <string name="digiview_web_app_summary">可以在Chrome和基于Chrome的浏览器中使用,甚至可以在Android上使用!</string> |
| 38 | + <string name="github_summary">我们所有的代码都是开源的</string> |
| 39 | + <string name="about">关于</string> |
| 40 | + <string name="app_Version">应用程序版本</string> |
| 41 | + <string name="copyright">版权所有</string> |
| 42 | + <string name="open_source_license">开源证书</string> |
| 43 | + <string name="open_source_license_summary">MIT License</string> |
| 44 | + |
14 | 45 | </resources> |
0 commit comments