translations.php 1.04 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<?php

return [
    'title' => [
        'translations' => 'Traductions',
        'edit translation' => 'Éditer une traduction',
    ],
    'button' => [
        'create translation' => 'Créer une traduction',
    ],
    'table' => [
    ],
    'form' => [
    ],
    'messages' => [
    ],
    'validation' => [
    ],
    'Clear translation cache' => 'Nettoyer le cache des traductions',
    'Export' => 'Exporter',
    'Import' => 'Importer',
    'Import csv translations file' => 'Importer un fichier de traductions',
    'only for developers' => 'Seulement pour les développeurs',
    'Translations exported' => 'Traductions exportées.',
    'Translations imported' => 'Traductions importées.',
    'select CSV file' => 'Sélectionner un fichier CSV...',
    'csv only allowed' => 'Merci de charger uniquement un fichier CSV.',
    'time' => 'Temps',
    'author' => 'Auteur',
    'history' => 'Historique',
    'No Revisions yet' => 'Pas encore de révision',
    'event' => 'Événement',
    'created' => 'Créé le',
    'edited' => 'Édité le',
];