From 173475a7dbb611d3b242765fc4b64016ea735b39 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Wed, 23 Jun 2021 13:36:53 +0100 Subject: [PATCH] Add strings. --- en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/en.json b/en.json index d364e7b..a39e882 100644 --- a/en.json +++ b/en.json @@ -119,9 +119,12 @@ "name": "Server Name", "description": "Server Description", "channel_name": "Channel Name", + "channel_type": "Channel Type", "channel_description": "Channel Description", "custom_banner": "Custom Banner", - "owner": "Server Owner" + "owner": "Server Owner", + "text_channel": "Text Channel", + "voice_channel": "Voice Channel" } }, "settings": { @@ -331,6 +334,7 @@ "save": "Save", "close": "Close", "delete": "Delete", + "create": "Create", "update": "Update", "cancel": "Cancel", "preview": "Preview", -- GitLab