forked from GitHub/dbot
15 lines
621 B
JSON
15 lines
621 B
JSON
{
|
|
"no_warnings": {
|
|
"en": "No warnings found for {user}.",
|
|
"fr": "Aucun avertissement trouvé pour {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}"
|
|
},
|
|
"warn_notify": {
|
|
"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}"
|
|
}
|
|
}
|