File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -366,8 +366,8 @@ module.exports = {
366366 card : {
367367 header_joined_at : "Joined on" ,
368368 header_created_at : "Created on" ,
369- global_stats_messages : "Sent messages " ,
370- global_stats_voice : "Hours in vocal chats " ,
369+ global_stats_messages : "Messages sent " ,
370+ global_stats_voice : "Hours in VCs " ,
371371 global_stats_leaderboard : "In rankings" ,
372372 buttons_edit : "Edit" ,
373373 units : {
@@ -395,10 +395,10 @@ module.exports = {
395395 } ,
396396 elements : {
397397 messages : {
398- title : "Sent messages "
398+ title : "Messages sent "
399399 } ,
400400 voice : {
401- title : "Time in vocal chats "
401+ title : "Time in VCs "
402402 } ,
403403 reactionsGiven : {
404404 title : "Reactions"
@@ -649,7 +649,7 @@ module.exports = {
649649 } ,
650650 botstats : {
651651 stat_type_select_placeholder : "Select a statistic" ,
652- graph_init_at : "Statistic manager started {x} hours ago" ,
652+ graph_init_at : "Statistic manager started {x} hours ago ({days} days) " ,
653653 stat_types : {
654654 commandCount : "Ran commands" ,
655655 interactionCount : "Received interactions" ,
Original file line number Diff line number Diff line change @@ -595,6 +595,7 @@ module.exports = {
595595 "cachedGuildMemberCount" : "Membres en cache" ,
596596 "cachedWebsiteUsersCount" : "Utilisateurs en cache" ,
597597 "refreshedCounters" : "Compteurs mis à jour" ,
598+ "displayedAds" : "Messages premium affichés" ,
598599 "ramUsage" : "Utilisation de la RAM (Mb)" ,
599600 }
600601 } ,
You can’t perform that action at this time.
0 commit comments