3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-02 15:44:33 +01:00

Completed dns module Welsh translations in strings.json

This commit is contained in:
Owen Dyckhoff 2013-05-28 21:24:41 +02:00
parent 19332bf1d5
commit 6ad4b1976b

View File

@ -1,10 +1,12 @@
{ {
"lookup-error": { "lookup-error": {
"en": "{domain} is \u000303AVAILABLE! \u000314({code})", "en": "{domain} is \u000303AVAILABLE! \u000314({code})",
"cy": "{domain} \u000303AR GAEL! \u000314({code})",
"nl": "{domain} is \u000303BESCHIKBAAR! \u000314({code})" "nl": "{domain} is \u000303BESCHIKBAAR! \u000314({code})"
}, },
"lookup": { "lookup": {
"en": "{domain} is \u000305TAKEN! \u000314({address})", "en": "{domain} is \u000305TAKEN! \u000314({address})",
"cy": "Dydy {domain} \u000305DDIM AR GAEL! \u000314({address})",
"nl": "{domain} is \u000305BEZET! \u000314({address})" "nl": "{domain} is \u000305BEZET! \u000314({address})"
}, },
"rdns": { "rdns": {
@ -12,6 +14,7 @@
}, },
"rdns-error": { "rdns-error": {
"en": "Unable to lookup {ip}. \u000314({error})", "en": "Unable to lookup {ip}. \u000314({error})",
"cy": "Methu am-edrych {ip}. \u000314({error})",
"nl": "{ip} kan niet worden opgezocht. \u000314({error})" "nl": "{ip} kan niet worden opgezocht. \u000314({error})"
} }
} }