
Mostly migrate to Material 3/Material You. - Auxio should now follow dynamic colors on Android 12 - Accents have been regenerated to align with the new color roles - Some colors have been tweaked here and there to line up with the new design system - Dialogs were not fully migrated, but that's because Material3 dialogs look god-awful. - Accent class was reworked to take up less memory Now that this is out of the way, I can focus on other UI things before the release of 2.0.0.
70 lines
No EOL
2.5 KiB
XML
70 lines
No EOL
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Label Namespace | Static Labels -->
|
|
<string name="lbl_retry">重试</string>
|
|
<string name="lbl_grant">授予</string>
|
|
|
|
<string name="lbl_genres">流派</string>
|
|
<string name="lbl_artists">艺术家</string>
|
|
<string name="lbl_albums">专辑</string>
|
|
<string name="lbl_songs">歌曲</string>
|
|
<string name="lbl_all_songs">歌曲</string>
|
|
|
|
<string name="lbl_search">搜索</string>
|
|
<string name="lbl_filter">过滤器</string>
|
|
<string name="lbl_filter_all">全部</string>
|
|
|
|
<string name="lbl_sort">排序方式</string>
|
|
<string name="lbl_sort_asc">按首字符(正序)</string>
|
|
<string name="lbl_sort_dsc">按首字符(倒序)</string>
|
|
|
|
<string name="lbl_play">播放</string>
|
|
<string name="lbl_shuffle">随机播放</string>
|
|
<string name="lbl_playback">正在播放界面</string>
|
|
|
|
<string name="lbl_queue">播放队列</string>
|
|
<string name="lbl_queue_add">加入播放队列</string>
|
|
<string name="lbl_queue_added">此歌曲已加入播放队列</string>
|
|
<string name="lbl_next_user_queue">即将播放</string>
|
|
|
|
<string name="lbl_go_artist">查看艺术家</string>
|
|
<string name="lbl_go_album">查看专辑</string>
|
|
|
|
<string name="lbl_about">关于</string>
|
|
<string name="lbl_version">版本</string>
|
|
<string name="lbl_code">在GitHub上查看</string>
|
|
<string name="lbl_licenses">第三方许可</string>
|
|
|
|
<!-- Settings namespace | Settings-related labels -->
|
|
<string name="set_title">设置</string>
|
|
|
|
<string name="set_ui">外观</string>
|
|
<string name="set_theme">主题</string>
|
|
<string name="set_theme_day">浅色</string>
|
|
<string name="set_theme_night">暗黑</string>
|
|
|
|
<string name="set_quality_covers">忽略媒体储存中的专辑封面</string>
|
|
|
|
<string name="set_audio">音频</string>
|
|
|
|
<string name="set_behavior">行为</string>
|
|
|
|
<!-- Hint Namespace | EditText Hints -->
|
|
<string name="hint_search_library">正在扫描…</string>
|
|
|
|
<!-- Description Namespace | Accessibility Strings -->
|
|
<string name="desc_track_number">音轨 %d</string>
|
|
|
|
<string name="desc_play_pause">播放/暂停</string>
|
|
|
|
<string name="desc_clear_user_queue">清空播放队列</string>
|
|
|
|
<!-- Format Namespace | Value formatting/plurals -->
|
|
<plurals name="fmt_song_count">
|
|
<item quantity="other">%d 歌曲</item>
|
|
</plurals>
|
|
|
|
<plurals name="fmt_album_count">
|
|
<item quantity="other">%d 专辑</item>
|
|
</plurals>
|
|
</resources> |