Add translations for the role command
This commit is contained in:
parent
4b67bb51d1
commit
68a62ab4ec
2 changed files with 62 additions and 14 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue