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
|
{
"botReady": "Le robot est prêt!",
"loggedIn": "Connecté en tant que {{bot}}",
"discordVersion": "Exécution sur Discord.JS {{version}}",
"voiceChannel": "Salon Vocal: {{voiceChannel}}",
"statusChannel": "Salon Statut: {{statusChannel}}",
"djRole": "Rôle DJ {{djRole}}",
"ownerID": "Identifiant du Propriétaire: {{ownerID}}",
"shuffleEnabled": "Aléatoire Activé: {{shuffle}}",
"repeatEnabled": "Répétition Activée: {{repeat}}",
"presenceSet": "Mise à jour de la présence du bot à {{activity}}",
"startingBot": "A partir de bot...",
"statusChannelError": "Le canal d\u0027état n\u0027existe pas! Sauter.",
"exception": "Il y a eu une erreur lors de l\u0027exécution de cette commande...\nPartagez cette erreur avec le propriétaire du bot ou signalez-la au dépôt git en utilisant \u0060/about\u0060\n\nDetails:\u0060\u0060\u0060{{e}}\u0060\u0060\u0060",
"musicRepeatingFinished": "Toutes les pistes musicales de la liste de lecture sont terminées, retour au début...",
"musicPlaylistFinished": "Toutes les pistes musicales de la liste de lecture sont terminées.",
"previousBeginningPlaylist": "Vous êtes au début de la liste de lecture, vous ne pouvez pas aller plus loin",
"musicPrevious": "Jouer la musique précédente",
"playPlayerState": "Jouer",
"pausePlayerState": "En Pause",
"stopPlayerState": "Arrêtée",
"nowPlayingFile": "En cours de lecture: {{audio}}",
"nowPlaying": "En Cours de Lecture",
"musicTitle": "Titre",
"musicArtist": "Artiste",
"musicYear": "Année",
"musicDuration": "Durée de l\u0027accord",
"notPlaying": "Ne Pas Jouer",
"playerFooter": "",
"musicPlayOrder": "",
"musicPlayShuffle": "",
"musicShuffling": "",
"txtNothing": "",
"statusShutdown": "",
"powerOff": "",
"voiceConnecting": "",
"voiceReady": "",
"voiceDestroyed": "",
"musicsFinished": "",
"aboutBot": "",
"aboutInfo": "",
"aboutInfoValue": "",
"aboutBotVersion": "",
"aboutCreator": "",
"aboutContributors": "",
"aboutForked": "",
"aboutFrameworks": "",
"aboutLicense": "",
"aboutSrc": "",
"voicePermission": "",
"rolePermission": "",
"creatorPermission": "",
"joinVoice": "",
"leaveVoice": "",
"invalidPage": "",
"listTitle": "",
"listTracks": "",
"listPage": "",
"pausingMusic": "",
"pausedAlready": "",
"pong": "",
"numBig": "",
"resumingMusic": "",
"resumedAlready": "",
"statusStopped": "",
"alreadyLeave": "",
"alreadyJoin": "",
"playerStopped": "",
"reshufflePlaylist": "",
"reshuffleDisabled": "",
"playlistDone": "",
"statusTitle": "",
"statusState": "",
"statusTracks": "",
"statusVotesNeeded": "",
"currentlyPlaying": "",
"upNext": "",
"musicNext": "",
"alreadyVoted": "",
"enoughVotes": "",
"votesNeeded": "",
"forceSkip": ""
}
|