mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
54 lines
1.7 KiB
PHP
Executable File
54 lines
1.7 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Compte',
|
|
'Add' => 'Ajouter',
|
|
'AddToCollection' => 'Ajouter à la collection',
|
|
'Author' => 'Auteur',
|
|
'Back' => 'Retour',
|
|
'Changed' => 'Modifié',
|
|
'Changedby' => 'Changé par',
|
|
'Content' => '',
|
|
'CreateCollection' => 'Créer une collection',
|
|
'CreateFile' => 'Créer un fichier',
|
|
'Created' => 'Établi',
|
|
'Creator' => 'Créateur',
|
|
'Data' => 'Données',
|
|
'Description' => 'La description',
|
|
'Edit' => 'Éditer',
|
|
'Editability' => 'Éditeur',
|
|
'Extension' => 'Extension',
|
|
'FilePath' => 'Chemin du fichier',
|
|
'Files' => 'Des dossiers',
|
|
'GroupUser' => 'Utilisateur de groupe',
|
|
'Media' => 'Médias',
|
|
'Name' => 'Nom',
|
|
'Password' => '',
|
|
'Path' => 'Chemin',
|
|
'PathSettings' => 'Paramètres de chemin',
|
|
'Permission' => 'Autorisation',
|
|
'Preview' => 'Aperçu',
|
|
'RandomPath' => 'Chemin aléatoire',
|
|
'Select' => 'Sélectionner',
|
|
'Settings' => 'Réglages',
|
|
'Size' => 'Taille',
|
|
'Tag' => '',
|
|
'Tags' => '',
|
|
'Type' => 'Taper',
|
|
'Upload' => 'Télécharger',
|
|
'VirtualPath' => 'Voie virtuelle',
|
|
'Visibility' => 'Visibilité',
|
|
]];
|