blob: 8f3189675294ebd0fe48de8e6edf979025478801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
en:
will_paginate:
previous_label: "← Previous"
next_label: "Next →"
page_gap: "…"
models:
referential:
zero: 'data spaces'
one: 'data space'
few: 'data spaces'
other: 'data spaces'
line:
zero: 'lines'
one: 'line'
few: 'lines'
other: 'lines'
route:
zero: 'routes'
one: 'route'
few: 'routes'
other: 'routes'
network:
zero: 'networks'
one: 'network'
few: 'networks'
other: 'networks'
page_entries_info:
search: "Results :"
list: "Paginated list"
single_page:
zero: "No item found"
one: "1 %{model} shown"
other: "%{model} 1 to %{count} out of %{count}"
single_page_html:
zero: "No item found"
one: "1 %{model} shown"
other: "%{model} 1 to %{count} out of %{count}"
multi_page: "%{model} list %{from} to %{to} out of %{count}"
multi_page_html: "%{model} list %{from} to %{to} out of %{count}"
|