diff options
| author | 2021-10-24 17:17:20 +0800 | |
|---|---|---|
| committer | 2021-10-24 11:17:20 +0200 | |
| commit | b39c187a783c4c4bcb04d552a786cd57c69cfb47 (patch) | |
| tree | 06308ace4b3bfcbdbb7359e09797f02f39ef056b | |
| parent | cc9b2c0a748a7cb8d961505386e5a8e6f2597718 (diff) | |
Update i18n/zh-cn (#3926)
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index e8e59bdc5..e67daff21 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -12,7 +12,7 @@ return array( ), 'category' => array( '_' => '分类', - 'add' => 'Add a category', // TODO - Translation + 'add' => '添加分类', 'archiving' => '归档', 'empty' => '空分类', 'information' => '信息', |
