Przeglądaj źródła

New translations help.lang.json (Spanish)

tags/v1.2.0
Daniel Oaks 4 lat temu
rodzic
commit
b45bcebd99
1 zmienionych plików z 16 dodań i 16 usunięć
  1. 16
    16
      languages/es-ES-help.lang.json

+ 16
- 16
languages/es-ES-help.lang.json Wyświetl plik

@@ -17,22 +17,22 @@
17 17
   "DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "DLINE [ANDKILL] [MISMO] [duración] <ip> / <net> [ON <server>] [motivo [| oper razón]]\nLISTA DE DLINE\n\nProhíbe que una dirección IP o red se conecte al servidor. Si la duración es\ndado entonces solo por ese tiempo. El motivo se muestra al usuario, pero\ntodos los demás verán un mensaje estándar. La razón principal se muestra para\noperadores que obtienen información sobre los DLINE que existen.\n\nLas prohibiciones se guardan en lanzamientos posteriores del servidor.\n\n\"ANDKILL\" significa que todos los clientes coincidentes también se eliminan del servidor.\n\nSe requiere \"MISMO MISMO\" cuando el DLINE coincide con la dirección que está conectada la persona que lo aplica\nde. Si no aparece \"MISMO MISMO\", intentar DLINE usted mismo dará como resultado un error.\n\n[duración] puede ser de las siguientes formas:\n1y 12mo 31d 10h 8m 13s\n\n<net> se especifica en la notación CIDR típica. Por ejemplo:\n127.0.0.1/8\n8.8.8.8/24\n\nON <server> especifica que la prohibición debe establecerse en ese servidor específico.\n\n[razón] y [razón de operación], si existen, están separadas por una barra vertical (|).\n\nSi se envía \"DLINE LIST\", el servidor devuelve una lista de nuestros DLINE actuales.\n \n-> DLINE [ANDKILL] [MISMO] [duración] <ip> / <net> [ON <server>] [motivo [| oper razón]]\nLISTA DE DLINE\n\nProhíbe que una dirección IP o red se conecte al servidor. Si la duración es\ndado entonces solo por ese tiempo. El motivo se muestra al usuario, pero\ntodos los demás verán un mensaje estándar. La razón principal se muestra para\noperadores que obtienen información sobre los DLINE que existen.\n\nLas prohibiciones se guardan en lanzamientos posteriores del servidor.\n\n\"ANDKILL\" significa que todos los clientes coincidentes también se eliminan del servidor.\n\nSe requiere \"MISMO MISMO\" cuando el DLINE coincide con la dirección que está conectada la persona que lo aplica\nde. Si no aparece \"MISMO MISMO\", intentar DLINE usted mismo dará como resultado un error.\n\n[duración] puede ser de las siguientes formas:\n1y 12mo 31d 10h 8m 13s\n\n<net> se especifica en la notación CIDR típica. Por ejemplo:\n127.0.0.1/8\n8.8.8.8/24\n\nON <server> especifica que la prohibición debe establecerse en ese servidor específico.\n\n[razón] y [razón de operación], si existen, están separadas por una barra vertical (|).\n\nSi se envía \"DLINE LIST\", el servidor devuelve una lista de nuestros DLINE actuales.",
18 18
   "HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "AYUDA <argumento>\n\nObtenga una explicación de <argumento> o \"índice\" para obtener una lista de temas de ayuda.",
19 19
   "HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "AYUDA <argumento>\n\nObtenga una explicación de <argumento> o \"índice\" para obtener una lista de temas de ayuda.",
