mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 86.5% (58 of 67 strings) Translation: Subtracks/subtracks Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/zh_Hans/
This commit is contained in:
parent
76b290c8b3
commit
86ef5af6f6
127
android/app/src/main/assets/custom/i18n/zh-Hans.json
vendored
127
android/app/src/main/assets/custom/i18n/zh-Hans.json
vendored
@ -1 +1,126 @@
|
|||||||
{}
|
{
|
||||||
|
"context": {
|
||||||
|
"actions": {
|
||||||
|
"unstar": "未收藏",
|
||||||
|
"star": "收藏"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"servers": {
|
||||||
|
"name": "服务器",
|
||||||
|
"messages": {
|
||||||
|
"connectionFailed": "连接到 {{address}} 失败,检查设置或服务器",
|
||||||
|
"connectionOk": "连接到 {{address}} 正常!"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"forcePlaintextPassword": {
|
||||||
|
"title": "强制使用明文密码",
|
||||||
|
"descriptionOn": "密码以明文发送(不推荐,注意链接安全!)",
|
||||||
|
"descriptionOff": "密码以 token + salt 加密发送"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"add": "添加服务器",
|
||||||
|
"testConnection": "测试连接",
|
||||||
|
"save": "保存",
|
||||||
|
"edit": "编辑服务器",
|
||||||
|
"delete": "删除"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"password": "密码",
|
||||||
|
"username": "用户名",
|
||||||
|
"address": "地址"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"name": "网络",
|
||||||
|
"values": {
|
||||||
|
"seconds": "{{value}} 秒",
|
||||||
|
"kbps": "{{value}}kbps",
|
||||||
|
"unlimitedKbps": "不限制"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"maxBitrateMobile": {
|
||||||
|
"title": "最大比特率 (3G/4G/5G)"
|
||||||
|
},
|
||||||
|
"minBuffer": {
|
||||||
|
"title": "最小缓冲时间"
|
||||||
|
},
|
||||||
|
"maxBuffer": {
|
||||||
|
"title": "最大缓冲时间"
|
||||||
|
},
|
||||||
|
"maxBitrateWifi": {
|
||||||
|
"title": "最大比特率 (Wi-Fi)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"music": {
|
||||||
|
"name": "音乐"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"album": {
|
||||||
|
"actions": {
|
||||||
|
"view": "查看专辑",
|
||||||
|
"play": "播放专辑"
|
||||||
|
},
|
||||||
|
"name": "专辑",
|
||||||
|
"lists": {
|
||||||
|
"newest": "最近添加",
|
||||||
|
"frequent": "播放最多",
|
||||||
|
"alphabeticalByName": "根据名称",
|
||||||
|
"alphabeticalByArtist": "根据歌手",
|
||||||
|
"byYear": "根据年份",
|
||||||
|
"random": "随机",
|
||||||
|
"sort": "专辑排序",
|
||||||
|
"recent": "最近播放",
|
||||||
|
"byGenre": "根据类型",
|
||||||
|
"starred": "已收藏"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"playlist": {
|
||||||
|
"actions": {
|
||||||
|
"play": "全部播放"
|
||||||
|
},
|
||||||
|
"name": "播放列表"
|
||||||
|
},
|
||||||
|
"song": {
|
||||||
|
"name": "歌曲",
|
||||||
|
"lists": {
|
||||||
|
"artistTopSongs": "热门歌曲"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"artist": {
|
||||||
|
"name": "歌手",
|
||||||
|
"lists": {
|
||||||
|
"starred": "已收藏",
|
||||||
|
"sort": "歌手排序",
|
||||||
|
"random": "随机",
|
||||||
|
"alphabeticalByName": "根据名称"
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"view": "查看歌手"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"queue": {
|
||||||
|
"name": "队列"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"navigation": {
|
||||||
|
"tabs": {
|
||||||
|
"home": "首页",
|
||||||
|
"library": "所有",
|
||||||
|
"search": "搜索",
|
||||||
|
"settings": "设置"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"inputPlaceholder": "搜索",
|
||||||
|
"headerTitle": "搜索: {{query}}",
|
||||||
|
"moreResults": "更多…",
|
||||||
|
"nowPlayingContext": "搜索结果"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"nothingHere": "什么都没有…"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user