Skip to content

Commit

Permalink
Allow rewrites on scheduler views.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 27, 2025
1 parent c380487 commit 8835d0b
Show file tree
Hide file tree
Showing 3 changed files with 1,271 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
label: 'Ajastettu sisältö'
description: 'Etsi ja ylläpidä ajastettua sisältöä.'
display:
default:
display_options:
fields:
node_bulk_form:
action_title: Toiminto
title:
label: Otsikko
type:
label: Sisältötyyppi
name:
label: Kirjoittaja
status:
label: Tila
settings:
format_custom_true: Julkaistu
format_custom_false: Julkaisematon
publish_on:
label: Julkaisuaika
unpublish_on:
label: 'Ajastettu piilottaminen'
operations:
label: Toimenpiteet
filters:
title:
expose:
label: Otsikko
type:
expose:
label: Sisältötyyppi
status:
expose:
label: Tila
group_info:
label: Julkaisutila
group_items:
1:
title: Julkaistu
2:
title: Julkaisematon
langcode:
expose:
label: Kieli
title: 'Ajastettu sisältö'
empty:
area_text_custom:
content: 'Ei vielä ajastettua sisältöä.'
display_title: Oletus
overview:
display_options:
menu:
title: Ajastettu
tab_options:
title: Sisältö
display_description: 'Yleiskatsaus koko ajoitetusta sisällöstä.'
display_title: Sisältö
user_page:
display_options:
menu:
title: Ajastettu
tab_options:
title: Sisältö
arguments:
uid:
exception:
title: Kaikki
empty:
area_text_custom:
content: '{{ arguments.uid }} käyttäjä ei ole ajastanut sisältöä.'
display_title: Käyttäjäprofiili
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
display:
default:
display_options:
fields:
node_bulk_form:
action_title: Åtgärd
title:
label: Titel
type:
label: Innehållstyp
name:
label: Författare
status:
settings:
format_custom_true: Publicerad
format_custom_false: 'Ej publicerad'
publish_on:
label: 'Publicera den'
unpublish_on:
label: 'Avpublicera den'
operations:
label: Funktioner
filters:
title:
expose:
label: Titel
type:
expose:
label: Innehållstyp
status:
group_info:
label: 'Status för publicering'
group_items:
1:
title: Publicerad
2:
title: 'Ej publicerad'
langcode:
expose:
label: Språk
display_title: Förvald
overview:
display_options:
menu:
title: Schemalagd
tab_options:
title: Innehåll
user_page:
display_options:
menu:
title: Schemalagd
tab_options:
title: Innehåll
arguments:
uid:
exception:
title: Alla
Loading

0 comments on commit 8835d0b

Please sign in to comment.