diff options
-rw-r--r-- | language/zh_CN/common.lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index fa28527fa..359b413ac 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -406,4 +406,12 @@ $lang['Rating score, high → low'] = '评分, 高 → 低'; $lang['Rating score, low → high'] = '评分, 低 → 高'; $lang['Visits, high → low'] = '访问量, 高 → 低'; $lang['Visits, low → high'] = '访问量, 低 → 高'; +$lang['%d rate'] = '%d '; +$lang['Bad request'] = '请求错误'; +$lang['Forbidden'] = '禁止'; +$lang['Page not found'] = '未找到页面'; +$lang['Permalink for album not found'] = '未找到相册的固定链接'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo的遇到了一个不可恢复的错误'; +$lang['Requested album does not exist'] = '相册不存在'; +$lang['Requested tag does not exist'] = '标签不存在'; ?>
\ No newline at end of file |