From b4798f61491d851bab4bd3dbf950a84c16d8381e Mon Sep 17 00:00:00 2001 From: Consul Bot Date: Wed, 17 Oct 2018 02:20:32 +0200 Subject: [PATCH] New translations kaminari.yml (Chinese Simplified) --- config/locales/zh-CN/kaminari.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config/locales/zh-CN/kaminari.yml b/config/locales/zh-CN/kaminari.yml index f0b698bf3..71c20e10b 100644 --- a/config/locales/zh-CN/kaminari.yml +++ b/config/locales/zh-CN/kaminari.yml @@ -1 +1,20 @@ zh-CN: + helpers: + page_entries_info: + entry: + zero: 条目 + other: 条目 + more_pages: + display_entries: 显示%{total} %{entry_name}%{first} - %{last} + one_page: + display_entries: + zero: "未找到%{entry_name}" + other: 有%{count} 个 %{entry_name} + views: + pagination: + current: 您在页面 + first: 最先 + last: 最后 + next: 下一页 + previous: 前一页 + truncate: "…"