From 32ef346cc6503bcafe0f5c2d7905e32bfda889da Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 6 Jun 2022 20:44:14 +0700 Subject: [PATCH] Create en.json --- locales/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/en.json diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 0000000..f337d90 --- /dev/null +++ b/locales/en.json @@ -0,0 +1,12 @@ +{ + "stats": { + "title": "Stats", + "description": "Stats of the bot", + "uptime_since": "Uptime since", + "users": "Users", + "x_servers": "%s servers", + "x_users": "%s users", + "server_uptime_x": "Server %s", + "process_uptime_x": "Process %s" + } +} \ No newline at end of file