lib/locales/sv.yml in pagy-6.5.0 vs lib/locales/sv.yml in pagy-7.0.0
- old
+ new
@@ -1,23 +1,21 @@
-# :one_two_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb)
-
+# :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb)
sv:
pagy:
-
+ aria_label:
+ nav:
+ one: "Sida"
+ other: "Sidor"
+ prev: "Föregående"
+ next: "Nästa"
+ prev: "<"
+ next: ">"
+ gap: "…"
item_name:
one: "resultat"
- two: "resultat"
other: "resultat"
-
- nav:
- prev: "‹ Föregående"
- next: "Nästa ›"
- gap: "…"
-
info:
no_items: "Inga %{item_name} hittade"
single_page: "Visar <b>%{count}</b> %{item_name}"
multiple_pages: "Visar %{item_name} <b>%{from}-%{to}</b> av <b>%{count}</b> totalt"
-
combo_nav_js: "<label>Sida %{page_input} av %{pages}</label>"
-
items_selector_js: "<label>Visa %{items_input} %{item_name} per sida</label>"