dbot/modules/warning/strings.json

15 lines
621 B
JSON
Raw Normal View History

{
"no_warnings": {
2013-07-11 04:40:05 +02:00
"en": "No warnings found for {user}.",
"fr": "Aucun avertissement trouvé pour {user}."
},
"warning_info": {
2013-07-11 04:40:05 +02:00
"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}"
},
"warn_notify": {
2013-07-11 04:40:05 +02:00
"en": "Attention: {warner} has issued a warning to {warnee} for \"{reason}.\" More info can be found at {url}",
"fr": "Attention : {warner} a donné un avertissement à {warnee} pour \"{reason}.\". Plus d'informations peuvent être trouvées ici : {url}"
}
}