@@ -1,22 +1,22 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Message translations. |
|
4 | - * |
|
5 | - * This file is automatically generated by 'yii message' command. |
|
6 | - * It contains the localizable messages extracted from source code. |
|
7 | - * You may modify this file by translating the extracted messages. |
|
8 | - * |
|
9 | - * Each array element represents the translation (value) of a message (key). |
|
10 | - * If the value is empty, the message is considered as not translated. |
|
11 | - * Messages that no longer need translation will have their translations |
|
12 | - * enclosed between a pair of '@@' marks. |
|
13 | - * |
|
14 | - * Message string can be used with plural forms format. Check i18n section |
|
15 | - * of the guide for details. |
|
16 | - * |
|
17 | - * NOTE: this file must be saved in UTF-8 encoding. |
|
18 | - * @author dinhtrung. |
|
19 | - */ |
|
3 | + * Message translations. |
|
4 | + * |
|
5 | + * This file is automatically generated by 'yii message' command. |
|
6 | + * It contains the localizable messages extracted from source code. |
|
7 | + * You may modify this file by translating the extracted messages. |
|
8 | + * |
|
9 | + * Each array element represents the translation (value) of a message (key). |
|
10 | + * If the value is empty, the message is considered as not translated. |
|
11 | + * Messages that no longer need translation will have their translations |
|
12 | + * enclosed between a pair of '@@' marks. |
|
13 | + * |
|
14 | + * Message string can be used with plural forms format. Check i18n section |
|
15 | + * of the guide for details. |
|
16 | + * |
|
17 | + * NOTE: this file must be saved in UTF-8 encoding. |
|
18 | + * @author dinhtrung. |
|
19 | + */ |
|
20 | 20 | return [ |
21 | 21 | 'Append' => 'Thêm vào', |
22 | 22 | 'Application' => 'Ứng dụng', |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Message translations. |
|
4 | - * |
|
5 | - * This file is automatically generated by 'yii message' command. |
|
6 | - * It contains the localizable messages extracted from source code. |
|
7 | - * You may modify this file by translating the extracted messages. |
|
8 | - * |
|
9 | - * Each array element represents the translation (value) of a message (key). |
|
10 | - * If the value is empty, the message is considered as not translated. |
|
11 | - * Messages that no longer need translation will have their translations |
|
12 | - * enclosed between a pair of '@@' marks. |
|
13 | - * |
|
14 | - * Message string can be used with plural forms format. Check i18n section |
|
15 | - * of the guide for details. |
|
16 | - * |
|
17 | - * NOTE: this file must be saved in UTF-8 encoding. |
|
18 | - */ |
|
3 | + * Message translations. |
|
4 | + * |
|
5 | + * This file is automatically generated by 'yii message' command. |
|
6 | + * It contains the localizable messages extracted from source code. |
|
7 | + * You may modify this file by translating the extracted messages. |
|
8 | + * |
|
9 | + * Each array element represents the translation (value) of a message (key). |
|
10 | + * If the value is empty, the message is considered as not translated. |
|
11 | + * Messages that no longer need translation will have their translations |
|
12 | + * enclosed between a pair of '@@' marks. |
|
13 | + * |
|
14 | + * Message string can be used with plural forms format. Check i18n section |
|
15 | + * of the guide for details. |
|
16 | + * |
|
17 | + * NOTE: this file must be saved in UTF-8 encoding. |
|
18 | + */ |
|
19 | 19 | return [ |
20 | 20 | 'Append' => '追加', |
21 | 21 | 'Application' => 'アプリケーション', |
@@ -1,20 +1,20 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Message translations for \mdmsoft\yii2-admin. |
|
4 | - * |
|
5 | - * It contains the localizable messages extracted from source code. |
|
6 | - * You may modify this file by translating the extracted messages. |
|
7 | - * |
|
8 | - * Each array element represents the translation (value) of a message (key). |
|
9 | - * If the value is empty, the message is considered as not translated. |
|
10 | - * Messages that no longer need translation will have their translations |
|
11 | - * enclosed between a pair of '@@' marks. |
|
12 | - * |
|
13 | - * Message string can be used with plural forms format. Check i18n section |
|
14 | - * of the guide for details. |
|
15 | - * |
|
16 | - * NOTE: this file must be saved in UTF-8 encoding. |
|
17 | - */ |
|
3 | + * Message translations for \mdmsoft\yii2-admin. |
|
4 | + * |
|
5 | + * It contains the localizable messages extracted from source code. |
|
6 | + * You may modify this file by translating the extracted messages. |
|
7 | + * |
|
8 | + * Each array element represents the translation (value) of a message (key). |
|
9 | + * If the value is empty, the message is considered as not translated. |
|
10 | + * Messages that no longer need translation will have their translations |
|
11 | + * enclosed between a pair of '@@' marks. |
|
12 | + * |
|
13 | + * Message string can be used with plural forms format. Check i18n section |
|
14 | + * of the guide for details. |
|
15 | + * |
|
16 | + * NOTE: this file must be saved in UTF-8 encoding. |
|
17 | + */ |
|
18 | 18 | return [ |
19 | 19 | 'Assignments' => 'การกำหนด', |
20 | 20 | 'Users' => 'ผู้ใช้งาน', |
@@ -38,7 +38,7 @@ |
||
38 | 38 | echo Nav::widget([ |
39 | 39 | 'options' => ['class' => 'nav navbar-nav navbar-right'], |
40 | 40 | 'items' => $this->context->module->navbar, |
41 | - ]); |
|
41 | + ]); |
|
42 | 42 | NavBar::end(); |
43 | 43 | ?> |
44 | 44 |
@@ -1,20 +1,20 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Message translations for \mdmsoft\yii2-admin. |
|
4 | - * |
|
5 | - * It contains the localizable messages extracted from source code. |
|
6 | - * You may modify this file by translating the extracted messages. |
|
7 | - * |
|
8 | - * Each array element represents the translation (value) of a message (key). |
|
9 | - * If the value is empty, the message is considered as not translated. |
|
10 | - * Messages that no longer need translation will have their translations |
|
11 | - * enclosed between a pair of '@@' marks. |
|
12 | - * |
|
13 | - * Message string can be used with plural forms format. Check i18n section |
|
14 | - * of the guide for details. |
|
15 | - * |
|
16 | - * NOTE: this file must be saved in UTF-8 encoding. |
|
17 | - */ |
|
3 | + * Message translations for \mdmsoft\yii2-admin. |
|
4 | + * |
|
5 | + * It contains the localizable messages extracted from source code. |
|
6 | + * You may modify this file by translating the extracted messages. |
|
7 | + * |
|
8 | + * Each array element represents the translation (value) of a message (key). |
|
9 | + * If the value is empty, the message is considered as not translated. |
|
10 | + * Messages that no longer need translation will have their translations |
|
11 | + * enclosed between a pair of '@@' marks. |
|
12 | + * |
|
13 | + * Message string can be used with plural forms format. Check i18n section |
|
14 | + * of the guide for details. |
|
15 | + * |
|
16 | + * NOTE: this file must be saved in UTF-8 encoding. |
|
17 | + */ |
|
18 | 18 | return [ |
19 | 19 | 'Assignments' => 'การกำหนด', |
20 | 20 | 'Users' => 'ผู้ใช้งาน', |