More matrixbot translations
This commit is contained in:
parent
dbd73f5384
commit
c14b7b54a4
1 changed files with 49 additions and 0 deletions
|
@ -451,16 +451,44 @@
|
|||
"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": {
|
||||
"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 <code>{id}</code>. Perhaps you meant one of: ",
|
||||
"noThemeFound": "No theme found with name <code>{id}</code>. Perhaps you meant one of: ",
|
||||
"noUrlParameterFound": "No URL-parameter found with name <code>{id}</code>. Perhaps you meant one of: ",
|
||||
"urlParam": "URL-parameter <code>{id}<code>"
|
||||
},
|
||||
"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 <code>{cmd}</code>. 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 <code>!</code> 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 <code>{id}</code>",
|
||||
"editWith": "Edit this elemen with {title}",
|
||||
"fetchingInfoAbout": "Fetching data about {id}...",
|
||||
"foundResults": "Found {total} results for <code>${search}</code>, 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 <code>{_}</code>",
|
||||
"provideSearch": "Please, provide a search term of id to use this command",
|
||||
"searchingWorldwide": "Searhing OpenStreetMap.org for your search <code>{_}</code>"
|
||||
},
|
||||
"language": {
|
||||
"arglang": "The language to be used from now on",
|
||||
"currentLanguage": "The current room language is {language}",
|
||||
|
@ -470,6 +498,25 @@
|
|||
"knownLanguages": "You can pick one of the following languages:",
|
||||
"notFound": "The language {language} was not found"
|
||||
},
|
||||
"role": {
|
||||
"allRevoked": "All rights of <b>{user}</b> 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 <code>add</code> or <code>remove</code> a role from a user. Use <code>list</code> to see all roles a user has",
|
||||
"docs": "Change what a user can or cannot do",
|
||||
"noPreviousRoles": "<b>{user}</b> did not have any previous roles",
|
||||
"noRightsNeeded": "The command <code>{role}</code> can be executed by anyone, you don't need to set rights for it",
|
||||
"noRolesYet": "<b>{user}</b> currently has no roles.",
|
||||
"noSuchRole": "The role <code>{role}</code> cannot be given to <code>{user}</code>. A role is the same as a command name, type <code>help</code> to see all commands.",
|
||||
"userHasRoles": "<b>{user}</b> 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 <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.",
|
||||
|
@ -482,6 +529,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 <code>{verb}</code> 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": {
|
||||
|
|
Loading…
Reference in a new issue