Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/lang/nl/component.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
'status' => [
'operational' => 'Functioneel',
'performance_issues' => 'Prestatieproblemen',
'partial_outage' => 'Gedeeltelijke mislukking',
'major_outage' => 'Ernstige mislukking',
'partial_outage' => 'Gedeeltelijke storing',
'major_outage' => 'Ernstige storing',
'unknown' => 'Onbekend',
],

Expand Down
2 changes: 1 addition & 1 deletion resources/lang/nl/incident.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'investigating' => 'Onderzoek',
'identified' => 'Geïdentificeerd',
'watching' => 'Observatie',
'fixed' => 'Vast',
'fixed' => 'Opgelost',
'reported' => 'Gerapporteerd',
],
'edit_button' => 'Incident bewerken',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/nl/metric.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'list' => [
'headers' => [
'name' => 'Naam',
'suffix' => 'Suffix',
'suffix' => 'Achtervoegsel',
'default_value' => 'Standaardwaarde',
'calc_type' => 'Metrisch type',
'display_chart' => 'Diagram weergeven',
Expand All @@ -25,7 +25,7 @@
],
'form' => [
'name_label' => 'Name',
'suffix_label' => 'Suffix',
'suffix_label' => 'Achtervoegsel',
'description_label' => 'Beschrijving',
'default_view_label' => 'Standaard weergave',
'default_value_label' => 'Standaardwaarde',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/nl/schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
'actions' => [
'record_update' => 'Update publiceren',
'complete' => 'Volledig onderhoud',
'complete' => 'Onderhoud afronden',
],
],
'form' => [
Expand All @@ -36,7 +36,7 @@
],
],
'status' => [
'upcoming' => 'Spoedig',
'upcoming' => 'Gepland',
'in_progress' => 'Actief',
'complete' => 'Voltooid',
],
Expand Down
Loading