dbot/modules/warning/strings.json

36 lines
1.6 KiB
JSON
Raw Normal View History

{
"no_warnings": {
2013-07-11 04:40:05 +02:00
"en": "No warnings found for {user}.",
2013-10-29 22:39:26 +01:00
"fr": "Aucun avertissement trouvé pour {user}.",
"it": "Nessuna avvertenza trovate per {user}.",
"de": "Keine Verwarnung gefunden für {user}."
},
"warning_info": {
2013-07-11 04:40:05 +02:00
"en": "{user} has {num} warnings. More info can be found at {url}",
2013-10-29 22:39:26 +01:00
"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}",
2013-11-04 22:55:10 +01:00
"de": "{user} hat {num} Verwarnung. Mehr Informationen sind auf {url} erhältlich"
},
2018-02-10 13:59:02 +01:00
"note_notify": {
"en": "{warner} has added a note regarding {warnee}: {reason}"
},
"warn_notify": {
2016-01-26 17:57:23 +01:00
"en": "{warner} has issued a warning to {warnee} for \"{reason}.\"",
2013-10-29 22:39:26 +01:00
"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"
2014-06-26 23:50:33 +02:00
},
2014-11-09 15:05:32 +01:00
"warn_user": {
"en": "You have been issued a warning by {warner} for \"{reason}\". You can join {admin_channel} for more information or to discuss."
},
2014-06-26 23:50:33 +02:00
"warning_not_found": {
"en": "Specified warning not found."
},
"warning_removed": {
"en": "Warning removed."
},
"warnee_not_found": {
"en": "{user} not found."
}
}