follow
This commit is contained in:
@@ -90,6 +90,14 @@ return [
|
||||
'missing_activity_scope' => 'The Strava connection must allow the activity:read or activity:read_all scope.',
|
||||
'disconnect_failed' => 'Unable to revoke Strava access right now. Please try again in a moment.',
|
||||
],
|
||||
'follows' => [
|
||||
'cannot_follow_self' => 'You cannot follow yourself.',
|
||||
'followed' => 'Follow request recorded.',
|
||||
'unfollowed' => 'Unfollowed successfully.',
|
||||
'accepted' => 'Follow request accepted.',
|
||||
'rejected' => 'Follow request rejected.',
|
||||
'not_found' => 'No request found.',
|
||||
],
|
||||
'validation' => [
|
||||
'image_required' => 'Add an image to analyze.',
|
||||
'image_file' => 'The file must be an image.',
|
||||
|
||||
@@ -90,6 +90,14 @@ return [
|
||||
'missing_activity_scope' => 'La connexion Strava doit autoriser le scope activity:read ou activity:read_all.',
|
||||
'disconnect_failed' => "Impossible de retirer l'accès Strava pour le moment. Réessaie dans quelques instants.",
|
||||
],
|
||||
'follows' => [
|
||||
'cannot_follow_self' => 'Vous ne pouvez pas vous suivre vous-même.',
|
||||
'followed' => 'Abonnement enregistré.',
|
||||
'unfollowed' => 'Désabonnement effectué.',
|
||||
'accepted' => 'Demande d’abonnement acceptée.',
|
||||
'rejected' => 'Demande d’abonnement refusée.',
|
||||
'not_found' => 'Aucune demande trouvée.',
|
||||
],
|
||||
'validation' => [
|
||||
'image_required' => 'Ajoute une image à analyser.',
|
||||
'image_file' => 'Le fichier doit être une image.',
|
||||
|
||||
Reference in New Issue
Block a user