User library

This commit is contained in:
2024-08-29 16:42:48 +08:00
parent 7285eb4959
commit a063d19952
17 changed files with 405 additions and 211 deletions

View File

@ -1,6 +1,7 @@
const i18nEnglish = {
'appName': 'RhythmBox',
'explore': 'Explore',
'library': 'Library',
'settings': 'Settings',
'search': 'Search',
};

View File

@ -1,6 +1,7 @@
const i18nSimplifiedChinese = {
'appName': '韵律盒',
'explore': '探索',
'library': '资料库',
'settings': '设置',
'search': '搜索',
};