castopod/app/Language/fr/Breadcrumb.php
2020-10-15 14:42:25 +00:00

31 lines
841 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'label' => 'Fil dAriane',
config('App')->adminGateway => 'Accueil',
'podcasts' => 'podcasts',
'episodes' => 'épisodes',
'contributors' => 'contributeurs',
'pages' => 'pages',
'add' => 'ajouter',
'new' => 'créer',
'edit' => 'modifier',
'users' => 'utilisateurs',
'my-account' => 'mon compte',
'change-password' => 'changer le mot de passe',
'import' => 'importer un flux',
'settings' => 'paramètres',
'platforms' => 'plateformes',
'analytics' => 'Mesures daudience',
'locations' => 'Localisations',
'website' => 'Site web',
'unique-listeners' => 'Auditeurs uniques',
'players' => 'Lecteurs',
];