Feat(LibrariesScreen): Finish LibrariesScreen

Implement open source license display in LibrariesScreen
This commit is contained in:
2024-04-24 17:31:06 +08:00
parent c8f072c930
commit 32d19ae291
23 changed files with 622 additions and 10 deletions

View File

@@ -5,6 +5,9 @@
<string name="app_description">All in One</string>
<string name="core_ok">完成</string>
<string name="core_back">返回</string>
<string name="core_close">关闭</string>
<string name="core_unknown">未知</string>
<string name="core_website">网站</string>
<string name="core_no_connect">⚠️ 无法连接至互联网</string>
<string name="feature_tools_title">工具</string>
<string name="feature_star_title">收藏</string>

View File

@@ -4,6 +4,9 @@
<string name="app_description">All in One</string>
<string name="core_ok">OK</string>
<string name="core_back">Back</string>
<string name="core_close">Close</string>
<string name="core_unknown">Unknown</string>
<string name="core_website">Website</string>
<string name="core_no_connect">⚠️ Unable to connect to the internet</string>
<string name="feature_tools_title">Tools</string>
<string name="feature_star_title">Star</string>