Browse Source

New translations irc.lang.json (Spanish)

tags/v1.2.0-rc1
Daniel Oaks 4 years ago
parent
commit
025882ba7e
1 changed files with 16 additions and 16 deletions
  1. 16
    16
      languages/es-ES-irc.lang.json

+ 16
- 16
languages/es-ES-irc.lang.json View File

@@ -1,25 +1,25 @@
1 1
 {
2
-  "$bWarning: unregistering this account will remove its stored privileges.$b": "",
3
-  "$bWarning: unregistering this channel will remove all stored channel attributes.$b": "",
4
-  "%[1]d. User %[2]s requests vhost: %[3]s": "",
5
-  "%[1]s [account: %[2]s] joined the channel": "",
6
-  "%[1]s changed nick to %[2]s": "",
7
-  "%[1]s kicked %[2]s (%[3]s)": "",
8
-  "%[1]s left the channel (%[2]s)": "",
9
-  "%[1]s quit (%[2]s)": "",
10
-  "%s joined the channel": "",
11
-  "*** $bEnd of %s HELP$b ***": "",
2
+  "$bWarning: unregistering this account will remove its stored privileges.$b": "$Advertencia: anular el registro de esta cuenta eliminará sus privilegios almacenados.$b",
3
+  "$bWarning: unregistering this channel will remove all stored channel attributes.$b": "$bAdvertencia: anular el registro de esta cuenta eliminará sus privilegios almacenados.$b",
4
+  "%[1]d. User %[2]s requests vhost: %[3]s": "%[1]d. Usuario %[2]s solicita vhost: %[3]s",
5
+  "%[1]s [account: %[2]s] joined the channel": "%[1]s [Cuenta: %[2]s] unida al canal",
6
+  "%[1]s changed nick to %[2]s": "%[1]s Cambió nick a %[2]s",
7
+  "%[1]s kicked %[2]s (%[3]s)": "%[1]s Golpeado %[2]s (%[3]s)",
8
+  "%[1]s left the channel (%[2]s)": "%[1]s Dejó el canal (%[2]s)",
9
+  "%[1]s quit (%[2]s)": "%[1]s Desconectado (%[2]s)",
10
+  "%s joined the channel": "%s Se unió al canal",
11
+  "*** $bEnd of %s HELP$b ***": "*** $bFin del comando HELP de %s$b ***",
12 12
   "*** Could not find your username": "*** No se encuentra el nombre de usuario",
13 13
   "*** Found your username": "*** Encuentra tu nombre de usuario",
14 14
   "*** Got a malformed username, ignoring": "*** Nombre de usuario incorrecto, ignorando",
15 15
   "*** Looking up your username": "*** Buscando su nombre de usuario",
16 16
   "- %s Message of the day - ": "- %s Mensaje del día - ",
17
-  "... and other commands which have been disabled": "",
18
-  "A request is pending for vhost: %s": "",
19
-  "A request was previously made for vhost: %s": "",
20
-  "Account %[1]s has vhost: %[2]s": "",
21
-  "Account %[1]s receives mode +%[2]s": "",
22
-  "Account %s has no vhost": "",
17
+  "... and other commands which have been disabled": "... y otros comandos que han sido deshabilitados",
18
+  "A request is pending for vhost: %s": "Hay una solicitud pendiente para vhost: %s",
19
+  "A request was previously made for vhost: %s": "Una solicitud fue previamente para vhost %s",
20
+  "Account %[1]s has vhost: %[2]s": "La cuenta %[1]s tiene vhost: %[2]s",
21
+  "Account %[1]s receives mode +%[2]s": "La cuenta %[1]s recibe los modos +%[2]s",
22
+  "Account %s has no vhost": "La cuenta %s no tiene vhost",
23 23
   "Account already exists": "Cuenta existente",
24 24
   "Account created": "Cuenta creada",
25 25
   "Account created, pending verification; verification code has been sent to %s": "",

Loading…
Cancel
Save