locales/zh-CN.yml in pagy-9.3.2 vs locales/zh-CN.yml in pagy-9.3.3

- old
+ new

@@ -1,19 +1,17 @@ # :other pluralization (see https://github.com/ddnexus/pagy/blob/master/gem/lib/pagy/i18n.rb) zh-CN: pagy: aria_label: - # please add a comment in the https://github.com/ddnexus/pagy/issues/608 - # posting the translation of the following "Page"/"Pages" with the plurals for this locale - nav: "Pages" + nav: "页" prev: "上一页" next: "下一页" prev: "<" next: ">" gap: "…" - item_name: "" + item_name: "项" info: - no_items: "项目未找到" - single_page: "显示%{count} 项%{item_name}" - multiple_pages: "共 %{count} 项%{item_name},显示 %{from}-%{to}" - combo_nav_js: "第 %{page_input} / %{pages} 页" - limit_selector_js: "每页显示 %{limit_input} 条%" + no_items: "未找到任何 %{item_name}" + single_page: "显示 %{count} 项 %{item_name}" + multiple_pages: "共 %{count} 项 %{item_name},显示第 %{from}-%{to} 项" + combo_nav_js: "第 %{page_input} 页,共 %{pages} 页" + limit_selector_js: "每页显示 %{limit_input} 项 %{item_name}"