forked from GitHub/dbot
merge
This commit is contained in:
commit
75b160f161
@ -3,82 +3,97 @@
|
||||
"en": "Joined {channel}",
|
||||
"es" : "Entrado en {channel}",
|
||||
"na'vi": "fpxäkìm {channel}(nemfa)",
|
||||
"cy": "Wedi ymuno {channel}"
|
||||
"cy": "Wedi ymuno {channel}",
|
||||
"nl": "{channel} binnengekomen"
|
||||
},
|
||||
"part": {
|
||||
"en": "Left {channel}",
|
||||
"es" : "Abandonada {channel}",
|
||||
"na'vi": "Hum {channel}",
|
||||
"cy": "Wedi gadael {channel}"
|
||||
"cy": "Wedi gadael {channel}",
|
||||
"nl": "{channel} verlaten"
|
||||
},
|
||||
"gpull": {
|
||||
"en": "Git pulled that shit.",
|
||||
"es": "Hecho git pull en esta mierda.",
|
||||
"na'vi": "Gìtìl fì'uti stamarsìm.",
|
||||
"cy": "Wedi tynnu git yr cach na i gyd"
|
||||
"cy": "Wedi tynnu git yr cach na i gyd",
|
||||
"nl": "Git heeft die zooi binnengehaald."
|
||||
},
|
||||
"reload": {
|
||||
"en": "Reloaded that shit.",
|
||||
"es": "Recargado esta mierda.",
|
||||
"na'vi": "Oel fìuti stìyeftxaw.",
|
||||
"cy": "Ail-lwytho'r cach na"
|
||||
"cy": "Ail-lwytho'r cach na",
|
||||
"nl": "Die zooi opnieuw geladen."
|
||||
},
|
||||
"load_module": {
|
||||
"en": "Loaded new module: {moduleName}",
|
||||
"es": "Cargado módulo nuevo: {moduleName}",
|
||||
"na'vi": "Oel {moduleName}it amip stìyeftxaw.",
|
||||
"cy": "Wedi llwytho modiwl newydd: {moduleName}"
|
||||
"cy": "Wedi llwytho modiwl newydd: {moduleName}",
|
||||
"nl": "Nieuwe module geladen: {moduleName}"
|
||||
},
|
||||
"unload_module": {
|
||||
"en": "Turned off module: {moduleName}",
|
||||
"es": "Descargado módulo: {moduleName}",
|
||||
"na'vi": "Oel {moduleName} tswìya'.",
|
||||
"cy": "Wedi troi ffwrdd y modiwl: {moduleName}"
|
||||
"cy": "Wedi troi ffwrdd y modiwl: {moduleName}",
|
||||
"nl": "Module uitgeschakeld: {moduleName}"
|
||||
},
|
||||
"unload_error": {
|
||||
"en": "{moduleName} isn't loaded. Idiot.",
|
||||
"es": "{moduleName} no está cargado. Idiota.",
|
||||
"na'vi": "Oel {moduleName}it omum. Nga skxawng lu.",
|
||||
"cy": "Di {moduleName} ddim wedi llwytho. Twpsyn"
|
||||
"cy": "Di {moduleName} ddim wedi llwytho. Twpsyn",
|
||||
"nl": "{moduleName} is niet geladen. Idioot."
|
||||
},
|
||||
"banned": {
|
||||
"en": "{user} banned from {command}",
|
||||
"es": "{user} está prohibido de usar {command}",
|
||||
"na'vi": "{command}ìri {user} ke tung.",
|
||||
"cy": "{user} wedi ei gohurio o {command}"
|
||||
"cy": "{user} wedi ei gohurio o {command}",
|
||||
"nl": "{user} mag {command} niet meer gebruiken"
|
||||
},
|
||||
"unbanned": {
|
||||
"en": "{user} unbanned from {command}",
|
||||
"es": "{user} no está prohibido de user {command}",
|
||||
"na'vi": "{command}ìri {user} tung set.",
|
||||
"cy": "{user} wedi ei dad-wahardd o {command}"
|
||||
"cy": "{user} wedi ei dad-wahardd o {command}",
|
||||
"nl": "{user} mag {command} weer gebruiken"
|
||||
},
|
||||
"unban_error": {
|
||||
"en": "{user} wasn't banned from that command, fool.",
|
||||
"es": "{user} no fue prohibido de esta instrucción, tont@.",
|
||||
"na'vi": "{user} fìtsu'oti tamung srekrr, nga skxawng lu.",
|
||||
"cy": "Nid oedd {user} wedi ei wahardd o'r gyrchymun yna, fŵl"
|
||||
"cy": "Nid oedd {user} wedi ei wahardd o'r gyrchymun yna, fŵl",
|
||||
"nl": "{user} mag dat commando sowieso al gebruiken, mafketel."
|
||||
},
|
||||
"qlock": {
|
||||
"en": "Locked quote category: {category}",
|
||||
"es": "Cerrado la categoría: {category}",
|
||||
"na'vi": "{category}ìri oel 'upxareti fmoli",
|
||||
"cy": "Categori wedi cloi: {category}"
|
||||
"cy": "Categori wedi cloi: {category}",
|
||||
"nl": "Quote categorie vergrendeld: {category}"
|
||||
},
|
||||
"already_in_channel": {
|
||||
"en": "I'm already in {channel}",
|
||||
"na'vi": "Oel {channel}it tok li"
|
||||
"na'vi": "Oel {channel}it tok li",
|
||||
"nl": "Ik ben al in {channel}"
|
||||
},
|
||||
"not_in_channel": {
|
||||
"en": "I'm not in {channel}",
|
||||
"na'vi": "Oel {channel}it ke tok"
|
||||
"na'vi": "Oel {channel}it ke tok",
|
||||
"nl": "Ik ben niet aanwezig in {channel}"
|
||||
},
|
||||
"already_loaded_web": {
|
||||
"en": "WHY CAN'T I LOAD ALL THIS WEB? (web already loaded)",
|
||||
"na'vi": "PELUN OEL KE TSUN OMUM FÌWETIT NÌWOTX (wetìri oe omum li)"
|
||||
"na'vi": "PELUN OEL KE TSUN OMUM FÌWETIT NÌWOTX (wetìri oe omum li)",
|
||||
"nl": "AL DIT WEB WORDT ME TOCH EEN BEETJE TE VEEL! (web is al geladen)"
|
||||
},
|
||||
"already_loaded": {
|
||||
"en": "{moduleName} is already loaded.",
|
||||
"na'vi": "Oel omum teri {moduleName}it li."
|
||||
"na'vi": "Oel omum teri {moduleName}it li.",
|
||||
"nl": "{moduleName} is al geladen."
|
||||
}
|
||||
}
|
||||
|
@ -3,31 +3,38 @@
|
||||
"en": "{user} is banned from using this command. Commence incineration.",
|
||||
"es": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
|
||||
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
|
||||
"cy": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad"
|
||||
"cy": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad",
|
||||
"nl": "{user} mag dit commando niet meer gebruiken. Bereid het verbrandingsritueel voor."
|
||||
},
|
||||
"syntax_error": {
|
||||
"en": "Invalid syntax. Initiate incineration.",
|
||||
"es": "Sintaxis no válida. Iniciar incineración.",
|
||||
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
|
||||
"cy": "Cystrawen annilys. Cychwyn orfflosgiad"
|
||||
"cy": "Cystrawen annilys. Cychwyn orfflosgiad",
|
||||
"nl": "Ongeldige syntax. Bereid het verbrandingsritueel voor."
|
||||
},
|
||||
"usage": {
|
||||
"en": "Usage for {command}: {usage}.",
|
||||
"na'vi": "Nga tsun sivar ìlä {command}: {usage}."
|
||||
"na'vi": "Nga tsun sivar ìlä {command}: {usage}.",
|
||||
"nl": "{command} wordt op de volgende manier gebruikt: {usage}."
|
||||
},
|
||||
"no_usage_info": {
|
||||
"en": "No usage information found for {command}.",
|
||||
"na'vi": "Oel ke tsun sivar {comamnd}it"
|
||||
"na'vi": "Oel ke tsun sivar {comamnd}it",
|
||||
"nl": "Geen gebruiksinformatie gevonden voor {command}."
|
||||
},
|
||||
"help_link": {
|
||||
"en": "Help for {module}: {link}",
|
||||
"na'vi": "{module}ä srungìl {link} it tok"
|
||||
"na'vi": "{module}ä srungìl {link} it tok",
|
||||
"nl": "Hulp voor {module}: {link}"
|
||||
},
|
||||
"no_help": {
|
||||
"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",
|
||||
"nl": "Geen hulp gevonden voor {module}."
|
||||
},
|
||||
"loaded_modules_with_help": {
|
||||
"en": "Loaded modules with help information: {modules}."
|
||||
"en": "Loaded modules with help information: {modules}.",
|
||||
"nl": "Geladen modules die hulpinformatie bevatten: {modules}."
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,17 @@
|
||||
{
|
||||
"lookup-error": {
|
||||
"en": "{domain} is \u000303AVAILABLE! \u000314({code})"
|
||||
"en": "{domain} is \u000303AVAILABLE! \u000314({code})",
|
||||
"nl": "{domain} is \u000303BESCHIKBAAR! \u000314({code})"
|
||||
},
|
||||
"lookup": {
|
||||
"en": "{domain} is \u000305TAKEN! \u000314({address})"
|
||||
"en": "{domain} is \u000305TAKEN! \u000314({address})",
|
||||
"nl": "{domain} is \u000305BEZET! \u000314({address})"
|
||||
},
|
||||
"rdns": {
|
||||
"en": "{ip} \u2192 {domain}"
|
||||
},
|
||||
"rdns-error": {
|
||||
"en": "Unable to lookup {ip}. \u000314({error})"
|
||||
"en": "Unable to lookup {ip}. \u000314({error})",
|
||||
"nl": "{ip} kan niet worden opgezocht. \u000314({error})"
|
||||
}
|
||||
}
|
||||
|
@ -3,83 +3,102 @@
|
||||
"en": "{user}: Usage: ~ignore [module]. Modules you can ignore are: {modules}.",
|
||||
"es": "{user}: Modo de empleo: ~ignore [módulo]. Módulos que tú puedes ignorar son: {modules}.",
|
||||
"na'vi": "{user}: Sar: ~ignore ['u]. U, nga ke tìng mikyun: {modules}.",
|
||||
"cy": "{user}: Defnydd: ~ignore [modiwl]. Modiwlau a allech anwybyddu yw: {modules}."
|
||||
"cy": "{user}: Defnydd: ~ignore [modiwl]. Modiwlau a allech anwybyddu yw: {modules}.",
|
||||
"nl": "{user}: Gebruik: ~ignore [module]. Modules die negeert kunnen worden zijn: {modules}."
|
||||
},
|
||||
"already_ignoring": {
|
||||
"en": "{user}: You're already ignoring that module.",
|
||||
"es": "{user}: Ya ignoras este módulo.",
|
||||
"na'vi": "{user}: 'uri nga ke tìng mikyun srekrr.",
|
||||
"cy": "{user}: Mi rwyt ti'n anwybyddu'r modiwl yna'n barod."
|
||||
"cy": "{user}: Mi rwyt ti'n anwybyddu'r modiwl yna'n barod.",
|
||||
"nl": "{user}: Je negeert deze module al."
|
||||
},
|
||||
"ignored": {
|
||||
"en": "{user}: Now ignoring {module}.",
|
||||
"es": "{user}: Estás ignorando {module}.",
|
||||
"na'vi": "{user}: Nga ke terìng mikyun {module}ne set.",
|
||||
"cy": "{user}: Nawr yn anwybyddu {module}"
|
||||
"cy": "{user}: Nawr yn anwybyddu {module}",
|
||||
"nl": "{user}: {module} wordt nu genegeerd."
|
||||
},
|
||||
"invalid_ignore": {
|
||||
"en": "{user}: That isn't a valid module name.",
|
||||
"es": "{user}: Ese no es un nombre de un módulo valido.",
|
||||
"na'vi": "{user}: Tsatstxo eyawr ke lu.",
|
||||
"cy": "{user}: Nid oedd hwna'n modiwl dilys"
|
||||
"cy": "{user}: Nid oedd hwna'n modiwl dilys",
|
||||
"nl": "{user}: Dat is geen geldige modulenaam."
|
||||
},
|
||||
"unignore_usage": {
|
||||
"en": "{user}: Usage: ~unignore [module]. Modules you are currently ignoring: {modules}.",
|
||||
"es": "{user}: Modo de empleo: ~unignore [módulo]. Módulos que ignoras ahora mismo: {modules}.",
|
||||
"na'vi": "{user}: Sar: ~unignore ['u]. Uri, nga ke terìng mikyun: {modules}.",
|
||||
"cy": "{user}: Defnydd ~unignore [modiwl]. Modiwlau rydech yn anwybyddu ar hyn o bryd: {modules}"
|
||||
"cy": "{user}: Defnydd ~unignore [modiwl]. Modiwlau rydech yn anwybyddu ar hyn o bryd: {modules}",
|
||||
"nl": "{user}: Gebruik: ~unignore [module]. Modules die momenteel worden genegeerd: {modules}."
|
||||
},
|
||||
"invalid_unignore": {
|
||||
"en": "{user}: You're not ignoring that module or it doesn't exist.",
|
||||
"es": "{user}: No ignoras este módulo o no existe.",
|
||||
"na'vi":"{user}: Nga terìng mikyun fu fì'ul fìtsengit ke tok.",
|
||||
"cy": "{user}: Nid wyt ti'n anwybyddu'r modiwl yna neu nid yw e'n bodoli"
|
||||
"cy": "{user}: Nid wyt ti'n anwybyddu'r modiwl yna neu nid yw e'n bodoli",
|
||||
"nl": "{user}: Deze module bestaat niet of wordt niet genegeerd."
|
||||
},
|
||||
"unignored": {
|
||||
"en": "{user}: No longer ignoring {module}.",
|
||||
"es": "{user}: Ya no ignoras {module}.",
|
||||
"na'vi": "{user}: Nga terìng mikyun {module}ne set",
|
||||
"cy": "{user}: Ddim yn anwybyddu {module} bellach"
|
||||
"cy": "{user}: Ddim yn anwybyddu {module} bellach",
|
||||
"nl": "{user}: {module} wordt niet langer genegeerd."
|
||||
},
|
||||
"ban_usage": {
|
||||
"en": "{user}: Usage: ~ban [user] [module/command]. Use * for all modules and commands."
|
||||
"en": "{user}: Usage: ~ban [user] [module/command]. Use * for all modules and commands.",
|
||||
"nl": "{user}: Gebruik: ~ban [gebruiker] [module/commando]. Gebruik * voor alle modules en alle commandos."
|
||||
},
|
||||
"already_banned": {
|
||||
"en": "{user}: {banned} is already banned from that module."
|
||||
"en": "{user}: {banned} is already banned from that module.",
|
||||
"nl": "{user}: {banned} is al geband van deze module."
|
||||
},
|
||||
"banned_success": {
|
||||
"en": "{user}: {banned} is now banned from {module}."
|
||||
"en": "{user}: {banned} is now banned from {module}.",
|
||||
"nl": "{user}: {banned} mag {module} nu niet meer gebruiken."
|
||||
},
|
||||
"invalid_ban": {
|
||||
"en": "{user}: That isn't a valid module name."
|
||||
"en": "{user}: That isn't a valid module name.",
|
||||
"nl": "{user}: Dat is geen geldige modulenaam."
|
||||
},
|
||||
"unban_usage": {
|
||||
"en": "{user}: Usage: ~unban [user] [module]."
|
||||
"en": "{user}: Usage: ~unban [user] [module].",
|
||||
"nl": "{user}: Gebruik: ~unban [gebruiker] [module]."
|
||||
},
|
||||
"invalid_unban": {
|
||||
"en": "{user}: {banned} is not banned from that module or it doesn't exist."
|
||||
"en": "{user}: {banned} is not banned from that module or it doesn't exist.",
|
||||
"nl": "{user}: {banned} is niet geband van die module of de module bestaat niet."
|
||||
},
|
||||
"unbanned_success": {
|
||||
"en": "{user}: {banned} is no longer banned from {module}."
|
||||
"en": "{user}: {banned} is no longer banned from {module}.",
|
||||
"nl": "{user}: {banned} mag {module} weer gebruiken."
|
||||
},
|
||||
"ignoring_channel": {
|
||||
"en": "Now ignoring {module} in {channel}",
|
||||
"na'vi": "Oe ke stayawm {module}ur mì {channel}"
|
||||
"en": "Now ignoring {module} in {channel}.",
|
||||
"na'vi": "Oe ke stayawm {module}ur mì {channel}",
|
||||
"nl": "{module} wordt nu genegeerd in {channel}."
|
||||
},
|
||||
"already_ignoring_channel": {
|
||||
"en": "Already ignoring {module} in {channel}",
|
||||
"na'vi": "Oe ke stayawm {module}ur mì {channel} li"
|
||||
"en": "Already ignoring {module} in {channel}.",
|
||||
"na'vi": "Oe ke stayawm {module}ur mì {channel} li",
|
||||
"nl": "{module} wordt al genegeerd in {channel}."
|
||||
},
|
||||
"module_not_exist": {
|
||||
"en": "{module} isn't loaded or doesn't exist.",
|
||||
"na'vi": "Oel ke omum teri {module}it fu {module} ke fkeytok"
|
||||
"na'vi": "Oel ke omum teri {module}it fu {module} ke fkeytok",
|
||||
"nl": "{module} is niet geladen of bestaat niet."
|
||||
},
|
||||
"unignoring_channel": {
|
||||
"en": "No longer ignoring {module} in {channel}",
|
||||
"na'vi": "Oel stayawm {module}ur mì {channel} set."
|
||||
"en": "No longer ignoring {module} in {channel}.",
|
||||
"na'vi": "Oel stayawm {module}ur mì {channel} set.",
|
||||
"nl": "{module} wordt niet meer genegeerd in {channel}."
|
||||
},
|
||||
"not_ignoring_channel": {
|
||||
"en": "{module} wasn't being ignored in {channel}",
|
||||
"na'vi": "Oel stayawm {module}ur mì {channel} li."
|
||||
"en": "{module} wasn't being ignored in {channel}.",
|
||||
"na'vi": "Oel stayawm {module}ur mì {channel} li.",
|
||||
"nl": "{module} werd niet genegeerd in {channel}."
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"nsfw": {
|
||||
"en": "might be NSFW",
|
||||
"na'vi": "kxawm ke wivìntxu evengur"
|
||||
"na'vi": "kxawm ke wivìntxu evengur",
|
||||
"nl": "bevat mogelijk gevoelige beelden"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,8 @@
|
||||
"en": "{user} has been kicked {kicks} times and has kicked people {kicked} times.",
|
||||
"es": "Se ha expulsado {user} {kicks} veces y {user} ha expulsado personas {kicked} veces.",
|
||||
"na'vi": "Tuteol {user}it tsrame'i {kicks} hìmtxan ulte sute tsrame'i {kicked} hìmtxan.",
|
||||
"cy": "Cafwyd {user} ei gicio {kicks} gwaith ac wedi cicio pobl {kicked} gwaith."
|
||||
"cy": "Cafwyd {user} ei gicio {kicks} gwaith ac wedi cicio pobl {kicked} gwaith.",
|
||||
"nl": "{user} is {kicks} keer gekickt en heeft anderen {kicked} keer gekickt."
|
||||
},
|
||||
"kicked_dbot": {
|
||||
"en": "Thou shalt not kick {botname}",
|
||||
@ -13,5 +14,7 @@
|
||||
},
|
||||
"ckicked": {
|
||||
"en": "Attention: {kicker} has kicked {kickee} from {channel}. The reason given was: \"{reason}.\""
|
||||
"cy": "Ni ddylech cicio {botname}",
|
||||
"nl": "Gij zult {botname} niet kicken"
|
||||
}
|
||||
}
|
||||
|
@ -1,13 +1,15 @@
|
||||
{
|
||||
"title_not_found": {
|
||||
"en": "No page title found.",
|
||||
"na'vi": "Oel ke tsun run 'upxare atxin."
|
||||
"na'vi": "Oel ke tsun run 'upxare atxin.",
|
||||
"nl": "Er is geen paginatitel gevonden."
|
||||
},
|
||||
"xkcd": {
|
||||
"en": "xkcd {num}: {title} https://xkcd.com/{num}"
|
||||
},
|
||||
"no-hits": {
|
||||
"en": "No hits.",
|
||||
"na'vi": "Oel ke tsun rivum ayuoti."
|
||||
"na'vi": "Oel ke tsun rivum ayuoti.",
|
||||
"nl": "Geen resultaten."
|
||||
}
|
||||
}
|
||||
|
@ -3,18 +3,21 @@
|
||||
"en": "Usage: ~newpoll name [options=opt1,opt2,opt3] description",
|
||||
"es" : "Modo de empleo: ~newpoll nombre [options=opción1,opción2,opción3] descripción",
|
||||
"na'vi": "Usage: ~newpoll tstxo [sìftxey=tìfxey1,tìfxey2,fìfxey3] tìsla'tsu",
|
||||
"cy": "Defnydd: ~newpoll enw [optiynau=opt1,opt2,op3] disgrifiad"
|
||||
"cy": "Defnydd: ~newpoll enw [optiynau=opt1,opt2,op3] disgrifiad",
|
||||
"nl": "Gebruik: ~newpoll name [options=opt1,opt2,opt3] description"
|
||||
},
|
||||
"poll_exists": {
|
||||
"en": "Poll '{name}' already exists.",
|
||||
"es" : "Votación '{name}' ya existe.",
|
||||
"na'vi": "sìpawm sna'o '{name}' fkeytok srekrr.",
|
||||
"cy": "Mae'r pôl {name} bodoli'n barod"
|
||||
"cy": "Mae'r pôl {name} bodoli'n barod",
|
||||
"nl": "Poll '{name}' bestaat al."
|
||||
},
|
||||
"poll_created": {
|
||||
"en": "Poll '{name}' created ({description}). Cast thy votations! - {url}",
|
||||
"es" : "Votación '{name}' creado ({description}). ¡Emited sus votas! - {url}",
|
||||
"na'vi": "sìpawm sna'o '{name}' ngìyop ({description}). Nga tìpe'unit Pe'eiun - {url}"
|
||||
"na'vi": "sìpawm sna'o '{name}' ngìyop ({description}). Nga tìpe'unit Pe'eiun - {url}",
|
||||
"nl": "Poll '{name}' aangemaakt ({description}). Laat uw stem horen! - {url}"
|
||||
},
|
||||
"poll_describe": {
|
||||
"en": "{name}: {description} - {url}."
|
||||
@ -23,65 +26,76 @@
|
||||
"en": "{user} changed their vote in {poll} to '{vote}' ({count}).",
|
||||
"es" : "{user} cambió su voto en {poll} a '{vote}' ({count}).",
|
||||
"na'vi": "{user} lìyatem ngeyä tìpe'un {poll}mì, ngeyä tìpe'un amip '{vote}'({count}) lu.",
|
||||
"cy": "Newidiodd {user} eu pleidlais yn {poll} i '{vote}' ({count})."
|
||||
"cy": "Newidiodd {user} eu pleidlais yn {poll} i '{vote}' ({count}).",
|
||||
"nl": "{user} heeft zijn stem voor {poll} veranderd in '{vote}' ({count})."
|
||||
},
|
||||
"voted": {
|
||||
"en": "{user} voted for '{vote}' in {poll} ({count}).",
|
||||
"es" : "{user} votó para '{vote}' en {poll} ({count}).",
|
||||
"na'vi": "'{vote}'ìri {user} pìye'un {poll}mì ({count}).",
|
||||
"cy": "Pledleisiodd {user} am '{vote}' yn {poll} ({count})."
|
||||
"cy": "Pledleisiodd {user} am '{vote}' yn {poll} ({count}).",
|
||||
"nl": "{user} heeft gestemd voor '{vote}' in {poll} ({count})."
|
||||
},
|
||||
"invalid_vote": {
|
||||
"en": "Invalid vote: {vote}",
|
||||
"es" : "Vota inválida: {vote}",
|
||||
"na'vi": "Ngeyä tìpe'un keyawr lu ({vote}).",
|
||||
"cy": "Pleidlais annilys: {vote}"
|
||||
"cy": "Pleidlais annilys: {vote}",
|
||||
"nl": "Ongeldige stem: {vote}"
|
||||
},
|
||||
"poll_unexistent": {
|
||||
"en": "Poll '{name}' doesn't exist.",
|
||||
"es" : "Votación '{name}' no existe.",
|
||||
"na'vi": "sìpawm sna'o '{name}' ke fkeytok.",
|
||||
"cy": "Nid yw pôl '{name}' yn bodoli"
|
||||
"cy": "Nid yw pôl '{name}' yn bodoli",
|
||||
"nl": "Poll '{name}' bestaat niet."
|
||||
},
|
||||
"option_added": {
|
||||
"en": "{user}: '{option}' added to '{name}'.",
|
||||
"es" : "{user}: '{option}' añadido a '{name}'.",
|
||||
"na'vi": "'{name}'ur {user}ìl '{option}'it sung.",
|
||||
"cy": "{user}: Ychwanegwyd '{option}' i '{name}'"
|
||||
"cy": "{user}: Ychwanegwyd '{option}' i '{name}'",
|
||||
"nl": "{user}: '{option}' toegevoegd aan '{name}'."
|
||||
},
|
||||
"option_exists": {
|
||||
"en": "{user}: '{option}' already exists in '{name}'.",
|
||||
"es" : "{user}: '{option}' ya existe en '{name}'.",
|
||||
"na'vi": "{user}: '{option}' fkeytok srekrr '{name}'mì.",
|
||||
"cy": "{user}: Mae '{option}' yn bodoli'n barod yn '{name}'."
|
||||
"cy": "{user}: Mae '{option}' yn bodoli'n barod yn '{name}'.",
|
||||
"nl": "{user}: '{option}' bestaat al in '{name}'."
|
||||
},
|
||||
"not_poll_owner": {
|
||||
"en": "{user}: You don't own the '{name}' poll.",
|
||||
"es" : "{user}: La votación '{name}' no es tuyo.",
|
||||
"na'vi": "{user}: ngaru '{name}' sìpawm sna'o ke lu.",
|
||||
"cy": "{user}: Nid ydech chi'n berchen y pôl '{name}'."
|
||||
"cy": "{user}: Nid ydech chi'n berchen y pôl '{name}'.",
|
||||
"nl": "{user}: Je bent niet de eigenaar van de poll '{name}'."
|
||||
},
|
||||
"option_removed": {
|
||||
"en": "{user}: '{option}' removed from '{name}'",
|
||||
"es" : "{user}: '{option}' eliminado de '{name}'",
|
||||
"na'vi": "{user}: '{option}'it 'aku '{name}'ta",
|
||||
"cy": "{user}: '{option}' wedi ei ddileu o '{name}'"
|
||||
"cy": "{user}: '{option}' wedi ei ddileu o '{name}'",
|
||||
"nl": "{user}: '{option}' verwijderd van '{name}'"
|
||||
},
|
||||
"av_voted": {
|
||||
"en": "{user} voted '{vote}' in {poll}.",
|
||||
"es": "{user} votó '{vote}' en {poll}.",
|
||||
"na'vi": "{user}ìl '{vote}'it pìye'un '{poll}'mì.",
|
||||
"cy": "Pledleisiodd {user} am '{vote}' yn {poll}"
|
||||
"cy": "Pledleisiodd {user} am '{vote}' yn {poll}",
|
||||
"nl": "{user} heeft '{vote}' gestemd in {poll}."
|
||||
},
|
||||
"av_changed_vote": {
|
||||
"en": "{user} changed their vote in {poll} to '{vote}'.",
|
||||
"es" : "{user} cambió su voto en {poll} a '{vote}'.",
|
||||
"na'vi": "{user}ìl lìyatem ngeyä tìpa'unit '{poll}'mì, ngeyä tìpe'un '{vote} lu set.",
|
||||
"cy": "Newidiodd {user} eu pleidlais yn {poll} i '{vote}'"
|
||||
"cy": "Newidiodd {user} eu pleidlais yn {poll} i '{vote}'",
|
||||
"nl": "{user} heeft zijn stem veranderd naar '{vote}' in {poll}."
|
||||
},
|
||||
"count": {
|
||||
"en": "The running-order of poll '{poll}' ({description}) is: {places}.",
|
||||
"na'vi": "Sute tsnì pole'un '{poll}'mì ({description}) lu: {places}.",
|
||||
"cy": "Trefn yr pôl '{poll}' ({description}) yw: {places}"
|
||||
"cy": "Trefn yr pôl '{poll}' ({description}) yw: {places}",
|
||||
"nl": "De volgorde van poll '{poll}' ({description}) is: {places}."
|
||||
}
|
||||
}
|
||||
|
@ -3,131 +3,155 @@
|
||||
"en": "Nobody loves {category}",
|
||||
"es": "Nadie ama a {category}",
|
||||
"na'vi": "{category} yawne ke lu kawturu.",
|
||||
"cy": "Does neb yn caru {category}"
|
||||
"cy": "Does neb yn caru {category}",
|
||||
"nl": "Niemand houdt van {category}"
|
||||
},
|
||||
"large_categories": {
|
||||
"en": "Largest categories: ",
|
||||
"es": "Los categorías más grandes: ",
|
||||
"na'vi": "U atsawl: ",
|
||||
"cy": "Categoriau mwyaf: "
|
||||
"cy": "Categoriau mwyaf: ",
|
||||
"nl": "Grootste categoriën: "
|
||||
},
|
||||
"empty_category": {
|
||||
"en": "That category has no quotes in. Commence incineration.",
|
||||
"es": "Categoría vacía. Iniciar incineración.",
|
||||
"na'vi": "Tsauru upxare lu. Nga skxawng lu.",
|
||||
"cy": "Nid yw'r categori yna efo dyfyniadau. Cychwyn orfflosgiad"
|
||||
"cy": "Nid yw'r categori yna efo dyfyniadau. Cychwyn orfflosgiad",
|
||||
"nl": "Die categorie heeft geen quotes. Bereid het verbrandingsritueel voor."
|
||||
},
|
||||
"no_results": {
|
||||
"en": "No results found.",
|
||||
"es": "No hubo ningún resultado.",
|
||||
"na'vi": "Oel kea humit rìmun",
|
||||
"cy": "Dim canlyniadau ar gael"
|
||||
"cy": "Dim canlyniadau ar gael",
|
||||
"nl": "Geen resultaten gevonden."
|
||||
},
|
||||
"locked_category": {
|
||||
"en": "{category} is locked. Commence incineration.",
|
||||
"es": "{category} está cerrada. Comenzar incineración.",
|
||||
"na'vi": "{category} ke fkeytok set. Nga skxawng lu nafì'u",
|
||||
"cy": "Mae {category} wedi cloi. Cychwyn orfflosgiad"
|
||||
"cy": "Mae {category} wedi cloi. Cychwyn orfflosgiad",
|
||||
"nl": "{category} is op slot. Bereid het verbrandingsritueel voor."
|
||||
},
|
||||
"no_quotes": {
|
||||
"en": "No quotes exist under {category}",
|
||||
"es": "Ninguna cita existe en {category}",
|
||||
"na'vi": "Kea upxare fkeytok {category}mì",
|
||||
"cy": "Does dim dyfyniadau gan {category}"
|
||||
"cy": "Does dim dyfyniadau gan {category}",
|
||||
"nl": "Er zijn geen quotes in {category}"
|
||||
},
|
||||
"last_removed": {
|
||||
"en": "Last quote removed from {category}.",
|
||||
"es": "Última cita quitado de {category}.",
|
||||
"na'vi": "Oel 'upxareti aham 'aku {category}ta",
|
||||
"cy": "Dyfyniad olaf wedi ei ddileu o {category}"
|
||||
"cy": "Dyfyniad olaf wedi ei ddileu o {category}",
|
||||
"nl": "De laatste quote is verwijderd uit {category}."
|
||||
},
|
||||
"no_recent_adds": {
|
||||
"en": "No quotes were added recently.",
|
||||
"es": "Ninguna cita fue añadido recientamente.",
|
||||
"na'vi": "Kea upxareti samung nìfkrr",
|
||||
"cy": "Nid oes unrhyw dyfyniadau wedi ei ychwwanegu'n ddiweddar"
|
||||
"cy": "Nid oes unrhyw dyfyniadau wedi ei ychwwanegu'n ddiweddar",
|
||||
"nl": "Er zijn recentelijk geen quotes toegevoegd."
|
||||
},
|
||||
"rmlast_spam": {
|
||||
"en": "No spamming that shit. Try again in a few minutes...",
|
||||
"es": "No me inundes de mierda. Intenta otra vez en unos minutos...",
|
||||
"na'vi": "Nga Tsasngelit ke zene fpivere'. Sweylu nga fmivi ye'rìn...",
|
||||
"cy": "Peidiwch a sbamio hwna. Triwch eto mewn ychydyg funudau..."
|
||||
"cy": "Peidiwch a sbamio hwna. Triwch eto mewn ychydyg funudau...",
|
||||
"nl": "Dat spammen kun je ook lekker laten. Probeer het zometeen nog eens..."
|
||||
},
|
||||
"removed_from": {
|
||||
"en": "'{quote}' removed from {category}",
|
||||
"es": "'{quote}' quitado de {category}",
|
||||
"na'vi": "'{quote}'(it/ti) 'ìyaku {category}",
|
||||
"cy": "'{quote}' wedi ei ddileu o {category}"
|
||||
"cy": "'{quote}' wedi ei ddileu o {category}",
|
||||
"nl": "{quote} verwijderd uit {category}"
|
||||
},
|
||||
"q_not_exist_under": {
|
||||
"en": "'{quote}' doesn't exist under '{category}'.",
|
||||
"es": "'{quote}' no existe en '{category}'.",
|
||||
"na'vi": "'{quote}' ke fkeytok '{category}'ta.",
|
||||
"cy": "Nid yw '{quote}' yn bodoli yn '{category}'"
|
||||
"cy": "Nid yw '{quote}' yn bodoli yn '{category}'",
|
||||
"nl": "{quote} bestaat niet in '{category}'."
|
||||
},
|
||||
"total_quotes": {
|
||||
"en": "Total quote count: {count}.",
|
||||
"es": "Total de citas: {count}.",
|
||||
"na'vi": "'upxareri holpxay: {count}.",
|
||||
"cy": "Cyfanswm dyfyniadau: {count}."
|
||||
"cy": "Cyfanswm dyfyniadau: {count}.",
|
||||
"nl": "Totaal aantal quotes: {count}."
|
||||
},
|
||||
"quote_exists": {
|
||||
"en": "Quote already in DB. Initiate incineration.",
|
||||
"es": "Cita ya existe. Iniciar incineración.",
|
||||
"na'vi": "'Upxarel säomumit fìtsengit tok srekrr. Nga skxawng lu.",
|
||||
"cy": "Dyfyniad yn y gronfa ddata yn barod. Cychwyn orfflosgiad"
|
||||
"cy": "Dyfyniad yn y gronfa ddata yn barod. Cychwyn orfflosgiad",
|
||||
"nl": "De quote bestaat al. Bereid het verbrandingsritueel voor."
|
||||
},
|
||||
"quote_saved": {
|
||||
"en": "Quote saved in '{category}' ({count}).",
|
||||
"es": "Cita guardada en '{category}' ({count}).",
|
||||
"na'vi": "Oe zayerok '{category}'mì ({count}).",
|
||||
"cy": "Dyfyniad wedi ei gadw yn '{category}' ({count})."
|
||||
"cy": "Dyfyniad wedi ei gadw yn '{category}' ({count}).",
|
||||
"nl": "Quote opgeslagen in '{category}' ({count})."
|
||||
},
|
||||
"quote_replace": {
|
||||
"en": "No replacing arrays, you whore.",
|
||||
"es": "No sustituites arrays, hijo de puta.",
|
||||
"na'vi": "Ngal fìsäomumit ke tsun rivawn. Nga muntxa sayi suteo hrh.",
|
||||
"cy": "Peidiwch a newid rhestrau, y cachgi"
|
||||
"cy": "Peidiwch a newid rhestrau, y cachgi",
|
||||
"nl": "Geen arrays vervangen, slet."
|
||||
},
|
||||
"quote_count": {
|
||||
"en": "{category} has {count} quotes.",
|
||||
"es": "{category} tiene {count} citas.",
|
||||
"na'vi": "{count}a upxare {category}ur lu.",
|
||||
"cy": "{count} dyfyniad yn {category}"
|
||||
"cy": "{count} dyfyniad yn {category}",
|
||||
"nl": "{category} heeft {count} quotes."
|
||||
},
|
||||
"quote_link": {
|
||||
"en": "Link to {category} - {url}",
|
||||
"es": "Enlace a {category} - {url}",
|
||||
"na'vi": "Fya'o {category}ne - {url}",
|
||||
"cy": "Dolen i {category} - {url}"
|
||||
"cy": "Dolen i {category} - {url}",
|
||||
"nl": "Link naar {category} - {url}"
|
||||
},
|
||||
"search_results": {
|
||||
"en": "{category} ({needle}): '{quote}' [{matches} results]",
|
||||
"es" : "{category} ({needle}): '{quote}' [{matches} resultados]",
|
||||
"na'vi": "{category} ({needle}): '{quote}' [kum a{matches}]",
|
||||
"cy": "{category} ({needle}): '{quote}' [{matches} canlyniad]"
|
||||
"cy": "{category} ({needle}): '{quote}' [{matches} canlyniad]",
|
||||
"cy": "{category} ({needle}): '{quote}' [{matches} resultaten]"
|
||||
},
|
||||
"quote_cache_auto_remove": {
|
||||
"en": "There are {count} quotes in the removal cache, which will be automatically cleared.",
|
||||
"na'vi": "{count}a 'upxarel sngelit tok, Oel 'ayku sngelit lukenga."
|
||||
"na'vi": "{count}a 'upxarel sngelit tok, Oel 'ayku sngelit lukenga.",
|
||||
"nl": "Er staan {count} quotes klaar om verwijderd te worden, wat automatisch zal gebeuren."
|
||||
},
|
||||
"quote_cache_manual_remove": {
|
||||
"en": "There are {count} quotes in the removal cache, which must be manually cleared.",
|
||||
"na'vi": "{count}a 'upxarel sngelit tok slä oel ke 'ayku sngelit tafral nga zene 'aivku"
|
||||
"na'vi": "{count}a 'upxarel sngelit tok slä oel ke 'ayku sngelit tafral nga zene 'aivku",
|
||||
"nl": "Er staan {count} quotes klaar om verwijderd te worden, wat handmatig zal moeten gebeuren."
|
||||
},
|
||||
"quote_cache_cleared": {
|
||||
"en": "{count} quotes cleared from the removal cache.",
|
||||
"na'vi": "Oel 'aìmku {count}a 'upxareti ta sngel."
|
||||
"na'vi": "Oel 'aìmku {count}a 'upxareti ta sngel.",
|
||||
"nl": "{count} quotes verwijderd uit de verwijderlijst."
|
||||
},
|
||||
"quote_cache_reinstated": {
|
||||
"en": "{count} quotes reinstated from the removal cache.",
|
||||
"na'vi": "{count}a 'upxare tolätxaw ta sngel."
|
||||
"na'vi": "{count}a 'upxare tolätxaw ta sngel.",
|
||||
"nl": "{count} quotes hersteld van de verwijderlijst."
|
||||
},
|
||||
"rm_cache_limit": {
|
||||
"en": "Attention: Too many quotes removed, rmCache must be cleared or reinstated manually with ~rmconfirm or ~rmdeny.",
|
||||
"na'vi": "Oel zerok 'upxareti apxay set, sweylu txo nga 'aivku upxareti ìlä ~rmconfirm fu ~rmdeny."
|
||||
"na'vi": "Oel zerok 'upxareti apxay set, sweylu txo nga 'aivku upxareti ìlä ~rmconfirm fu ~rmdeny.",
|
||||
"nl": "Waarschuwing: Er zijn te veel quotes verwijderd. rmCache moet opgeschoond of herinstalleerd worden met ~rmconfirm of ~rmdeny"
|
||||
},
|
||||
"web_not_configured": {
|
||||
"en": "Cannot link to category. Web module is either not loaded or misconfigured."
|
||||
"en": "Cannot link to category. Web module is either not loaded or misconfigured.",
|
||||
"nl": "De categorie kan niet gelinkt worden. De web module is niet geladen of onjuist geconfigureerd."
|
||||
}
|
||||
}
|
||||
|
@ -1,58 +1,72 @@
|
||||
{
|
||||
"rain-0": {
|
||||
"en" : "It's not raining in {place}.",
|
||||
"na'vi": "tompa ke zup {place}ur."
|
||||
"na'vi": "tompa ke zup {place}ur.",
|
||||
"nl": "Het regent niet in {place}."
|
||||
},
|
||||
"rain-1": {
|
||||
"en" : "It's raining in {place}.",
|
||||
"na'vi":"tompa zup {place}ur."
|
||||
"na'vi":"tompa zup {place}ur.",
|
||||
"nl": "Het regent in {place}."
|
||||
},
|
||||
"rain-2": {
|
||||
"en" : "It's raining rather a lot in {place}.",
|
||||
"na'vi":"tompa zup {place}ur nìhawng."
|
||||
"na'vi":"tompa zup {place}ur nìhawng.",
|
||||
"nl": "Het regent tamelijk hard in {place}."
|
||||
},
|
||||
"rain-3": {
|
||||
"en" : "It's raining shitloads.",
|
||||
"na'vi":"tompa zup {place}ur nìhawng."
|
||||
"na'vi":"tompa zup {place}ur nìhawng.",
|
||||
"nl": "Het regent nu toch wel erg hard."
|
||||
},
|
||||
"rain-4": {
|
||||
"en" : "It's raining fucktons.",
|
||||
"na'vi": "tompa zup {place}ur nìhawng."
|
||||
"na'vi": "tompa zup {place}ur nìhawng.",
|
||||
"nl": "De regen komt verdorie met bakken uit de lucht."
|
||||
},
|
||||
"rain-5": {
|
||||
"en" : "It's raining whales (in {place})!",
|
||||
"na'vi": "payoang zup {place}ur"
|
||||
"na'vi": "payoang zup {place}ur",
|
||||
"nl": "Een punker krijgt z'n hanekam niet meer omhoog gehouden."
|
||||
},
|
||||
"rain-6": {
|
||||
"en" : "IT'S SO FUCKING WET OUT HERE MAN",
|
||||
"na'vi" : "pey lu oeru nìhawng taluna tok fìtengeti"
|
||||
"na'vi" : "pey lu oeru nìhawng taluna tok fìtengeti",
|
||||
"nl": "Dit is dus een inloopdouche."
|
||||
},
|
||||
"rain-7": {
|
||||
"en" : "I AM SO MOIST RIGHT NOW",
|
||||
"na'vi":"pey lu oeru nìhawng taluna tok fìtengeti"
|
||||
"na'vi":"pey lu oeru nìhawng taluna tok fìtengeti",
|
||||
"nl": "IK VOEL ME NU TOCH ANDERS WEL BEHOORLIJK ONDER GEZEKEN."
|
||||
},
|
||||
"rain-8": {
|
||||
"en" : "You used a #3 pencil instead of #2, didn't you?",
|
||||
"na'vi": "Nga pamrel sami hu pencìl a#3 ulte ke pamrel sami pencìl a#2 kefyak?"
|
||||
"na'vi": "Nga pamrel sami hu pencìl a#3 ulte ke pamrel sami pencìl a#2 kefyak?",
|
||||
"nl": "PROOST."
|
||||
},
|
||||
"rain-9": {
|
||||
"en" : "WELCOME TO ATLANTIS",
|
||||
"na'vi": "ziva'u nìprrte atlantisftu."
|
||||
"na'vi": "ziva'u nìprrte atlantisftu.",
|
||||
"nl": "HAD IK GEVRAAGD OM EEN OMMETJE ATLANTIS?!"
|
||||
},
|
||||
"rain-10": {
|
||||
"en" : "GET INSIDE",
|
||||
"na'vi": "Sweylu txo nga livatam futa ngal fìtsengeti tok"
|
||||
"na'vi": "Sweylu txo nga livatam futa ngal fìtsengeti tok",
|
||||
"nl": "SCHUIL, BITCH! SCHUIL!"
|
||||
},
|
||||
"rain-11": {
|
||||
"en" : "LOL U PROBABLY DIED",
|
||||
"na'vi": "hrh kxawm nga tolerkup."
|
||||
"na'vi": "hrh kxawm nga tolerkup.",
|
||||
"nl": "HA, NU BEN JE TOCH ZEKER VERZOPEN?!"
|
||||
},
|
||||
"rain-e": {
|
||||
"en" : "Unable to fetch weather data.",
|
||||
"na'vi":"Oel ke tsun rivum sänumeti teriyafkeyk."
|
||||
"na'vi":"Oel ke tsun rivum sänumeti teriyafkeyk.",
|
||||
"nl": "Geen weerinformatie beschikbaar."
|
||||
},
|
||||
"rain-u": {
|
||||
"en": "Location too ambigious to process.",
|
||||
"na'vi":"tsengeri, yayayr lu oeru."
|
||||
"en": "Location too ambiguous to process.",
|
||||
"na'vi":"tsengeri, yayayr lu oeru.",
|
||||
"nl": "Deze locatie is te onduidelijk."
|
||||
}
|
||||
}
|
||||
|
@ -1,18 +1,22 @@
|
||||
{
|
||||
"report": {
|
||||
"en": "Attention: {reporter} has reported {reported} in {channel}. The reason given was: \"{reason}.\"",
|
||||
"na'vi": "{reporter}ìl fpìl futa {reported} fe' lu taluna {reason}."
|
||||
"na'vi": "{reporter}ìl fpìl futa {reported} fe' lu taluna {reason}.",
|
||||
"nl": "Waarschuwing: {reporter} heeft {reported} aangegeven in {channel}. De reden die gegeven werd was: \"{reason}.\""
|
||||
},
|
||||
"reported": {
|
||||
"en": "Thank you, {reported} has been reported to the channel administrators.",
|
||||
"na'vi": "Irayo si ngari, fìtsengìri ayeyktan omum teri {reported}it set."
|
||||
"na'vi": "Irayo si ngari, fìtsengìri ayeyktan omum teri {reported}it set.",
|
||||
"nl": "Bedankt, {reported} is aangegeven bij de administrators."
|
||||
},
|
||||
"user_not_found": {
|
||||
"en": "{reported} isn't a known user in {channel}.",
|
||||
"na'vi": "Oel ke omum {reported}it mì {channel}."
|
||||
"na'vi": "Oel ke omum {reported}it mì {channel}.",
|
||||
"nl": "{reported} is geen bestaande gebruiker in {channel}."
|
||||
},
|
||||
"not_in_channel": {
|
||||
"en": "I am not present in {channel}.",
|
||||
"na'vi": "Oel {channel}it ke tok."
|
||||
"na'vi": "Oel {channel}it ke tok.",
|
||||
"nl": "Ik ben niet aanwezig in {channel}."
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,14 @@
|
||||
"en": "{correcter} meant: {fix}",
|
||||
"es": "{correcter} quería decir: {fix}",
|
||||
"na'vi": "Sweylu {correcter} pamrel sivi: {fix}",
|
||||
"cy": "Oedd {correcter} yn feddwl: {fix}"
|
||||
"cy": "Oedd {correcter} yn feddwl: {fix}",
|
||||
"nl": "{correcter} bedoelde: {fix}"
|
||||
},
|
||||
"spelling_other": {
|
||||
"en": "{correcter} thinks {candidate} meant: {fix}",
|
||||
"es": "{correcter} piensa que {candidate} queria decir: {fix}",
|
||||
"na'vi": "{correcter} fpìl futa sweylu {candiate} pamrel sivi: {fix}",
|
||||
"cy": "Mae {correcter} yn meddwl bod {candidate} yn feddwl: {fix}"
|
||||
"cy": "Mae {correcter} yn meddwl bod {candidate} yn feddwl: {fix}",
|
||||
"nl": "{correcter} denkt dat {candidate} bedoelde: {fix}"
|
||||
}
|
||||
}
|
||||
|
@ -13,6 +13,7 @@
|
||||
},
|
||||
"not-found": {
|
||||
"en": "{s} No results.",
|
||||
"na'vi": "{s}, Oel ke tsun rivum ayuoti."
|
||||
"na'vi": "{s}, Oel ke tsun rivum ayuoti.",
|
||||
"nl": "{s} Geen resultaten."
|
||||
}
|
||||
}
|
||||
|
@ -1,26 +1,32 @@
|
||||
{
|
||||
"alias": {
|
||||
"en": "{alias} is an alias of {user}",
|
||||
"na'vi": "ayfko syaw {user} {alias} nìteng"
|
||||
"na'vi": "ayfko syaw {user} {alias} nìteng",
|
||||
"nl": "{alias} is een alias van {user}"
|
||||
},
|
||||
"primary": {
|
||||
"en": "{user} is a primary user with {count} aliases, ",
|
||||
"na'vi": "{user} lu txin ulte {count}a stxo lu poru, "
|
||||
"na'vi": "{user} lu txin ulte {count}a stxo lu poru, ",
|
||||
"nl": "{user} is een primaire gebruiker met {count} aliassen, "
|
||||
},
|
||||
"unknown_alias": {
|
||||
"en": "{alias} does not currently exist as an alias or known user.",
|
||||
"na'vi": "{alias} ke fkeytok nìfkrr"
|
||||
"na'vi": "{alias} ke fkeytok nìfkrr",
|
||||
"nl": "{alias} staat momenteel niet bekend als een bestaande gebruiker of alias."
|
||||
},
|
||||
"aliasparentset": {
|
||||
"en": "{newParent} is now the parent user, and {newAlias} is an alias.",
|
||||
"na'vi": "{newParent} lu sa'sem set ulte {newAlias} lu stxo set nìteng."
|
||||
"na'vi": "{newParent} lu sa'sem set ulte {newAlias} lu stxo set nìteng.",
|
||||
"nl": "{newParent} is nu de bovenliggende gebruiker, en {newAlias} is een alias."
|
||||
},
|
||||
"unprimary_error": {
|
||||
"en": "One of those users isn't currently recorded as a primary user.",
|
||||
"na'vi": "fo sute txin ke lu."
|
||||
"na'vi": "fo sute txin ke lu.",
|
||||
"nl": "Een van deze gebruikers is nog niet bekend als een primaire gebruiker."
|
||||
},
|
||||
"merged_users": {
|
||||
"en": "{old_user} and their aliases have been merged into {new_user}.",
|
||||
"na'vi": "{old_user} ulte stxo alahe {new_user} lu set."
|
||||
"na'vi": "{old_user} ulte stxo alahe {new_user} lu set.",
|
||||
"nl": "{old_user} en zijn aliassen zijn samengevoegd met {new_user}."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user