lib/generators/avo/templates/locales/pagy/ro.yml

Summary

Maintainability
Test Coverage
# :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb)

ro:
  pagy:
    item_name:
      one: "un record"
      other: "recorduri"
    nav:
      prev: "‹ Înapoi"
      next: "Înainte ›"
      gap: "…"
    info:
      no_items: "Nici %{item_name} găsit"
      single_page: "<b>%{count}</b> %{item_name}"
      multiple_pages: "<b>%{from}-%{to}</b> din totalul de <b>%{count}</b>"
    combo_nav_js: "<label>Pagina %{page_input} din %{pages}</label>"
    items_selector_js: "<label>Show %{items_input} %{item_name} per page</label>"