forked from tigrish/will-paginate-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
99 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bg: | ||
will_paginate: | ||
next_label: следваща → | ||
page_gap: ! '…' | ||
previous_label: ← предишна |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
da: | ||
will_paginate: | ||
next_label: næste → | ||
page_gap: ! '…' | ||
previous_label: ← forrige |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
de: | ||
will_paginate: | ||
next_label: Weiter → | ||
page_gap: ! '…' | ||
previous_label: ← Vorige |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
en-AU: | ||
will_paginate: | ||
next_label: next → | ||
page_entries_info: | ||
multi_page: Displaying %{model} %{from} - %{to} of %{count} in total | ||
multi_page_html: Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b> | ||
in total | ||
single_page: | ||
one: Displaying 1 %{model} | ||
other: Displaying all %{count} %{model} | ||
single_page_html: | ||
one: Displaying <b>1</b> %{model} | ||
other: Displaying <b>all %{count}</b> %{model} | ||
page_gap: ! '…' | ||
previous_label: ← previous |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
en-GB: | ||
will_paginate: | ||
next_label: next → | ||
previous_label: ← previous | ||
next_label: Next → | ||
page_entries_info: | ||
multi_page: Displaying %{model} %{from} - %{to} of %{count} in total | ||
multi_page_html: Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b> | ||
in total | ||
single_page: | ||
one: Displaying 1 %{model} | ||
other: Displaying all %{count} %{model} | ||
zero: No %{model} found | ||
single_page_html: | ||
one: Displaying <b>1</b> %{model} | ||
other: Displaying <b>all %{count}</b> %{model} | ||
zero: No %{model} found | ||
page_gap: ! '…' | ||
previous_label: ! '← Previous' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
en-US: | ||
will_paginate: | ||
next_label: next → | ||
previous_label: ← previous | ||
next_label: Next → | ||
page_entries_info: | ||
multi_page: Displaying %{model} %{from} - %{to} of %{count} in total | ||
multi_page_html: Displaying %{model} <b>%{from} - %{to}</b> of <b>%{count}</b> | ||
in total | ||
single_page: | ||
one: Displaying 1 %{model} | ||
other: Displaying all %{count} %{model} | ||
zero: No %{model} found | ||
single_page_html: | ||
one: Displaying <b>1</b> %{model} | ||
other: Displaying <b>all %{count}</b> %{model} | ||
zero: No %{model} found | ||
page_gap: ! '…' | ||
previous_label: ! '← Previous' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
es: | ||
will_paginate: | ||
next_label: siguiente → | ||
page_gap: ! '…' | ||
previous_label: ← atrás |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
fr: | ||
will_paginate: | ||
next_label: suivant → | ||
page_entries_info: | ||
multi_page: ! '%{model} %{from} - %{to} sur %{count} au total' | ||
multi_page_html: ! '%{model} <strong>%{from} - %{to}</strong> sur <strong>%{count}</strong> | ||
au total' | ||
single_page: | ||
one: ! '%{count} %{model} affiché(e)' | ||
other: ! '%{count} %{model} affiché(e)s' | ||
single_page_html: | ||
one: ! '%{count} %{model} affiché(e)' | ||
other: ! '%{count} %{model} affiché(e)s' | ||
page_gap: ! '…' | ||
previous_label: ← précédent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
hu: | ||
will_paginate: | ||
next_label: következő → | ||
page_gap: ! '…' | ||
previous_label: ← előző |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
it: | ||
will_paginate: | ||
next_label: successivo → | ||
page_gap: ! '…' | ||
previous_label: ← precedente |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
ja: | ||
will_paginate: | ||
next_label: 次へ → | ||
previous_label: ← 前へ | ||
next_label: 次へ → | ||
page_entries_info: | ||
multi_page: ! '%{from}番目から%{to}番目までの%{model}を表示しています(全%{count}件中)' | ||
multi_page_html: <b>%{from}</b>番目から<b>%{to}</b>番目までの%{model}を表示しています(全<b>%{count}</b>件中) | ||
single_page: | ||
one: 1件の%{model}を表示しています | ||
other: ! '%{count}件の%{model}をすべて表示しています' | ||
zero: ! '%{model}が見つかりません' | ||
single_page_html: | ||
one: <b>1</b>件の%{model}を表示しています | ||
other: <b>%{count}</b>件の%{model}をすべて表示しています | ||
zero: ! '%{model}が見つかりません' | ||
page_gap: ! '…' | ||
previous_label: ! '← 前へ' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
nl: | ||
will_paginate: | ||
next_label: volgende → | ||
page_gap: ! '…' | ||
previous_label: ← vorige |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pt-PT: | ||
will_paginate: | ||
next_label: próximo → | ||
page_gap: ! '…' | ||
previous_label: ← anterior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ro: | ||
will_paginate: | ||
next_label: următor → | ||
page_gap: ! '…' | ||
previous_label: ← anterior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
ru: | ||
will_paginate: | ||
next_label: Дальше → | ||
page_gap: ! '…' | ||
previous_label: ← Предыдущий |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sk: | ||
will_paginate: | ||
next_label: Ďalšia → | ||
page_entries_info: | ||
multi_page: Zobrazujem %{model} %{from} - %{to} z celkovo %{count} | ||
multi_page_html: Zobrazujem %{model} <b>%{from} - %{to}</b> z celkovo | ||
<b>%{count}</b> | ||
single_page: | ||
one: Zobrazujem 1 %{model} | ||
other: Zobrazujem všetkých %{count} %{model} | ||
zero: Nenájdený žiadny %{model} | ||
single_page_html: | ||
one: Zobrazujem <b>1</b> %{model} | ||
other: Zobrazujem <b>všetkých %{count}</b> %{model} | ||
zero: Nenájdený žiadny %{model} | ||
page_gap: ! '…' | ||
previous_label: ! '← Predošlá' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters