-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ignatenkovnikita/yii2-que…
- Loading branch information
Showing
20 changed files
with
434 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Nikita Ignatenkov | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
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
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
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
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,42 @@ | ||
<?php | ||
/** | ||
* Configuration file for 'yii message/extract' command. | ||
* | ||
* This file is automatically generated by 'yii message/config' command. | ||
* It contains parameters for source code messages extraction. | ||
* You may modify this file to suit your needs. | ||
* | ||
* You can use 'yii message/config-template' command to create | ||
* template configuration file with detailed description for each parameter. | ||
*/ | ||
return [ | ||
'color' => null, | ||
'interactive' => true, | ||
'help' => null, | ||
'sourcePath' => '@vendor/ignatenkovnikita/yii2-queuemanager', | ||
'messagePath' => 'vendor/ignatenkovnikita/yii2-queuemanager/messages/', | ||
'languages' => ['en', 'ru'], | ||
'translator' => 'Yii::t', | ||
'sort' => false, | ||
'overwrite' => true, | ||
'removeUnused' => false, | ||
'markUnused' => true, | ||
'except' => [ | ||
'.svn', | ||
'.git', | ||
'.gitignore', | ||
'.gitkeep', | ||
'.hgignore', | ||
'.hgkeep', | ||
'/messages', | ||
'/BaseYii.php', | ||
], | ||
'only' => [ | ||
'*.php', | ||
], | ||
'format' => 'php', | ||
'catalog' => 'messages', | ||
'ignoreCategories' => [], | ||
'phpFileHeader' => '', | ||
'phpDocBlock' => null, | ||
]; |
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,52 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message/extract' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'Are you sure to repeat this item?' => '', | ||
'Are you sure you want to delete this item?' => '', | ||
'Class' => '', | ||
'Create' => '', | ||
'Create {modelClass}' => '', | ||
'Created At' => '', | ||
'Data' => '', | ||
'Delay' => '', | ||
'Delete' => '', | ||
'End Execute' => '', | ||
'ID' => '', | ||
'Name' => '', | ||
'Priority' => '', | ||
'Properties' => '', | ||
'Queue Managers' => '', | ||
'Repeat' => '', | ||
'Reset' => '', | ||
'Result' => '', | ||
'Result ID' => '', | ||
'Search' => '', | ||
'Sender' => '', | ||
'Start Execute' => '', | ||
'Status' => '', | ||
'Status Done' => '', | ||
'Status Error' => '', | ||
'Status Reserved' => '', | ||
'Status Waiting' => '', | ||
'Time Execute' => '', | ||
'Ttr' => '', | ||
'Update' => '', | ||
'Update {modelClass}: ' => '', | ||
'Updated At' => '', | ||
]; |
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,55 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message/extract' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'Report' => 'Отчет', | ||
'Statistics' => 'Статистика', | ||
'Enter date' => 'Укажите дату', | ||
'Are you sure to repeat this item?' => '', | ||
'Are you sure you want to delete this item?' => '', | ||
'Class' => '', | ||
'Create' => '', | ||
'Create {modelClass}' => '', | ||
'Created At' => '', | ||
'Data' => '', | ||
'Delay' => '', | ||
'Delete' => '', | ||
'End Execute' => '', | ||
'ID' => '', | ||
'Name' => '', | ||
'Priority' => '', | ||
'Properties' => '', | ||
'Queue Managers' => '', | ||
'Repeat' => '', | ||
'Reset' => '', | ||
'Result' => '', | ||
'Result ID' => '', | ||
'Search' => '', | ||
'Sender' => '', | ||
'Start Execute' => '', | ||
'Status' => '', | ||
'Status Done' => '', | ||
'Status Error' => '', | ||
'Status Reserved' => '', | ||
'Status Waiting' => '', | ||
'Time Execute' => '', | ||
'Ttr' => '', | ||
'Update' => '', | ||
'Update {modelClass}: ' => '', | ||
'Updated At' => '', | ||
]; |
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
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
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
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
Oops, something went wrong.