Compare commits
46 Commits
31-related
...
master
Author | SHA1 | Date |
---|---|---|
Jurij Podgoršek | 4721c6a3fe | |
Jurij Podgoršek | e460779649 | |
Jurij Podgoršek | 53712d8946 | |
Jurij Podgoršek | 7b2374fde6 | |
Jurij Podgoršek | 06a3a1b3a2 | |
Jurij Podgoršek | 803a8c0197 | |
Jurij Podgoršek | 2f0b7ca1aa | |
Jurij Podgoršek | 6cb7199d22 | |
Jurij Podgoršek | aca2cd8d54 | |
Jurij Podgoršek | 9baf4dfcb2 | |
Jurij Podgoršek | d6406d9624 | |
Jurij Podgoršek | 5dcef94585 | |
Jurij Podgoršek | 9dc26007a0 | |
Jurij Podgoršek | 9d50577f51 | |
Lio Novelli | 3198af9c67 | |
Jurij Podgoršek | c51c571dd9 | |
Jurij Podgoršek | b7ece305f7 | |
Jurij Podgoršek | a393a624fb | |
Jurij Podgoršek | 1f5aaede91 | |
Jurij Podgoršek | f87710cecf | |
Jurij Podgoršek | 5c6ad30005 | |
Jurij Podgoršek | 843ff7badb | |
Jurij Podgoršek | 4d7c41bd37 | |
janko | 9e81be6be2 | |
janko | eb9cfb9ba0 | |
Jurij Podgoršek | 63d609a08f | |
janko | cac81af886 | |
Jurij Podgoršek | 0da2785e59 | |
Jurij Podgoršek | 56252bb3bf | |
Jurij Podgoršek | b904b455ee | |
janko | 2691b43a00 | |
Jurij Podgoršek | 9aadc46355 | |
Jurij Podgoršek | 1b138f26d7 | |
Jurij Podgoršek | 212d589909 | |
Jurij Podgoršek | 2be8cf3f60 | |
Jurij Podgoršek | 33c57b8594 | |
Jurij Podgoršek | 1d371e8ec3 | |
Jurij Podgoršek | 8e183c4703 | |
Jurij Podgoršek | 769d6ef1e4 | |
Lio Novelli | 98f6e751e7 | |
Lio Novelli | 1ab9d5f2b5 | |
Lio Novelli | 8767ef606b | |
Lio Novelli | dd0a8de6b2 | |
Jurij Podgoršek | 35d445e0fb | |
Lio Novelli | 695d06da33 | |
Jurij Podgoršek | 350256a853 |
|
@ -42,6 +42,9 @@
|
|||
*.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."
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
# 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
|
||||
|
|
12
README.md
12
README.md
|
@ -24,6 +24,10 @@ 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:
|
||||
|
@ -69,3 +73,11 @@ 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`
|
||||
|
|
|
@ -20,11 +20,13 @@
|
|||
"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.0",
|
||||
"drupal/diff": "^1.1",
|
||||
"drupal/core-recommended": "^10.2.4",
|
||||
"drupal/diff": "^1.1",
|
||||
"drupal/devel": "^5.1",
|
||||
"drupal/gin": "^3.0@RC",
|
||||
"drupal/gin_toolbar": "^1.0@RC",
|
||||
"drupal/jsonapi_menu_items": "^1.2",
|
||||
|
@ -54,6 +56,9 @@
|
|||
"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": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
interval: 21600
|
|
@ -0,0 +1,30 @@
|
|||
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
|
|
@ -0,0 +1,28 @@
|
|||
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: { }
|
|
@ -0,0 +1,19 @@
|
|||
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'
|
|
@ -0,0 +1,18 @@
|
|||
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'
|
|
@ -6,6 +6,7 @@ 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:
|
||||
|
@ -51,6 +52,13 @@ 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
|
||||
|
|
|
@ -6,6 +6,7 @@ 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
|
||||
|
@ -23,9 +24,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
|
||||
|
@ -44,6 +45,16 @@ 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: { }
|
||||
|
|
|
@ -7,6 +7,7 @@ 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
|
||||
|
@ -25,9 +26,9 @@ content:
|
|||
weight: 101
|
||||
region: content
|
||||
content_moderation_control:
|
||||
weight: -20
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: -20
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
|
@ -37,4 +38,5 @@ content:
|
|||
hidden:
|
||||
field_media: true
|
||||
field_related_concept: true
|
||||
field_strojni_prevod: true
|
||||
langcode: true
|
||||
|
|
|
@ -12,5 +12,6 @@ _core:
|
|||
default_config_hash: pqZNtad5J9THcdbYjwPD4qINqvrTxnOd8KCWn6tUBRs
|
||||
id: node.diff
|
||||
label: 'Revision comparison'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
|
|
@ -14,9 +14,12 @@ 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
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
_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
|
|
@ -0,0 +1,10 @@
|
|||
_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
|
|
@ -15,4 +15,5 @@ general_settings:
|
|||
unified_fields:
|
||||
enabled: true
|
||||
weight: 2
|
||||
visual_default_view_mode: full
|
||||
visual_inline_theme: default
|
||||
|
|
|
@ -11,9 +11,9 @@ dependencies:
|
|||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
file: '0'
|
||||
file: file
|
||||
alt: '0'
|
||||
title: '0'
|
||||
_core:
|
||||
default_config_hash: PmVL51L3A9QGbPLoeLHw5epAPszeZRasCeC3imeeDRQ
|
||||
id: node.article.field_image
|
||||
|
|
|
@ -15,7 +15,7 @@ bundle: concept
|
|||
label: Media
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
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
|
|
@ -0,0 +1,18 @@
|
|||
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
|
|
@ -0,0 +1,11 @@
|
|||
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
|
|
@ -10,7 +10,7 @@ third_party_settings:
|
|||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
untranslatable_fields_hide: '1'
|
||||
id: node.concept
|
||||
target_entity_type_id: node
|
||||
target_bundle: concept
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
uuid: 4179da2f-6dc6-4689-bbab-13b1655171fe
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: de
|
||||
label: German
|
||||
direction: ltr
|
||||
weight: 4
|
||||
locked: false
|
|
@ -0,0 +1,9 @@
|
|||
uuid: 46587206-0c5c-4431-9e3f-012fc2ca3e73
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: es
|
||||
label: Spanish
|
||||
direction: ltr
|
||||
weight: 5
|
||||
locked: false
|
|
@ -1,9 +1,9 @@
|
|||
uuid: b3b0ec66-bf9e-4114-8e61-b74b40fe2860
|
||||
uuid: 32738130-df06-46f9-88b0-0beda10c2fd8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: hr
|
||||
label: Croatian
|
||||
direction: ltr
|
||||
weight: 2
|
||||
weight: 6
|
||||
locked: false
|
||||
|
|
|
@ -7,5 +7,5 @@ _core:
|
|||
id: und
|
||||
label: 'Not specified'
|
||||
direction: ltr
|
||||
weight: 4
|
||||
weight: 7
|
||||
locked: true
|
||||
|
|
|
@ -7,5 +7,5 @@ _core:
|
|||
id: zxx
|
||||
label: 'Not applicable'
|
||||
direction: ltr
|
||||
weight: 5
|
||||
weight: 8
|
||||
locked: true
|
||||
|
|
|
@ -5,14 +5,17 @@ session:
|
|||
url:
|
||||
source: path_prefix
|
||||
prefixes:
|
||||
en: ''
|
||||
en: en
|
||||
sl: sl
|
||||
hr: hr
|
||||
sr: sr
|
||||
'': null
|
||||
de: de
|
||||
es: es
|
||||
hr: hr
|
||||
domains:
|
||||
en: ''
|
||||
sl: ''
|
||||
hr: ''
|
||||
sr: ''
|
||||
de: ''
|
||||
es: ''
|
||||
hr: ''
|
||||
selected_langcode: site_default
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Glavni sadržaj stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Poruke statusa'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Naziv stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Primarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Sekundarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Glavni sadržaj stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Poruke statusa'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Naziv stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Primarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Sekundarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Glavni sadržaj stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Poruke statusa'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Naziv stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Pokreće Drupal'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Primarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Sekundarne oznake'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: Administracija
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Poruke statusa'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: 'Naziv stranice'
|
|
@ -1,2 +0,0 @@
|
|||
settings:
|
||||
label: Alati
|
|
@ -1 +0,0 @@
|
|||
label: 'Registriraj se'
|
|
@ -1 +0,0 @@
|
|||
label: 'Cijeli komentar'
|
|
@ -1 +0,0 @@
|
|||
label: 'Puni sadržaj'
|
|
@ -1 +0,0 @@
|
|||
label: 'Puni sadržaj'
|
|
@ -1 +0,0 @@
|
|||
label: 'Indeks pretraživanja'
|
|
@ -1 +0,0 @@
|
|||
label: 'Reultati pretrage s istaknutim unosom'
|
|
@ -1 +0,0 @@
|
|||
label: Mamac
|
|
@ -1 +0,0 @@
|
|||
label: 'Stranica taksonomijskog pojma'
|
|
@ -1 +0,0 @@
|
|||
label: 'Korisnički račun'
|
|
@ -1 +0,0 @@
|
|||
name: 'Obični tekst'
|
|
@ -1 +0,0 @@
|
|||
label: Engleski
|
|
@ -1 +0,0 @@
|
|||
label: Sadržaj
|
|
@ -1 +0,0 @@
|
|||
label: 'Izbriši komentar'
|
|
@ -1 +0,0 @@
|
|||
label: 'Objavi komentar'
|
|
@ -1 +0,0 @@
|
|||
label: 'Spremi komentar'
|
|
@ -1 +0,0 @@
|
|||
label: 'Prekini objavu komentara'
|
|
@ -1 +0,0 @@
|
|||
label: 'Učini sadržaj ljepljivim'
|
|
@ -1 +0,0 @@
|
|||
label: 'Ukloni ljepljivost sa sadržaja'
|
|
@ -1 +0,0 @@
|
|||
label: 'Promoviraj sadržaj na naslovnicu'
|
|
@ -1 +0,0 @@
|
|||
label: 'Objavi sadržaj'
|
|
@ -1 +0,0 @@
|
|||
label: 'Spremi sadržaj'
|
|
@ -1 +0,0 @@
|
|||
label: 'Degradiraj sadržaj s naslovnice'
|
|
@ -1 +0,0 @@
|
|||
label: 'Prekini objavu sadržaja'
|
|
@ -1 +0,0 @@
|
|||
message: '@site je trenutno van mreže. Uskoro bi trebao biti umrežen. Hvala na strpljenju.'
|
|
@ -1 +0,0 @@
|
|||
label: Administracija
|
|
@ -0,0 +1 @@
|
|||
label: Razvoj
|
|
@ -1 +0,0 @@
|
|||
label: Podnožje
|
|
@ -1 +0,0 @@
|
|||
label: Alati
|
|
@ -1,2 +0,0 @@
|
|||
register_admin_created:
|
||||
subject: 'Administrator vam je otvorio račun pri [site:name]'
|
|
@ -1 +0,0 @@
|
|||
label: 'Anonimni korisnik'
|
|
@ -1 +0,0 @@
|
|||
anonymous: Anoniman
|
|
@ -1,33 +0,0 @@
|
|||
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'
|
|
@ -1,74 +0,0 @@
|
|||
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'
|
|
@ -1,13 +0,0 @@
|
|||
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'
|
|
@ -1,49 +0,0 @@
|
|||
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
|
|
@ -1,46 +0,0 @@
|
|||
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
|
|
@ -1,74 +0,0 @@
|
|||
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
|
|
@ -1,42 +0,0 @@
|
|||
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'
|
|
@ -1,18 +0,0 @@
|
|||
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
|
|
@ -0,0 +1,2 @@
|
|||
settings:
|
||||
label: 'RSS feed'
|
|
@ -0,0 +1 @@
|
|||
label: RSS
|
|
@ -0,0 +1 @@
|
|||
label: German
|
|
@ -0,0 +1 @@
|
|||
label: Španščina
|
|
@ -1 +1 @@
|
|||
label: Sadržaj
|
||||
label: Poizvedba
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
label: Razvoj
|
|
@ -15,10 +15,10 @@ display:
|
|||
exposed_form:
|
||||
options:
|
||||
submit_button: Primjeni
|
||||
reset_button_label: Poništi
|
||||
reset_button_label: Ponastavi
|
||||
exposed_sorts_label: 'Rasporedi po'
|
||||
sort_asc_label: Uzlazno
|
||||
sort_desc_label: Silazno
|
||||
sort_asc_label: Naraščajoče
|
||||
sort_desc_label: Padajoče
|
||||
empty:
|
||||
area_text_custom:
|
||||
content: 'There are no custom blocks available.'
|
||||
|
|
|
@ -26,11 +26,11 @@ display:
|
|||
last: 'posljednja »'
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Počisti
|
||||
reset_button_label: Poništi
|
||||
submit_button: Filtriraj
|
||||
reset_button_label: Ponastavi
|
||||
exposed_sorts_label: 'Rasporedi po'
|
||||
sort_asc_label: Uzlazno
|
||||
sort_desc_label: Silazno
|
||||
sort_asc_label: Naraščajoče
|
||||
sort_desc_label: Padajoče
|
||||
empty:
|
||||
area_text_custom:
|
||||
content: 'Nema dostupnih komentara.'
|
||||
|
|
|
@ -20,11 +20,11 @@ display:
|
|||
label: Operacije
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Počisti
|
||||
reset_button_label: Poništi
|
||||
submit_button: Filtriraj
|
||||
reset_button_label: Ponastavi
|
||||
exposed_sorts_label: 'Rasporedi po'
|
||||
sort_asc_label: Uzlazno
|
||||
sort_desc_label: Silazno
|
||||
sort_asc_label: Naraščajoče
|
||||
sort_desc_label: Padajoče
|
||||
filters:
|
||||
bundle:
|
||||
expose:
|
||||
|
|
|
@ -8,10 +8,10 @@ display:
|
|||
action_title: Akcija
|
||||
exposed_form:
|
||||
options:
|
||||
reset_button_label: Poništi
|
||||
reset_button_label: Ponastavi
|
||||
exposed_sorts_label: 'Rasporedi po'
|
||||
sort_asc_label: Uzlazno
|
||||
sort_desc_label: Silazno
|
||||
sort_asc_label: Naraščajoče
|
||||
sort_desc_label: Padajoče
|
||||
filters:
|
||||
status:
|
||||
group_info:
|
||||
|
@ -36,6 +36,7 @@ display:
|
|||
delete_media:
|
||||
text: Ukloni
|
||||
widget:
|
||||
display_title: Widget
|
||||
display_options:
|
||||
arguments:
|
||||
bundle:
|
||||
|
|
|
@ -7,23 +7,15 @@ 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: Počisti
|
||||
submit_button: Filtriraj
|
||||
reset_button_label: Ponastavi
|
||||
exposed_sorts_label: 'Rasporedi po'
|
||||
sort_asc_label: Naraščajoče
|
||||
|
@ -32,9 +24,6 @@ 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
Loading…
Reference in New Issue