This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
forked from DiscordManager/manager-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_US.json
43 lines (35 loc) · 2.05 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
{
"lang_version": 1,
"lang_name": "English",
"lang_short": "en_US",
"strings": {
"dataFetching": ":black_circle: Fetching Data...",
"dataCreating": ":black_circle: Creating Room...",
"roomCreated": ":large_blue_circle: Room Created!",
"roomAlreadyExists": ":warning: You already have a room summoned somewhere!",
"roomRevoked": ":large_blue_circle: Room Revoked!",
"roomRevokedInactive": "Your channel was revoked due to inactivity, You can resummon it with `$1`",
"roomName": "Private Room [$1]",
"roomErrorDisabled": "Private rooms are disabled on this guild.",
"revokeComplete": ":cyclone: Channel Revoked!",
"revokeError": ":no_good: Something went wrong while revoking your room.",
"revokeNotGuild": "You can only revoke your room from a server.",
"revokeNoRoom": ":warning: You have no room!",
"roomUserAdded": "Added $1 to your room.",
"roomUserRemoved": "Removed $1 from your room.",
"roomUserBlocked": "Blocked $1 from your room.",
"roomNoAdded": "No changes were made.",
"roomMadePublic": "Anyone can now join your room.",
"roomNotPublic": "Only added members can join your room now.",
"userWhitelistAdd": "$1 is now on your whitelist.",
"userWhitelistRevoke": "$1 is no longer on your whitelist.",
"userWhitelistReset": "Your whitelist has been reset.",
"userBlacklistAdd": "$1 is now on your blacklist.",
"userBlacklistRevoke": "$1 is no longer on your blacklist.",
"userBlacklistReset": "Your blacklist has been reset.",
"errorGeneric": "Something went wrong.",
"errorConfigNotFound": "Something went wrong while fetching this guilds configuration.",
"errorRoomsDisabled": "Private Rooms are disabled on this guild.",
"errorNotGuild": "Rooms can only be summoned from a guild."
}
}