-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The 'nav' entry has been flattened: 'pagy.nav.*' entries are now 'pagy.*' - Added aria_label: group: removed *_label and change 'page' to 'nav'
- Loading branch information
Showing
67 changed files
with
973 additions
and
1,219 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.idea/runConfigurations/Test_Sum.xml → .idea/runConfigurations/Test.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 6 additions & 2 deletions
8
.idea/runConfigurations/Test_All.xml → .idea/runConfigurations/Test___All.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.idea/runConfigurations/Test_All_Rep.xml → .idea/runConfigurations/Test___All___Rep.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.idea/runConfigurations/Test_Rep.xml → .idea/runConfigurations/Test___Rep.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
@@ -1,37 +1,30 @@ | ||
# :arabic pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb) | ||
|
||
ar: | ||
pagy: | ||
|
||
# please add a comment in the https://github.com/ddnexus/pagy/issues/577 | ||
# posting the translation of page_label with the plurals for this locale | ||
page_label: "Pages" | ||
# zero: "" | ||
# two: "" | ||
# few: "" | ||
# many: "" | ||
# other: "" | ||
|
||
aria_Label: | ||
# please add a comment in the https://github.com/ddnexus/pagy/issues/577 | ||
# posting the translation of the following "Page"/"Pages" with the plurals for this locale | ||
nav: "Pages" | ||
# zero: "" | ||
# two: "" | ||
# few: "" | ||
# many: "" | ||
# other: "" | ||
prev: "السابق" | ||
next: "التالي" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
item_name: | ||
zero: "صفر" | ||
one: "عنصر" | ||
two: "عنصرين" | ||
few: "قليل" | ||
many: "كثير" | ||
other: "عناصر" | ||
|
||
nav: | ||
prev_label: "السابق" | ||
next_label: "التالي" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
|
||
info: | ||
no_items: "لا يوجد %{item_name}" | ||
single_page: "عرض <b>%{count}</b> %{item_name}" | ||
multiple_pages: "عرض %{item_name} <b>%{from}-%{to}</b> من اجمالي <b>%{count}</b>" | ||
|
||
combo_nav_js: "الصفحة %{page_input} من %{pages}" | ||
|
||
items_selector_js: "عرض %{items_input} %{item_name} لكل صفحة" |
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,32 +1,25 @@ | ||
# :east_slavic pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb) | ||
|
||
be: | ||
pagy: | ||
|
||
page_label: | ||
one: "Старонка" | ||
few: "Старонкi" | ||
many: "Старонкi" | ||
other: "Старонкi" | ||
|
||
aria_label: | ||
nav: | ||
one: "Старонка" | ||
few: "Старонкi" | ||
many: "Старонкi" | ||
other: "Старонкi" | ||
prev: "Назад" | ||
next: "Наперад" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
item_name: | ||
one: "запіс" | ||
few: "запісы" | ||
many: "запісаў" | ||
other: "запісаў" | ||
|
||
nav: | ||
prev_label: "Назад" | ||
next_label: "Наперад" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
|
||
info: | ||
no_items: "Пакуль %{item_name} няма" | ||
single_page: "<b>%{count}</b> %{item_name}" | ||
multiple_pages: "Усяго <b>%{count}</b> %{item_name}, паказаны з <b>%{from}</b> па <b>%{to}</b>" | ||
|
||
combo_nav_js: "<label>Старонка %{page_input} з %{pages}</label>" | ||
|
||
items_selector_js: "<label>Паказаць %{items_input} %{item_name} на старонцы</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,28 +1,21 @@ | ||
# :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb) | ||
|
||
bg: | ||
pagy: | ||
|
||
page_label: | ||
one: "Страница" | ||
other: "Страници" | ||
|
||
aria_label: | ||
nav: | ||
one: "Страница" | ||
other: "Страници" | ||
prev: "Предишна" | ||
next: "Следваща" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
item_name: | ||
one: "резултат" | ||
other: "резултати" | ||
|
||
nav: | ||
prev_label: "Предишна" | ||
next_label: "Следваща" | ||
prev: "<" | ||
next: ">" | ||
gap: "…" | ||
|
||
info: | ||
no_items: "Няма намерени %{item_name}" | ||
single_page: "Показани са <b>%{count}</b> %{item_name}" | ||
multiple_pages: "Показани са %{item_name} <b>%{from}-%{to}</b> от <b>%{count}</b> общо" | ||
|
||
combo_nav_js: "<label>Страница %{page_input} от %{pages}</label>" | ||
|
||
items_selector_js: "<label>Покажи %{items_input} %{item_name} на страница</label>" |
Oops, something went wrong.