From 700a5c37982ccb45db15e032cdde3489f7c38492 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Fri, 22 Apr 2022 19:11:01 +0200 Subject: [PATCH] Update source file plugins.json --- lang/en/plugins.json | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/lang/en/plugins.json b/lang/en/plugins.json index 35daf97..45bd203 100644 --- a/lang/en/plugins.json +++ b/lang/en/plugins.json @@ -41,6 +41,17 @@ "general": { "title": "[:dollar:] Credits (Top)" } + }, + "work": { + "general": { + "title": "[:dollar:] Credits (Work)" + }, + "error01": { + "description": "You can not work while on timeout, please wait {{time}} seconds." + }, + "success01": { + "description": "You worked and earned {{amount}} credits" + } } } }, @@ -55,5 +66,50 @@ } } } + }, + "counters": { + "modules": { + "view": { + "general": { + "title": "[:1234:] Counters (View)" + }, + "error01": { + "description": "No counter found for channel <#{{channel}}>!" + }, + "success01": { + "description": "Viewing counter for channel <#{{channel}} with count {{amount}}." + } + } + } + }, + "manage": { + "groups": { + "counters": { + "modules": { + "create": { + "general": { + "title": "[:toolbox:] Manage - Counters (Create)" + }, + "success01": { + "description": "Created counter for <#{{channel}}>." + }, + "error01": { + "description": "A counter already exists for this channel." + } + }, + "delete": { + "general": { + "title": "[:toolbox:] Manage - Counters (Delete)" + }, + "error01": { + "description": "The counter for this channel does not exist." + }, + "success01": { + "description": "The counter for this channel has been deleted." + } + } + } + } + } } }