mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
init project
This commit is contained in:
17
config/locales/kaminari/zh-CN.yml
Normal file
17
config/locales/kaminari/zh-CN.yml
Normal 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} - %{last}</b>,共<b>%{total}</b>条数据"
|
||||
Reference in New Issue
Block a user