You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Graph summarizing your voice activity.",
300
+
graph_name: "Summary of voice activity"
301
301
},
302
302
user_myReactedCount: {
303
-
title: "Réactions données",
304
-
description: "Graphique résumant le nombre de réactions données.",
305
-
graph_name: "Résumé du nombre de réactions données"
303
+
title: "Reactions",
304
+
description: "Graph summarizing reactions to messages.",
305
+
graph_name: "Summary of given reactions"
306
306
},
307
307
user_myDeletedMessages: {
308
-
title: "Messages Supprimés",
309
-
description: "Graphique résumant votre montant de messages supprimés.",
310
-
graph_name: "Résumé du nombre de messages supprimés"
308
+
title: "Deleted Messages",
309
+
description: "Graph summarizing your amount of deleted messages.",
310
+
graph_name: "Summary of deleted messages"
311
311
},
312
312
server_boosts: {
313
313
title: "Boosts",
@@ -319,15 +319,15 @@ module.exports = {
319
319
top: {
320
320
not_enough_data: "**Whoops!** I don't have enough data to make rankings for now.. *If the problem happens again, please report the bug on the support server.*",
321
321
not_allowed_timerange: "**Whoops!** You can't choose a timerange longer than **{max}** days.",
322
-
not_allowed_timestamp_low: "**Whoops!** Vous ne pouvez pas choisir un intervalle temporel d'une durée inférieure à **{max}** jour(s).",
322
+
not_allowed_timestamp_low: "**Whoops!** You can't select a time range inferior to **{max}** day(s).",
323
323
top_canvas_leaderboard_date: "Global rankings on {date}",
324
324
top_canvas_leaderboard_temp_date: "{type} rankings from {date1} to {date2}",
325
325
top_canvas_empty_username: "Nobody",
326
326
top_canvas_not_found_username: "User not found",
327
327
top_canvas_leaderboard_temp_types: {
328
-
"0": "complets",
329
-
"5": "partiels",
330
-
"10": "schématiques"
328
+
"0": "completes",
329
+
"5": "incompletes",
330
+
"10": "schematics"
331
331
},
332
332
pos_abbreviations: {
333
333
"1": "st",
@@ -352,7 +352,7 @@ module.exports = {
352
352
embed_data_FULL: "All data",
353
353
embed_data_PARTIAL_5: "Partial data",
354
354
embed_data_PARTIAL_10: "Schematic data",
355
-
embed_data_partial_disclamer: "Pour limiter la saturation du bot, certains classements sont **partiels** ou **schématiques**, les stats y sont inexactes mais suffisantes pour déterminer les rangs.",
355
+
embed_data_partial_disclamer: "To limit bot overload, some of the rankings are **incomplete** or **schematics**, their stats are inaccurate but sufficient enough to calculate rankings.",
356
356
embed_data_learn_more: "Find out more",
357
357
components_days_acronym: "d",
358
358
error_premium_restricted: "**Whoops!** Calculer autant de données nous demande beaucoup de ressources. C'est pourquoi les classements temporaires sont limités aux **{max} derniers jours** pour les serveurs non-premium.."
0 commit comments