Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Dec 13, 2024
1 parent 26c588b commit 76e3b25
Show file tree
Hide file tree
Showing 9 changed files with 173 additions and 65 deletions.
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

0 comments on commit 76e3b25

Please sign in to comment.