Skip to content

Commit

Permalink
Merge pull request #221 from dbarzin/dev
Browse files Browse the repository at this point in the history
add translation
  • Loading branch information
dbarzin authored Nov 10, 2024
2 parents 50c15a4 + 10b1516 commit 1b9b37a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
25 changes: 13 additions & 12 deletions resources/lang/en/cruds.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,19 @@
'made' => 'This measurement has already been made.',
'duplicate' => 'This measurement already exists.',
],
'checklist' => 'Measure sheet',
'create' => 'Create a measure',
'list' => 'Measurement list',
'edit' => 'Edit measurement',
'history' => 'Schedule',
'make' => 'Make a measurement',
'plan' => 'Schedule a measurement',
'radar' => 'Security measurement status',
'title' => 'Measurements',
'title_singular' => 'Measurement',
'groupBy' => 'Groop by',
],
'checklist' => 'Measure sheet',
'create' => 'Create a measure',
'list' => 'Measurement list',
'edit' => 'Edit measurement',
'history' => 'Schedule',
'make' => 'Make a measurement',
'plan' => 'Schedule a measurement',
'radar' => 'Security measurement status',
'title' => 'Measurements',
'title_singular' => 'Measurement',
'groupBy' => 'Group by',
'create_action' => 'Create an action plan',
],
'notification' => [
'subject' => 'Measurement list to carry out',
],
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/fr/cruds.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
'radar' => 'Etat des contrôles de sécurité',
'title' => 'Contrôles',
'title_singular' => 'Contrôle',
'groupBy' => 'Groupé par'
'groupBy' => 'Groupé par',
'create_action' => 'Créer un plan d\'action',
],
'measure' => [
'title' => 'Mesure',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/controls/make.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
</div>
<div class="cell-3">
<input type="checkbox" name="add_action_plan" data-role="checkbox" id="toggleTextarea"/>
Create an action plan
{{ trans('cruds.control.create_action') }}
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 1b9b37a

Please sign in to comment.