File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
'status ' => [
32
32
'operational ' => 'Functioneel ' ,
33
33
'performance_issues ' => 'Prestatieproblemen ' ,
34
- 'partial_outage ' => 'Gedeeltelijke mislukking ' ,
35
- 'major_outage ' => 'Ernstige mislukking ' ,
34
+ 'partial_outage ' => 'Gedeeltelijke storing ' ,
35
+ 'major_outage ' => 'Ernstige storing ' ,
36
36
'unknown ' => 'Onbekend ' ,
37
37
],
38
38
Original file line number Diff line number Diff line change 7
7
'investigating ' => 'Onderzoek ' ,
8
8
'identified ' => 'Geïdentificeerd ' ,
9
9
'watching ' => 'Observatie ' ,
10
- 'fixed ' => 'Vast ' ,
10
+ 'fixed ' => 'Opgelost ' ,
11
11
'reported ' => 'Gerapporteerd ' ,
12
12
],
13
13
'edit_button ' => 'Incident bewerken ' ,
Original file line number Diff line number Diff line change 5
5
'list ' => [
6
6
'headers ' => [
7
7
'name ' => 'Naam ' ,
8
- 'suffix ' => 'Suffix ' ,
8
+ 'suffix ' => 'Achtervoegsel ' ,
9
9
'default_value ' => 'Standaardwaarde ' ,
10
10
'calc_type ' => 'Metrisch type ' ,
11
11
'display_chart ' => 'Diagram weergeven ' ,
25
25
],
26
26
'form ' => [
27
27
'name_label ' => 'Name ' ,
28
- 'suffix_label ' => 'Suffix ' ,
28
+ 'suffix_label ' => 'Achtervoegsel ' ,
29
29
'description_label ' => 'Beschrijving ' ,
30
30
'default_view_label ' => 'Standaard weergave ' ,
31
31
'default_value_label ' => 'Standaardwaarde ' ,
Original file line number Diff line number Diff line change 18
18
],
19
19
'actions ' => [
20
20
'record_update ' => 'Update publiceren ' ,
21
- 'complete ' => 'Volledig onderhoud ' ,
21
+ 'complete ' => 'Onderhoud afronden ' ,
22
22
],
23
23
],
24
24
'form ' => [
36
36
],
37
37
],
38
38
'status ' => [
39
- 'upcoming ' => 'Spoedig ' ,
39
+ 'upcoming ' => 'Gepland ' ,
40
40
'in_progress ' => 'Actief ' ,
41
41
'complete ' => 'Voltooid ' ,
42
42
],
You can’t perform that action at this time.
0 commit comments