diff --git a/plugins/Stripe/Static/image/logo.png b/plugins/Stripe/Static/image/logo.png index d063a121..9cef734f 100644 Binary files a/plugins/Stripe/Static/image/logo.png and b/plugins/Stripe/Static/image/logo.png differ diff --git a/plugins/Stripe/config.json b/plugins/Stripe/config.json index baff2f37..6b759481 100644 --- a/plugins/Stripe/config.json +++ b/plugins/Stripe/config.json @@ -4,7 +4,7 @@ "description": "Stripe 支付 Stripe", "type": "payment", "version": "v1.0.0", - "icon": "/image/logo.png", + "icon": "plugin/stripe/image/logo.png", "author": { "name": "成都光大网络科技有限公司", "email": "yangjin@beikeshop.com" diff --git a/resources/beike/admin/views/pages/marketing/index.blade.php b/resources/beike/admin/views/pages/marketing/index.blade.php index 7e9ee22e..4e7275af 100644 --- a/resources/beike/admin/views/pages/marketing/index.blade.php +++ b/resources/beike/admin/views/pages/marketing/index.blade.php @@ -60,8 +60,8 @@ class="img-fluid">
@{{ plugin.name }}
- 免费 - 下载数:@{{ plugin.downloaded }} + {{ __('admin/marketing.text_free') }} + :@{{ plugin.downloaded }}
@@ -79,6 +79,7 @@ +

{{ $data['name'] }}

-
下载次数:{{ $data['downloaded'] }}
-
最后更新:{{ $data['updated_at'] }}
-
版本:{{ $data['version'] }}
+
{{ __('admin/marketing.download_count') }}:{{ $data['downloaded'] }}
+
{{ __('admin/marketing.last_update') }}:{{ $data['updated_at'] }}
+
{{ __('admin/marketing.text_version') }}:{{ $data['version'] }}
-
兼容性:
+
{{ __('admin/marketing.text_compatibility') }}:
{{ $data['version_name_format'] }}
-
插件作者:
+
{{ __('admin/marketing.text_author') }}:
@@ -36,27 +36,71 @@
- +
-
插件描述
+
{{ __('admin/marketing.download_description') }}
{{ $data['description'] }}
+ + + + + + {{ __('common.cancel') }} + {{ __('common.confirm') }} + +
@endsection @push('footer') @endpush diff --git a/resources/lang/de/admin/marketing.php b/resources/lang/de/admin/marketing.php index f77dbc85..1ee189c3 100644 --- a/resources/lang/de/admin/marketing.php +++ b/resources/lang/de/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'Plug-in-Markt', 'marketing_show' => 'Plug-in-Details', 'set_token' => 'Token setzen', + 'download_count' => 'Download-Zähler', + 'last_update' => 'letzte Aktualisierung', + 'text_version' => 'Version', + 'text_compatibility' => 'Kompatibilität', + 'text_author' => 'Plugin-Autor', + 'download_plugin' => 'Plugin herunterladen', + 'download_description' => 'Plugin-Beschreibung', + 'text_free' => 'kostenlos', ]; diff --git a/resources/lang/en/admin/marketing.php b/resources/lang/en/admin/marketing.php index dbee71d9..bb1c6757 100644 --- a/resources/lang/en/admin/marketing.php +++ b/resources/lang/en/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'Plugin Marketing', 'marketing_show' => 'Plugin Detail', 'set_token' => 'Set Token', + 'download_count' => 'download count', + 'last_update' => 'last update', + 'text_version' => 'version', + 'text_compatibility' => 'compatibility', + 'text_author' => 'plug-in author', + 'download_plugin' => 'download plugin', + 'download_description' => 'Plugin description', + 'text_free' => 'free', ]; diff --git a/resources/lang/es/admin/marketing.php b/resources/lang/es/admin/marketing.php index e1f20585..9f99bc32 100644 --- a/resources/lang/es/admin/marketing.php +++ b/resources/lang/es/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'mercado complementario', 'marketing_show' => 'detalles del complemento', 'set_token' => 'Establecer ficha', + 'download_count' => 'recuento de descargas', + 'last_update' => 'última actualización', + 'text_version' => 'versión', + 'text_compatibility' => 'compatibilidad', + 'text_author' => 'autor del complemento', + 'download_plugin' => 'descargar complemento', + 'download_description' => 'Descripción del complemento', + 'text_free' => 'gratis', ]; diff --git a/resources/lang/fr/admin/marketing.php b/resources/lang/fr/admin/marketing.php index b1dc37ec..fa58e4b0 100644 --- a/resources/lang/fr/admin/marketing.php +++ b/resources/lang/fr/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'marché des plug-ins', 'marketing_show' => 'détails du plug-in', 'set_token' => 'Définir 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', ]; diff --git a/resources/lang/it/admin/marketing.php b/resources/lang/it/admin/marketing.php index 4e56d618..de512157 100644 --- a/resources/lang/it/admin/marketing.php +++ b/resources/lang/it/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'mercato dei plug-in', 'marketing_show' => 'dettagli plug-in', 'set_token' => 'Imposta token', + 'download_count' => 'conteggio download', + 'last_update' => 'ultimo aggiornamento', + 'text_version' => 'versione', + 'text_compatibility' => 'compatibilità', + 'text_author' => 'autore plug-in', + 'download_plugin' => 'scarica plugin', + 'download_description' => 'Descrizione plug-in', + 'text_free' => 'gratuito', ]; diff --git a/resources/lang/ja/admin/marketing.php b/resources/lang/ja/admin/marketing.php index 37d91737..8fbdfd42 100644 --- a/resources/lang/ja/admin/marketing.php +++ b/resources/lang/ja/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'プラグイン市場', 'marketing_show' => 'プラグインの詳細', 'set_token' => 'セットトークン', + 'download_count' => 'ダウンロード数', + 'last_update' => '最終更新', + 'text_version' => 'バージョン', + 'text_compatibility' => '互換性', + 'text_author' => 'プラグイン作成者', + 'download_plugin' => 'プラグインをダウンロード', + 'download_description' => 'プラグインの説明', + 'text_free' => '無料', ]; diff --git a/resources/lang/ru/admin/marketing.php b/resources/lang/ru/admin/marketing.php index fc3d3dcb..923d7350 100644 --- a/resources/lang/ru/admin/marketing.php +++ b/resources/lang/ru/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => 'рынок плагинов', 'marketing_show' => 'детали плагина', 'set_token' => 'Установить токен', + 'download_count' => 'количество загрузок', + 'last_update' => 'последнее обновление', + 'text_version' => 'версия', + 'text_compatibility' => 'совместимость', + 'text_author' => 'автор плагина', + 'download_plugin' => 'скачать плагин', + 'download_description' => 'Описание плагина', + 'text_free' => 'бесплатно', ]; diff --git a/resources/lang/zh_cn/admin/marketing.php b/resources/lang/zh_cn/admin/marketing.php index fde4edfd..e6ab8aa0 100644 --- a/resources/lang/zh_cn/admin/marketing.php +++ b/resources/lang/zh_cn/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => '插件市场', 'marketing_show' => '插件详情', 'set_token' => '设置 Token', + 'download_count' => '下载次数', + 'last_update' => '最后更新', + 'text_version' => '版本', + 'text_compatibility' => '兼容性', + 'text_author' => '插件作者', + 'download_plugin' => '下载插件', + 'download_description' => '插件描述', + 'text_free' => '免费', ]; diff --git a/resources/lang/zh_hk/admin/marketing.php b/resources/lang/zh_hk/admin/marketing.php index fa8dd0f7..ae75195c 100644 --- a/resources/lang/zh_hk/admin/marketing.php +++ b/resources/lang/zh_hk/admin/marketing.php @@ -13,4 +13,12 @@ return [ 'marketing_list' => '插件市場', 'marketing_show' => '插件詳情', 'set_token' => '設置 Token', + 'download_count' => '下載次數', + 'last_update' => '最後更新', + 'text_version' => '版本', + 'text_compatibility' => '兼容性', + 'text_author' => '插件作者', + 'download_plugin' => '下載插件', + 'download_description' => '插件描述', + 'text_free' => '免費', ];