init project

This commit is contained in:
Jasder
2020-03-09 00:40:16 +08:00
commit 2937b2a94d
6549 changed files with 7215173 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
zh-CN:
views:
pagination:
first: "« 首页"
last: "尾页 »"
previous: "‹ 上一页"
next: "下一页 ›"
truncate: "…"
helpers:
page_entries_info:
one_page:
display_entries:
zero: "暂无数据"
one: "共<b>1</b>条数据"
other: "共<b>%{count}</b>条数据"
more_pages:
display_entries: "当前<b>%{first}&nbsp;-&nbsp;%{last}</b>,共<b>%{total}</b>条数据"