Browse Source

New translations irc.lang.json (Spanish)

tags/v2.2.0
Daniel Oaks 3 years ago
parent
commit
aee381a730
1 changed files with 9 additions and 2 deletions
  1. 9
    2
      languages/es-ES-irc.lang.json

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

@@ -86,6 +86,7 @@
86 86
   "Channel renamed": "Canal renombrado",
87 87
   "Channel renamed: %s": "Canal renombrado: %s",
88 88
   "Channels with persistent history cannot be renamed": "",
89
+  "Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
89 90
   "Client reconnected": "Cliente reconectado",
90 91
   "Client reconnected (message history may have been lost)": "",
91 92
   "Client reconnected (up to %d seconds of message history lost)": "",
@@ -107,10 +108,12 @@
107 108
   "Could not transfer channel": "",
108 109
   "Could not ungroup nick": "No se puede desagrupar nick",
109 110
   "Created at:  %s": "Creado en: %s",
111
+  "Current DEFCON level is %d": "",
110 112
   "Current global users %[1]s, max %[2]s": "",
111 113
   "Current local users %[1]s, max %[2]s": "",
112 114
   "Data export for %[1]s completed and written to %[2]s": "",
113 115
   "Device ID:   %s": "",
116
+  "Direct messages from unregistered users are temporarily restricted": "",
114 117
   "End of /HELPOP": "Final de /HELPOP",
115 118
   "End of /INFO": "Final del /INFO",
116 119
   "End of /WHOIS list": "Final de lista /WHOIS",
@@ -156,6 +159,7 @@
156 159
   "Insufficient privileges": "Privilegios Insuficientes",
157 160
   "Internal error": "Error Interno",
158 161
   "Invalid CAP subcommand": "Subcomando CAP inválido",
162
+  "Invalid DEFCON parameter": "",
159 163
   "Invalid account name": "Nombre de cuenta inválido",
160 164
   "Invalid certificate fingerprint": "",
161 165
   "Invalid channel name": "",
@@ -176,6 +180,7 @@
176 180
   "MOTD File is missing": "No se encuentra el archivo MOTD",
177 181
   "Malformed username": "Nombre de usuario incorrecto",
178 182
   "Mask isn't valid": "La máscara no es válida",
183
+  "Message rejected for containing invalid UTF-8": "",
179 184
   "Messages could not be retrieved": "",
180 185
   "Multiclient functionality is currently disabled for your account": "",
181 186
   "Multiclient functionality is currently disabled for your account, but you can opt in": "",
@@ -211,6 +216,7 @@
211 216
   "Purge reason: %s": "",
212 217
   "Purged at: %s": "",
213 218
   "Purged by operator: %s": "",
219
+  "Realname is not valid": "",
214 220
   "Received malformed line": "Línea malformada recibida",
215 221
   "Registered at: %s": "Registrado en: %s",
216 222
   "Registered channel: %s": "Canal registrado: %s",
@@ -254,7 +260,9 @@
254 260
   "Successfully reset channel access": "",
255 261
   "Successfully set persistent mode %[1]s on %[2]s": "",
256 262
   "Successfully set vhost": "Establecer con éxito vhost",
263
+  "Successfully suspended account %s": "",
257 264
   "Successfully transferred channel %[1]s to account %[2]s": "",
265
+  "Successfully un-suspended account %s": "",
258 266
   "Successfully ungrouped nick %s with your account": "Exitosamente desagrupado nick %s con su cuenta",
259 267
   "Successfully unpurged channel %s from the server": "",
260 268
   "Successfully unregistered account %s": "Exitosamente sin registrar %s de cuenta",
@@ -296,6 +304,7 @@
296 304
   "Unknown command. To see available commands, run: /%s HELP": "Comando desconocido. Para ver los comandos disponibles, ejecute: /%s HELP",
297 305
   "Unknown subcommand": "Subcomando desconocido",
298 306
   "Unrecognized DEBUG subcommand": "",
307
+  "Usage: REGISTER <passphrase> [email]": "",
299 308
   "User %s is no longer allowed to use vhosts": "",
300 309
   "User %s is now allowed to use vhosts": "",
301 310
   "User doesn't have roleplaying mode enabled": "El usuario no tiene habilitado el modo de juego de roles",
@@ -324,13 +333,11 @@
324 333
   "You have been marked as being away": "Has sido marcado como ausente",
325 334
   "You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
326 335
   "You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
327
-  "You have joined too many channels": "Te has unido a demasiados canales",
328 336
   "You have sent too many registration messages": "Ha enviado demasiados mensajes de registro",
329 337
   "You have too many nicks reserved already (you can remove some with /NS DROP)": "Ya tiene demasiados nicks reservados (puede eliminar algunos con /NS DROP)",
330 338
   "You may not reregister": "No puede volver a registrarse",
331 339
   "You must be an oper on the channel to register it": "Usted debe ser un oper en el canal para registrarlo",
332 340
   "You must be connected with TLS and a client certificate to do this": "Para ello, debe estar conectado con TLS y un certificado de cliente",
333
-  "You must be registered to join that channel": "Debes estar registrado para entrar en ese canal",
334 341
   "You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
335 342
   "You must log in with SASL to join this server": "Debe iniciar sesión con SASL para unirse a este servidor",
336 343
   "You must specify an account": "Debe especificar una cuenta",

Loading…
Cancel
Save