Skip to content

Commit

Permalink
Auto update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Feb 18, 2025
1 parent 25a68bd commit 75a0612
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 18 deletions.
23 changes: 14 additions & 9 deletions lang/it/snapshot.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?php return array (
'navigation' =>
array (
'label' => 'snapshot.navigation',
'group' => 'snapshot.navigation',
'icon' => 'snapshot.navigation',
'sort' => 8,
),
);
<?php
return array(
'navigation' => array(
'name' => 'Snapshot',
'plural' => 'Snapshots',
'group' => array(
'name' => 'Monitoraggio',
'description' => 'Gestione degli snapshot di sistema',
),
'label' => 'Snapshot',
'sort' => 63,
'icon' => 'activity-snapshot-animated',
),
);
23 changes: 14 additions & 9 deletions lang/it/stored_event.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?php return array (
'navigation' =>
array (
'label' => 'stored event.navigation',
'group' => 'stored event.navigation',
'icon' => 'stored event.navigation',
'sort' => 55,
),
);
<?php
return array(
'navigation' => array(
'name' => 'Eventi Archiviati',
'plural' => 'Eventi Archiviati',
'group' => array(
'name' => 'Monitoraggio',
'description' => 'Gestione degli eventi di sistema archiviati',
),
'label' => 'Eventi Archiviati',
'sort' => 62,
'icon' => 'activity-stored-event-animated',
),
);
15 changes: 15 additions & 0 deletions resources/svg/snapshot-animated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions resources/svg/stored-event-animated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75a0612

Please sign in to comment.