From fe7b0ad5d77c0a6921a914ab5a1429ca45a9c4c8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 24 Jul 2022 16:27:52 +0200 Subject: [PATCH] update translations --- src/locales/en-US.json | 11 ++++++++++- src/locales/fr.json | 6 ++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index fe704bf..0088ee7 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -1,7 +1,16 @@ { "e_interacreate_no_command": "Sorry, the command probably no longer exists...", + "c_ping_name": "Ping", "c_ping_desc": "Pong!", "c_ping1": "Roundtrip latency", - "c_ping2": "Websocket heartbeat" + "c_ping2": "Websocket heartbeat", + + "c_help_name": "Help", + "c_help_desc": "Informations about commands", + "c_help_opt1_name": "command", + "c_help_opt1_desc": "Command wanted in depth.", + "c_help1": "List of categories and associated commands", + "c_help2": "`/help ` to get more information about a command.", + "c_help3": "No information available." } diff --git a/src/locales/fr.json b/src/locales/fr.json index fef931f..195b415 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -6,8 +6,10 @@ "c_ping1": "Latence totale", "c_ping2": "Latence du Websocket", - "c_help_name": "Help", - "c_help_desc": "Aide", + "c_help_name": "Aide", + "c_help_desc": "Informations sur les commandes", + "c_help_opt1_name": "commande", + "c_help_opt1_desc": "Commande voulu en détail.", "c_help1": "Liste des catégories et des commandes associées", "c_help2": "`/help ` pour obtenir plus d'informations sur une commande.", "c_help3": "Pas d'information."