初始化
This commit is contained in:
27
resource/translations/en/notice.php
Normal file
27
resource/translations/en/notice.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: rocky
|
||||
* Date: 2022-02-26
|
||||
* Time: 00:44
|
||||
*/
|
||||
|
||||
use addons\webman\model\Lottery;
|
||||
use addons\webman\model\Notice;
|
||||
|
||||
return [
|
||||
'title' => [
|
||||
Notice::TYPE_WITHDRAW =>
|
||||
[
|
||||
2 => 'Successfully scored',
|
||||
3 => 'Scoring failed'
|
||||
]
|
||||
],
|
||||
'content' => [
|
||||
Notice::TYPE_WITHDRAW =>
|
||||
[
|
||||
2 => 'This application has been successfully processed, with a total of {point} points. Please check.',
|
||||
3 => '{point} points have been returned for this application, please check.'
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user