Skip to content

Commit 488d590

Browse files
author
Igor Chepurnoy
authored
Merge pull request #10 from zacksleo/feature-messages-zh
feat(i18n): add zh-CN, zh-TW lang
2 parents 7b20fdc + f78ce19 commit 488d590

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
/**
3+
* Message translations.
4+
*
5+
* This file is automatically generated by 'yii message/extract' 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+
return [
20+
'Cron Schedule Log' => '定时任务日志',
21+
'Date Created' => '创建时间',
22+
'Date Finished' => '完成时间',
23+
'ID' => 'ID',
24+
'Job Code' => '任务编码',
25+
'Messages' => '输出信息',
26+
'Select Status' => '请选择状态',
27+
'Status' => '状态',
28+
'Success' => '成功',
29+
'Error' => '出错',
30+
'Run' => '正在运行',
31+
];
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
/**
3+
* Message translations.
4+
*
5+
* This file is automatically generated by 'yii message/extract' 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+
return [
20+
'Cron Schedule Log' => '定時任務日誌',
21+
'Date Created' => '創建時間',
22+
'Date Finished' => '完成時間',
23+
'ID' => 'ID',
24+
'Job Code' => '任務編碼',
25+
'Messages' => '輸出信息',
26+
'Select Status' => '請選擇狀態',
27+
'Status' => '狀態',
28+
'Success' => '成功',
29+
'Error' => '出錯',
30+
'Run' => '正在運行',
31+
];

0 commit comments

Comments
 (0)