From e187953af60991531d2518d277dc0df5d103fe2a Mon Sep 17 00:00:00 2001 From: Joe MacMahon Date: Sat, 16 Jun 2012 18:06:40 +0100 Subject: [PATCH] Added some translations. --- strings.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/strings.json b/strings.json index 4d770fe..ec682bd 100644 --- a/strings.json +++ b/strings.json @@ -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." } }