Skip to content

Commit

Permalink
Merge pull request #977 from UN-OCHA/release-versions/v1.8.3
Browse files Browse the repository at this point in the history
release versions/v1.8.3
  • Loading branch information
berliner authored Apr 16, 2024
2 parents 08bd5c7 + 4a43f13 commit 269d599
Show file tree
Hide file tree
Showing 103 changed files with 2,786 additions and 4 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"phpoffice/phpspreadsheet": "^1.19",
"unocha/common_design": "^9",
"unocha/d3-sparkline": "^2.1",
"unocha/ocha_monitoring": "^1.0",
"unocha/ocha_snap": "^8.3"
},
"require-dev": {
Expand Down
106 changes: 102 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ module:
migrate: 0
migrate_plus: 0
migrate_tools: 0
monitoring: 0
mysql: 0
node: 0
ocha_monitoring: 0
ocha_snap: 0
options: 0
page_cache: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Mode maintenance'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Thème par défaut'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Mémoire
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Mode de débogage de Twig'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Cœur
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Utilisateurs actifs'
1 change: 1 addition & 0 deletions config/language/fr/monitoring.sensor_config.user_new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Nouveaux utilisateurs'
4 changes: 4 additions & 0 deletions config/language/fr/views.view.archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ display:
submit_button: Appliquer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
block_1:
display_title: Bloc
page_1:
display_title: Page
3 changes: 3 additions & 0 deletions config/language/fr/views.view.block_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ display:
submit_button: Appliquer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: "Il n'y a pas de bloc personnalisé disponible."
Expand All @@ -39,6 +41,7 @@ display:
expose:
label: 'Type de bloc'
page_1:
display_title: Page
display_options:
menu:
title: 'Bibliothèque de blocs personnalisés'
2 changes: 2 additions & 0 deletions config/language/fr/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ display:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: 'No content available.'
Expand Down
3 changes: 3 additions & 0 deletions config/language/fr/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ display:
label: 'Date de modification'
count:
label: 'Utilisé dans'
format_plural_string: !!binary QGNvdW50IGVtcGxhY2VtZW50A0Bjb3VudCBlbXBsYWNlbWVudHM=
pager:
options:
tags:
Expand All @@ -38,6 +39,8 @@ display:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: 'Aucun fichier disponible.'
Expand Down
4 changes: 4 additions & 0 deletions config/language/fr/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ display:
submit_button: Appliquer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: "Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le <a href=\"https://www.drupal.org/fr/docs/user_guide/fr/index.html\">Guide utilisateur</a> pour démarrer la construction de votre site."
title:
title: 'Welcome to [site:name]'
feed_1:
display_title: Flux
page_1:
display_title: Page
4 changes: 4 additions & 0 deletions config/language/fr/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ display:
submit_button: Appliquer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
attachment_1:
display_title: 'Fichier attaché'
page_1:
display_title: Page
2 changes: 2 additions & 0 deletions config/language/fr/views.view.media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ display:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: 'Aucun média disponible.'
Expand Down
3 changes: 3 additions & 0 deletions config/language/fr/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ display:
submit_button: 'Appliquer les filtres'
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: 'Aucun média disponible.'
Expand Down Expand Up @@ -51,6 +53,7 @@ display:
expose:
label: Language
page:
display_title: Page
display_options:
fields:
edit_media:
Expand Down
48 changes: 48 additions & 0 deletions config/language/fr/views.view.monitoring_sensor_results.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
display:
default:
display_title: Maître
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:
expose:
items_per_page_label: 'Éléments par page'
items_per_page_options_all_label: '- Tout -'
offset_label: Décalage
tags:
previous: "\_précédent"
next: "suivant\_"
first: "«\_premier"
last: "dernier\_»"
fields:
sensor_status:
label: Status
sensor_message:
label: "Message d'état"
timestamp:
label: Horodatage
title: Journal
arguments:
sensor_name:
exception:
title: Tout
detail_page_log:
display_options:
fields:
timestamp:
label: Horodatage
sensor_status:
label: Status
sensor_message:
label: "Message d'état"
page_1:
display_title: Page
display_options:
menu:
title: Journal
4 changes: 4 additions & 0 deletions config/language/fr/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ display:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
tags:
Expand Down Expand Up @@ -61,3 +63,5 @@ display:
empty:
area_text_custom:
content: "Il n'y a pas encore de redirection."
page_1:
display_title: Page
4 changes: 4 additions & 0 deletions config/language/fr/views.view.taxonomy_term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ display:
submit_button: Appliquer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
arguments:
tid:
exception:
title: Tout
feed_1:
display_title: Flux
page_1:
display_title: Page
3 changes: 3 additions & 0 deletions config/language/fr/views.view.user_admin_people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ display:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: "Personne n'est disponible."
Expand All @@ -59,6 +61,7 @@ display:
label: Rôle
use_more_text: plus
page_1:
display_title: Page
display_options:
menu:
title: Lister
Expand Down
20 changes: 20 additions & 0 deletions config/monitoring.sensor_config.core_cron_last_run_age.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
uuid: da60978c-0e63-4781-9646-435d285e0fd9
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 9xaHOMw0Ra9sOuNKGoBqCLFoX2pj_66FbTQPK1CFK1U
id: core_cron_last_run_age
label: 'Last cron run age'
description: 'Time since last cron run'
category: Cron
plugin_id: cron_last_run_time
result_class: null
value_label: null
value_type: time_interval
caching_time: null
settings: { }
thresholds:
type: exceeds
warning: 86400
critical: 259200
Loading

0 comments on commit 269d599

Please sign in to comment.