26 lines
881 B
PHP
26 lines
881 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'marketing_list' => 'marché des plug-ins',
|
|
'marketing_show' => 'détails du plug-in',
|
|
'set_token' => 'Définir le jeton',
|
|
'get_token' => 'Obtenir le jeton',
|
|
'download_count' => 'nombre de téléchargements',
|
|
'last_update' => 'dernière mise à jour',
|
|
'text_version' => 'version',
|
|
'text_compatibility' => 'compatibilité',
|
|
'text_author' => 'auteur du plug-in',
|
|
'download_plugin' => 'télécharger le plugin',
|
|
'download_description' => 'Description de l\'extension',
|
|
'text_free' => 'gratuit',
|
|
];
|