From b2bddf0d52df4171ebc098cfbcf009cb348f970a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20R=C3=B8nn-Jensen?= Date: Tue, 31 Mar 2020 00:21:33 +0200 Subject: [PATCH] Danish translation for Pagy --- lib/locales/da.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/locales/da.yml diff --git a/lib/locales/da.yml b/lib/locales/da.yml new file mode 100644 index 000000000..a92e0d03e --- /dev/null +++ b/lib/locales/da.yml @@ -0,0 +1,22 @@ +# :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb) + +da: + pagy: + + item_name: + one: "resultat" + other: "resultater" + + nav: + prev: "‹ Forrige" + next: "Næste ›" + gap: "…" + + info: + no_items: "Ingen %{item_name} fundet" + single_page: "Viser %{count} %{item_name}" + multiple_pages: "Viser %{item_name} %{from}-%{to} til %{count} totalt" + + combo_nav_js: "Side %{page_input} of %{pages}" + + items_selector_js: "Antal %{items_input} %{item_name} per side"