|
@@ -0,0 +1,87 @@
|
|
1
|
+nl:
|
|
2
|
+ activerecord:
|
|
3
|
+ models:
|
|
4
|
+ activity:
|
|
5
|
+ one: Activiteit #g
|
|
6
|
+ other: Activiteiten #g
|
|
7
|
+
|
|
8
|
+ group:
|
|
9
|
+ one: Groep #g
|
|
10
|
+ other: Groepen #g
|
|
11
|
+
|
|
12
|
+ member:
|
|
13
|
+ one: Lid #g
|
|
14
|
+ other: Leden #g
|
|
15
|
+
|
|
16
|
+ participant:
|
|
17
|
+ one: Deelnemer
|
|
18
|
+ other: Deelnemers
|
|
19
|
+ person:
|
|
20
|
+ one: Persoon #g
|
|
21
|
+ other: Personen #g
|
|
22
|
+
|
|
23
|
+ session: Sessie #g
|
|
24
|
+ token: Token #g
|
|
25
|
+ user: Gebruiker #g
|
|
26
|
+
|
|
27
|
+ attributes:
|
|
28
|
+ activity:
|
|
29
|
+ deadline: Deadline #g
|
|
30
|
+ description: Beschrijving #g
|
|
31
|
+ end: Eind #g
|
|
32
|
+ group: :activerecord.models.group #g
|
|
33
|
+ location: Locatie
|
|
34
|
+ name: Naam #g
|
|
35
|
+ participants: Deelnemers #g
|
|
36
|
+ people: Mensen #g
|
|
37
|
+ start: Start #g
|
|
38
|
+
|
|
39
|
+ group:
|
|
40
|
+ activities: Activiteiten #g
|
|
41
|
+ members: Leden #g
|
|
42
|
+ name: Naam #g
|
|
43
|
+ people: Mensen #g
|
|
44
|
+
|
|
45
|
+ member:
|
|
46
|
+ group: :activerecord.models.group #g
|
|
47
|
+ is_leader: Is groepsleider #g
|
|
48
|
+ person: :activerecord.models.person #g
|
|
49
|
+
|
|
50
|
+ participant:
|
|
51
|
+ activity: :activerecord.models.activity #g
|
|
52
|
+ attending: Aanwezig
|
|
53
|
+ is_organizer: Is organisator #g
|
|
54
|
+ notes: Notes #g
|
|
55
|
+ person: :activerecord.models.person #g
|
|
56
|
+
|
|
57
|
+ person:
|
|
58
|
+ activities: Activiteiten #g
|
|
59
|
+ birth_date: Geboortedatum #g
|
|
60
|
+ email: Emailadres #g
|
|
61
|
+ first_name: Voornaam #g
|
|
62
|
+ groups: Groepen #g
|
|
63
|
+ infix: Tussenvoegsel #g
|
|
64
|
+ is_admin: Is admin #g
|
|
65
|
+ last_name: Achternaam #g
|
|
66
|
+ members: leden #g
|
|
67
|
+ participants: Deelnemers #g
|
|
68
|
+ user: :activerecord.models.user #g
|
|
69
|
+
|
|
70
|
+ session:
|
|
71
|
+ active: Actief #g
|
|
72
|
+ expires: verloopt #g
|
|
73
|
+ ip: IP #g
|
|
74
|
+ remember_digest: Onthoud mij-digest #g
|
|
75
|
+ user: :activerecord.models.user #g
|
|
76
|
+
|
|
77
|
+ token:
|
|
78
|
+ expires: Verloopt #g
|
|
79
|
+ token: Token #g
|
|
80
|
+ tokentype: Tokentype #g
|
|
81
|
+ user: :activerecord.models.user #g
|
|
82
|
+
|
|
83
|
+ user:
|
|
84
|
+ confirmed: Bevestigd #g
|
|
85
|
+ email: E-mail #g
|
|
86
|
+ password_digest: Wachtwoord-digest #g
|
|
87
|
+ person: :activerecord.models.person #g
|