3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

Merge pull request #342 from oragono/l10n_master

New Crowdin translations
This commit is contained in:
Daniel Oaks 2019-02-04 04:19:56 +10:00 committed by GitHub
commit 59d44e5b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 398 additions and 0 deletions

View File

@ -0,0 +1,67 @@
{
"= Help Topics =\n\nCommands:\n%s\n\nRPL_ISUPPORT Tokens:\n%s\n\nInformation:\n%s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can talk in the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
"AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "",
"AWAY [message]\n\nIf [message] is sent, marks you away. If [message] is not sent, marks you no\nlonger away.": "",
"CAP <subcommand> [:<capabilities>]\n\nUsed in capability negotiation. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html": "",
"CHANSERV <subcommand> [params]\n\nChanServ controls channel registrations.": "",
"CS <subcommand> [params]\n\nChanServ controls channel registrations.": "",
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
"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.": "",
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
"HOSTSERV <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
"HS <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
"INFO\n\nSends information about the server, developers, etc.": "",
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
"JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "",
"KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "",
"KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "",
"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.": "",
"LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "",
"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.": "",
"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.": "",
"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\".": "",
"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.": "",
"MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "",
"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\".": "",
"NICK <newnick>\n\nSets your nickname to the new given one.": "",
"NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
"NOTICE <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a NOTICE.": "",
"NPC <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send a message to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
"NPCA <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send an action to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
"NS <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
"OPER <name> <password>\n\nIf the correct details are given, gives you IRCop privs.": "",
"PART <channel>{,<channel>} [reason]\n\nLeaves the given channels and shows people the given reason.": "",
"PASS <password>\n\nWhen the server requires a connection password to join, used to send us the\npassword.": "",
"PING <args>...\n\nRequests a PONG. Used to check link connectivity.": "",
"PONG <args>...\n\nReplies to a PING. Used to check link connectivity.": "",
"PRIVMSG <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a PRIVMSG.": "",
"QUIT [reason]\n\nIndicates that you're leaving the server, and shows everyone the given reason.": "",
"REHASH\n\nReloads the config file and updates TLS certificates on listeners": "",
"RENAME <channel> <newname> [<reason>]\n\nRenames the given channel with the given reason, if possible.\n\nFor example:\n\tRENAME #ircv2 #ircv3 :Protocol upgrades!": "",
"RESUME <oldnick> [timestamp]\n\nSent before registration has completed, this indicates that the client wants to\nresume their old connection <oldnick>.": "",
"RPL_ISUPPORT CASEMAPPING\n\nOragono supports an experimental unicode casemapping designed for extended\nUnicode support. This casemapping is based off RFC 7613 and the draft rfc7613\ncasemapping spec here: https://oragono.io/specs.html": "",
"RPL_ISUPPORT PREFIX\n\nOragono supports the following channel membership prefixes:\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"SAJOIN [nick] #channel{,#channel}\n\nForcibly joins a user to a channel, ignoring restrictions like bans, user limits\nand channel keys. If [nick] is omitted, it defaults to the operator.": "",
"SAMODE <target> [<modestring> [<mode arguments>...]]\n\nForcibly sets and removes modes from the given target -- only available to\nopers. For more specific information on mode characters, see the help for\n\"cmode\" and \"umode\".": "",
"SANICK <currentnick> <newnick>\n\nGives the given user a new nickname.": "",
"SCENE <target> <text to be sent>\n\nThe SCENE command is used to send a scene notification to the given target.": "",
"TIME [server]\n\nShows the time of the current, or the given, server.": "",
"TOPIC <channel> [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "",
"UNDLINE <ip>/<net>\n\nRemoves an existing ban on an IP address or a network.\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "",
"UNKLINE <mask>\n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "",
"USER <username> 0 * <realname>\n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "",
"USERHOST <nickname>{ <nickname>}\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "",
"VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "",
"WEBIRC <password> <gateway> <hostname> <ip> [:<flags>]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n<flags> is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "",
"WHO <name> [o]\n\nReturns information for the given user.": "",
"WHOIS <client>{,<client>}\n\nReturns information for the given user(s).": "",
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": ""
}

View File

@ -0,0 +1,7 @@
{
"ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n $b/CS HELP <command>$b\n\nHere are the commands you can use:\n%s": "",
"Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "",
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
"Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": ""
}

View File