20
-  "HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
21
-  "HOSTSERV <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
22
-  "HS <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
23
-  "INFO\n\nSends information about the server, developers, etc.": "",
24
-  "INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
25
-  "ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
26
-  "JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "",
27
-  "KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "",
28
-  "KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "",
29
-  "KLINE [ANDKILL] [MYSELF] [duration] <mask> [ON <server>] [reason [| oper reason]]\nKLINE LIST\n\nBans a mask from connecting to the server. If the duration is given then only for that\nlong. The reason is shown to the user themselves, but everyone else will see a standard\nmessage. The oper reason is shown to operators getting info about the KLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the KLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to KLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<mask> is specified in typical IRC format. For example:\n\tdan\n\tdan!5*@127.*\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"KLINE LIST\" is sent, the server sends back a list of our current KLINEs.": "",
30
-  "LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "",
31
-  "LIST [<channel>{,<channel>}] [<elistcond>{,<elistcond>}]\n\nShows information on the given channels (or if none are given, then on all\nchannels). <elistcond>s modify how the channels are selected.": "",
32
-  "LUSERS [<mask> [<server>]]\n\nShows statistics about the size of the network. If <mask> is given, only\nreturns stats for servers matching the given mask.  If <server> is given, the\ncommand is processed by that server.": "",
33
-  "MODE <target> [<modestring> [<mode arguments>...]]\n\nSets and removes modes from the given target. For more specific information on\nmode characters, see the help for \"modes\".": "",
34
-  "MONITOR <subcmd>\n\nAllows the monitoring of nicknames, for alerts when they are online and\noffline. The subcommands are:\n\n    MONITOR + target{,target}\nAdds the given names to your list of monitored nicknames.\n\n    MONITOR - target{,target}\nRemoves the given names from your list of monitored nicknames.\n\n    MONITOR C\nClears your list of monitored nicknames.\n\n    MONITOR L\nLists all the nicknames you are currently monitoring.\n\n    MONITOR S\nLists whether each nick in your MONITOR list is online or offline.": "",
35
-  "MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "",
20
+  "HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "HISTORY <objetivo>[límite]\n\nReproducir el historial de mensajes. <target> puede ser un nombre de canal, \"me\" para reproducir directamente\nhistorial de mensajes, o un apodo para reproducir el mensaje directo de otro cliente\n(deben estar registrados en la misma cuenta que usted). A lo sumo[límite]\nse reproducirán los mensajes.",
21
+  "HOSTSERV <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "HOSTSERV <comando> [parametros]\n\nHostServ te permite administrar tu vhost (una cadena que se muestra en lugar de tu\nnombre de host real).",
22
+  "HS <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "HS <comando>[params]\n\nHostServ te permite administrar tu vhost (una cadena que se muestra en lugar de tu\nnombre de host real).",
23
+  "INFO\n\nSends information about the server, developers, etc.": "INFO\n\nEnvía información sobre el servidor, desarrolladores, etc.",
24
+  "INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE <nickname> <canal> <canal\n\nInvita al usuario en cuestión al canal en cuestión, siempre y cuando tenga la opción\nPrivilegios de canal apropiados.",
25
+  "ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON <nombre>{ <nombre>}\n\nDevuelve si los nicks dados existen en la red.",
26
+  "JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "JOIN <canal>{,<canal>}[<clave>{,<clave>}][<clave>{,<clave>}].\n\nUne los canales dados con las teclas correspondientes.",
27
+  "KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "KICK <canal> <usuario>[razón]\n\nElimina al usuario del canal dado, siempre y cuando tenga el canal apropiado.\ncanal privs.",
28
+  "KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "KILL <nickname>[razón]\n\nElimina al usuario dado de la red, mostrándole el motivo si lo es.\nsuministrados.",
29
+  "KLINE [ANDKILL] [MYSELF] [duration] <mask> [ON <server>] [reason [| oper reason]]\nKLINE LIST\n\nBans a mask from connecting to the server. If the duration is given then only for that\nlong. The reason is shown to the user themselves, but everyone else will see a standard\nmessage. The oper reason is shown to operators getting info about the KLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the KLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to KLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<mask> is specified in typical IRC format. For example:\n\tdan\n\tdan!5*@127.*\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"KLINE LIST\" is sent, the server sends back a list of our current KLINEs.": "KLINE[ANDKILL][MISMO][duración] <máscara>[ON <servidor>][razón[| razón oper]]]\nLISTA KLINE\n\nProhibe que una máscara se conecte al servidor. Si se da la duración, entonces sólo para eso.\nmucho tiempo. La razón se muestra al propio usuario, pero todos los demás verán un estándar\nmensaje. La razón del oper se muestra a los operadores obteniendo información sobre los KLINEs que existen.\n\nLos bans se guardan en los lanzamientos posteriores del servidor.\n\n\"ANDKILL\" significa que todos los clientes coincidentes también se eliminan del servidor.\n\nSe requiere \"MISMO\" cuando el KLINE coincide con la dirección a la que está conectada la persona que lo solicita.\nde. Si no se da \"MISMO\", intentar KLINE usted mismo resultará en un error.\n\nLa[duración] puede ser de las siguientes formas:\n\t1y 12mo 31d 10h 8m 13s\n",
30
+  "LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "LANGUAGE <código>{ <código>}.\n\nEstablece sus idiomas preferidos a los que usted prefiera",
31
+  "LIST [<channel>{,<channel>}] [<elistcond>{,<elistcond>}]\n\nShows information on the given channels (or if none are given, then on all\nchannels). <elistcond>s modify how the channels are selected.": "LIST [<canal>{,<canal>}][<elistcond>{,<elistcond>}][<elistcond>{,<elistcond>}].\n\nMuestra información sobre los canales dados (o si no se da ninguno, entonces en todos los\ncanales). <Los elistcond>s modifican la forma en que se seleccionan los canales.",
32
+  "LUSERS [<mask> [<server>]]\n\nShows statistics about the size of the network. If <mask> is given, only\nreturns stats for servers matching the given mask.  If <server> is given, the\ncommand is processed by that server.": "LUSERS [<máscara>[<servidor>]]\n\nMuestra estadísticas sobre el tamaño de la red. Si se da <mask>, sólo\ndevuelve las estadísticas de los servidores que coinciden con la máscara dada.  Si se indica <servidor>, la opción\nes procesado por ese servidor.",
33
+  "MODE <target> [<modestring> [<mode arguments>...]]\n\nSets and removes modes from the given target. For more specific information on\nmode characters, see the help for \"modes\".": "MODE <target> [<modestring> [<mode arguments>...]]\n\nEstablece y elimina modos del objetivo dado. Para obtener información más específica sobre\nconsulte la ayuda de los \"modos\".",
34
+  "MONITOR <subcmd>\n\nAllows the monitoring of nicknames, for alerts when they are online and\noffline. The subcommands are:\n\n    MONITOR + target{,target}\nAdds the given names to your list of monitored nicknames.\n\n    MONITOR - target{,target}\nRemoves the given names from your list of monitored nicknames.\n\n    MONITOR C\nClears your list of monitored nicknames.\n\n    MONITOR L\nLists all the nicknames you are currently monitoring.\n\n    MONITOR S\nLists whether each nick in your MONITOR list is online or offline.": "MONITOR <subcmd>> MONITOR\n\nPermite la monitorización de apodos, para alertas cuando están en línea y\nfuera de línea. Los subcomandos lo son:\n\n    MONITOR + objetivo{,objetivo}\nAñade los nombres de pila a tu lista de apodos monitorizados.\n\n    MONITOR - objetivo{,objetivo}\nElimina los nombres de pila de la lista de apodos monitorizados.\n\n    MONITOR C\nBorra tu lista de apodos monitoreados.\n\n    MONITOR L\nEnumera todos los apodos que estás monitoreando actualmente.\n\n    MONITOR S\nIndica si cada nick en su lista MONITOR está en línea o fuera de línea.\n \n-> MONITOR <subcmd>> MONITOR\n\nPermite la monitorización de apodos, para alertas cuando están en línea y\nfuera de línea. Los subcomandos lo son:\n\nMONITOR + objetivo{,objetivo}\nAñade los nombres de pila a tu lista de apodos monitorizados.\n\nMONITOR - objetivo{,objetivo}\nElimina los nombres de pila de la lista de apodos monitorizados.\n\nMONITOR C\nBorra tu lista de apodos monitoreados.\n\nMONITOR L\nEnumera todos los apodos que estás monitoreando actualmente.\n\nMONITOR S\nIndica si cada nick en su lista MONITOR está en línea o fuera de línea.",
35
+  "MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "MOTD [servidor]\n\nDevuelve el mensaje del día para este, o el servidor dado.",
36 36
   "NAMES [<channel>{,<channel>}]\n\nViews the clients joined to a channel and their channel membership prefixes. To\nview the channel membership prefixes supported by this server, see the help for\n\"PREFIX\".": "",
37 37
   "NICK <newnick>\n\nSets your nickname to the new given one.": "",
38 38
   "NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",

Ładowanie…
Anuluj
Zapisz