Skip to content

Commit 69d21f4

Browse files
authored
Fix dutch translations (#231)
1 parent a86919b commit 69d21f4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

resources/lang/nl/component.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
'status' => [
3232
'operational' => 'Functioneel',
3333
'performance_issues' => 'Prestatieproblemen',
34-
'partial_outage' => 'Gedeeltelijke mislukking',
35-
'major_outage' => 'Ernstige mislukking',
34+
'partial_outage' => 'Gedeeltelijke storing',
35+
'major_outage' => 'Ernstige storing',
3636
'unknown' => 'Onbekend',
3737
],
3838

resources/lang/nl/incident.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'investigating' => 'Onderzoek',
88
'identified' => 'Geïdentificeerd',
99
'watching' => 'Observatie',
10-
'fixed' => 'Vast',
10+
'fixed' => 'Opgelost',
1111
'reported' => 'Gerapporteerd',
1212
],
1313
'edit_button' => 'Incident bewerken',

resources/lang/nl/metric.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'list' => [
66
'headers' => [
77
'name' => 'Naam',
8-
'suffix' => 'Suffix',
8+
'suffix' => 'Achtervoegsel',
99
'default_value' => 'Standaardwaarde',
1010
'calc_type' => 'Metrisch type',
1111
'display_chart' => 'Diagram weergeven',
@@ -25,7 +25,7 @@
2525
],
2626
'form' => [
2727
'name_label' => 'Name',
28-
'suffix_label' => 'Suffix',
28+
'suffix_label' => 'Achtervoegsel',
2929
'description_label' => 'Beschrijving',
3030
'default_view_label' => 'Standaard weergave',
3131
'default_value_label' => 'Standaardwaarde',

resources/lang/nl/schedule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
'actions' => [
2020
'record_update' => 'Update publiceren',
21-
'complete' => 'Volledig onderhoud',
21+
'complete' => 'Onderhoud afronden',
2222
],
2323
],
2424
'form' => [
@@ -36,7 +36,7 @@
3636
],
3737
],
3838
'status' => [
39-
'upcoming' => 'Spoedig',
39+
'upcoming' => 'Gepland',
4040
'in_progress' => 'Actief',
4141
'complete' => 'Voltooid',
4242
],

0 commit comments

Comments
 (0)