-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9500083
commit c8ce0eb
Showing
44 changed files
with
2,675 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Seo', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Seo :label', | ||
|
||
'fields' => [ | ||
|
||
'record_id' => [ | ||
'label' => 'Kirje', | ||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'associate' => [ | ||
'label' => 'Seo', | ||
], | ||
|
||
'associate_another' => [ | ||
'label' => 'Seo ja seo järgmine', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'associated' => [ | ||
'title' => 'Seotud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Lisa', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Lisa :label', | ||
|
||
'fields' => [ | ||
|
||
'record_id' => [ | ||
'label' => 'Kirje', | ||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'attach' => [ | ||
'label' => 'Lisa', | ||
], | ||
|
||
'attach_another' => [ | ||
'label' => 'Lisa ja lisa järgmine', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'attached' => [ | ||
'title' => 'Lisatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Uus :label', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Lisa :label', | ||
|
||
'actions' => [ | ||
|
||
'create' => [ | ||
'label' => 'Lisa', | ||
], | ||
|
||
'create_another' => [ | ||
'label' => 'Lisa ja loo uus', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'created' => [ | ||
'title' => 'Loodud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Kustuta', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Kustuta :label', | ||
|
||
'actions' => [ | ||
|
||
'delete' => [ | ||
'label' => 'Kustuta', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'deleted' => [ | ||
'title' => 'Kustutatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Kustuta valitud', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Kustuta valitud :label', | ||
|
||
'actions' => [ | ||
|
||
'delete' => [ | ||
'label' => 'Kustuta', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'deleted' => [ | ||
'title' => 'Kustutatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Eemalda', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Eemalda :label', | ||
|
||
'actions' => [ | ||
|
||
'detach' => [ | ||
'label' => 'Eemalda', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'detached' => [ | ||
'title' => 'Eemaldatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Eemalda valitud', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Eemalda valitud :label', | ||
|
||
'actions' => [ | ||
|
||
'detach' => [ | ||
'label' => 'Eemalda', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'detached' => [ | ||
'title' => 'Eemaldatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Tühista seos', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Tühista seos :label', | ||
|
||
'actions' => [ | ||
|
||
'dissociate' => [ | ||
'label' => 'Tühista seos', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'dissociated' => [ | ||
'title' => 'Seos tühistatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Tühista valitud seosed', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Tühista valitud :label seosed', | ||
|
||
'actions' => [ | ||
|
||
'dissociate' => [ | ||
'label' => 'Tühista seosed', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'dissociated' => [ | ||
'title' => 'Seosed tühistatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Muuda', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Muuda :label', | ||
|
||
'actions' => [ | ||
|
||
'save' => [ | ||
'label' => 'Salvesta', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'saved' => [ | ||
'title' => 'Salvestatud', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
Oops, something went wrong.