-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.json
324 lines (316 loc) · 13.4 KB
/
labels.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
{
"en":{
"language": "English",
"admin":{
"install": {
"done":":white_check_mark: Installation complete.\nYou may want to manage permissions for each installed commands under `Server parameters => Integrations => Bots and apps`",
"intro":"Select the commands you'd like to install for this Discord server on the list bellow",
"selector_placeholder":"Select...",
"all": {
"label":"Install all",
"description":"Install all available commands"
},
"admin": {
"label":"Admin commands",
"description":"Install admin commands"
},
"roles": {
"label":"Roles selector",
"description":"Allow to add a role selector"
},
"twitch": {
"label":"Twitch live alerts",
"description":"Allow to un/subscribe to a twitch channel live events"
},
"poll": {
"label":"Create polls",
"description":"Allow members to create a poll"
},
"birthday": {
"label":"Birthday alerts",
"description":"Allow members to set their birthdate to get notified"
},
"remove": {
"label":"🗑️ Remove all",
"description":"Uninstall all commands"
},
"inactivity": {
"label":"Users inactivity",
"description":"Configure an inactivity delay after which users' roles are changed"
},
"support": {
"label":"Support system",
"description":"Allow to configure a support system"
}
},
"role_allowed": ":white_check_mark: The role <@&{role}> has been allowed to use admin commands",
"role_disallowed": ":x: The role <@&{role}> is not allowed to use admin commands anymore",
"user_allowed": ":white_check_mark: The user <@{user}> has been allowed to use admin commands",
"user_disallowed": ":x: The user <@{user}> is not allowed to use admin commands anymore",
"language_updated": ":white_check_mark: The language has been updated",
"birthday_chan_ok": ":white_check_mark: Birthday notifications will be sent on this channel",
"leave_chan_ok": ":white_check_mark: A notification will be sent on <#{TARGET}> when someone leaves the server",
"leave_chan_disabled": ":white_check_mark: Leave notifications are now disabled",
"leave_chan_ko": ":x: <#{TARGET}> is not a valid channel",
"leave_chan_notification": "🚨 `{user}` left the server"
},
"commands": {
"role_selector": {
"description": "Adds a role selector with the specified roles or all if no roles are specified",
"role": "Role N°{X}"
},
"admin": {
"description": "admin a protobud feature",
"language": {
"description":"Change the bot's language",
"param": "Language to use"
},
"birthday": "Defines this channel as the target for the birthday notifications",
"birthday_remove": {
"description":"Removes birthday alerts of a member",
"user":"Member to remove notifications from",
"user_id":"User ID to remove notifications from",
"success":"Alerts for this user have been disabled",
"user_not_found":"Specified user not found"
},
"inactivity": {
"description": "Define a number of days after which a user will be considered inactive",
"days": "Number of days after which a user will be considered inactive and her/his roles updates",
"days_warn": "Number of inactive days after which a user will receive a warning via DM",
"disable": "Disable the inactivity delay",
"disable_ok": ":white_check_mark: The inactivity delay has been disabled successfully",
"role_add": "Role to add when member becomes inactive",
"role_del": "Role to remove when member becomes inactive"
},
"leave": {
"description": "Send a notification when someone leaves the server",
"param": "Channel to send the notifications to",
"disable": "Disable notifications"
}
},
"twitch": {
"description": "Enable or disable twitch live notifications",
"watch": "The twitch login of the channel to start watching",
"unwatch": "The twitch login of the channel to stop watching"
},
"birthday": {
"description": "Set your birthdate to get notified on this channel",
"option": "DD-MM"
},
"poll": {
"description": "Create a poll",
"title": "Title of the poll",
"anon": "Should votes be anonnymous?",
"unique": "Can user vote for only one option? (only works if anonvotes is true)",
"option": "Option N°{X}",
"emote": "Emote for option N°{X}"
},
"support": {
"description": "Support system",
"target": {
"description": "Set the category target for the support channels",
"option": "category ID"
},
"cta": {
"description": "Send the support ticket creation form",
"option": "Message posted with the form"
}
}
},
"roles": {
"intro":"Click on buttons bellow to add or remove the corresponding role on your profile",
"list_placeholder":"Select...",
"add_ok":":white_check_mark: the role **{role}** has been added to your profile!",
"del_ok":":white_check_mark: the role **{role}** has been removed to your profile!"
},
"twitch_live":{
"online":"🔴 {user} is live!",
"offline":"{user} was live.",
"category":"Category",
"stream_duration":"Stream duration",
"viewers_max":"Viewers max"
},
"poll":{
"vote":"{VOTES} vote",
"votes":"{VOTES} votes",
"anonymous":"_(🕵️ anonymous votes)_",
"created_by":"_(created by <@{user}>)_"
},
"twitch": {
"not_configured": ":x: This feature is missing some values in the `config.js` file to work. Fill them in and try again",
"user_added": ":white_check_mark: A notification will be sent on this channel when the Twitch user **{user}** goes live",
"user_removed": ":white_check_mark: The live notifications for the **{user}** are now disabled",
"user_notFound": ":x: The Twitch user **{user}** does not exists",
"user_list": "Twitch users you'll be notified about when they go live:"
},
"birthday": {
"invalid_date": "The specified date is invalid. Format must be the following : `{FORMAT}`",
"success": ":white_check_mark: Your birthday has been set to **{date}**",
"alert": "**🎉 🎊 Today is <@{user}>'s birthday 🎊 🎉**\nHappy birthday!"
},
"support": {
"channel_name": "{USER}",
"create": "☎️ Create a ticket",
"configure_success": ":white_check_mark: The target category has been set to #{TARGET}",
"creation_success": ":white_check_mark: The private support channel <#{TARGET}> has been created",
"invalid_chan_type": "❌ The specified target #{TARGET} is not a category"
}
},
"fr":{
"language": "Français",
"admin":{
"install": {
"done":":white_check_mark: Installation effectuée.\nPensez à configurer les accès pour chaque commande dans `Paramètres du serveur => Intégrations => Bots et applications`",
"intro":"Sélectionne les commandes que tu souhaites installer sur ce serveur Discord dans la liste ci-dessous",
"selector_placeholder":"Sélection...",
"all": {
"label":"Tout installer",
"description":"Installer toutes les commandes disponibles"
},
"admin": {
"label":"Commandes d'admin",
"description":"Installer les commandes d'admin"
},
"roles": {
"label":"Sélecteur de rôles",
"description":"Permettre d'ajouter un sélecteur de rôle dans un chan"
},
"twitch": {
"label":"Alertes de live Twitch",
"description":"Permettre d'activer/désactiver des alertes de live Twitch"
},
"poll": {
"label":"Créer des sondages",
"description":"Permettre aux membres de créer des sondages"
},
"birthday": {
"label":"Alertes d'anniversaires",
"description":"Permettre aux membre de définir leur anniversaire pour en recevoir des alertes"
},
"remove": {
"label":"🗑️ Tout supprimer",
"description":"Supprimer toutes les commandes installées"
},
"inactivity": {
"label":"Timer d'inactivité",
"description":"Configurer un délais d'inactivité après lequel les rôles d'un membre seront changés"
},
"support": {
"label":"Système de support",
"description":"Permet de configurer un système de support"
}
},
"role_allowed": ":white_check_mark: Le rôle <@&{role}> est maintenant autorisé à utiliser les commandes d'admin",
"role_disallowed": ":x: Le rôle <@&{role}> n'est plus autorisé à utiliser les commandes d'admin",
"user_allowed": ":white_check_mark: <@{user}> peut maintenant utiliser les commandes d'admin",
"user_disallowed": ":x: <@{user}> n'est plus autorisé à utiliser les commandes d'admin",
"language_updated": ":white_check_mark: La langue a bien été mise à jour",
"birthday_chan_ok": ":white_check_mark: Les anniversaires des membres seront annoncés dans ce channel",
"leave_chan_ok": ":white_check_mark: Une notification sera envoyée dans <#{TARGET}> lorsqu'un·e membre quittera le serveur",
"leave_chan_disabled": ":white_check_mark: Les notifications de départ sont maintenant désactivées",
"leave_chan_ko": ":x: <#{TARGET}> n'est pas un channel valide",
"leave_chan_notification": "🚨 `{user}` a quitté le serveur"
},
"commands": {
"role_selector": {
"description": "Ajoute un sélecteur de rôles dans le channel courant avec les rôles spécifiés",
"role": "Rôle N°{X}"
},
"admin": {
"description": "Commande d'administration",
"language": {
"description":"Change la langue du bot",
"param": "Langage à utiliser"
},
"birthday": "Définit ce channel comme la cible des annonces d'anniversaires",
"birthday_remove": {
"description":"Supprime les alertes d'anniversaire d'un·e membre",
"user":"Membre dont supprimer les alertes",
"user_id":"ID du/de la membre dont supprimer les alertes",
"success":"Les alertes ont bien été désactivées pour cette personne",
"user_not_found":"Le membre spécifié n'a pas été trouvé"
},
"inactivity": {
"description": "Définir un délais d'inactivité après lequel les rôles d'un membre seront changés",
"days": "Nombre de jours inactif après lequel les rôles d'un membre seront changés",
"days_warn": "Nombre de jours inactifs après lequel un membre sera alerté par DM",
"disable": "Désactiver le délais d'inactivité",
"disable_ok": ":white_check_mark: Le délais d'inactivité a bien été désactivé",
"role_add": "Role à ajouter quand le membre est inactif",
"role_del": "Role à supprimer quand le membre est inactif"
},
"leave": {
"description": "Envoyer une notification lorsque quelqu'un quitte le serveur",
"param": "Channel où envoyer les notification",
"disable": "Désactiver les notifications"
}
},
"twitch": {
"description": "Active ou désactive les notifications de live twitch",
"watch": "Login Twitch dont annoncer les lives",
"unwatch": "Login Twitch dont arrêter les notifications"
},
"birthday": {
"description": "Définis ta date d'anniversaire",
"option": "JJ-MM"
},
"poll": {
"description": "Créer un sondage",
"title": "Titre du sondage",
"anon": "Votes anonymes ?",
"unique": "Autoriser 1 vote max/personne ? (ne fonctionne qu'en mode anonyme)",
"option": "Option N°{X}",
"emote": "Emote de l'option N°{X}"
},
"support": {
"description": "Système de support",
"target": {
"description": "Définir la categorie dans laquelle créer des chans de support",
"option": "ID de la catégorie"
},
"cta": {
"description": "Poster le formulaire de support",
"option": "Message posté avec le formulaire"
}
}
},
"roles": {
"intro":"Sélectionne les rôles que tu souhaites t'attribuer ou te retirer via les boutons ci-dessous",
"list_placeholder":"Sélection...",
"add_ok":":white_check_mark: le role **{role}** t'a bien été attribué!",
"del_ok":":white_check_mark: le rôle **{role}** t'a bien été retiré!"
},
"twitch_live":{
"online":"🔴 {user} est en live!",
"offline":"{user} était en live.",
"category":"Catégorie",
"stream_duration":"Durée du stream",
"viewers_max":"Viewers max"
},
"poll":{
"vote":"{VOTES} vote",
"votes":"{VOTES} votes",
"anonymous":"_(🕵️ votes anonymes)_",
"created_by":"_(créé par <@{user}>)_"
},
"twitch": {
"not_configured": ":x: Cette fonctionnalité nécessite des configurations dans le fichier `config.js`. Remplissez-les puis essayez à nouveau",
"user_added": ":white_check_mark: Une notification sera envoyée dans ce channel lorsque **{user}** sera en live sur Twitch",
"user_removed": ":white_check_mark: Les notifications de live de **{user}** sont maintenant désactivées",
"user_notFound": ":x: L'utilisateur·ice **{user}** Twitch n'existe pas",
"user_list": "Liste des utilisateurices Twitch pour lesquel·les vous serez notifié des lives:"
},
"birthday": {
"invalid_date": "La date spécifiée est invalide. Elle doit être au format suivant : `{FORMAT}`",
"success": ":white_check_mark: Ton anniversaire a bien été enregistré pour le **{date}**",
"alert": "**🎉 🎊 Aujourd'hui c'est l'anniversaire de <@{user}> 🎊 🎉**\nJoyeux anniversaire!"
},
"support": {
"channel_name": "{USER}",
"create": "☎️ Créer un ticket",
"configure_success": ":white_check_mark: La catégorie cible a bien été configurée sur <#{TARGET}>",
"creation_success": ":white_check_mark: Le cannal privé de support <#{TARGET}> a été créé",
"invalid_chan_type": "❌ La cible spécifiée <#{TARGET}> n'est pas une catégorie"
}
}
}