-
Notifications
You must be signed in to change notification settings - Fork 0
/
languages.json
167 lines (167 loc) · 5.78 KB
/
languages.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"PING":
{
"en-us":
{
"title": "Latency result",
"websocket": "Average WebSocket Ping",
"roundtrip": "Roundtrip latency"
},
"ja-jp":
{
"title": "遅延結果",
"websocket": "平均 WebSocket ピング",
"roundtrip": "ラウンドトリップ遅延"
},
"zn-cn":
{
"title": "延迟结果",
"websocket": "平均 WebSocket 延迟",
"roundtrip": "往返延迟"
}
},
"CONFIG_LANGUAGE":
{
"en-us":
{
"title": "Success!",
"description": "Language has been set to `English - United States`."
},
"ja-jp":
{
"title": "成功しました!",
"description": "言語が `日本語` に設定されました。"
},
"zn-cn":
{
"title": "成功!",
"description": "语言已设置为 `简体中文`。"
}
},
"CONFIG_SERVER":
{
"en-us":
{
"title": "Server Configuration",
"name-langs": "Server Language",
"description-langs": "Select server language for the bot when sending.",
"select-menu":
{
"languages":
{
"title": "Select language",
"description": "Please select your server's preferred language to let the bot send.",
"language-menu":
{
"title": "Success!",
"description": "Server language has been set to `English - United States`."
}
}
}
},
"ja-jp":
{
"title": "サーバー設定",
"name-langs": "サーバー言語",
"description-langs": "送信時のボットのサーバー言語を選択してください。",
"select-menu":
{
"languages":
{
"title": "言語を選択してください。",
"description": "ボットが送信するためのサーバーの優先言語を選択してください。",
"language-menu":
{
"title": "Success!",
"description": "サーバーの言語が日本語に設定されました。"
}
}
}
},
"zn-cn":
{
"title": "服务器配置",
"name-langs": "服务器语言",
"description-langs": "发送时选择机器人的服务器语言。",
"select-menu":
{
"languages":
{
"title": "选择语言",
"description": "请选择您服务器的首选语言,以便让机器人发送。",
"language-menu":
{
"title": "成功!",
"description": "服务器语言已设置为 `简体中文`。"
}
}
}
}
},
"BAN":
{
"en-us":
{
"server-language":
{
"ban": "Ban",
"no-reason": "No reason provided",
"is-banned-before": "User `{}` has been banned before",
"not-in-server": "Cannot find `{}` in this server, but has been banned anyway.",
"description": "User `{}` has been banned!"
}
},
"zn-cn":
{
"server-language":
{
"ban": "封禁",
"no-reason": "未提供理由"
}
}
},
"VALIDATION":
{
"en-us":
{
"self-permission": "You have no permission to {} members.",
"client-permission": "I have no permission to {} members.",
"owner-restriction": "Owner is immune!",
"action-failed": "Action failed!",
"client-immuned": "I am immune to myself.",
"client-no-admin": "I have no administration permission to {} that user.",
"user-no-admin": "You cannot {} a user that has administration permission.",
"cannot-ban": "Cannot {} `{}` because their role is higher."
},
"ja-jp":
{
"self-permission": "メンバーを{}する権限がありません。",
"client-permission": "私はメンバーを{}する権限がありません。",
"owner-restriction": "オーナーは免疫です!",
"action-failed": "アクションに失敗しました!",
"client-immuned": "私は自分自身に免疫があります。",
"client-no-admin": "そのユーザーに{}するための管理権限がありません。",
"user-no-admin": "管理権限を持つユーザーを{}することはできません。",
"cannot-ban": "役職が上位であるため、`{}`を{}できません。"
},
"zn-cn":
{
"self-permission": "您没有权限{}成员。",
"client-permission": "我没有权限{}成员。",
"owner-restriction": "所有者免疫!",
"action-failed": "操作失败!",
"client-immuned": "我对自己免疫。",
"client-no-admin": "我没有{}该用户的管理权限。",
"user-no-admin": "您不能{}具有管理权限的用户。",
"cannot-ban": "无法{} `{}`,因为其角色较高。"
}
},
"DECORATION":
{
"en-us":
{
"success": "Success!",
"error": "Error!"
}
}
}