From 5b45b142d597cd7aaa4fe78143d36b172e43f8d9 Mon Sep 17 00:00:00 2001 From: Joe MacMahon Date: Mon, 21 May 2012 22:23:43 +0100 Subject: [PATCH 1/2] Punctuation --- strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/strings.json b/strings.json index 493d62b..c0c6585 100644 --- a/strings.json +++ b/strings.json @@ -61,7 +61,7 @@ }, "quote_saved": { "english": "Quote saved in '{category}' ({count}).", - "spanish": "Cita guardada en '{category}' ({count})" + "spanish": "Cita guardada en '{category}' ({count})." }, "quote_replace": { "english": "No replacing arrays, you whore.", @@ -73,11 +73,11 @@ }, "prune": { "english": "Pruning empty quote categories: {categories}", - "spanish": "Reduciendo categorías vacías {categories}" + "spanish": "Reduciendo categorías vacías: {categories}" }, "no_prune": { "english": "No empty quote categories. Commence incineration.", - "spanish": "Ninguna categoría vacía. Comenzar incineracíon" + "spanish": "Ninguna categoría vacía. Comenzar incineracíon." }, "command_ban": { "english": "{user} is banned from using this command. Commence incineration.", From e187953af60991531d2518d277dc0df5d103fe2a Mon Sep 17 00:00:00 2001 From: Joe MacMahon Date: Sat, 16 Jun 2012 18:06:40 +0100 Subject: [PATCH 2/2] 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." } }