Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-7298 Remove infinite scroll #134

Merged
merged 3 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions config/language/fi/views.view.service_units.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
display:
default:
display_title: Oletus
display_options:
exposed_form:
options:
submit_button: Apply
submit_button: Käytä
reset_button_label: Palauta
exposed_sorts_label: 'Järjestä'
sort_asc_label: Nouseva
sort_desc_label: Laskeva
exposed_sorts_label: Lajittele
sort_asc_label: Nousevasti
sort_desc_label: Laskevasti
pager:
options:
tags:
previous: 'Edellinen'
next: 'Seuraava'
previous: 'Edellinen'
next: 'Seuraava'
expose:
items_per_page_label: 'Kohteita sivulla'
items_per_page_label: 'Merkintöjä sivua kohti'
items_per_page_options_all_label: '- Kaikki -'
views_infinite_scroll:
button_text: 'Lataa lisää palvelupaikkoja'
offset_label: Offset
fields:
name:
separator: ', '
arguments:
id:
exception:
title: Kaikki
service_units:
display_title: Lohko
24 changes: 15 additions & 9 deletions config/language/fi/views.view.unit_services.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
display:
default:
display_title: Oletus
display_options:
exposed_form:
options:
submit_button: Apply
submit_button: Käytä
reset_button_label: Palauta
exposed_sorts_label: 'Järjestä'
sort_asc_label: Nouseva
sort_desc_label: Laskeva
exposed_sorts_label: Lajittele
sort_asc_label: Nousevasti
sort_desc_label: Laskevasti
pager:
options:
tags:
previous: 'Edellinen'
next: 'Seuraava'
previous: 'Edellinen'
next: 'Seuraava'
expose:
items_per_page_label: 'Kohteita sivulla'
items_per_page_label: 'Merkintöjä sivua kohti'
items_per_page_options_all_label: '- Kaikki -'
views_infinite_scroll:
button_text: 'Lataa lisää palveluita'
offset_label: Offset
arguments:
id:
exception:
title: Kaikki
unit_services:
display_title: Lohko
26 changes: 24 additions & 2 deletions config/language/sv/views.view.service_units.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
display:
default:
display_title: Förvald
display_options:
exposed_form:
options:
submit_button: Verkställ
reset_button_label: Återställ
exposed_sorts_label: 'Sortera efter'
sort_asc_label: Stigande
sort_desc_label: Fallande
pager:
options:
views_infinite_scroll:
button_text: 'Ladda fler serviceställen'
tags:
previous: 'Föregående'
next: 'Nästa'
expose:
items_per_page_label: 'Inlägg per sida'
items_per_page_options_all_label: '- Alla -'
offset_label: Kompensera
fields:
name:
separator: ', '
arguments:
id:
exception:
title: Alla
service_units:
display_title: Block
26 changes: 26 additions & 0 deletions config/language/sv/views.view.unit_services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
display:
default:
display_title: Förvald
display_options:
exposed_form:
options:
submit_button: Verkställ
reset_button_label: Återställ
exposed_sorts_label: 'Sortera efter'
sort_asc_label: Stigande
sort_desc_label: Fallande
pager:
options:
tags:
previous: 'Föregående'
next: 'Nästa'
expose:
items_per_page_label: 'Inlägg per sida'
items_per_page_options_all_label: '- Alla -'
offset_label: Kompensera
arguments:
id:
exception:
title: Alla
unit_services:
display_title: Block
Loading