This commit is contained in:
James Brooks
2015-05-10 19:51:06 +01:00
parent 0569142f84
commit fe1425a6c0
10 changed files with 28 additions and 19 deletions

View File

@@ -57,8 +57,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Komponenten-Gruppe|Komponenten-Gruppen',
'add' => [
'groups' => 'Komponenten-Gruppe|Komponenten-Gruppen',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Komponenten-Gruppe hinzufügen',
'success' => 'Komponenten-Gruppe hinzugefügt.',
'failure' => 'Es ist ein Fehler bei der Erstellung einer Komponenten-Gruppe aufgetreten.',

View File

@@ -86,8 +86,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Component group|Component groups',
'add' => [
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Add a component group',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group.',

View File

@@ -64,8 +64,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Grupo de componente|Grupos de componente',
'add' => [
'groups' => 'Grupo de componente|Grupos de componente',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Agregar un grupo',
'success' => 'Grupo componente agregado.',
'failure' => 'Algo salió mal con el grupo del componente.',

View File

@@ -83,8 +83,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Groupe de composantes',
'add' => [
'groups' => 'Groupe de composantes',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Ajouter un group de composantes',
'success' => 'Groupe de composantes ajouté.',
'failure' => 'Une erreur s\'est produite lors de l\'ajout de ce groupe de composantes.',

View File

@@ -86,8 +86,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Componentgroep|Componentgroepen',
'add' => [
'groups' => 'Componentgroep|Componentgroepen',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Componentgroep toevoegen',
'success' => 'Componentgroep toegevoegd.',
'failure' => 'Er ging iets mis met de componentgroep.',

View File

@@ -86,8 +86,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Grupa komponenów|Grupy komponentów',
'add' => [
'groups' => 'Grupa komponenów|Grupy komponentów',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Dodaj grupę komponentów',
'success' => 'Grupa komponentów utworzona.',
'failure' => 'Coś poszło nie tak przy tworzeniu grupy.',

View File

@@ -85,8 +85,9 @@ return [
// Component groups
'groups' => [
'groups' => 'Grupo de componente|Grupos de componente',
'add' => [
'groups' => 'Grupo de componente|Grupos de componente',
'no_components' => 'You should add a component group.',
'add' => [
'title' => 'Adicionar um grupo de componentes',
'success' => 'Grupo de componente adicionado.',
'failure' => 'Algo deu errado com o grupo de componente.',

View File

@@ -86,8 +86,9 @@ return [
// Component groups
'groups' => [
'groups' => '部件分组|部件分组',
'add' => [
'groups' => '部件分组|部件分组',
'no_components' => 'You should add a component group.',
'add' => [
'title' => '添加一个分组。',
'success' => '部件分组已添加。',
'failure' => '分组添加失败。',

View File

@@ -86,8 +86,9 @@ return [
// Component groups
'groups' => [
'groups' => '組件組|組件組',
'add' => [
'groups' => '組件組|組件組',
'no_components' => 'You should add a component group.',
'add' => [
'title' => '新增組件組',
'success' => '組件組新增成功。',
'failure' => '新增組件組時遇到一些問題。',

View File

@@ -28,7 +28,7 @@
</div>
</div>
@empty
<div class="list-group-item text-danger">{{ trans('dashboard.components.add.message') }}</div>
<div class="list-group-item text-danger">{{ trans('dashboard.components.groups.no_components') }}</div>
@endforelse
</div>
</div>