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: "&lt;" + next: "&gt;" + gap: "&hellip;" item_name: one: "resultat" - two: "resultat" other: "resultat" - - nav: - prev: "&lsaquo;&nbsp;Föregående" - next: "Nästa&nbsp;&rsaquo;" - gap: "&hellip;" - 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>"