From 157cfa20ff697c9f9eef0fbc1347463c41373611 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 7 Jun 2023 14:38:34 +0200 Subject: [PATCH] Add strings for server configuration --- bot/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 3a9bd20..cd2d40c 100644 --- a/bot/en.json +++ b/bot/en.json @@ -13,12 +13,15 @@ "unknown_setting": "Unknown setting \"{{setting}}\"", "setting_info": { "title": "Setting: {{setting}}", + "type": "Type: {{type}}", "current": "Current value: {{value}}", "options": "Available options: {{options}}" }, "invalid_value": "The value you provided is not applicable to this option.\nAllowed values are: {{values}}", "setting_updated": "Setting {{setting}} has been changed from {{old}} to {{value}}.", - "setting_unchanged": "Setting {{setting}} is already set to {{value}}." + "setting_unchanged": "Setting {{setting}} is already set to {{value}}.", + "needs_server": "This setting can only be changed in a server.", + "no_permission": "You don't have permission to change this server's configuration." } }, "command_failed": {