feat: integrate Spotify API for syncing music productions with new command and UI components
This commit is contained in:
@@ -75,4 +75,30 @@ return [
|
||||
'title_required' => 'Title field is required.',
|
||||
'slug_required' => 'URL slug field is required.',
|
||||
'slug_unique' => 'This URL slug is already in use.',
|
||||
|
||||
// Spotify
|
||||
'spotify_section' => 'Spotify Information',
|
||||
'spotify_album_id_field' => 'Spotify Album ID',
|
||||
'spotify_url_field' => 'Spotify URL',
|
||||
'spotify_type_field' => 'Spotify Type',
|
||||
'spotify_synced_at_field' => 'Last Spotify Sync',
|
||||
'spotify_type_album' => 'Album',
|
||||
'spotify_type_single' => 'Single',
|
||||
'spotify_type_compilation' => 'Compilation',
|
||||
'spotify_listen_on_spotify' => 'Listen on Spotify',
|
||||
'spotify_track_singular' => 'track',
|
||||
'spotify_track_plural' => 'tracks',
|
||||
'sync_spotify' => 'Sync from Spotify',
|
||||
'sync_spotify_heading' => 'Spotify Sync',
|
||||
'sync_spotify_description' => 'Albums and singles from your artist account will be synced to music productions. Existing records are updated by title match, new records are created.',
|
||||
'spotify_sync_started' => 'Starting Spotify sync...',
|
||||
'spotify_sync_completed' => 'Sync completed. :created created, :updated updated (:total total).',
|
||||
'spotify_sync_success' => 'Spotify sync completed successfully.',
|
||||
'spotify_sync_failed' => 'Spotify sync failed. Check the logs.',
|
||||
'spotify_not_configured' => 'Spotify API credentials are missing. Set SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET and SPOTIFY_ARTIST_ID in your .env file.',
|
||||
'spotify_token_failed' => 'Failed to obtain Spotify access token.',
|
||||
'spotify_albums_fetch_failed' => 'Failed to fetch Spotify album list.',
|
||||
'spotify_premium_required' => 'The Spotify account that owns the Developer app needs an active Premium subscription. Sign in to Spotify Developer Dashboard with that account, upgrade to Premium, and wait a few hours. Detail: :detail',
|
||||
'spotify_no_albums' => 'No albums or singles found on the Spotify artist account.',
|
||||
'spotify_untitled_album' => 'Untitled Album',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user