updated H I J K L modules
This commit is contained in:
parent
6f44fbe42b
commit
5da3c996e4
|
@ -119,7 +119,7 @@
|
|||
"drupal/jsonrpc": "^2.0",
|
||||
"drupal/login_destination": "^2.x-dev@dev",
|
||||
"drupal/login_history": "^1.x-dev",
|
||||
"drupal/login_tracker": "^1.4",
|
||||
"drupal/login_tracker": "^2.0",
|
||||
"drupal/mailgun": "^1.x-dev",
|
||||
"drupal/mailjet": "3.0.x-dev@dev",
|
||||
"drupal/mailsystem": "^4.1",
|
||||
|
@ -194,7 +194,7 @@
|
|||
"config": {
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.4"
|
||||
"php": "8.1"
|
||||
},
|
||||
"discard-changes": true,
|
||||
"allow-plugins": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -122,6 +122,7 @@ module:
|
|||
language: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
link_attributes_menu_link_content: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
login_history: 0
|
||||
|
|
|
@ -2,24 +2,6 @@ display:
|
|||
default:
|
||||
display_title: Principal
|
||||
display_options:
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
pager:
|
||||
options:
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
first: '« Premier'
|
||||
last: 'Dernier »'
|
||||
expose:
|
||||
items_per_page_label: 'Éléments par page'
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset_label: Décalage
|
||||
fields:
|
||||
title:
|
||||
label: Titre
|
||||
|
@ -33,6 +15,24 @@ display:
|
|||
separator: ', '
|
||||
operations:
|
||||
label: Actions
|
||||
pager:
|
||||
options:
|
||||
tags:
|
||||
next: ››
|
||||
previous: ‹‹
|
||||
first: '« Premier'
|
||||
last: 'Dernier »'
|
||||
expose:
|
||||
items_per_page_label: 'Éléments par page'
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset_label: Décalage
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
filters:
|
||||
status:
|
||||
expose:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1456ea540f5ff11b1f946a46285e8e059810ea95
|
||||
Subproject commit 8ab64cf24bae8878b64c865c2b787bd2d7101efc
|
Loading…
Reference in New Issue