{{ __('lychee.UPLOAD_PHOTO') }}
{{ __('lychee.IMPORT_LINK') }}
@can(AlbumPolicy::CAN_IMPORT_FROM_SERVER, [App\Contracts\Models\AbstractAlbum::class])
@if(Configs::getValueAsString('dropbox_key') !== '')
{{ __('lychee.IMPORT_DROPBOX') }}
@endif
{{ __('lychee.IMPORT_SERVER') }}
@endcan
{{ __('lychee.NEW_ALBUM') }}
@if(!$this->has_parent)
{{ __('lychee.NEW_TAG_ALBUM') }}
@endif
@if($this->can_add_track)
{{ __('lychee.UPLOAD_TRACK') }}
@endif
@if($this->has_track)
{{ __('lychee.DELETE_TRACK') }}
@endif