Skip to content

Commit

Permalink
improvements for ja tr and zh-cn
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Oct 1, 2018
1 parent c1aec4c commit e3048f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/locales/pagy.yml
Expand Up @@ -76,7 +76,7 @@ ja:
zero: "結果"
one: "結果"
other: "結果"
compact: "ページ %{page_input} / %{pages}"
compact: "%{page_input} / %{pages} ページ"
items:
one: "%{items_input} 件ずつ表示"
other: "%{items_input} 件ずつ表示"
Expand Down Expand Up @@ -143,8 +143,8 @@ tr:
other: "kayıt"
compact: "Sayfa %{page_input} / %{pages}"
items:
one: "Göster %{items_input} sayfa başı"
other: "Göster %{items_input} sayfa başı"
one: "Sayfada %{items_input} kayıt göster"
other: "Sayfada %{items_input} kayıt göster"
zh-cn:
pagy:
nav:
Expand All @@ -153,15 +153,15 @@ zh-cn:
gap: "…"
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>"
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_input} / %{pages}"
compact: " %{page_input} / %{pages}"
items:
one: "每页显示 %{items_input} 条"
other: "每页显示 %{items_input} 条"
Expand Down

0 comments on commit e3048f2

Please sign in to comment.