Compare commits

..

1 Commits

Author SHA1 Message Date
Lio Novelli 6c93b8ac93 DIY: Add template method to parse request data related concepts. 2024-04-01 16:04:03 +02:00
162 changed files with 8726 additions and 7077 deletions

3
.gitattributes vendored
View File

@ -42,9 +42,6 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."

2
.gitignore vendored
View File

@ -7,8 +7,6 @@
# Ignore configuration files that may contain sensitive information
/web/sites/*/settings.local.php
# Ignore ddev settings
/web/sites/*/settings.ddev.php
# Ignore paths that may contain user-generated content
/web/sites/*/files

View File

@ -24,10 +24,6 @@ Sajt je dostopen preko naslova: https://yufu-manifest.ddev.site/
Lahko pa napišemo tudi `ddev launch`
v `web/sites/default/settings.local.php` dodamo vrstico, ki vključi services nastavitve, ki omogočijo CORS:
`$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/default/yufu.services.yml';`
### Postavitev (vuejs) "prednjegadela"
Najprej gremo v podfolder `nuxt` in namestimo odvisne javascript pakete:
@ -73,11 +69,3 @@ V modulu [yufu_concept](web/modules/custom/yufu_concept/yufu_concept.info.yml "y
- ob novi publishani revizijami se poslje mail uporabniku, ki jo je naredil.
Funkcionalnost se nahaja v yufu_admin modulu.
# Debugging
Razvojne kontejnerja lahko zlistamo z ukazom `ddev status`
## Mejli
Mailhog za debagiranje vklopimo, kot priporoči zgornji ukaz: `ddev launch -m`

View File

@ -20,13 +20,11 @@
"drupal/cer": "^5.0@beta",
"drupal/config_ignore": "^3.1",
"drupal/content_as_config": "^1.0",
"drupal/content_moderation_info_block": "^2.0@beta",
"drupal/content_moderation_notifications": "^3.6",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",
"drupal/core-recommended": "^10.2.4",
"drupal/core-recommended": "^10.0",
"drupal/diff": "^1.1",
"drupal/devel": "^5.1",
"drupal/core-recommended": "^10.2.4",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/jsonapi_menu_items": "^1.2",
@ -56,9 +54,6 @@
"patches": {
"drupal/restui": {
"#3337894: Get class methods wrong argument.": "https://www.drupal.org/files/issues/2023-06-23/type-error-class-3337894-10.patch"
},
"drupal/content_moderation_info_block": {
"#3185894: State Form Error": "https://www.drupal.org/files/issues/2023-10-11/3185894-state-form-error-12.patch"
}
},
"drupal-scaffold": {

1583
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
interval: 21600

View File

@ -1,30 +0,0 @@
uuid: 691eb53b-bb3f-4a0c-9b6d-086aebab566a
langcode: en
status: true
dependencies:
module:
- search
- system
theme:
- claro
enforced:
config:
- search.page.help_search
id: claro_help_search
theme: claro
region: help
weight: -4
provider: null
plugin: search_form_block
settings:
id: search_form_block
label: 'Search help'
label_display: visible
provider: search
page_id: help_search
visibility:
request_path:
id: request_path
negate: false
context_mapping: { }
pages: /admin/help

View File

@ -1,28 +0,0 @@
uuid: 2f782113-6263-4112-8cb9-f4de096fabda
langcode: en
status: true
dependencies:
module:
- yufu_concept
theme:
- olivero
id: olivero_moderationinfocontent_2
theme: olivero
region: sidebar
weight: 0
provider: null
plugin: 'yufu_concept_moderate_from_diff:node'
settings:
id: 'yufu_concept_moderate_from_diff:node'
label: 'YUFU Moderation info from diff (Content)'
label_display: visible
provider: yufu_concept
context_mapping:
entity: '@node.node_route_context:node'
changed_date_display: 1
author_display: 1
latest_revision_display: 1
current_state_display: 1
change_state_display: 1
revision_log_message_input_display: 0
visibility: { }

View File

@ -1,19 +0,0 @@
uuid: ef0653bf-ad20-4659-bb94-9273264eb15b
langcode: en
status: true
dependencies: { }
id: nov_osnutek
workflow: concept_workflow
transitions:
create_new_draft: create_new_draft
roles:
editor: editor
maska: maska
author: false
site_mail: false
emails: ''
subject: '[YUFU] New draft of [node:original:title]'
body:
value: "New draft pending moderation: [node:title] ([node:nid]) by [node:author:mail].\r\n\r\n[node:url]/revisions/view/[node:original:vid]/[node:vid]/visual_inline\r\n\r\n[node:body]"
format: plain_text
label: 'Nov osnutek'

View File

@ -1,18 +0,0 @@
uuid: c048753b-259e-4210-8e53-031ae5cbae0f
langcode: en
status: false
dependencies: { }
id: spremembe_sprejete
workflow: concept_workflow
transitions:
publish: publish
roles:
editor: editor
author: true
site_mail: false
emails: ''
subject: '[YUFU] Changes approved: [node:title]'
body:
value: 'Proposed changes to [node:title] ([node:url]) by [node:author:mail] were approved.'
format: plain_text
label: 'Spremembe sprejete'

View File

@ -6,7 +6,6 @@ dependencies:
- field.field.node.concept.body
- field.field.node.concept.field_media
- field.field.node.concept.field_related_concept
- field.field.node.concept.field_strojni_prevod
- node.type.concept
- workflows.workflow.concept_workflow
module:
@ -52,13 +51,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_strojni_prevod:
type: boolean_checkbox
weight: 26
region: content
settings:
display_label: true
third_party_settings: { }
langcode:
type: language_select
weight: 3

View File

@ -6,7 +6,6 @@ dependencies:
- field.field.node.concept.body
- field.field.node.concept.field_media
- field.field.node.concept.field_related_concept
- field.field.node.concept.field_strojni_prevod
- node.type.concept
module:
- text
@ -24,9 +23,9 @@ content:
weight: 101
region: content
content_moderation_control:
weight: -20
settings: { }
third_party_settings: { }
weight: -20
region: content
field_media:
type: entity_reference_entity_view
@ -45,16 +44,6 @@ content:
third_party_settings: { }
weight: 103
region: content
field_strojni_prevod:
type: boolean
label: above
settings:
format: default
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 104
region: content
links:
settings: { }
third_party_settings: { }

View File

@ -7,7 +7,6 @@ dependencies:
- field.field.node.concept.body
- field.field.node.concept.field_media
- field.field.node.concept.field_related_concept
- field.field.node.concept.field_strojni_prevod
- node.type.concept
module:
- text
@ -26,9 +25,9 @@ content:
weight: 101
region: content
content_moderation_control:
weight: -20
settings: { }
third_party_settings: { }
weight: -20
region: content
links:
settings: { }
@ -38,5 +37,4 @@ content:
hidden:
field_media: true
field_related_concept: true
field_strojni_prevod: true
langcode: true

View File

@ -12,6 +12,5 @@ _core:
default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs
id: node.diff
label: 'Revision comparison'
description: ''
targetEntityType: node
cache: true

View File

@ -14,12 +14,9 @@ module:
config_translation: 0
content_as_config: 0
content_moderation: 0
content_moderation_info_block: 0
content_moderation_notifications: 0
contextual: 0
datetime: 0
dblog: 0
devel: 0
diff: 0
dynamic_page_cache: 0
editor: 0

View File

@ -1,12 +0,0 @@
_core:
default_config_hash: Aqx6J0yYT6mVqT0fbjeP4JkoL-700nmudVF5d6Pq2Yo
page_alter: false
raw_names: false
error_handlers:
1: 1
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: var_dumper
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: true

View File

@ -1,10 +0,0 @@
_core:
default_config_hash: IQjf_ytthngZTAk_MU8-74VecArWD3G5g0oEH6PM6GA
toolbar_items:
- devel.admin_settings_link
- devel.cache_clear
- devel.container_info.service
- devel.menu_rebuild
- devel.reinstall
- devel.route_info
- devel.run_cron

View File

@ -15,5 +15,4 @@ general_settings:
unified_fields:
enabled: true
weight: 2
visual_default_view_mode: full
visual_inline_theme: default

View File

@ -11,9 +11,9 @@ dependencies:
third_party_settings:
content_translation:
translation_sync:
file: file
alt: '0'
title: '0'
alt: alt
title: title
file: '0'
_core:
default_config_hash: PmVL51L3A9QGbPLoeLHw5epAPszeZRasCeC3imeeDRQ
id: node.article.field_image

View File

@ -15,7 +15,7 @@ bundle: concept
label: Media
description: ''
required: false
translatable: false
translatable: true
default_value: { }
default_value_callback: ''
settings:

View File

@ -1,23 +0,0 @@
uuid: 959946bc-d4cb-47dc-8b5b-ab2bcf6f7bfc
langcode: sl
status: true
dependencies:
config:
- field.storage.node.field_strojni_prevod
- node.type.concept
id: node.concept.field_strojni_prevod
field_name: field_strojni_prevod
entity_type: node
bundle: concept
label: 'Strojni prevod?'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Da
off_label: Ne
field_type: boolean

View File

@ -1,18 +0,0 @@
uuid: 24af25a5-ec60-4d6f-b3c5-7e22dc08c082
langcode: sl
status: true
dependencies:
module:
- node
id: node.field_strojni_prevod
field_name: field_strojni_prevod
entity_type: node
type: boolean
settings: { }
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@ -1,11 +0,0 @@
uuid: 85dff136-e8f0-4adb-97fc-deb1e45dca2b
langcode: en
status: true
dependencies:
module:
- content_moderation
id: content_moderation_state.content_moderation_state
target_entity_type_id: content_moderation_state
target_bundle: content_moderation_state
default_langcode: site_default
language_alterable: false

View File

@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '1'
untranslatable_fields_hide: '0'
id: node.concept
target_entity_type_id: node
target_bundle: concept

View File

@ -1,9 +0,0 @@
uuid: 4179da2f-6dc6-4689-bbab-13b1655171fe
langcode: en
status: true
dependencies: { }
id: de
label: German
direction: ltr
weight: 4
locked: false

View File

@ -1,9 +0,0 @@
uuid: 46587206-0c5c-4431-9e3f-012fc2ca3e73
langcode: en
status: true
dependencies: { }
id: es
label: Spanish
direction: ltr
weight: 5
locked: false

View File

@ -1,9 +1,9 @@
uuid: 32738130-df06-46f9-88b0-0beda10c2fd8
uuid: b3b0ec66-bf9e-4114-8e61-b74b40fe2860
langcode: en
status: true
dependencies: { }
id: hr
label: Croatian
direction: ltr
weight: 6
weight: 2
locked: false

View File

@ -7,5 +7,5 @@ _core:
id: und
label: 'Not specified'
direction: ltr
weight: 7
weight: 4
locked: true

View File

@ -7,5 +7,5 @@ _core:
id: zxx
label: 'Not applicable'
direction: ltr
weight: 8
weight: 5
locked: true

View File

@ -5,17 +5,14 @@ session:
url:
source: path_prefix
prefixes:
en: en
en: ''
sl: sl
sr: sr
de: de
es: es
hr: hr
sr: sr
'': null
domains:
en: ''
sl: ''
sr: ''
de: ''
es: ''
hr: ''
sr: ''
selected_langcode: site_default

View File

@ -0,0 +1,2 @@
settings:
label: 'Glavni sadržaj stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Poruke statusa'

View File

@ -0,0 +1,2 @@
settings:
label: 'Naziv stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Primarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: 'Sekundarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: 'Glavni sadržaj stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Poruke statusa'

View File

@ -0,0 +1,2 @@
settings:
label: 'Naziv stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Primarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: 'Sekundarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: 'Glavni sadržaj stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Poruke statusa'

View File

@ -0,0 +1,2 @@
settings:
label: 'Naziv stranice'

View File

@ -0,0 +1,2 @@
settings:
label: 'Pokreće Drupal'

View File

@ -0,0 +1,2 @@
settings:
label: 'Primarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: 'Sekundarne oznake'

View File

@ -0,0 +1,2 @@
settings:
label: Administracija

View File

@ -0,0 +1,2 @@
settings:
label: 'Poruke statusa'

View File

@ -0,0 +1,2 @@
settings:
label: 'Naziv stranice'

View File

@ -0,0 +1,2 @@
settings:
label: Alati

View File

@ -0,0 +1 @@
label: 'Registriraj se'

View File

@ -0,0 +1 @@
label: 'Cijeli komentar'

View File

@ -0,0 +1 @@
label: 'Puni sadržaj'

View File

@ -0,0 +1 @@
label: 'Puni sadržaj'

View File

@ -0,0 +1 @@
label: 'Indeks pretraživanja'

View File

@ -0,0 +1 @@
label: 'Reultati pretrage s istaknutim unosom'

View File

@ -0,0 +1 @@
label: Mamac

View File

@ -0,0 +1 @@
label: 'Stranica taksonomijskog pojma'

View File

@ -0,0 +1 @@
label: 'Korisnički račun'

View File

@ -0,0 +1 @@
name: 'Obični tekst'

View File

@ -0,0 +1 @@
label: Engleski

View File

@ -0,0 +1 @@
label: Sadržaj

View File

@ -0,0 +1 @@
label: 'Izbriši komentar'

View File

@ -0,0 +1 @@
label: 'Objavi komentar'

View File

@ -0,0 +1 @@
label: 'Spremi komentar'

View File

@ -0,0 +1 @@
label: 'Prekini objavu komentara'

View File

@ -0,0 +1 @@
label: 'Učini sadržaj ljepljivim'

View File

@ -0,0 +1 @@
label: 'Ukloni ljepljivost sa sadržaja'

View File

@ -0,0 +1 @@
label: 'Promoviraj sadržaj na naslovnicu'

View File

@ -0,0 +1 @@
label: 'Objavi sadržaj'

View File

@ -0,0 +1 @@
label: 'Spremi sadržaj'

View File

@ -0,0 +1 @@
label: 'Degradiraj sadržaj s naslovnice'

View File

@ -0,0 +1 @@
label: 'Prekini objavu sadržaja'

View File

@ -0,0 +1 @@
message: '@site je trenutno van mreže. Uskoro bi trebao biti umrežen. Hvala na strpljenju.'

View File

@ -0,0 +1 @@
label: Administracija

View File

@ -1 +0,0 @@
label: Razvoj

View File

@ -0,0 +1 @@
label: Podnožje

View File

@ -0,0 +1 @@
label: Alati

View File

@ -0,0 +1,2 @@
register_admin_created:
subject: 'Administrator vam je otvorio račun pri [site:name]'

View File

@ -0,0 +1 @@
label: 'Anonimni korisnik'

View File

@ -0,0 +1 @@
anonymous: Anoniman

View File

@ -0,0 +1,33 @@
label: 'Custom block library'
description: 'Find and manage custom blocks.'
display:
default:
display_title: Zadano
display_options:
title: 'Custom block library'
fields:
info:
label: 'Opis bloka'
changed:
label: Osvježeno
operations:
label: Operacije
exposed_form:
options:
submit_button: Primjeni
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
empty:
area_text_custom:
content: 'There are no custom blocks available.'
filters:
info:
expose:
label: 'Opis bloka'
page_1:
display_title: Stranica
display_options:
menu:
title: 'Custom block library'

View File

@ -0,0 +1,74 @@
label: Komentari
display:
default:
display_title: Zadano
display_options:
title: Komentari
fields:
comment_bulk_form:
action_title: Akcija
subject:
label: Naziv
name:
label: Autor
entity_id:
label: 'Objavljeno u'
changed:
label: Osvježeno
operations:
label: Operacije
pager:
options:
tags:
next: 'sljedeća '
previous: ' prethodna'
first: '« prva'
last: 'posljednja »'
exposed_form:
options:
submit_button: Pročisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
empty:
area_text_custom:
content: 'Nema dostupnih komentara.'
filters:
subject:
expose:
label: Naziv
langcode:
expose:
label: Jezik
use_more_text: više
page_published:
display_title: 'Objavljeni komentari'
display_options:
menu:
title: Komentari
page_unapproved:
display_title: 'Neodobreni komentari'
display_options:
fields:
comment_bulk_form:
action_title: Akcija
subject:
label: Naziv
name:
label: Autor
entity_id:
label: 'Objavljeno u'
changed:
label: Osvježeno
operations:
label: Operacije
filters:
subject:
expose:
label: Naziv
langcode:
expose:
label: Jezik
menu:
title: 'Neodobreni komentari'

View File

@ -0,0 +1,13 @@
label: 'Posljednji komentari'
display:
default:
display_title: Zadano
display_options:
title: 'Posljednji komentari'
empty:
area_text_custom:
content: 'Nema dostupnih komentara.'
block_1:
display_title: Blok
display_options:
block_description: 'Posljednji komentari'

View File

@ -0,0 +1,49 @@
label: Sadržaj
display:
default:
display_title: Zadano
display_options:
title: Sadržaj
fields:
title:
label: Naziv
type:
label: 'Vrsta sadržaja'
name:
label: Autor
status:
settings:
format_custom_true: Objavljeno
changed:
label: Osvježeno
operations:
label: Operacije
exposed_form:
options:
submit_button: Pročisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
title:
expose:
label: Naziv
type:
expose:
label: 'Vrsta sadržaja'
status:
group_info:
group_items:
1:
title: Objavljeno
langcode:
expose:
label: Jezik
page_1:
display_title: Stranica
display_options:
menu:
title: Sadržaj
tab_options:
title: Sadržaj

View File

@ -0,0 +1,46 @@
label: Mediji
display:
default:
display_title: Zadano
display_options:
title: Mediji
fields:
media_bulk_form:
action_title: Akcija
bundle:
label: Vrsta
uid:
label: Autor
status:
settings:
format_custom_true: Objavljeno
changed:
label: Osvježeno
operations:
label: Operacije
exposed_form:
options:
submit_button: Pročisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
bundle:
expose:
label: Vrsta
status:
expose:
label: Istina
group_info:
group_items:
1:
title: Objavljeno
langcode:
expose:
label: Jezik
media_page_list:
display_title: Mediji
display_options:
menu:
title: Mediji

View File

@ -0,0 +1,74 @@
display:
default:
display_title: Zadano
display_options:
title: Mediji
fields:
media_bulk_form:
action_title: Akcija
exposed_form:
options:
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
status:
group_info:
label: Objavljeno
group_items:
1:
title: Objavljeno
name:
expose:
label: Naziv
langcode:
expose:
label: Jezik
page:
display_title: Stranica
display_options:
fields:
media_bulk_form:
action_title: Akcija
edit_media:
text: Uredi
delete_media:
text: Ukloni
widget:
display_options:
arguments:
bundle:
exception:
title: Svi
filters:
name:
expose:
label: Naziv
header:
display_link_grid:
label: Mreža
display_link_table:
label: Tablica
widget_table:
display_options:
fields:
name:
label: Naziv
uid:
label: Autor
changed:
label: Osvježeno
arguments:
bundle:
exception:
title: Svi
filters:
name:
expose:
label: Naziv
header:
display_link_grid:
label: Mreža
display_link_table:
label: Tablica

View File

@ -0,0 +1,42 @@
label: 'Moderirani sadržaj'
display:
default:
display_title: Zadano
display_options:
title: 'Moderirani sadržaj'
fields:
title:
label: Naziv
separator: ', '
type:
label: 'Vrsta sadržaja'
separator: ', '
name:
label: Autor
separator: ', '
moderation_state:
separator: ', '
changed:
label: Osvježeno
separator: ', '
operations:
label: Operacije
exposed_form:
options:
submit_button: Pročisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
title:
expose:
label: Naziv
type:
expose:
label: 'Vrsta sadržaja'
langcode:
expose:
label: Jezik
moderated_content:
display_title: 'Moderirani sadržaj'

View File

@ -0,0 +1,18 @@
label: 'Pojam taksonomije'
display:
default:
display_title: Zadano
display_options:
exposed_form:
options:
submit_button: Primjeni
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Uzlazno
sort_desc_label: Silazno
arguments:
tid:
exception:
title: Svi
page_1:
display_title: Stranica

View File

@ -1,2 +0,0 @@
settings:
label: 'RSS feed'

View File

@ -1 +0,0 @@
label: RSS

View File

@ -1 +0,0 @@
label: German

View File

@ -1 +0,0 @@
label: Španščina

View File

@ -1 +1 @@
label: Poizvedba
label: Sadržaj

View File

@ -1 +0,0 @@
label: Razvoj

View File

@ -15,10 +15,10 @@ display:
exposed_form:
options:
submit_button: Primjeni
reset_button_label: Ponastavi
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Naraščajoče
sort_desc_label: Padajoče
sort_asc_label: Uzlazno
sort_desc_label: Silazno
empty:
area_text_custom:
content: 'There are no custom blocks available.'

View File

@ -26,11 +26,11 @@ display:
last: 'posljednja »'
exposed_form:
options:
submit_button: Filtriraj
reset_button_label: Ponastavi
submit_button: Počisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Naraščajoče
sort_desc_label: Padajoče
sort_asc_label: Uzlazno
sort_desc_label: Silazno
empty:
area_text_custom:
content: 'Nema dostupnih komentara.'

View File

@ -20,11 +20,11 @@ display:
label: Operacije
exposed_form:
options:
submit_button: Filtriraj
reset_button_label: Ponastavi
submit_button: Počisti
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Naraščajoče
sort_desc_label: Padajoče
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
bundle:
expose:

View File

@ -8,10 +8,10 @@ display:
action_title: Akcija
exposed_form:
options:
reset_button_label: Ponastavi
reset_button_label: Poništi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Naraščajoče
sort_desc_label: Padajoče
sort_asc_label: Uzlazno
sort_desc_label: Silazno
filters:
status:
group_info:
@ -36,7 +36,6 @@ display:
delete_media:
text: Ukloni
widget:
display_title: Widget
display_options:
arguments:
bundle:

View File

@ -7,15 +7,23 @@ display:
fields:
title:
label: Naslov
separator: ', '
type:
label: 'Tip vsebin'
separator: ', '
name:
label: Avtor
separator: ', '
moderation_state:
separator: ', '
changed:
label: Posodobljeno
separator: ', '
operations:
label: Operacije
exposed_form:
options:
submit_button: Filtriraj
submit_button: Počisti
reset_button_label: Ponastavi
exposed_sorts_label: 'Rasporedi po'
sort_asc_label: Naraščajoče
@ -24,6 +32,9 @@ display:
title:
expose:
label: Naslov
type:
expose:
label: ''
langcode:
expose:
label: Jezik

Some files were not shown because too many files have changed in this diff Show More