lib/locales/ko.yml in pagy-6.5.0 vs lib/locales/ko.yml in pagy-7.0.0
- old
+ new
@@ -1,20 +1,19 @@
# :other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb)
-
ko:
pagy:
-
+ aria_label:
+ # please add a comment in the https://github.com/ddnexus/pagy/issues/592
+ # posting the translation of the following "Page"/"Pages" with the plurals for this locale
+ nav: "Pages"
+ prev: "이전"
+ next: "다음"
+ prev: "<"
+ next: ">"
+ gap: "…"
item_name: "항목"
-
- nav:
- prev: "‹ 이전"
- next: "다음 ›"
- gap: "…"
-
info:
no_items: "%{item_name} 없음"
single_page: "<b>%{count}</b>개의 %{item_name} 표시됨"
multiple_pages: "총 <b>%{count}</b>개의 %{item_name} 중 <b>%{from}-%{to}</b>"
-
combo_nav_js: "<label>총 %{pages} 중 %{page_input} 페이지</label>"
-
items_selector_js: "<label>페이지 당 %{items_input}개 표시%</label>"