Fixed translations of dashboard page title

This commit is contained in:
phecho
2015-11-11 14:57:02 +08:00
parent 37011ad1ff
commit be1fccd682
11 changed files with 24 additions and 22 deletions
+5 -5
View File
@@ -53,13 +53,13 @@ return [
'scheduled_at' => '计划在 :timestamp',
'add' => [
'title' => '添加维护计划',
'success' => '计划已添加。',
'failure' => '计划添加失败。',
'success' => '维护计划已添加。',
'failure' => '维护计划添加失败。',
],
'edit' => [
'title' => '编辑维护计划',
'success' => '计划已更新!',
'failure' => '计划更新失败。',
'success' => '维护计划已更新!',
'failure' => '维护计划更新失败。',
],
'delete' => [
'success' => '维护计划已被删除,它将从您的状态页上消失。',
@@ -183,7 +183,7 @@ return [
'stylesheet' => '自定义样式',
],
'theme' => [
'theme' => '主题',
'theme' => '主题设置',
],
'edit' => [
'success' => '设置已保存。',
@@ -6,7 +6,7 @@
<i class="icon ion-navicon"></i>
</div>
<span class="uppercase">
<i class="icons ion-outlet"></i> {{ trans('dashboard.components.components') }}
<i class="icons ion-ios-browsers"></i> {{ trans('dashboard.components.components') }}
</span>
&gt; <small>{{ trans('dashboard.components.add.title') }}</small>
</div>
@@ -6,7 +6,7 @@
<i class="icon ion-navicon"></i>
</div>
<span class="uppercase">
<i class="icons ion-outlet"></i> {{ trans('dashboard.components.components') }}
<i class="icons ion-ios-browsers"></i> {{ trans('dashboard.components.components') }}
</span>
&gt; <small>{{ trans('dashboard.components.edit.title') }}</small>
</div>
@@ -8,7 +8,7 @@
<div class="content-wrapper">
<div class="header sub-header">
<span class="uppercase">
<i class="icons ion-outlet"></i> {{ trans('dashboard.components.components') }}
<i class="icons ion-ios-browsers"></i> {{ trans('dashboard.components.components') }}
</span>
<a class="btn btn-sm btn-success pull-right" href="{{ route('dashboard.components.add') }}">
{{ trans('dashboard.components.add.title') }}
+1 -1
View File
@@ -6,7 +6,7 @@
<i class="icon ion-navicon"></i>
</div>
<span class="uppercase">
<i class="icon ion-speedometer"></i> {{ trans('dashboard.dashboard') }}
<i class="icon ion-ios-speedometer"></i> {{ trans('dashboard.dashboard') }}
</span>
</div>
<div class="content-wrapper">
@@ -26,7 +26,7 @@
<ul>
<li {!! set_active('dashboard') !!}>
<a href="{{ route('dashboard.index') }}">
<i class="icon ion-speedometer"></i>
<i class="icon ion-ios-speedometer"></i>
<span>{{ trans('dashboard.dashboard') }}</span>
</a>
</li>
@@ -45,7 +45,7 @@
</li>
<li {!! set_active('dashboard/components*') !!}>
<a href="{{ route('dashboard.components.index') }}">
<i class="icons ion-outlet"></i>
<i class="icons ion-ios-browsers"></i>
<span>{{ trans('dashboard.components.components') }}</span>
<span class="label label-info">{{ $component_count }}</span>
</a>
@@ -18,7 +18,7 @@
<div class="row">
<div class="col-md-4 animated fadeInDown">
<a href="{{ route('dashboard.components.add') }}">
<i class="icon ion-outlet"></i>
<i class="icon ion-ios-browsers"></i>
{{ trans('dashboard.welcome.steps.component') }}
</a>
</div>