Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jul 23, 2023
1 parent 5354c67 commit 65fa1c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions resources/lang/en/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
'controls' => 'Controls',
'planning' => 'Planning',
'radar' => 'Analysis',
'radar_by_domains' => 'by domaines',
'radar_by_controls' => 'by measures',
'radar_by_attributes' => 'by attributs',
'action_plan' => 'Action plans',
'configuration' => [
'title' => 'Configuration',
Expand Down
3 changes: 3 additions & 0 deletions resources/lang/fr/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
'controls' => 'Contrôles',
'planning' => 'Planning',
'radar' => 'Analyse',
'radar_by_domains' => 'par domaines',
'radar_by_controls' => 'par contrôles',
'radar_by_attributes' => 'par attributs',
'action_plan' => 'Plans d\'action',
'configuration' => [
'title' => 'Configuration',
Expand Down
6 changes: 3 additions & 3 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
</a>
<ul class="navview-menu stay-open" data-role="dropdown" >
<li><a href="/control/radar/domains">
<span class="caption">by domains</span>
<span class="caption">{{ trans("menu.radar_by_domains") }}</span>
</a></li>
<li><a href="/control/radar/measures">
<span class="caption">by measures</span>
<span class="caption">{{ trans("menu.radar_by_controls") }}</span>
</a></li>
<li><a href="/control/radar/attributes">
<span class="caption">by attributes</span>
<span class="caption">{{ trans("menu.radar_by_attributes") }}</span>
</a></li>
</ul>
</li>
Expand Down

0 comments on commit 65fa1c8

Please sign in to comment.