ha_cloud_music/custom_components/ha_cloud_music/translations/en.json

35 lines
981 B
JSON
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.

{
"title": "云音乐",
"config": {
"abort": {
"single_instance_allowed": "仅允许单个配置"
},
"step": {
"user": {
"title": "接口配置",
"description": "为防止你的账号密码泄露建议自行部署API接口服务 \n免费部署文档https://neteasecloudmusicapi.vercel.app \n实在是搞不来也可以付费使用由我部署维护持续更新的接口服务😊",
"data": {
"url": "网易云音乐API"
}
}
},
"error": {
"login_failed": "登录失败",
"api_failed": "接口地址不正确"
}
},
"options": {
"step": {
"user": {
"title": "配置",
"description": "关联的媒体播放器必须支持自定义音乐资源可通过TTS插件自行测试是否可用",
"data": {
"media_player": "关联媒体播放器"
}
}
},
"error": {
"login_failed": "登录失败"
}
}
}