Sha256: 8f19ebf0a260f20c3b6c64b907563b354b62e27d27eeec4fe7c04805c21fa7b3

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 KB

Contents

en:
  will_paginate:
    previous_label: "← Previous"
    next_label: "Next →"
    page_gap: "…"
    container_aria_label: "Pagination"
    page_aria_label: "Page %{page}"

    page_entries_info:
      single_page:
        zero:  "No %{model} found"
        one:   "Displaying 1 %{model}"
        other: "Displaying all %{count} %{model}"
      single_page_html:
        zero:  "No %{model} found"
        one:   "Displaying <b>1</b> %{model}"
        other: "Displaying <b>all&nbsp;%{count}</b> %{model}"

      multi_page: "Displaying %{model} %{from} - %{to} of %{count} in total"
      multi_page_html: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{count}</b> in total"

    # models:
    #   entry:
    #     zero:  entries
    #     one:   entry
    #     few:   entries
    #     other: entries

    # line_item:
    #   page_entries_info:
    #     single_page:
    #       zero:  "Your shopping cart is empty"
    #       one:   "Displaying one item in your cart"
    #       other: "Displaying all %{count} items"
    #     multi_page: "Displaying items %{from} - %{to} of %{count} in total"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
will_paginate-3.3.1 lib/will_paginate/locale/en.yml
will_paginate-3.3.0 lib/will_paginate/locale/en.yml
will_paginate-3.2.1 lib/will_paginate/locale/en.yml
will_paginate-3.2.0 lib/will_paginate/locale/en.yml