Skip to content

Commit 0057610

Browse files
committed
v3.0.3 patch
1 parent e0174b4 commit 0057610

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

en-EN.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

fr-FR.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)