dbot/modules/dns/strings.json

32 lines
1.3 KiB
JSON
Raw Normal View History

2013-03-21 19:29:18 +01:00
{
"lookup-error": {
2013-04-20 00:05:46 +02:00
"en": "{domain} is \u000303AVAILABLE! \u000314({code})",
"cy": "{domain} \u000303AR GAEL! \u000314({code})",
2013-06-01 18:16:24 +02:00
"nl": "{domain} is \u000303BESCHIKBAAR! \u000314({code})",
2013-07-11 03:16:52 +02:00
"de": "{domain} ist \u000303VERFÜGBAR! \u000314({code})",
"fr": "{domain} est \u000303DISPONIBLE! \u000314({code})",
"it": "{domain} è \u000303DISPONIBILE! \u000314({code})"
2013-03-21 19:29:18 +01:00
},
"lookup": {
2013-04-20 00:05:46 +02:00
"en": "{domain} is \u000305TAKEN! \u000314({address})",
"cy": "Dydy {domain} \u000305DDIM AR GAEL! \u000314({address})",
2013-06-01 18:16:24 +02:00
"nl": "{domain} is \u000305BEZET! \u000314({address})",
2013-07-11 03:16:52 +02:00
"de": "{domain} ist \u000305BELEGT! \u000314({address})",
"fr": "{domain} est \u000305PRIS! \u000314({address})",
"it": "{domain} èt \u000305RISERVATO! \u000314({address})"
2013-03-21 19:29:18 +01:00
},
"rdns": {
2013-07-11 03:16:52 +02:00
"en": "{ip} \u2192 {domain}",
"fr": "{ip} \u2192 {domain}",
"it": "{ip} \u2192 {domain}"
2013-03-21 19:29:18 +01:00
},
"rdns-error": {
2013-04-20 00:05:46 +02:00
"en": "Unable to lookup {ip}. \u000314({error})",
"cy": "Methu am-edrych {ip}. \u000314({error})",
2013-06-01 18:16:24 +02:00
"nl": "{ip} kan niet worden opgezocht. \u000314({error})",
2013-07-11 03:16:52 +02:00
"de": "Kann {ip} nicht auflösen. \u000314({error})",
"fr": "Impossible de rechercher {ip}. \u000314({error})",
"it": "Non è possibile cercare {ip}. \u000314({error})"
2013-03-21 19:29:18 +01:00
}
}