diff --git a/langs/en.json b/langs/en.json index 363e67fbd..38f100bc6 100644 --- a/langs/en.json +++ b/langs/en.json @@ -450,7 +450,7 @@ }, "matrixbot": { "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

", + "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": { "dm": { "argbody": "The actual command body of the command", @@ -458,12 +458,12 @@ "commandNotFound": "Command {key} not found - see help for all commands", "docs": "Executes a command and send the output to someone else", "executing": "Executing {_} and sending the result to {to}...", - "failed": "I couldn't execute ${cmd} due to ${message}", + "failed": "I couldn't execute {cmd} due to {message}", "noDm": "I couldn't create a room with {to}", "receipt": "I delivered the message to {to}", "selectValidCommand": "Specify a valid command", "selectValidUser": "Specify a valid target user", - "sendReason": "I sent you this message because {sender} requested me to send this with ${cmd}" + "sendReason": "I sent you this message because {sender} requested me to send this with {cmd}" }, "documentation": { "argid": "The ID of the layer, theme or URL-parameter for which documentation is needed", @@ -497,7 +497,7 @@ "docs": "Gets info about an OSM-object. Either give an id OR a search string; the objects are interpreted and known values are shown.", "editWith": "Edit this element with {title}", "fetchingInfoAbout": "Fetching data about {id}...", - "foundResults": "Found {total} results for ${search}, fetching details about them...", + "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.", @@ -549,7 +549,7 @@ "noNearOrIn": "Sorry, I didn't understand your command as I didn't find a near or in in your search query.\n Try something as search drinking water in London, search friture in Brussels

\n

Alternatively, try info {cmd} to get info about a single object.", "nothingFound": "Sorry, I couldn't find anything for {search}, so I can't search for {layerTitle}", "overview": "I found {length} matching items.", - "searching": "Searching {layerTitle} ${mode} {search}..." + "searching": "Searching {layerTitle} {mode} {search}..." }, "shutdown": { "argmode": "Indicates if the service should be restarted, must be one of {verbs}", @@ -560,7 +560,7 @@ "verbupdate": "Attempts to update the embedded MapComplete-codebase, shuts down afterwards" }, "tags": { - "announceSearch": "${id} doesn't seem to be a valid OSM-id - searching worldwide instead for ${search}...", + "announceSearch": "{id} doesn't seem to be a valid OSM-id - searching worldwide instead for {search}...", "argsearch": "The ID of the OSM-object or a search query", "docs": "Show the tags of an OSM-object. Either give an id OR a search string; the objects are interpreted and known values are shown.", "noSearchGiven": "Please, provide a search term of id to use this command", diff --git a/langs/nl.json b/langs/nl.json index 6be31e56e..4349d1248 100644 --- a/langs/nl.json +++ b/langs/nl.json @@ -449,7 +449,7 @@ }, "matrixbot": { "commandFailed": "Sorry, er ging iets mis toen ik probeerde om {cmd} uit te voeren.", - "commandNotFound": "Sorry, ik heb je commando niet verstaan. Zou het kunnen dat je {0}, {1}, {2} of ${2} bedoelt?

Je kan ook help sturen om een overzicht van alle commando's te zien

", + "commandNotFound": "Sorry, ik heb je commando niet verstaan. Zou het kunnen dat je {0}, {1}, {2} of {2} bedoelt?

Je kan ook help sturen om een overzicht van alle commando's te zien

", "commands": { "documentation": { "argid": "De naam van de laag, het thema of de URL-parameter waarover je informatie wenst", @@ -525,6 +525,16 @@ }, "wiki": { "docs": "Stuurt een (deel van) de gevraagde pagina van {backend}. In een publieke ruimte stuur ik enkel de eerste paragraaf, in een privaat bericht krijg je de volledige pagina." + }, + "tags": { + "announceSearch": "{id} is geen OpenStreetMap-ID - ik ben wereldwijd aan het zoeken naar {search}..." + }, + "search": { + "searching": "Aan het zoeken naar {layerTitle} {mode} {search}..." + }, + "dm": { + "sendReason": "Ik stuurde jou dit bericht omdat {sender} mij gevraagd heeft om je het resultaat van {cmd} te sturen", + "failed": "I kon {cmd} niet uitvoeren doordag {message}" } }, "decryptionFailed": "Sorry, ik kon je bericht niet ontcijferen. Probeer om deze kamer te verlaten en opnieuw te connecteren",