Completed command module Welsh translations in strings.json

This commit is contained in:
Owen Dyckhoff 2013-05-28 21:14:13 +02:00
parent b0852c2fac
commit 19332bf1d5

View File

@ -16,25 +16,30 @@
"usage": { "usage": {
"en": "Usage for {command}: {usage}.", "en": "Usage for {command}: {usage}.",
"na'vi": "Nga tsun sivar ìlä {command}: {usage}.", "na'vi": "Nga tsun sivar ìlä {command}: {usage}.",
"cy": "Defnydd o {command}: {usage}.",
"nl": "{command} wordt op de volgende manier gebruikt: {usage}." "nl": "{command} wordt op de volgende manier gebruikt: {usage}."
}, },
"no_usage_info": { "no_usage_info": {
"en": "No usage information found for {command}.", "en": "No usage information found for {command}.",
"na'vi": "Oel ke tsun sivar {comamnd}it", "na'vi": "Oel ke tsun sivar {comamnd}it",
"cy": "Ni chanfuwyd gwybodaeth am ddefnydd o {command}",
"nl": "Geen gebruiksinformatie gevonden voor {command}." "nl": "Geen gebruiksinformatie gevonden voor {command}."
}, },
"help_link": { "help_link": {
"en": "Help for {module}: {link}", "en": "Help for {module}: {link}",
"na'vi": "{module}ä srungìl {link} it tok", "na'vi": "{module}ä srungìl {link} it tok",
"cy": "Cymorth am {module}: {link}",
"nl": "Hulp voor {module}: {link}" "nl": "Hulp voor {module}: {link}"
}, },
"no_help": { "no_help": {
"en": "No help found for {module}.", "en": "No help found for {module}.",
"na'vi": "Fì{module}ìri oel ke tsun run srungit", "na'vi": "Fì{module}ìri oel ke tsun run srungit",
"cy": "Ni chanfuwyd cymorth am {module}",
"nl": "Geen hulp gevonden voor {module}." "nl": "Geen hulp gevonden voor {module}."
}, },
"loaded_modules": { "loaded_modules": {
"en": "Loaded modules: {modules}.", "en": "Loaded modules: {modules}.",
"cy": "Modiwlau sy'n lwythodd: {modules}.",
"nl": "Geladen modules: {modules}." "nl": "Geladen modules: {modules}."
} }
} }