Add translations for the role command

This commit is contained in:
runebaas 2019-05-12 13:47:15 +02:00
parent 4b67bb51d1
commit 68a62ab4ec
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 62 additions and 14 deletions

View file

@ -148,5 +148,47 @@
"EN": ["You ate {0} cookies, you've only got {1} cookies left"],
"CHDE": ["Du hesch {0} guetzli gesse und hesch jezt no {1} übrig"]
}
},
"role": {
"NoRolesConfigured": {
"EN": ["There are no roles configured for this server"],
"CHDE": ["Es sind kei rolle für dä server konfiguriert"]
},
"ListHeader": {
"EN": ["**Self Service Roles on {0}**"],
"CHDE": ["**Self Service Rollene uf {0}**"]
},
"ListInstruction": {
"EN": ["To get a role, use `!role [name]`"],
"CHDE": ["Zum ä rolle becho, schriib `!role [name]`"]
},
"RoleNotFound": {
"EN": ["That role doesn't exist or is not on the whitelist"],
"CHDE": ["Die rolle gids nid or isch nid uf dr whitelist"]
},
"RemovedUserFromRole": {
"EN": ["Removed you from {0}"],
"CHDE": ["Han di entfernt vo {0}"]
},
"AddedUserFromRole": {
"EN": ["Added you to {0}"],
"CHDE": ["Han di hinzue gfüegt zu {0}"]
},
"CannotAddManagedRole": {
"EN": ["You can't add a role that is managed by discord"],
"CHDE": ["Du chasch kei rolle hinzuefüge wo verwalted wird vo discord"]
},
"CannotAddDangerousRole": {
"EN": ["You cannot add that role to self service because it contains one or more dangerous permissions"],
"CHDE": ["Du chasch die rolle nid hinzuefüge will er ein oder mehreri gföhrlichi berechtigunge het"]
},
"AddedRoleToWhitelist": {
"EN": ["Added {0} to the whitelist"],
"CHDE": ["{0} isch zur whitelist hinzuegfüegt"]
},
"RemovedRoleFromWhitelist": {
"EN": ["Removed {0} from the whitelist"],
"CHDE": ["{0} isch vo dr whitelist glöscht"]
}
}
}