From af91529d6e59a7c333d25a9d3b825d055860ccc7 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 7 Jun 2022 00:39:43 +0200 Subject: [PATCH] More matrixbot translations --- langs/en.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/langs/en.json b/langs/en.json index c6feb3fba..605926d77 100644 --- a/langs/en.json +++ b/langs/en.json @@ -452,16 +452,44 @@ "commandFailed": "Sorry, something went wrong while running {cmd}", "commandNotFound": "I didn't understand your request. Did you perhaps mean to type {0}, {1}, {2} or ${2}?

Type help to see an overview of all commands

", "commands": { + "documentation": { + "argid": "The ID of the layer, theme or URL-parameter for which documentation is needed", + "docs": "Gets documentation about a mapcomplete layer, theme or URL-parameter", + "noIdIntro": "Give a layer id to get information about a layer. Known layers are:", + "noLayerFound": "No layer found with name {id}. Perhaps you meant one of: ", + "noThemeFound": "No theme found with name {id}. Perhaps you meant one of: ", + "noUrlParameterFound": "No URL-parameter found with name {id}. Perhaps you meant one of: ", + "urlParam": "URL-parameter {id}" + }, + "dream": { + "docs": "Sends a computer-generated text", + "generatedBy": "This text was generated by {bot}, which is a Machine-learning based bot active on Reddit." + }, "help": { "argcmd": "The command you want more information about", "askRights": "Ask {admins} to give you sufficient permissions", "docs": "Prints info about supported commands", "insufficientRights": "You currently don't have sufficient permissions to run this command.", + "notFound": "I didn't find {cmd}. Perhaps you meant one of {closest}?", "p0": "Hi! I'm MapComplete-bot {bot_version} (built upon MapComplete {mc_version}).", "p1": "Send a command to me and I'll answer with something useful: give me a command via a private message or put ! before the command in a public room.", "priviligedComand": "Priviliged command", "supported": "My supported commands are:" }, + "info": { + "closed": "Closed", + "closedTodayAndTomorrow": "Closed today and tomorrow", + "couldNotDownload": "Could not download {id}", + "editWith": "Edit this elemen with {title}", + "fetchingInfoAbout": "Fetching data about {id}...", + "foundResults": "Found {total} results for ${search}, fetching details about them...", + "noEditPossible": "No MapComplete themes support this element", + "noInfo": "No relevant information yet", + "noOpeningHours": "No opening hours are known.", + "nothingFound": "Nothing found for {_}", + "provideSearch": "Please, provide a search term of id to use this command", + "searchingWorldwide": "Searhing OpenStreetMap.org for your search {_}" + }, "language": { "arglang": "The language to be used from now on", "currentLanguage": "The current room language is {language}", @@ -471,6 +499,25 @@ "knownLanguages": "You can pick one of the following languages:", "notFound": "The language {language} was not found" }, + "role": { + "allRevoked": "All rights of {user} have been revoked", + "allRolesIntro": "All users which have rights are:", + "argrole": "Which role to add; must be a command name", + "arguser": "Whom to change roles for. Will default to the one asking for some commands", + "argverb": "Wether to add or remove a role from a user. Use list to see all roles a user has", + "docs": "Change what a user can or cannot do", + "noPreviousRoles": "{user} did not have any previous roles", + "noRightsNeeded": "The command {role} can be executed by anyone, you don't need to set rights for it", + "noRolesYet": "{user} currently has no roles.", + "noSuchRole": "The role {role} cannot be given to {user}. A role is the same as a command name, type help to see all commands.", + "userHasRoles": "{user} currently has the following roles:" + }, + "shutdown": { + "argmode": "Indicates if the service should be restarted, must be one of {verbs}", + "docs": "Shuts down the bot", + "goodbye": "Shutting down... See you later!", + "notYetShuttingDown": "I'm not restarting yet as I just booted only {uptime} seconds ago. I'll wait at least {min_uptime} before rebooting." + }, "welcome": { "p0": "Hi! I'm MapComplete-bot. I'm a computer program which searches OpenStreetMap and which can give some information about MapComplete, which is a website and app that shows thematic maps. If information is missing, you can add it easily over there.", "p1": "Send me info [searchterm] and I'll search OpenStreetMap for you. I'll show you the information on what I found.", @@ -483,6 +530,8 @@ }, "decryptionFailed": "Sorry, I couldn't decrypt your message. You can try to leave this channel and to connect again", "noSufficientRights": "This command is only available to administrators or users who have this role", + "subcommanNotFound": "I didn't understand your request. This command needs a verb to execute, but {verb} is not a verb that I known. I do know the verbs {known_verbs}", + "subcommandNotGiven": "I didn't understand your request. This command needs a verb to execute, but you didn't give any. Try one of {known_verbs}", "tooLongForPublic": "Sorry, this message is too long for a public room - send me a direct message instead" }, "move": {