Skip to content

Commit

Permalink
corrected chinese translation (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
747 authored and ddnexus committed Sep 28, 2018
1 parent 26654d4 commit 5e4f93d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions lib/locales/pagy.yml
@@ -1,27 +1,5 @@
# Standard pagy dictionary

cn:
pagy:
nav:
prev: "‹ 上一页"
next: "下一页 ›"
gap: "…"
info:
single_page:
zero: " %{item_name} 未找到"
one: "显示 <b>1</b> %{item_name}"
other: "显示 <b>所有 %{count}</b> %{item_name}"
multiple_pages: "显示 %{item_name} <b>%{from}-%{to}</b> 共 <b>%{count}</b> 项"
item_name:
zero: ""
one: "一个"
other: "多个"
compact:
page: ""
of: "其中的"
items:
show: "显示"
items: "每页的条数"
en:
pagy:
nav:
Expand Down Expand Up @@ -116,5 +94,27 @@ ru:
items:
show: "Показать"
items: "записей на странице"
zh-cn:
pagy:
nav:
prev: "&lsaquo;&nbsp;上一页"
next: "下一页&nbsp;&rsaquo;"
gap: "&hellip;"
info:
single_page:
zero: " %{item_name}未找到"
one: "显示 <b>1</b> 条%{item_name}"
other: "显示<b>所有 %{count}</b> 条%{item_name}"
multiple_pages: "共 <b>%{count}</b> 条%{item_name},显示 <b>%{from}-%{to}</b>"
item_name:
zero: "项目"
one: ""
other: ""
compact:
page: "页面"
of: "/"
items:
show: "每页显示"
items: ""

# PR for other languages are very welcome. Thanks!

0 comments on commit 5e4f93d

Please sign in to comment.