-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pagy.yml properly split into separate locale files
- Loading branch information
Showing
15 changed files
with
186 additions
and
187 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
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
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,20 @@ | ||
en: | ||
pagy: | ||
nav: | ||
prev: "‹ Prev" | ||
next: "Next ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "No %{item_name} found" | ||
one: "Displaying <b>1</b> %{item_name}" | ||
other: "Displaying <b>all %{count}</b> %{item_name}" | ||
multiple_pages: "Displaying %{item_name} <b>%{from}-%{to}</b> of <b>%{count}</b> in total" | ||
item_name: | ||
zero: "items" | ||
one: "item" | ||
other: "items" | ||
compact: "Page %{page_input} of %{pages}" | ||
items: | ||
one: "Show %{items_input} item per page" | ||
other: "Show %{items_input} items per page" |
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,20 @@ | ||
es: | ||
pagy: | ||
nav: | ||
prev: "‹ Prev" | ||
next: "Siguiente ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "Sin resultados" | ||
one: "Mostrando 1 %{item_name}" | ||
other: "Mostrando %{count} %{item_name}" | ||
multiple_pages: "Mostrando %{item_name} %{from}-%{to} de %{count} en total" | ||
item_name: | ||
zero: "ítems" | ||
one: "ítem" | ||
other: "ítems" | ||
compact: "Página %{page_input} de %{pages}" | ||
items: | ||
one: "Mostrar %{items_input} ítem por página" | ||
other: "Mostrar %{items_input} ítems por página" |
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,20 @@ | ||
id: | ||
pagy: | ||
nav: | ||
prev: "‹ Balik" | ||
next: "Lanjut ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "Tidak ditemukan %{item_name}" | ||
one: "Menampilkan <b>1</b> %{item_name}" | ||
other: "Menampilkan <b>semua %{count}</b> %{item_name}" | ||
multiple_pages: "Menampilkan %{item_name} <b>%{from}-%{to}</b> dari total <b>%{count}</b>" | ||
item_name: | ||
zero: "item" | ||
one: "item" | ||
other: "item" | ||
compact: "Halaman %{page_input} dari %{pages}" | ||
items: | ||
one: "Tampilkan %{items_input} item per halaman" | ||
other: "Tampilkan %{items_input} item per halaman" |
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,20 @@ | ||
ja: | ||
pagy: | ||
nav: | ||
prev: "‹ 前へ" | ||
next: "次へ ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "見つかりませんでした" | ||
one: "<b>1</b> 件の%{item_name}" | ||
other: "<b>%{count}</b> 件の%{item_name}" | ||
multiple_pages: "<b>%{count}</b> 件中 <b>%{from}-%{to}</b> 件目の%{item_name}を表示中" | ||
item_name: | ||
zero: "結果" | ||
one: "結果" | ||
other: "結果" | ||
compact: "%{page_input} / %{pages} ページ" | ||
items: | ||
one: "%{items_input} 件ずつ表示" | ||
other: "%{items_input} 件ずつ表示" |
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
pt-br: | ||
pagy: | ||
nav: | ||
prev: "‹ Anterior" | ||
next: "Próximo ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "Sem resultados" | ||
one: "Mostrando 1 %{item_name}" | ||
other: "Mostrando %{count} %{item_name}" | ||
multiple_pages: "Mostrando %{item_name} %{from}-%{to} no total de %{count}" | ||
item_name: | ||
zero: "itens" | ||
one: "item" | ||
other: "itens" | ||
compact: "Página %{page_input} de %{pages}" | ||
items: | ||
one: "Mostrar %{items_input} iten por página" | ||
other: "Mostrar %{items_input} itens por página" |
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,25 @@ | ||
ru: | ||
pagy: | ||
nav: | ||
prev: "‹ Назад" | ||
next: "Вперёд ›" | ||
gap: "…" | ||
info: | ||
single_page: | ||
zero: "Пока %{item_name} нет" | ||
one: "<b>1</b> %{item_name}" | ||
few: "<b>%{count}</b> %{item_name}" | ||
many: "Всего <b>%{count}</b> %{item_name}" | ||
other: "Всего <b>%{count}</b> %{item_name}" | ||
multiple_pages: "Всего <b>%{count}</b> %{item_name}, показаны с <b>%{from}</b> по <b>%{to}</b>" | ||
item_name: | ||
one: "запись" | ||
few: "записи" | ||
many: "записей" | ||
other: "записей" | ||
compact: "Страница %{page_input} из %{pages}" | ||
items: | ||
one: "Показать %{items_input} записей на странице" | ||
few: "Показать %{items_input} записей на странице" | ||
many: "Показать %{items_input} записей на странице" | ||
other: "Показать %{items_input} записей на странице" |
Oops, something went wrong.