languages/fr.php
<?php
return [
'after %1$s hours' => [
'après %1$s heure',
'après %1$s heures'
],
'in an hour' => 'in an hour',
'after %1$s minutes' => [
'après %1$s minute',
'après %1$s minutes'
],
'in a minute' => 'dans une minute',
'in few seconds' => 'en quelques secondes',
'now' => 'en ce moment',
'few seconds ago' => 'il ya quelques secondes',
'a minute ago' => 'il y\'a une minute',
'%1$s minutes ago' => [
'il y\'a %1$s minute',
'il y\'a %1$s minutes'
],
'an hour ago' => 'il ya une heure',
'%1$s hours ago' => [
'il ya %1$s heure',
'il ya %1$s heures'
],
'yesterday' => 'hier',
'today' => 'aujourd\'hui',
'tomorrow' => 'demain',
];