From 95dae5318758d9bce9c6ef341722865b76a2f474 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 6 Jun 2022 20:44:16 +0700 Subject: [PATCH] Create jp.json --- locales/jp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/jp.json diff --git a/locales/jp.json b/locales/jp.json new file mode 100644 index 0000000..6bb1c91 --- /dev/null +++ b/locales/jp.json @@ -0,0 +1,12 @@ +{ + "stats": { + "title": "stats.title", + "description": "stats.description", + "uptime_since": "stats.uptime_since", + "users": "stats.users", + "x_servers": "%s stats.x_servers", + "x_users": "%s stats.x_users", + "server_uptime_x": "stats.server_uptime_x %s", + "process_uptime_x": "stats.process_uptime_x %s" + } +} \ No newline at end of file