Meshtastic-Android/app/src/main/res/values-zh/strings.xml
2020-07-15 15:59:11 -07:00

71 lines
No EOL
5.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?><!-- Chinese contributed by @Mango-sauce -->
<resources>
<string name="app_name" translatable="false">Mesh网络</string>
<string name="action_settings">设置</string>
<string name="channel_name">频道名称</string>
<string name="channel_options">频道设置</string>
<string name="share_button">分享</string>
<string name="qr_code">QR码</string>
<string name="unset">未设置</string>
<string name="connection_status">连接状态</string>
<string name="application_icon">应用图标</string>
<string name="unknown_username">未知用户</string>
<string name="user_avatar">用户头像</string>
<string name="sample_message">在吗?我找到了快递,它就在一只大老虎旁边,我好害怕😨!</string>
<string name="send_text">在此发送信息</string>
<string name="warning_not_paired">设备未配对,请配对设备并设置好用户名.\n\n此开源应用为测试版若您发现任何问题可以在下面的网站中发布.\n\n更多信息请访问此网页 - www.meshtastic.org.</string>
<string name="username_unset">用户名未设置</string>
<string name="your_name">用户名</string>
<string name="analytics_okay">匿名上传崩溃报告.</string>
<string name="looking_for_meshtastic_devices">Mesh设备扫描中...</string>
<string name="test__devname1" translatable="false">Meshtastic_ac23</string>
<string name="test_devname2" translatable="false">Meshtastic_1267</string>
<string name="requires_bluetooth">此应用程序需要蓝牙权限.请在Android设置中授予权限.</string>
<string name="error_bluetooth">未开启蓝牙</string>
<string name="starting_pairing">开始配对</string>
<string name="pairing_failed">配对失败</string>
<string name="url_for_join">用于连接Mesh网络的URL</string>
<string name="accept">接受</string>
<string name="cancel">取消</string>
<string name="change_channel">修改频道</string>
<string name="are_you_sure_channel">您确定要修改通信频道?这将会使你与其他节点断开通信.</string>
<string name="new_channel_rcvd">收到新的频道URL</string>
<string name="do_you_want_switch">您是否要切换到\'%s\'频道?</string>
<string name="map_not_allowed">您已禁用了分析功能但是我们的地图提供商mapbox要求对其进行分析\'free\' 因此,这将会关闭地图视图.\n\n如果您想看地图, 你将\'需要在“设置”中打开匿名统计(同时你需要重启应用)\n\n如果您想切换到其他地图类形请在meshtastic.discourse.group中发布</string>
<string name="permission_missing">缺少必需的权限Mesh网络将无法正常工作请在应用程序设置中启用.</string>
<string name="radio_sleeping">模块正处于休眠之中,无法更改频道</string>
<string name="report_bug">反馈BUG</string>
<string name="report_a_bug">反馈一个BUG</string>
<string name="report_bug_text">您确定要报告错误吗?报告后,请发布在网站中,以便将您的报告与您找到的内容进行匹配.</string>
<string name="report">报告</string>
<string name="select_radio">选择LoRa模块</string>
<string name="current_pair">您目前已与LoRa模块配对%s</string>
<string name="not_paired_yet">您尚未配对LoRa模块.</string>
<string name="change_radio">更换LoRa模块</string>
<string name="please_pair">请在Android设置中配对设备.</string>
<string name="pairing_completed">配对成功,服务以启动</string>
<string name="pairing_failed_try_again">配对失败,请再次选择</string>
<string name="location_disabled">位置访问已被禁用,这将无法为设备提供位置服务.</string>
<string name="share">分享</string>
<string name="disconnected">已断开连接</string>
<string name="device_sleeping">设备休眠中</string>
<string name="connected_count">连接状态:%s到%s设备在线</string>
<string name="list_of_nodes">节点列表</string>
<string name="update_firmware">更新设备固件</string>
<string name="connected">已连接设备</string>
<string name="connected_to">手机已连接到 (%s)</string>
<string name="not_connected">未连接,请选择设备</string>
<string name="connected_sleeping">已连接,设备休眠中</string>
<string name="update_to">更新到%s</string>
<string name="app_too_old">应用程序版本过旧</string>
<string name="must_update">您需要在Google Play商店或Github上更新此应用程序现在您无法与这台Mesh设备通信.</string>
<string name="none">无选择(默认)</string>
<string name="modem_config_short">短距离(传输快速)</string>
<string name="modem_config_medium">中等范围(传输较快)</string>
<string name="modem_config_long">较大范围(传输较慢)</string>
<string name="modem_config_very_long">超长距离(传输缓慢)</string>
<string name="modem_config_unrecognized">无法识别</string>
<string name="meshtastic_service_notifications">Mesh服务通知</string>
<string name="location_disabled_warning">您需要在设置中启用位置服务</string>
<string name="about">关于</string>
</resources>