From ebc0ed58a4d30d52a8d015922a715a2de1824c44 Mon Sep 17 00:00:00 2001 From: tiejianluo Date: Sun, 23 Sep 2018 16:59:34 +0700 Subject: [PATCH] added Chinese locale --- lib/locales/pagy.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lib/locales/pagy.yml b/lib/locales/pagy.yml index 3f45f425f..4f0b1babe 100644 --- a/lib/locales/pagy.yml +++ b/lib/locales/pagy.yml @@ -1,5 +1,27 @@ # Standard pagy dictionary +cn: + pagy: + nav: + prev: "‹ 上一页" + next: "下一页 ›" + gap: "…" + info: + single_page: + zero: " %{item_name} 未找到" + one: "显示 1 %{item_name}" + other: "显示 所有 %{count} %{item_name}" + multiple_pages: "显示 %{item_name} %{from}-%{to}%{count} 项" + item_name: + zero: "项" + one: "一个" + other: "多个" + compact: + page: "页" + of: "其中的" + items: + show: "显示" + items: "每页的条数" en: pagy: nav: