This commit is contained in:
2026-05-28 20:37:53 +02:00
parent 548100af74
commit 1db50bc69a
18 changed files with 253 additions and 11 deletions
+8
View File
@@ -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.',
+8
View File
@@ -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 dabonnement acceptée.',
'rejected' => 'Demande dabonnement refusée.',
'not_found' => 'Aucune demande trouvée.',
],
'validation' => [
'image_required' => 'Ajoute une image à analyser.',
'image_file' => 'Le fichier doit être une image.',