Merge branch 'master' into uniform-canonical-ids

This commit is contained in:
Deluan Quintão 2026-07-31 19:21:01 -04:00 committed by GitHub
commit 15c9c899fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -394,7 +394,7 @@ func init() {
rootCmd.Flags().String("albumplaycountmode", viper.GetString("albumplaycountmode"), "how to compute playcount for albums. absolute (default) or normalized")
rootCmd.Flags().Bool("autoimportplaylists", viper.GetBool("autoimportplaylists"), "enable/disable .m3u playlist auto-import`")
rootCmd.Flags().Bool("prometheus.enabled", viper.GetBool("prometheus.enabled"), "enable/disable prometheus metrics endpoint`")
rootCmd.Flags().Bool("prometheus.enabled", viper.GetBool("prometheus.enabled"), "enable/disable prometheus metrics endpoint")
rootCmd.Flags().String("prometheus.metricspath", viper.GetString("prometheus.metricspath"), "http endpoint for prometheus metrics")
_ = viper.BindPFlag("address", rootCmd.Flags().Lookup("address"))

View File

@ -32,7 +32,7 @@
"rating": "评分",
"quality": "品质",
"bpm": "BPM",
"playDate": "最后一次播放",
"playDate": "次播放",
"createdAt": "加入日期",
"grouping": "分组",
"mood": "情绪",
@ -184,7 +184,7 @@
"maxBitRate": "最大比特率",
"client": "客户端",
"userName": "用户名",
"lastSeen": "上次浏览",
"lastSeen": "上次使用",
"reportRealPath": "报告真实路径",
"scrobbleEnabled": "发送个性化记录到外部服务"
}
@ -210,7 +210,8 @@
"songCount": "歌曲数",
"comment": "注释",
"sync": "自动导入",
"path": "导入路径"
"path": "导入路径",
"starred": "收藏"
},
"actions": {
"selectPlaylist": "选择歌单",
@ -530,7 +531,7 @@
"no_results": "未找到结果",
"no_more_results": "页码 %{page} 超出范围,尝试返回上一页",
"page_out_of_boundaries": "页码 %{page} 超出范围",
"page_out_from_end": "已经最后一页",
"page_out_from_end": "已经最后一页",
"page_out_from_begin": "已经是第一页",
"page_range_info": "%{offsetBegin}-%{offsetEnd} / %{total}",
"page_rows_per_page": "每页项目数:",
@ -636,6 +637,7 @@
"albumList": "专辑",
"playlists": "歌单",
"sharedPlaylists": "共享的歌单",
"onlyFavourites": "仅显示收藏项",
"about": "关于"
},
"player": {
@ -668,10 +670,10 @@
"homepage": "主页",
"source": "源代码",
"featureRequests": "功能需求",
"lastInsightsCollection": "最近的分析收集",
"lastInsightsCollection": "上次的匿名数据收集",
"insights": {
"disabled": "禁用",
"waiting": "等待"
"disabled": "禁用",
"waiting": "等待"
}
},
"tabs": {