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

Automatic update #632

Merged
merged 1 commit into from
Dec 13, 2024
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
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git/
.github/
.idea/
*.sql
66 changes: 35 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 18 additions & 12 deletions conf/cmi/language/fi/views.view.helfi_redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ display:
status_code:
group_info:
group_items:
7:
title: '300 Multiple Choices'
1:
title: '300 Multiple Choices'
title: '300 Useita valintoja'
2:
title: '301 Moved Permanently'
title: '301 Pysyvästi siirretty'
3:
title: '302 Found'
title: '302 Löydetty'
4:
title: '303 See Other'
title: '303 Kts. toinen'
5:
title: '304 Not Modified'
title: '304 Muuttamaton'
6:
title: '305 Use Proxy'
title: '305 Käytä proxyä'
7:
title: '307 Tilapäinen uudelleenohjaus'
label: Tilakoodi
expose:
label: Tilakoodi
Expand All @@ -34,6 +34,9 @@ display:
is_custom:
expose:
label: 'Käyttäjän luoma'
status:
expose:
label: Julkaistu
exposed_form:
options:
submit_button: Suodata
Expand All @@ -48,10 +51,10 @@ display:
items_per_page_options_all_label: '- Kaikki -'
offset_label: Offset
tags:
next: 'next ›'
previous: '‹ previous'
first: '« first'
last: 'last »'
previous: '‹ edellinen'
next: 'seuraava ›'
first: '« ensimmäinen'
last: 'viimeinen »'
fields:
redirect_bulk_form:
action_title: Valinnalla
Expand All @@ -63,6 +66,9 @@ display:
is_custom:
label: 'Käyttäjän luoma'
separator: ', '
status:
label: Julkaistu
separator: ', '
empty:
area_text_custom:
content: 'Ei ole vielä uudelleenohjaksia.'
Expand Down
22 changes: 11 additions & 11 deletions conf/cmi/language/fi/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ display:
group_info:
group_items:
7:
title: '300 Multiple Choices'
title: '307 Tilapäinen uudelleenohjaus'
1:
title: '300 Multiple Choices'
title: '300 Useita valintoja'
2:
title: '301 Moved Permanently'
title: '301 Pysyvästi siirretty'
3:
title: '302 Found'
title: '302 Löydetty'
4:
title: '303 See Other'
title: '303 Kts. toinen'
5:
title: '304 Not Modified'
title: '304 Muuttamaton'
6:
title: '305 Use Proxy'
title: '305 Käytä proxyä'
label: Tilakoodi
expose:
label: Tilakoodi
Expand All @@ -41,10 +41,10 @@ display:
pager:
options:
tags:
previous: '‹ previous'
next: 'next ›'
first: '« first'
last: 'last »'
previous: '‹ edellinen'
next: 'seuraava ›'
first: '« ensimmäinen'
last: 'viimeinen »'
expose:
items_per_page_label: 'Merkintöjä sivua kohti'
items_per_page_options_all_label: '- Kaikki -'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ display:
pager:
options:
tags:
previous: '‹ previous'
next: 'next ›'
first: '« first'
last: 'last »'
previous: '‹ edellinen'
next: 'seuraava ›'
first: '« ensimmäinen'
last: 'viimeinen »'
display_title: Oletus
overview:
display_options:
Expand Down
6 changes: 6 additions & 0 deletions conf/cmi/language/sv/views.view.helfi_redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ display:
separator: ', '
created:
label: Skapad
status:
label: Publicerad
separator: ', '
pager:
options:
tags:
Expand Down Expand Up @@ -55,6 +58,9 @@ display:
is_custom:
expose:
label: Anpassad
status:
expose:
label: Publicerad
page_1:
display_title: Sida
display_options:
Expand Down
Loading
Loading