forked from GitHub/dbot
21 lines
712 B
JSON
21 lines
712 B
JSON
{
|
|
"lookup-error": {
|
|
"en": "{domain} is \u000303AVAILABLE! \u000314({code})",
|
|
"cy": "{domain} \u000303AR GAEL! \u000314({code})",
|
|
"nl": "{domain} is \u000303BESCHIKBAAR! \u000314({code})"
|
|
},
|
|
"lookup": {
|
|
"en": "{domain} is \u000305TAKEN! \u000314({address})",
|
|
"cy": "Dydy {domain} \u000305DDIM AR GAEL! \u000314({address})",
|
|
"nl": "{domain} is \u000305BEZET! \u000314({address})"
|
|
},
|
|
"rdns": {
|
|
"en": "{ip} \u2192 {domain}"
|
|
},
|
|
"rdns-error": {
|
|
"en": "Unable to lookup {ip}. \u000314({error})",
|
|
"cy": "Methu am-edrych {ip}. \u000314({error})",
|
|
"nl": "{ip} kan niet worden opgezocht. \u000314({error})"
|
|
}
|
|
}
|