22 lines
630 B
YAML
22 lines
630 B
YAML
en:
|
|
helpers:
|
|
page_entries_info:
|
|
entry:
|
|
one: Entry
|
|
other: Entries
|
|
zero: Entries
|
|
more_pages:
|
|
display_entries: Displaying <strong>%{first} - %{last}</strong> of <strong>%{total} %{entry_name}</strong>
|
|
one_page:
|
|
display_entries:
|
|
one: There is <strong>1 %{entry_name}</strong>
|
|
other: There are <strong>%{count} %{entry_name}</strong>
|
|
zero: "%{entry_name} cannot be found"
|
|
views:
|
|
pagination:
|
|
current: You're on page
|
|
first: First
|
|
last: Last
|
|
next: Next
|
|
previous: Previous
|
|
truncate: "…" |