Last active
August 29, 2015 14:19
-
-
Save forsaken1/5d7252905f931b50e135 to your computer and use it in GitHub Desktop.
Перевод локалей для kaminari
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
ru: | |
helpers: | |
page_entries_info: | |
more_pages: | |
display_entries: "Показана %{entry_name} <b>%{first} - %{last}</b> из <b>%{total}</b>" | |
one_page: | |
display_entries: | |
few: "Показаны <b>%{count}</b> %{entry_name}" | |
many: "Показаны <b>%{count}</b> %{entry_name}" | |
one: "Показано <b>%{count}</b> %{entry_name}" | |
other: Показаны <b>все %{count}</b> %{entry_name}" | |
views: | |
pagination: | |
first: "← Первая" | |
last: "Последняя →" | |
next: "→" | |
previous: "←" | |
truncate: "…" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment