From e36a09d6be14c0cf495102019bb4f97a524f6094 Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 6 Jun 2023 23:32:23 +0200 Subject: [PATCH] Add new strings --- bot/en.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 4ba5822..e3475ed 100644 --- a/bot/en.json +++ b/bot/en.json @@ -2,5 +2,16 @@ "test": "Test message in English", "i18n_test": "They shat themselves", "i18n_test_f": "She shat herself", - "i18n_test_m": "He shat himself" + "i18n_test_m": "He shat himself", + "commands": { + "ping": { + "title": "Latency", + "body": "WebSocket: {{latency.ws}}\nRound trip: {{latency.roundtrip}}" + } + }, + "command_failed": { + "title": "Command execution failed", + "bug_report": "File a bug report", + "support_server": "Join support server" + } }