Music Player & Playlist Manager

This commit is contained in:
Andrey Tkachenko
2026-04-08 15:14:03 +03:00
parent 2e8e0ef6c5
commit da066f47fa
53 changed files with 6043 additions and 23 deletions
+45
View File
@@ -9,6 +9,7 @@
"recent": "Recent",
"favorites": "Favorites",
"photos": "Photos",
"music": "Music",
"trash": "Trash"
},
"photos": {
@@ -19,6 +20,50 @@
"view_monthly": "Month",
"view_yearly": "Year"
},
"music": {
"create_playlist": "Create Playlist",
"playlists": "Playlists",
"no_playlists": "No playlists yet",
"select_playlist": "Select a playlist",
"select_hint": "Choose a playlist from the sidebar or create a new one",
"add_tracks": "Add Tracks",
"add_to_playlist": "Add to Playlist",
"add": "Add",
"added": "Added!",
"added_to_playlist": "added to playlist",
"load_error": "Error loading playlists",
"add_error": "Could not add tracks to playlist",
"no_playlists_yet": "No playlists yet. Create one first!",
"selected_files": "Selected:",
"no_tracks": "No tracks in this playlist",
"unknown_artist": "Unknown Artist",
"unknown_title": "Unknown",
"confirm_delete": "Delete this playlist?",
"playlist_name": "Playlist name",
"create": "Create",
"delete": "Delete",
"share": "Share",
"edit": "Edit",
"play_all": "Play All",
"shuffle": "Shuffle",
"repeat": "Repeat",
"repeat_one": "Repeat One",
"queue": "Queue",
"queue_empty": "Queue is empty",
"not_playing": "Not playing",
"play": "Play",
"pause": "Pause",
"previous": "Previous",
"next": "Next",
"volume": "Volume",
"mute": "Mute",
"unmute": "Unmute",
"title": "Title",
"artist": "Artist",
"album": "Album",
"tracks": "tracks",
"error": "Error"
},
"actions": {
"search": "Search files...",
"new_folder": "New folder",