@ -0,0 +1,67 @@
{
"= Help Topics =\n\nCommands:\n%s\n\nRPL_ISUPPORT Tokens:\n%s\n\nInformation:\n%s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can talk in the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
"AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "",
"AWAY [message]\n\nIf [message] is sent, marks you away. If [message] is not sent, marks you no\nlonger away.": "",
"CAP <subcommand> [:<capabilities>]\n\nUsed in capability negotiation. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html": "",
"CHANSERV <subcommand> [params]\n\nChanServ controls channel registrations.": "",
"CS <subcommand> [params]\n\nChanServ controls channel registrations.": "",
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
"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.": "",
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
"HOSTSERV <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
"HS <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "",
"INFO\n\nSends information about the server, developers, etc.": "",
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
"JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "",
"KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "",
"KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "",
"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.": "",
"LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "",
"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.": "",
"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.": "",
"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\".": "",
"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.": "",
"MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "",
"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\".": "",
"NICK <newnick>\n\nSets your nickname to the new given one.": "",
"NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
"NOTICE <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a NOTICE.": "",
"NPC <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send a message to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
"NPCA <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send an action to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
"NS <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
"OPER <name> <password>\n\nIf the correct details are given, gives you IRCop privs.": "",
"PART <channel>{,<channel>} [reason]\n\nLeaves the given channels and shows people the given reason.": "",
"PASS <password>\n\nWhen the server requires a connection password to join, used to send us the\npassword.": "",
"PING <args>...\n\nRequests a PONG. Used to check link connectivity.": "",
"PONG <args>...\n\nReplies to a PING. Used to check link connectivity.": "",
"PRIVMSG <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a PRIVMSG.": "",
"QUIT [reason]\n\nIndicates that you're leaving the server, and shows everyone the given reason.": "",
"REHASH\n\nReloads the config file and updates TLS certificates on listeners": "",
"RENAME <channel> <newname> [<reason>]\n\nRenames the given channel with the given reason, if possible.\n\nFor example:\n\tRENAME #ircv2 #ircv3 :Protocol upgrades!": "",
"RESUME <oldnick> [timestamp]\n\nSent before registration has completed, this indicates that the client wants to\nresume their old connection <oldnick>.": "",
"RPL_ISUPPORT CASEMAPPING\n\nOragono supports an experimental unicode casemapping designed for extended\nUnicode support. This casemapping is based off RFC 7613 and the draft rfc7613\ncasemapping spec here: https://oragono.io/specs.html": "",
"RPL_ISUPPORT PREFIX\n\nOragono supports the following channel membership prefixes:\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"SAJOIN [nick] #channel{,#channel}\n\nForcibly joins a user to a channel, ignoring restrictions like bans, user limits\nand channel keys. If [nick] is omitted, it defaults to the operator.": "",
"SAMODE <target> [<modestring> [<mode arguments>...]]\n\nForcibly sets and removes modes from the given target -- only available to\nopers. For more specific information on mode characters, see the help for\n\"cmode\" and \"umode\".": "",
"SANICK <currentnick> <newnick>\n\nGives the given user a new nickname.": "",
"SCENE <target> <text to be sent>\n\nThe SCENE command is used to send a scene notification to the given target.": "",
"TIME [server]\n\nShows the time of the current, or the given, server.": "",
"TOPIC <channel> [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "",
"UNDLINE <ip>/<net>\n\nRemoves an existing ban on an IP address or a network.\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "",
"UNKLINE <mask>\n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "",
"USER <username> 0 * <realname>\n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "",
"USERHOST <nickname>{ <nickname>}\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "",
"VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "",
"WEBIRC <password> <gateway> <hostname> <ip> [:<flags>]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n<flags> is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "",
"WHO <name> [o]\n\nReturns information for the given user.": "",
"WHOIS <client>{,<client>}\n\nReturns information for the given user(s).": "",
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": ""
}

View File

@ -0,0 +1,12 @@
{
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).\n\nTo see in-depth help for a specific HostServ command, try:\n $b/HS HELP <command>$b\n\nHere are the commands you can use:\n%s": "",
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": ""
}

View File

