diff --git a/beike/Installer/Views/finished.blade.php b/beike/Installer/Views/finished.blade.php index ca73050e..0edfc893 100644 --- a/beike/Installer/Views/finished.blade.php +++ b/beike/Installer/Views/finished.blade.php @@ -15,7 +15,7 @@
-
+
{{ __('installer::installer_messages.final.finished') }}
diff --git a/public/install/image/install-enter.jpg b/public/install/image/install-enter.jpg new file mode 100644 index 00000000..ada5c296 Binary files /dev/null and b/public/install/image/install-enter.jpg differ diff --git a/resources/beike/admin/views/pages/products/form/form.blade.php b/resources/beike/admin/views/pages/products/form/form.blade.php index 6d7ab9b4..e3905d59 100644 --- a/resources/beike/admin/views/pages/products/form/form.blade.php +++ b/resources/beike/admin/views/pages/products/form/form.blade.php @@ -1,6 +1,6 @@ @extends('admin::layouts.master') -@section('title', '商品详情') +@section('title', __('admin/product.products_show')) @section('body-class', 'page-product-form') @@ -23,10 +23,10 @@ @@ -41,9 +41,9 @@
-
数据
- - +
{{ __('common.data') }}
+ +
-
第一张图片将作为商品主图,支持同时上传多张图片,多张图片之间可随意调整位置;
-
开启多规格并且多规格配置了图片时,这里的图片将作为多规格的公用图片,展示在其后面
+
{{ __('admin/product.image_help') }}
{{-- --}} - + - + - - + + - +
@foreach ($source['categories'] as $_category)
@@ -89,9 +88,9 @@
-
商品库存
+
{{ __('admin/product.stocks') }}
- + @@ -107,12 +106,12 @@
@{{ variant.name[current_language_code] }} - 编辑 - 移除 + {{ __('admin/product.edit') }} + {{ __('admin/product.delete') }}
- 添加规格图片 - 添加规格值 + {{ __('admin/product.add_variable_image') }} + {{ __('admin/product.add_variable_value') }}
-
请添加规格值
+
{{ __('admin/product.add_variable_value') }}
- 添加规格 + {{ __('admin/product.add_variable') }}
@@ -161,13 +160,13 @@ @{{ variant.name[current_language_code] || 'No name' }} - 图片 - 型号 + {{ __('common.image') }} + {{ __('admin/product.model') }} sku - 价格 - 原价 - 成本价 - 数量 + {{ __('admin/product.price') }} + {{ __('admin/product.origin_price') }} + {{ __('admin/product.cost_price') }} + {{ __('admin/product.quantity') }} @@ -194,42 +193,42 @@ :name="'skus[' + skuIndex + '][variants][' + j + ']'" :value="variantValueIndex"> + placeholder="{{ __('admin/product.model') }}"> - 请填写sku - 默认主商品 + {{ __('common.error_required', ['name' => 'sku']) }} + {{ __('admin/product.default_main_product') }} - 请填写价格 + placeholder="{{ __('admin/product.price') }}" required> + {{ __('common.error_required', ['name' => __('admin/product.price')]) }} + placeholder="{{ __('admin/product.origin_price') }}"> + placeholder="{{ __('admin/product.cost_price') }}"> + placeholder="{{ __('admin/product.quantity') }}">
-
请添加规格
+
{{ __('admin/product.add_variable') }}