Add matrix-bot translations

This commit is contained in:
Pieter Vander Vennet 2022-06-05 03:41:53 +02:00
parent af4ed4af80
commit 59ec7221a7
9 changed files with 110 additions and 18 deletions

View file

@ -447,6 +447,38 @@
"pickTheme": "Pick a theme below to get started.",
"title": "Welcome to MapComplete"
},
"matrixbot": {
"commandFailed": "Sorry, something went wrong while running <code>{cmd}</code>",
"commandNotFound": "I didn't understand your request. Did you perhaps mean to type {0}, {1}, {2} or ${2}? <p>Type <code>help</code> to see an overview of all commands</p>",
"commands": {
"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.",
"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 <code>!</code> before the command in a public room.",
"priviligedComand": "Priviliged command",
"supported": "My supported commands are:"
},
"language": {
"hasBeenSet": "Language has been set to {language}.",
"helpTranslating": "Help to translate my responses on Weblate."
},
"welcome": {
"p0": "Hi! I'm MapComplete-bot. I'm a computer program which searches OpenStreetMap and which can give some information about <a href='https://mapcomplete.osm.be'>MapComplete</a>, which is a website and app that shows thematic maps. If information is missing, you can add it easily over there.",
"p1": "Send me <code>info [searchterm]</code> and I'll search OpenStreetMap for you. I'll show you the information on what I found.",
"p2": "Alternatively, use <code>search [ojecttype] near [placename]</code> or <code>search [objecttype] in [placename]</code> to search for more places. Supported object types are those that can be found in MapComplete. More categories will be added in the future - and if you are up to the challenge, <a href='https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Making_Your_Own_Theme.md'>you can create your thematic map and thus category too</a>",
"p3": "There are a few more commands, send <code>help</code> to see all of them."
},
"wiki": {
"docs": "Prints (a part of) the specified page from wiki.osm.org. In public rooms, it'll print the first paragraph; in a DM the entire page will be sent."
}
},
"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",
"tooLongForPublic": "Sorry, this message is too long for a public room - send me a direct message instead"
},
"move": {
"cancel": "Cancel move",
"cannotBeMoved": "This feature cannot be moved.",

View file

@ -1095,6 +1095,9 @@
"0": {
"then": "Sport gear shop <i>{name}</i>"
},
"1": {
"then": "Winkel"
},
"2": {
"then": "Bicycle rental <i>{name}</i>"
},

View file

@ -444,6 +444,25 @@
"pickTheme": "Kies hieronder een thema om te beginnen.",
"title": "Welkom bij MapComplete"
},
"matrixbot": {
"commandNotFound": "Sorry, ik heb je commando niet verstaan. Zou het kunnen dat je {0}, {1}, {2} of ${2} bedoelt? <p>Je kan ook <code>help</code> sturen om een overzicht van alle commando's te zien</p>",
"commands": {
"help": {
"argcmd": "The command you want more information about",
"docs": "Prints info about supported commands",
"p0": "Hallo! Ik ben MapComplete-bot {bot_version} (gebouwd met MapComplete {mc_version}).",
"p1": "Je kan me een commando sturen en dan zal ik dat commando opvolgen. Dit kan door me een privé-bericht te sturen. In een publieke ruimte zal ik antwoorden als een bericht begint met <code>!</code> of een mention.",
"priviligedComand": "Commando waar je rechten voor nodig hebt",
"supported": "De commando's die ik ken zijn:"
},
"language": {
"hasBeenSet": "De taal is ingesteld op <b>{language}</b>."
}
},
"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",
"tooLongForPublic": "Sorry, this message is too long for a public room - send me a direct message instead"
},
"move": {
"cancel": "Annuleer verplaatsing",
"cannotBeMoved": "Dit object kan niet verplaatst worden.",