@ -0,0 +1,231 @@
{
"$bWarning: unregistering this account will remove its stored privileges.$b": "",
"$bWarning: unregistering this channel will remove all stored channel attributes.$b": "",
"%d. User %s requests vhost: %s": "",
"%s [account: %s] joined the channel": "",
"%s joined the channel": "",
"%s kicked %s (%s)": "",
"%s left the channel (%s)": "",
"%s quit (%s)": "",
"*** $bEnd of %s HELP$b ***": "",
"*** Could not find your username": "",
"*** Found your username": "",
"*** Got a malformed username, ignoring": "",
"*** Looking up your username": "",
"- %s Message of the day - ": "",
"... and other commands which have been disabled": "",
"A request is pending for vhost: %s": "",
"A request was previously made for vhost: %s": "",
"Account %s has no vhost": "",
"Account %s has vhost: %s": "",
"Account %s receives mode +%s": "",
"Account already exists": "",
"Account created": "",
"Account created, pending verification; verification code has been sent to %s:%s": "",
"Account does not exist": "",
"Account name is not valid": "",
"Account registration has been disabled": "",
"Account registration is disabled": "",
"Account: %s": "",
"Actual user@host, Actual IP": "",
"Added D-Line for %s": "",
"Added K-Line for %s": "",
"Added temporary (%[1]s) D-Line for %[2]s": "",
"Added temporary (%[1]s) K-Line for %[2]s": "",
"Additional grouped nick: %s": "",
"An account already exists for your certificate fingerprint": "",
"An error occurred": "",
"Authentication successful": "",
"Bad or unauthorized PROXY command": "",
"Bad password": "",
"Ban - %[1]s - added by %[2]s - %[3]s": "",
"Callback namespace is not supported": "",
"Can't change modes for other users": "",
"Can't view modes for other users": "",
"Cannot join channel (+%s)": "",
"Cannot resume connection": "",
"Cannot resume connection, connection registration has already been completed": "",
"Cannot resume connection, invalid resume token": "",
"Cannot resume connection, old and new clients must have TLS": "",
"Cannot resume connection, old client not found": "",
"Cannot send to channel": "",
"Change was a no-op": "",
"Channel %s has %d persistent modes set": "",
"Channel %s is now unregistered": "",
"Channel %s successfully registered": "",
"Channel does not exist": "",
"Channel doesn't have roleplaying mode available": "",
"Channel is not registered": "",
"Channel list is full": "",
"Channel name is not valid": "",
"Channel renamed: %s": "",
"Client reconnected": "",
"Client reconnected (up to %d seconds of history lost)": "",
"Command restricted": "",
"Contributors and Former Developers:": "",
"Core Developers:": "",
"Could not find given client": "",
"Could not login with your TLS certificate or supplied username/password": "",
"Could not parse IP address or CIDR network": "",
"Could not register": "",
"Could not remove ban [%s]": "",
"Could not set or change nickname: %s": "",
"Could not successfully save new D-LINE: %s": "",
"Could not successfully save new K-LINE: %s": "",
"Could not ungroup nick": "",
"Credential type is not supported": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
"End of LIST": "",
"End of MOTD command": "",
"End of NAMES list": "",
"End of WHO list": "",
"End of WHOWAS": "",
"End of list": "",
"Enforcement method set": "",
"Erroneous nickname": "",
"Error reserving nickname": "",
"Error while unregistering account": "",
"Fake source must be a valid nickname": "",
"First param must be a mask or channel": "",
"GHOSTed by %s": "",
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
"Help not found": "",
"I have %[1]d clients and %[2]d servers": "",
"IRC Operators online": "",
"Insufficient oper privs": "",
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid account name": "",
"Invalid mode change": "",
"Invalid parameters": "",
"Invalid parameters. For usage, do /msg %s HELP %s": "",
"Invalid vhost": "",
"It was rejected for reason: %s": "",
"JOIN 0 is not allowed": "",
"Language preferences have been set": "",
"Languages are not supported by this server": "",
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Network service, for more info /msg %s HELP": "",
"Nickname is already in use": "",
"Nickname is reserved by a different account": "",
"No DLINEs have been set!": "",
"No command given": "",
"No masks given": "",
"No nickname given": "",
"No such account": "",
"No such channel": "",
"No such nick": "",
"No topic is set": "",
"No username supplied": "",
"Not enough parameters": "",
"Only channel founders can change registered channels": "",
"Oragono is released under the MIT license.": "",
"Passphrase contains forbidden characters or is otherwise invalid": "",
"Password changed": "",
"Password could not be changed due to server error": "",
"Password incorrect": "",
"Permission Denied": "",
"Permission Denied - You're not an IRC operator": "",
"Please wait at least %v and try again": "",
"Proxied IP address is not valid: [%s]": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registration requires a valid e-mail address": "",
"Rehashing": "",
"Remote servers not yet supported": "",
"Removed D-Line for %s": "",
"Removed K-Line for %s": "",
"Resume may have lost up to %d seconds of history": "",
"SASL authentication aborted": "",
"SASL authentication failed": "",
"SASL authentication failed, you are not connecting with a certificate": "",
"SASL authentication failed: Invalid auth blob": "",
"SASL authentication failed: Invalid b64 encoding": "",
"SASL authentication failed: Passphrase too long": "",
"SASL authentication failed: authcid and authzid should be the same": "",
"SASL message too long": "",
"Server notice masks": "",
"Some additional message history may have been lost": "",
"Successfully approved vhost request for %s": "",
"Successfully cleared vhost": "",
"Successfully disabled your vhost": "",
"Successfully enabled your vhost": "",
"Successfully grouped nick %s with your account": "",
"Successfully op'd in channel %s": "",
"Successfully rejected vhost request for %s": "",
"Successfully set mode %s": "",
"Successfully set vhost": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unregistered account %s": "",
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
"That nickname is already reserved by someone else": "",
"That nickname is not registered": "",
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
"There are %d pending requests for vhosts (%d displayed)": "",
"There was no such nickname": "",
"They aren't on that channel": "",
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "",
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "",
"This command has been disabled by the server administrators": "",
"This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "",
"This server was created %s": "",
"This vhost is currently disabled, but can be enabled with /HS ON": "",
"Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "",
"To confirm account unregistration, type: /NS UNREGISTER %s %s": "",
"To confirm channel unregistration, type: /CS UNREGISTER %s %s": "",
"To verify your account, issue one of these commands:": "",
"Translators:": "",
"Unknown command": "",
"Unknown command. To see available commands, run": "",
"Unknown subcommand": "",
"User doesn't have roleplaying mode enabled": "",
"Verification code: %s": "",
"Verify your account on %s": "",
"WEBIRC command is not usable from your address or incorrect password given": "",
"Welcome to the Internet Relay Network %s": "",
"You are banned from this server (%s)": "",
"You are no longer marked as being away": "",
"You are not using a TLS certificate": "",
"You are now an IRC operator": "",
"You are now logged in as %s": "",
"You can't GHOST yourself (try /QUIT instead)": "",
"You can't ungroup your primary nickname (try unregistering your account instead)": "",
"You don't have enough channel privileges": "",
"You don't own that nick": "",
"You have been banned from this server (%s)": "",
"You have been marked as being away": "",
"You have too many nicks reserved already (you can remove some with /NS DROP)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be the channel founder to op": "",
"You must specify an account": "",
"You must wait an additional %v before making another request": "",
"You need to either supply a passphrase or be connected via TLS with a client cert": "",
"You need to register before you can use that command": "",
"You specified too many languages": "",
"You're already logged into an account": "",
"You're already opered-up!": "",
"You're not a channel operator": "",
"You're not logged into an account": "",
"You're not on that channel": "",
"You're now logged in as %s": "",
"Your current nickname enforcement is: %s": "",
"Your host is %[1]s, running version %[2]s": "",
"Your vhost request was approved by an administrator": "",
"Your vhost request was rejected by an administrator. The reason given was: %s": "",
"Your vhost request will be reviewed by an administrator": "",
"are supported by this server": "",
"can speak these languages": "",
"channels formed": "",
"has client certificate fingerprint %s": "",
"is a $bBot$b on %s": "",
"is an unknown mode character to me": "",
"is logged in as": "",
"is using a secure connection": "",
"seconds idle, signon time": ""
}

View File

@ -0,0 +1,14 @@
{
"NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP <command>$b\n\nHere are the commands you can use:\n%s": "",
"Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.": "",
"Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "",
"Syntax: $bGHOST <nickname>$b\n\nGHOST disconnects the given user from the network if they're logged in with the\nsame user account, letting you reclaim your nickname.": "",
"Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, preventing other\nusers from changing to it (or forcing them to rename).": "",
"Syntax: $bIDENTIFY <username> [password]$b\n\nIDENTIFY lets you login to the given username using either password auth, or\ncertfp (your client certificate) if a password is not given.": "",
"Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "",
"Syntax: $bPASSWD <current> <new> <new_again>$b\nOr: $bPASSWD <username> <new>$b\n\nPASSWD lets you change your account password. You must supply your current\npassword and confirm the new one by typing it twice. If you're an IRC operator\nwith the correct permissions, you can use PASSWD to reset someone else's\npassword by supplying their username and then the desired password.": "",
"Syntax: $bREGISTER <username> <email> [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "",
"Syntax: $bSADROP <nickname>$b\n\nSADROP forcibly de-links the given nickname from the attached user account.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": ""
}