浏览代码

New translations web.php (French)
[ci skip]

daniel 3 年之前
父节点
当前提交
e8dc131042
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/lang/fr/web.php

+ 2 - 2
resources/lang/fr/web.php

@@ -117,7 +117,7 @@ return [
 		'followRequested' => 'Demande d\'abonnement',
 		'followRequested' => 'Demande d\'abonnement',
 		'joined' => 'A rejoint',
 		'joined' => 'A rejoint',
 
 
-		'emptyCollections' => 'We can\'t seem to find any collections',
+		'emptyCollections' => 'Aucune collection ne semble exister',
 		'emptyPosts' => 'Aucune publication ne semble exister',
 		'emptyPosts' => 'Aucune publication ne semble exister',
 	],
 	],
 
 
@@ -179,7 +179,7 @@ return [
 	],
 	],
 
 
 	'hashtags' => [
 	'hashtags' => [
-		'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
+		'emptyFeed' => 'Aucune publication ne semble exister pour ce hashtag'
 	],
 	],
 
 
 ];
 ];