-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-US.json
66 lines (66 loc) · 2.51 KB
/
en-US.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
{
"PAGE_LOCKED": {
"TITLE": "Page locked",
"DESCRIPTION": "Wait wait, someone else is currently editing this page!",
"DESCRIPTION_USER": "Wait wait, <strong>{user}</strong> is currently editing this page!",
"BUTTONS": {
"REQUEST_ACCESS": "Request access",
"CANCEL": "Cancel"
}
},
"PAGE_LOCKED_QUEUE": {
"TITLE": "Page locked",
"DESCRIPTION": "There are several users waiting to edit this page, please try again later.",
"DESCRIPTION_USER": "There are several users waiting to access this page, currently edited by <strong>{user}</strong>. Please try again later.",
"BUTTONS": {
"CLOSE": "Close"
}
},
"ACCESS_REQUEST_RECEIVED": {
"TITLE": "New access request",
"DESCRIPTION": "Another user asked to access this page. If you accept, your session will be closed immediately.",
"DESCRIPTION_USER": "<strong>{user}</strong> asked to access this page. If you accept, your session will be closed immediately.",
"BUTTONS": {
"ACCEPT": "Accept",
"DECLINE": "Decline"
}
},
"ACCESS_GRANTED": {
"TITLE": "Access granted",
"DESCRIPTION": "You've been granted the access to the current page, have fun!",
"BUTTONS": {
"CLOSE": "Close"
}
},
"ACCESS_REJECTED": {
"TITLE": "Access rejected",
"DESCRIPTION": "Unfortunately your request to access this page has been rejected, sorry.",
"BUTTONS": {
"CLOSE": "Close"
}
},
"ACCESS_FORCED": {
"TITLE": "Session closed",
"DESCRIPTION": "Someone else forced the access to this page, therefore your session has been closed.",
"DESCRIPTION_USER": "<strong>{user}</strong> forced the access to this page, therefore your session has been closed.",
"BUTTONS": {
"CLOSE": "Close"
}
},
"ACCESS_FORCED_CONFIRM": {
"TITLE": "Access granted",
"DESCRIPTION": "Now you're the owner of this page, have fun!",
"BUTTONS": {
"CLOSE": "Close"
}
},
"ACCESS_REQUEST_SENT": {
"TITLE": "Request sent",
"DESCRIPTION": "We've sent your access request to the user. You can force the access anytime.",
"DESCRIPTION_USER": "We've sent your access request to <strong>{user}</strong>. You can force the access anytime.",
"BUTTONS": {
"FORCE": "Force access",
"CANCEL": "Cancel"
}
}
}