-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang.json
54 lines (54 loc) · 3.09 KB
/
lang.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
{
"api": {
"noToken": "There was no token included in this request.",
"invalidToken": "The token that was provided is not valid or incorrect.",
"featureDisabled": "This action could not be completed because the feature has been disabled by the System Administrator.",
"userCreated": "The user %USERNAME% with the unique identifier of %UUID% is new, profile created.",
"userAlreadyExists": "The requested user already exists in the database, the user creation is being terminated.",
"userDoesNotExist": "The requested user does not exist.",
"noNotifications": "You do not have any notifications, good day!",
"databaseError": "A database error has occured trying to process this request. Please try again later."
},
"error": {
"noReportServers": "The report feature could not be loaded because no public servers are avaliable. Consider asking your System Administrator to add one."
},
"web": {
"notLoggedInBefore": "You have not logged in before. You are required to login before becoming a community site member. You can jump on and play here: %SITEADDRESS%/play",
"emailAlreadyInUse": "The email you have provided is already in use, please enter another email and try again.",
"passwordDoesNotMatch": "The password you have provided does not match. Please try again.",
"registrationError": "There was an error in registration, please try again later.",
"registrationSuccess": "You are now successfully registered. Please go back and login to get started!"
},
"applications": {
"noApplicationsFound": "No applications could be found at this time.",
"applicationCreated": "The application has been created.",
"applicationEdited": "The application has been updated.",
"applicationDeleted": "The application has been deleted."
},
"server": {
"noServers": "There are currently no Servers that can be displayed at this time.",
"serverCreated": "The Server has been successfully created!",
"serverEdited": "The Server record has been edited successfully.",
"serverDeleted": "This Server has now been deleted."
},
"session": {
"newSessionCreated": "A new session has been created for %UUID%",
"allSessionsClosed": "All sessions for %UUID% have now been closed.",
"sessionSwitch": "%UUID% has switched to %SERVER%",
"userSuccessLogin": "Sign in successful, welcome.",
"userFailedLogin": "The username or password you have entered is incorrect, please try again.",
"userLogout": "You have been successfully logged out."
},
"announcement": {
"announcementCreated": "Announcement has been created.",
"noAnnouncements": "There are currently no announcements set.",
"announcementEdited": "Announcement has been successfully edited",
"announcementDeleted": "Announcement has been successfully deleted.",
"announcementEnabled": "Announcement has been enabled.",
"announcementDisabled": "Announcement has been disabled."
},
"filter": {
"phraseCaught": "This message was blocked due to the usage of blocked words/phrases.",
"linkCaught": "This message was blocked due to the usage of blocked links/sites."
}
}