fastadmin/addons/cms/lang/zh-cn.php

50 lines
2.5 KiB
PHP

<?php
return [
'Home' => '首页',
'Default' => '默认',
'Views' => '浏览次数',
'Post date' => '发布日期',
'All' => '全部',
'Hot news' => '热门资讯',
'Hot tags' => '热门标签',
'Recommend news' => '推荐资讯',
'Comments' => '评论',
'Tags' => '标签',
'View more' => '查看更多',
'View detail' => '查看详情',
'Month' => '月',
'Prev' => '上一篇',
'Next' => '下一篇',
'Comment list' => '评论列表',
'Favourite' => '收藏',
'Share' => '分享',
'Report' => '举报',
'Error report' => '错误反馈',
'Recently update' => '最新更新',
'All categories' => '所有分类',
'Article category' => '本文分类',
'Article tags' => '本文标签',
'Article views' => '浏览次数',
'Article url' => '本文链接',
'Search for %s' => '查找 “%s”',
'Search more %s' => '查找更多 “%s”',
'Empty' => '暂无内容',
'No specified article found' => '未找到指定的文章',
'No specified channel found' => '未找到指定的栏目',
'No specified model found' => '未找到指定的模型',
'No specified tags found' => '未找到指定的标签',
'No specified addon article found' => '未找到指定副表数据',
'Operation completed' => '操作成功!',
'Operation failed' => '操作失败!',
'Unknown data format' => '未知的数据格式!',
'Network error' => '网络错误!',
'%d second%s ago' => '%d秒前',
'%d minute%s ago' => '%d分钟前',
'%d hour%s ago' => '%d小时前',
'%d day%s ago' => '%d天前',
'%d week%s ago' => '%d周前',
'%d month%s ago' => '%d月前',
'%d year%s ago' => '%d年前'
];