dbot/modules-stock/warning/strings.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

36 lines
1.6 KiB
JSON

{
"no_warnings": {
"en": "No warnings found for {user}.",
"fr": "Aucun avertissement trouvé pour {user}.",
"it": "Nessuna avvertenza trovate per {user}.",
"de": "Keine Verwarnung gefunden für {user}."
},
"warning_info": {
"en": "{user} has {num} warnings. More info can be found at {url}",
"fr": "{user} a {num} avertissements. Plus d'informations peuvent être trouvées ici : {url}",
"it": "{user} a {num} avvertenze. Ulteriori informazioni si trovano a {url}",
"de": "{user} hat {num} Verwarnung. Mehr Informationen sind auf {url} erhältlich"
},
"note_notify": {
"en": "{warner} has added a note regarding {warnee}: {reason}"
},
"warn_notify": {
"en": "{warner} has issued a warning to {warnee} for \"{reason}.\"",
"fr": "Attention : {warner} a donné un avertissement à {warnee} pour \"{reason}.\". Plus d'informations peuvent être trouvées ici : {url}",
"it": "Attenzione : {warner} ha dato un' avvertenza a {warnee} per \"{reason}.\". Ulterior informazioni si trovano a {url}",
"de": "{warner} hat {warnee} für \"{reason}.\" verwarnt. Mehr Informationen sind auf {url} erhältlich"
},
"warn_user": {
"en": "You have been issued a warning by {warner} for \"{reason}\". You can join {admin_channel} for more information or to discuss."
},
"warning_not_found": {
"en": "Specified warning not found."
},
"warning_removed": {
"en": "Warning removed."
},
"warnee_not_found": {
"en": "{user} not found."
}
}