-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathnl.dict.itop-structure.php
More file actions
359 lines (329 loc) · 14.5 KB
/
nl.dict.itop-structure.php
File metadata and controls
359 lines (329 loc) · 14.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Benjamin Planque <benjamin.planque@combodo.com>
* @author LinProfs <info@linprofs.com>
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
* @author Jeffrey Bostoen <info@jeffreybostoen.be> (2018 - 2022)
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Organization' => 'Organisatie',
'Class:Organization+' => '',
'Class:Organization/Attribute:name' => 'Naam',
'Class:Organization/Attribute:name+' => 'Gekende naam voor de organisatie',
'Class:Organization/Attribute:code' => 'Code',
'Class:Organization/Attribute:code+' => 'Code voor de organisatie',
'Class:Organization/Attribute:status' => 'Status',
'Class:Organization/Attribute:status+' => '',
'Class:Organization/Attribute:status/Value:active' => 'Actief',
'Class:Organization/Attribute:status/Value:active+' => 'Actief',
'Class:Organization/Attribute:status/Value:inactive' => 'Inactief',
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactief',
'Class:Organization/Attribute:parent_id' => 'Hoofdorganisatie',
'Class:Organization/Attribute:parent_id+' => 'Hoofdorganisatie',
'Class:Organization/Attribute:parent_name' => 'Naam hoofdorganisatie',
'Class:Organization/Attribute:parent_name+' => 'Naam van de hoofdorganisatie',
'Class:Organization/Attribute:deliverymodel_id' => 'Leveringsmodel',
'Class:Organization/Attribute:deliverymodel_id+' => '',
'Class:Organization/Attribute:deliverymodel_name' => 'Naam leveringsmodel',
'Class:Organization/Attribute:deliverymodel_name+' => '',
'Class:Organization/Attribute:parent_id_friendlyname' => 'Hoofdorganisatie',
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Hoofdorganisatie',
'Class:Organization/Attribute:overview' => 'Overzicht',
'Organization:Overview:FunctionalCIs' => 'Configuratie-items van deze organisatie',
'Organization:Overview:FunctionalCIs:subtitle' => 'per type',
'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.'-gebruikers in deze organisatie',
]);
//
// Class: Location
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Location' => 'Locatie',
'Class:Location+' => 'Een locatie zoals: land, regio, gemeente/stad, gebouw, verdieping, kamer, ...',
'Class:Location/Attribute:name' => 'Naam',
'Class:Location/Attribute:name+' => '',
'Class:Location/Attribute:status' => 'Status',
'Class:Location/Attribute:status+' => '',
'Class:Location/Attribute:status/Value:active' => 'Actief',
'Class:Location/Attribute:status/Value:active+' => 'Actief',
'Class:Location/Attribute:status/Value:inactive' => 'Inactief',
'Class:Location/Attribute:status/Value:inactive+' => 'Inactief',
'Class:Location/Attribute:org_id' => 'Organisatie',
'Class:Location/Attribute:org_id+' => '',
'Class:Location/Attribute:org_name' => 'Naam organisatie',
'Class:Location/Attribute:org_name+' => '',
'Class:Location/Attribute:address' => 'Adres',
'Class:Location/Attribute:address+' => 'Adres van de organisatie',
'Class:Location/Attribute:postal_code' => 'Postcode',
'Class:Location/Attribute:postal_code+' => 'Postcode van de organisatie',
'Class:Location/Attribute:city' => 'Gemeente',
'Class:Location/Attribute:city+' => '',
'Class:Location/Attribute:country' => 'Land',
'Class:Location/Attribute:country+' => '',
'Class:Location/Attribute:physicaldevice_list' => 'Apparaten',
'Class:Location/Attribute:physicaldevice_list+' => 'Alle apparaten die zich op deze locatie bevinden',
'Class:Location/Attribute:person_list' => 'Contacten',
'Class:Location/Attribute:person_list+' => 'Alle contacten die zich op deze locatie bevinden',
]);
//
// Class: Contact
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Contact' => 'Contact',
'Class:Contact+' => '',
'Class:Contact/ComplementaryName' => '%1$s - %2$s',
'Class:Contact/Attribute:name' => 'Naam',
'Class:Contact/Attribute:name+' => '',
'Class:Contact/Attribute:status' => 'Status',
'Class:Contact/Attribute:status+' => '',
'Class:Contact/Attribute:status/Value:active' => 'Actief',
'Class:Contact/Attribute:status/Value:active+' => 'Actief',
'Class:Contact/Attribute:status/Value:inactive' => 'Inactief',
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactief',
'Class:Contact/Attribute:org_id' => 'Organisatie',
'Class:Contact/Attribute:org_id+' => '',
'Class:Contact/Attribute:org_name' => 'Naam organisatie',
'Class:Contact/Attribute:org_name+' => '',
'Class:Contact/Attribute:email' => 'E-mailadres',
'Class:Contact/Attribute:email+' => '',
'Class:Contact/Attribute:phone' => 'Telefoon',
'Class:Contact/Attribute:phone+' => '',
'Class:Contact/Attribute:notify' => 'Melding',
'Class:Contact/Attribute:notify+' => '',
'Class:Contact/Attribute:notify/Value:no' => 'Nee',
'Class:Contact/Attribute:notify/Value:no+' => 'Nee',
'Class:Contact/Attribute:notify/Value:yes' => 'Ja',
'Class:Contact/Attribute:notify/Value:yes+' => 'Ja',
'Class:Contact/Attribute:function' => 'Functie',
'Class:Contact/Attribute:function+' => '',
'Class:Contact/Attribute:cis_list' => 'CI\'s',
'Class:Contact/Attribute:cis_list+' => 'Alle configuratie-items die gerelateerd zijn aan dit team',
'Class:Contact/Attribute:finalclass' => 'Subklasse contact',
'Class:Contact/Attribute:finalclass+' => '',
]);
//
// Class: Person
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Person' => 'Persoon',
'Class:Person+' => '',
'Class:Person/ComplementaryName' => '%1$s - %2$s',
'Class:Person/Attribute:name' => 'Achternaam',
'Class:Person/Attribute:name+' => '',
'Class:Person/Attribute:first_name' => 'Voornaam',
'Class:Person/Attribute:first_name+' => '',
'Class:Person/Attribute:employee_number' => 'Identificatienummer',
'Class:Person/Attribute:employee_number+' => 'Een uniek nummer om de persoon te identificeren (bv. rijksregister, burgerservicenummer, werknemernummer, ...)',
'Class:Person/Attribute:mobile_phone' => 'Mobiele telefoon',
'Class:Person/Attribute:mobile_phone+' => '',
'Class:Person/Attribute:location_id' => 'Locatie',
'Class:Person/Attribute:location_id+' => 'Locatie waar de persoon gecontacteerd kan worden',
'Class:Person/Attribute:location_name' => 'Naam locatie',
'Class:Person/Attribute:location_name+' => '',
'Class:Person/Attribute:manager_id' => 'Manager',
'Class:Person/Attribute:manager_id+' => '',
'Class:Person/Attribute:manager_name' => 'Naam manager',
'Class:Person/Attribute:manager_name+' => '',
'Class:Person/Attribute:team_list' => 'Teams',
'Class:Person/Attribute:team_list+' => 'Alle teams waarvan deze persoon lid is',
'Class:Person/Attribute:tickets_list' => 'Tickets',
'Class:Person/Attribute:tickets_list+' => 'Alle tickets waarvan deze persoon de aanvrager is',
'Class:Person/Attribute:user_list' => 'Gebruikers',
'Class:Person/Attribute:user_list+' => 'Alle gebruikersaccounts van deze persoon',
'Class:Person/Attribute:manager_id_friendlyname' => 'Herkenbare naam manager',
'Class:Person/Attribute:manager_id_friendlyname+' => '',
'Class:Person/Attribute:picture' => 'Foto',
'Class:Person/Attribute:picture+' => 'Foto van de contactpersoon',
'Class:Person/UniquenessRule:employee_number+' => 'Het identificatienummer moet uniek zijn binnen de organisatie',
'Class:Person/UniquenessRule:employee_number' => 'Er is al een persoon in de organisatie \'$this->org_name$\' met hetzelfde identificatienummer',
'Class:Person/UniquenessRule:name+' => 'De naam moet uniek zijn binnen een organisatie',
'Class:Person/UniquenessRule:name' => 'Er is al een persoon in de organisatie \'$this->org_name$\' met dezelfde naam',
'Class:Person/Error:ChangingOrgDenied' => 'Impossible to move this person under organization \'%1$s\' as it would break his access to the User Portal, his associated user not being allowed on this organization~~',
]);
//
// Class: Team
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Team' => 'Team',
'Class:Team+' => '',
'Class:Team/ComplementaryName' => '%1$s - %2$s',
'Class:Team/Attribute:persons_list' => 'Leden',
'Class:Team/Attribute:persons_list+' => 'Alle personen die lid zijn van dit team',
'Class:Team/Attribute:overview' => 'Overview~~',
'Team:Overview' => 'Tickets and CIs managed by the team~~',
'Team:Overview:ActiveTickets' => 'Active tickets~~',
'Team:Overview:FunctionalCIs-ByType' => 'Functional CIs~~',
'Team:Overview:UserRequest-ByStatus' => 'User requests by status~~',
'Team:Overview:UserRequest-ClosedByMonth' => 'User requests closed in last 12 months~~',
'Team:Overview:UserRequest-ClosedByAgent' => 'User requests closed by agent in last 12 months~~',
'Class:Team/Attribute:tickets_list' => 'Tickets',
'Class:Team/Attribute:tickets_list+' => 'Alle tickets die toegewezen zijn aan dit team',
]);
//
// Class: Document
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Document' => 'Document',
'Class:Document+' => '',
'Class:Document/ComplementaryName' => '%1$s - %2$s - %3$s',
'Class:Document/Attribute:name' => 'Naam',
'Class:Document/Attribute:name+' => '',
'Class:Document/Attribute:org_id' => 'Organisatie',
'Class:Document/Attribute:org_id+' => '',
'Class:Document/Attribute:org_name' => 'Naam organisatie',
'Class:Document/Attribute:org_name+' => '',
'Class:Document/Attribute:documenttype_id' => 'Soort document',
'Class:Document/Attribute:documenttype_id+' => '',
'Class:Document/Attribute:documenttype_name' => 'Naam van het soort document',
'Class:Document/Attribute:documenttype_name+' => '',
'Class:Document/Attribute:version' => 'Versie',
'Class:Document/Attribute:version+' => '',
'Class:Document/Attribute:description' => 'Omschrijving',
'Class:Document/Attribute:description+' => '',
'Class:Document/Attribute:status' => 'Status',
'Class:Document/Attribute:status+' => '',
'Class:Document/Attribute:status/Value:draft' => 'Concept',
'Class:Document/Attribute:status/Value:draft+' => '',
'Class:Document/Attribute:status/Value:obsolete' => 'Verouderd',
'Class:Document/Attribute:status/Value:obsolete+' => '',
'Class:Document/Attribute:status/Value:published' => 'Gepubliceerd',
'Class:Document/Attribute:status/Value:published+' => '',
'Class:Document/Attribute:cis_list' => 'CI\'s',
'Class:Document/Attribute:cis_list+' => 'Alle configuratie-items gerelateerd aan dit document',
'Class:Document/Attribute:finalclass' => 'Subklasse document',
'Class:Document/Attribute:finalclass+' => '',
]);
//
// Class: DocumentFile
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:DocumentFile' => 'Document: Bestand',
'Class:DocumentFile+' => '',
'Class:DocumentFile/Attribute:file' => 'Bestand',
'Class:DocumentFile/Attribute:file+' => '',
]);
//
// Class: DocumentNote
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:DocumentNote' => 'Document: Notitie',
'Class:DocumentNote+' => '',
'Class:DocumentNote/Attribute:text' => 'Tekst',
'Class:DocumentNote/Attribute:text+' => '',
]);
//
// Class: DocumentWeb
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:DocumentWeb' => 'Document: Web',
'Class:DocumentWeb+' => '',
'Class:DocumentWeb/Attribute:url' => 'Link (URL)',
'Class:DocumentWeb/Attribute:url+' => '',
]);
//
// Class: Typology
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Typology' => 'Typologie',
'Class:Typology+' => '',
'Class:Typology/Attribute:name' => 'Naam',
'Class:Typology/Attribute:name+' => '',
'Class:Typology/Attribute:finalclass' => 'Subklasse typologie',
'Class:Typology/Attribute:finalclass+' => '',
]);
//
// Class: DocumentType
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:DocumentType' => 'Soort Document',
'Class:DocumentType+' => '',
]);
//
// Class: ContactType
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:ContactType' => 'Soort Contact',
'Class:ContactType+' => '',
]);
//
// Class: lnkPersonToTeam
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:lnkPersonToTeam' => 'Link Persoon / Team',
'Class:lnkPersonToTeam+' => '',
'Class:lnkPersonToTeam/Name' => '%1$s / %2$s',
'Class:lnkPersonToTeam/Name+' => '',
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
'Class:lnkPersonToTeam/Attribute:team_name' => 'Naam team',
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
'Class:lnkPersonToTeam/Attribute:person_id' => 'Persoon',
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
'Class:lnkPersonToTeam/Attribute:person_name' => 'Naam persoon',
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rol',
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
'Class:lnkPersonToTeam/Attribute:role_name' => 'Naam rol',
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
]);
//
// Application Menu
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Menu:DataAdministration' => 'Databeheer',
'Menu:DataAdministration+' => 'Databeheer',
'Menu:Catalogs' => 'Catalogus',
'Menu:Catalogs+' => 'Soorten data',
'Menu:Audit' => 'Audit',
'Menu:Audit+' => 'Audit',
'Menu:CSVImport' => 'CSV-import',
'Menu:CSVImport+' => 'Grootschalige aanmaak of update',
'Menu:Organization' => 'Organisaties',
'Menu:Organization+' => 'Alle organisaties',
'Menu:ConfigManagement' => 'Configuratiebeheer',
'Menu:ConfigManagement+' => 'Configuratiebeheer',
'Menu:ConfigManagementCI' => 'Configuratie-items',
'Menu:ConfigManagementCI+' => 'Configuratie-items',
'Menu:ConfigManagementOverview' => 'Overzicht',
'Menu:ConfigManagementOverview+' => 'Overzicht',
'Menu:Contact' => 'Contacten',
'Menu:Contact+' => 'Contacten',
'Menu:Contact:Count' => '%1$d contacten',
'Menu:Person' => 'Personen',
'Menu:Person+' => 'Alle personen',
'Menu:Team' => 'Teams',
'Menu:Team+' => 'Alle teams',
'Menu:Document' => 'Documenten',
'Menu:Document+' => 'Alle documenten',
'Menu:Location' => 'Locaties',
'Menu:Location+' => 'Alle locaties',
'Menu:NewContact' => 'Nieuw contact',
'Menu:NewContact+' => 'Maak een nieuw contact aan',
'Menu:SearchContacts' => 'Zoek naar contacten',
'Menu:SearchContacts+' => 'Zoek naar contacten',
'Menu:ConfigManagement:Shortcuts' => 'Snelkoppelingen',
'Menu:ConfigManagement:AllContacts' => 'Alle contacten: %1$d',
'Menu:Typology' => 'Configuratie typologie',
'Menu:Typology+' => 'Configuratie van de typologie',
'UI_WelcomeMenu_AllConfigItems' => 'Samenvatting',
'Menu:ConfigManagement:Typology' => 'Configuratie typologie',
]);
// Add translation for Fieldsets
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Person:info' => 'Globale informatie',
'User:info' => 'Globale informatie',
'User:profiles' => 'Profielen (minimaal één)',
'Person:personal_info' => 'Persoonlijke informatie',
'Person:notifiy' => 'Notificeer',
]);
// Themes
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'theme:fullmoon' => 'Full moon',
'theme:test-red' => 'Test instance (Rood)',
]);