wyyl/resources/lang/ru/admin/plugin.php

37 lines
1.6 KiB
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
/**
* order.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'plugins_index' => 'список плагинов',
'plugins_import' => 'Загрузить плагин',
'plugins_show' => 'детали плагинов',
'plugins_update' => 'обновление плагинов',
'plugins_update_status' => 'статус обновления',
'plugins_install' => 'Установить',
'plugins_uninstall' => 'удалить',
'to_enable' => 'включить',
'uninstall_hint' => 'Удаление плагина приведет к удалению всех связанных с ним данных. Вы уверены, что хотите удалить? ',
'plugin_list' => 'Список плагинов',
'plugin_code' => 'код плагина',
'plugin_type' => 'Тип плагина',
'plugin_description' => 'Описание плагина',
'plugin_upload' => 'Загрузить плагин (поддерживаются только zip-файлы)',
'shipping' => 'способ доставки',
'payment' => 'метод оплаты',
'total' => 'Расчет заказа',
'social' => 'Social',
'feature' => 'Feature',
'language' => 'Language',
'theme' => 'Theme',
];