-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudit.json
86 lines (86 loc) · 2.82 KB
/
audit.json
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
{
"action": {
"KEYS_ACCESS": {
"message": "{author} retrieved the access code for the key box"
},
"MEMBER_ACTIVITY_UPDATE": {
"duration": {
"FULL": "a full day",
"HALF": "a half day",
"NONE": "absent"
},
"message": "{author} has changed the activity of {member} from {date} to {duration} instead of {previousDuration}",
"self": "{author} has changed their activity from {date} to {duration} instead of {previousDuration}"
},
"MEMBER_CAPABILITIES_UPDATE": {
"message": "{author} has changed the capabilities of {member}",
"self": "{author} has changed their capabilities"
},
"MEMBER_DEVICE_UPDATE": {
"message": "{author} has changed the devices of {member}",
"self": "{author} has changed their devices"
},
"MEMBER_SUBSCRIPTION_UPDATE": {
"message": "{author} updated the subscription for {member} to start on {started} instead of {previouslyStarted}",
"self": "{author} updated their subscription to start on {started} instead of {previouslyStarted}"
},
"MEMBER_TICKET_ADD": {
"message": "{author} added an order of {count} tickets to {member}",
"self": "{author} added an order {count} tickets to themselves"
},
"MEMBER_TICKET_UPDATE": {
"message": "{author} modified the number of tickets in an order, from previously {previousCount} to now {count} for {member}",
"self": "{author} modified the number of tickets in one of their orders, from previously {previousCount} to now {count}"
},
"PARKING_ACCESS": {
"message": "{author} has opened the parking barrier"
},
"UNLOCK_DECK_DOOR": {
"message": "{author} unlocked the deck door"
},
"UNLOCK_GATE": {
"message": "{author} unlock pedestrian gate"
}
},
"author": {
"unknown": "Someone"
},
"list": {
"description": "Everything that happens in detail.",
"empty": {
"description": "For the term \"{search}\".\nTry to refine your criteria.",
"descriptionFr": "Pour le terme « {search} ».\nEssayez de peaufiner vos critères.",
"title": "Nothing found"
},
"head": {
"title": "@:audit.list.title"
},
"onFetch": {
"fail": "Unable to retrieve the global history"
},
"period": {
"placeholder": "Period",
"shortcuts": {
"currentWeek": "This week",
"last30days": "Last 30 days",
"last7days": "Last 7 days",
"sinceFirstDay": "Since always",
"today": "Today"
},
"value": "From {start} to {end}"
},
"search": {
"label": "Search",
"placeholder": "@:audit.list.search.label"
},
"sort": {
"label": "Sort {suffix}",
"value": {
"action": "By type",
"author": "By author",
"occurred": "By date"
}
},
"title": "History"
}
}