Added some translations.

This commit is contained in:
Joe MacMahon 2012-06-16 18:06:40 +01:00
parent de8895d5e2
commit e187953af6

View File

@ -188,33 +188,46 @@
"spanish": "No expulsás {botname}"
},
"search_results": {
"english": "{category} ({needle}): '{quote}' [{matches} results]"
"english": "{category} ({needle}): '{quote}' [{matches} results]",
"spanish" : "{category} ({needle}): '{quote}' [{matches} resultados]"
},
"join": {
"english": "Joined {channel}"
"english": "Joined {channel}",
"spanish" : "Entrado en {channel}"
},
"part": {
"english": "Left {channel}"
"english": "Left {channel}",
"spanish" : "Abandonada {channel}"
},
"newpoll_usage": {
"english": "Usage: ~newpoll name [options=opt1,opt2,opt3] description"
"english": "Usage: ~newpoll name [options=opt1,opt2,opt3] description",
"spanish" : "Modo de empleo: ~newpoll nombre [options=opción1,opción2,opción3] descripción"
},
"poll_exists": {
"english": "Poll '{name}' already exists."
"english": "Poll '{name}' already exists.",
"spanish" : "Votación '{name}' ya existe."
},
"poll_created": {
"english": "Poll '{name}' created ({description}). Cast thy votations!"
"english": "Poll '{name}' created ({description}). Cast thy votations!",
"spanish" : "Votación '{name}' creado ({descripción}). ¡Emited sus votas!"
},
"changed_vote": {
"english": "{user} changed their vote in {poll} to '{vote}' ({count})"
"english": "{user} changed their vote in {poll} to '{vote}' ({count})",
"spanish" : "{user} cambió su voto en {poll} a '{vote}' ({count})."
},
"voted": {
"english": "{user} voted for '{vote}' in {poll} ({count})"
"english": "{user} voted for '{vote}' in {poll} ({count})",
"spanish" : "{user} votó para '{vote}' en {poll} ({count})"
},
"invalid_vote": {
"english": "Invalid vote: {vote}"
"english": "Invalid vote: {vote}",
"spanish" : "Vota inválida: {vote}"
},
"poll_unexistent": {
"english": "Poll '{name}' doesn't exist."
"english": "Poll '{name}' doesn't exist.",
"spanish" : "Votación '{name}' no existe."
}
}