多语言
This commit is contained in:
parent
9e17fbb956
commit
7838e20337
|
|
@ -10,5 +10,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Home'
|
'home' => 'Home',
|
||||||
|
'submit' => 'submit',
|
||||||
|
'cancel' => 'cancel',
|
||||||
|
'confirm' => 'confirm',
|
||||||
|
'no' => 'no',
|
||||||
|
'yes' => 'yes',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,12 @@ return [
|
||||||
'get_success' => '获取成功!',
|
'get_success' => '获取成功!',
|
||||||
'enable' => '启用',
|
'enable' => '启用',
|
||||||
'disable' => '禁用',
|
'disable' => '禁用',
|
||||||
|
'home' => '首页',
|
||||||
|
'submit' => '提交',
|
||||||
|
'cancel' => '取消',
|
||||||
|
'confirm' => '确定',
|
||||||
|
'no' => '否',
|
||||||
|
'yes' => '是',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
{{-- @if ($errors->has('email'))@endif --}}
|
{{-- @if ($errors->has('email'))@endif --}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 mt-4">
|
<div class="col-12 mt-4">
|
||||||
<button class="btn btn-primary mt-sm-0" type="submit">{{ __('shop/common.submit') }}</button>
|
<button class="btn btn-primary mt-sm-0" type="submit">{{ __('common.submit') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue