mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 20:09:41 +01:00
Merge pull request #535 from oragono/l10n_master
New Crowdin translations
This commit is contained in:
commit
9c235c8dee
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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": "ChanServ vam omogućava registraciju i upravljanje kanalima.\n\nKako biste dobili detaljnu pomoć za odeđenu ChanServ naredbu, pokušajte:\n$b/CS HELP <naredba>$b\n\nOvo su naredbe koje možete koristiti:\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.": "Sintaksa: $bAMODE #kanal [promjena moda] [account]$b\n\nAMODE navodi ili mijenja postavke trajnog načina rada (persistant mode) koje utječu na članove kanala. Na primjer, $bAMODE #kanal +o ImeKorisnika$b daje vlasniku računa \"ImeKorisnika\" +o operatorski mod svaki put kada uđe na #kanal. Za pregled trenutnih računa i modova upotrijebite $bAMODE #kanal$b. Imajte na umu da se korisnici uvijek oslovljavaju prema registrovanom nazivu njihovog računa, a ne prema njihovom nadimku (Nick-u).",
|
||||
"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.": "Sintaksa: $bOP #kanal [nickname]$b\nOP daje određenom nadimku (nick-u), ili vama samima, administraciju nad kanalom. Ovu naredbu možete koristiti samo ako ste osnivač kanala.",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <cilj> <poruka koju se šalje>\n\nNaredba AMBIANCE se koristi za slanje obavijesti o sceni/ambijentu zadanom cilju.",
|
||||
"AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "AUTHENTICATE\n\nKoristi se tijekom SASL provjere autentičnosti. Za više informacija pogledajt IRCv3 specifikacije:\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.": "AWAY [poruka]\n\nAko je [poruka] poslana, to Vas označava kao odsutne. Ako [poruka] nije poslana, označava da više niste odsutni.",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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": "CAP <podnaredba> [:<sposobnosti>]\n\nKoristi se u pregovaranju o sposobnostima. Za više informacija pogledajte IRCv3 specifikacije:\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.": "CHANSERV <podnaredba> [parametar]\n\nChanServ kontrolira registracije kanala.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "CHATHISTORY [params]\n\nCHATHISTORY je eksperimentalna naredba za ponavljanje povijesti. Pogledaj dokumentaciju:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d",
|
||||
@ -66,5 +67,6 @@
|
||||
"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": "WEBIRC <lozinka> <gateway> <hostname> <ip> [:<flags>]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n<flags> je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna",
|
||||
"WHO <name> [o]\n\nReturns information for the given user.": "WHO <ime> [o]\n\nUzvraća informacijama o datom korisniku.",
|
||||
"WHOIS <client>{,<client>}\n\nReturns information for the given user(s).": "WHOIS <korisnik>{,<korisnik>}\n\nUzvraća informacijama o datom korisnik-u/cima.",
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "WHOWAS <nadimak>\n\nVraća podatke iz prošlosti o posljednjem korisniku s tim nadimkom."
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "WHOWAS <nadimak>\n\nVraća podatke iz prošlosti o posljednjem korisniku s tim nadimkom.",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "Došlo je do pogreške",
|
||||
"Authentication successful": "Autentikacija uspješna",
|
||||
"Bad or unauthorized PROXY command": "Pogrešna ili nedopuštena PROXY naredba",
|
||||
"Bad password": "Pogrešna lozinka",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Zabrana - %[1]s - postavljena od strane %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "CTCP poruke su onemogućene preko Tor-a",
|
||||
"Can't change modes for other users": "Ne možete mijenjati režime (mode-ove) za druge korisnike",
|
||||
"Can't view modes for other users": "Nije moguće pregledati režime (mode-ove) za druge korisnike",
|
||||
"Cannot join channel (+%s)": "Pristup kanalu nije moguć (+%s)",
|
||||
"Cannot rename channel": "Promjena imena kanala nije moguća",
|
||||
"Cannot resume a client with multiple attached sessions": "Klijent ne može nastaviti s više pridruženih sesija",
|
||||
"Cannot resume connection": "Povezivanje nije moguće",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "Nemoguće povezivanje sa Tor-a na ne-Tor i obratno",
|
||||
"Cannot resume connection, connection registration has already been completed": "Povezivanje nije moguće, registracija veze je već dovršena",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Kraj WHO liste",
|
||||
"End of WHOWAS": "Kraj WHOWAS",
|
||||
"End of list": "Kraj liste",
|
||||
"Enforcement method set": "Metod izvršenja (prisile) postavljen",
|
||||
"Erroneous nickname": "Nedopušten nadimak",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "Greška kod rezervacije nadimka (nick-a)",
|
||||
"Error while unregistering account": "Greška prilikom uklanjanja registracije korisničkog računa",
|
||||
"Fake source must be a valid nickname": "Lažni izvor mora biti validan nadimak",
|
||||
"First param must be a mask or channel": "Prvi parametar mora biti maska ili kanal",
|
||||
"GHOSTed by %s": "GHOST-irano od strane %s",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <argument>\n\nPogledaj objašnjenje <argumenta>, ili \"index\" za popis tema pomoći.",
|
||||
"Help not found": "Pomoć nije pronađena",
|
||||
"Hostname: %s": "Naziv poslužitelja (Hostname): %s",
|
||||
"I have %[1]d clients and %[2]d servers": "Imam %[1]d kanala i %[2]d servera",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "IP adresa: %s",
|
||||
"IRC Operators online": "IRC Operateri na mreži",
|
||||
"Input line too long": "Ulazna linija je preduga",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "Netačna CAP podnaredba",
|
||||
"Invalid account name": "Pogrešan naziv računa",
|
||||
"Invalid mode change": "Nevažeća promjena režima (moda)",
|
||||
"Invalid parameters": "Nevažeći parametri",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Nevažeći parametri. Za upotrebu koristi / msg %[1]s HELP %[2]s",
|
||||
"Invalid vhost": "Nevažeći vhost",
|
||||
"It was rejected for reason: %s": "Razlog odbijanja: %s",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Nadimak nije dodjeljen",
|
||||
"No such account": "Takav račun ne postoji",
|
||||
"No such channel": "Nepostojeći kanal",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Takav nadimak nije prisutan",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Tema (topic) nije postavljena",
|
||||
"Not enough parameters": "Nedovoljno parametara",
|
||||
"Only channel founders can change registered channels": "Samo osnivači kanala mogu mijenjati registrovane kanale",
|
||||
"Only the channel founder can do this": "Samo osnivač kanala može ovo da izvrši",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono se izdaje pod licencom MIT-a.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "Lozinka sadrži zabranjene znakove ili je na drugi način nevažeća",
|
||||
"Password changed": "Lozinka promjenjena",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "Primljena neispravna linija",
|
||||
"Registered at: %s": "Registrirano u: %s",
|
||||
"Registered channel: %s": "Registriran kanal: %s",
|
||||
"Registering your account with email address %s": "Registrovanje korisničnog računa upotrebom email adrese %s",
|
||||
"Registering your account with no email address": "Registracija vašeg korisničnog računa bez upotrebe email adrese",
|
||||
"Registration requires a valid e-mail address": "Za registraciju je potrebna važeća e-mail adresa",
|
||||
"Rehashing": "Rehashing (ponovno pokretanje konfiguracionih datoteka sa diska)",
|
||||
"Remote servers not yet supported": "Udaljeni poslužitelji još nisu podržani",
|
||||
"Removed D-Line for %s": "Uklonjena D-Linija za %s",
|
||||
"Removed K-Line for %s": "Uklonjena K-Linija za %s",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "Nastavak je možda izgubio do %d sekundi povijesti",
|
||||
"SASL authentication aborted": "SASL autentikacija obustavljena",
|
||||
"SASL authentication failed": "SASL autentikacija neuspjela",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "Sesija %d:",
|
||||
"Some additional message history may have been lost": "Moguće je da jeizgubljena neka dodatna povijest poruka",
|
||||
"Successfully approved vhost request for %s": "Uspješno odobren vhost zahtjev za %s",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "Uspješno izbrisan vhost",
|
||||
"Successfully disabled your vhost": "Vaš vhost je uspješno onemogućen",
|
||||
"Successfully enabled your vhost": "Vaš vhost je uspješno omogućen",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "Ova zabrana odgovara Vama. Da biste DLINE sami sebe, za otkazivanje ove zabrane, morate koristiti naredbu: / DLINE MYSELF <arguments>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF <arguments>",
|
||||
"This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja",
|
||||
"This feature 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.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.",
|
||||
"This server was created %s": "Ovaj server je kreiran %s",
|
||||
"This vhost is currently disabled, but can be enabled with /HS ON": "Ovaj vhost je trenutno onemogućen, ali se može omogućiti pomoću / HS ON",
|
||||
"Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "Vremenska oznaka nije u formatu 2006-01-02T15:04:05.999Z, zanemarujem je",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Za potvrdu odjave računa, upiši: /NS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "Za potvrdu odjave kanala, upiši: /CS UNREGISTER %[1]s %[2]s",
|
||||
"To verify your account, issue one of these commands:": "Da biste potvrdili svoj račun, izdajte jednu od sljedećih naredbi:",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Postavljena Vam je zabrana pristupa (ban) ovom serveru (%s)",
|
||||
"You have been marked as being away": "Označeni ste kao Odsutni",
|
||||
"You have joined too many channels": "Pristupili ste prevelikom broju kanala",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Već imate previše rezerviranih nadimaka (neke možete ukloniti pomoću / NS DROP)",
|
||||
"You may not reregister": "Ne možete se ponovno registrirati",
|
||||
"You must be an oper on the channel to register it": "Morate biti operater na kanalu da biste ga registrirali",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "Morate biti registrovani kako biste pristupili ovom kanalu",
|
||||
"You must connect with a TLS client certificate to use certfp": "Morate se povezati s certifikatom TLS klijenta da biste koristili certfp",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"You must specify an account": "Morate navesti korisnički račun",
|
||||
"You must wait an additional %v before making another request": "Morate pričekati dodatnih %v prije ponovnog zahtjeva",
|
||||
"You need to either supply a passphrase or be connected via TLS with a client cert": "Morate ili unijeti lozinku ili biti povezani putem TLS-a s certifikatom klijenta",
|
||||
"You need to register before you can use that command": "Morate se registrirati da biste mogli koristiti tu komandu",
|
||||
"You specified too many languages": "Naveli ste previše jezika",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "Već ste prijavljeni na korisnički račun",
|
||||
"You're already opered-up!": "Već ste postavljeni za operatora!",
|
||||
"You're not a channel operator": "Vi niste operator kanala",
|
||||
"You're not logged into an account": "Niste prijavljeni na korisnički račun",
|
||||
"You're not on that channel": "Vi niste na tom kanalu",
|
||||
"You're now logged in as %s": "Sada ste prijavljni kao %s",
|
||||
"Your current nickname enforcement is: %s": "Vaše trenutno izvršenje nadimka je: %s",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Vaš host %[1]s, izvodi verziju %[2]s",
|
||||
"Your stored nickname enforcement setting is: %s": "",
|
||||
"Your vhost request was approved by an administrator": "Vaš zahtjev za vhost je odobren od strane administratora",
|
||||
"Your vhost request was rejected by an administrator. The reason given was: %s": "Vaš zahtjev za vhost je odbijen od strane administratora. Dato obrazloženje je: %s",
|
||||
"Your vhost request will be reviewed by an administrator": "Vaš zahtjev za vhost biti će pregledan od strane administratora",
|
||||
"are supported by this server": "ovaj server podržava",
|
||||
"can speak these languages": "govori ove jezike",
|
||||
"channels formed": "kanali oformljeni",
|
||||
"has client certificate fingerprint %s": "ima korisnički otisak certifikata %s",
|
||||
"is a $bBot$b on %s": "je $bBot$b na %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Ο έλεγχος της ταυτότητας ήταν επιτυχής",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "Εσφαλμένος κωδικός",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Απαγόρευση - %[1]s - προστέθηκε από %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "Δεν είναι δυνατή η αλλαγή των τρόπων λειτουργίας για άλλους χρήστες",
|
||||
"Can't view modes for other users": "Δεν είναι δυνατή η προβολή λειτουργιών για άλλους χρήστες",
|
||||
"Cannot join channel (+%s)": "Δεν είναι δυνατή η σύνδεση στο κανάλι (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "Δεν είναι δυνατή η συνέχιση της σύνδεσης, η εγγραφή σύνδεσης έχει ήδη ολοκληρωθεί",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Τέλος της /WHO λίστας",
|
||||
"End of WHOWAS": "Τέλος της WHOWAS",
|
||||
"End of list": "Τέλος της λίστας",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Λανθασμένο ψευδώνυμο",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "Σφάλμα κατάτμησης ψευδώνυμου",
|
||||
"Error while unregistering account": "Σφάλμα κατά την κατάργηση της καταχώρησης λογαριασμού",
|
||||
"Fake source must be a valid nickname": "Η ψεύτικη πηγή πρέπει να είναι έγκυρο ψευδώνυμο",
|
||||
"First param must be a mask or channel": "Η πρώτη παράμετρος (param) πρέπει να είναι μάσκα ή κανάλι",
|
||||
"GHOSTed by %s": "Είδωλο από %s",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "Η βοήθεια δεν βρέθηκε",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "Έχω %[1]d πελάτες και %[2]d διακομιστές",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "Μη έγκυρη υποταγή CAP",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Δεν δόθηκε ψευδώνυμο",
|
||||
"No such account": "",
|
||||
"No such channel": "Δεν υπάρχει τέτοιο κανάλι",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Δεν υπάρχει τέτοιο ψευδώνυμο",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Δεν έχει οριστεί θέμα",
|
||||
"Not enough parameters": "Δεν υπάρχει αρκετή παράμετροι",
|
||||
"Only channel founders can change registered channels": "Μόνο οι ιδρυτές καναλιών μπορούν να αλλάξουν καταχωρημένα κανάλια",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Το oragono απελευθερώνεται βάσει της άδειας MIT.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "Παραλήφθηκε παραμορφωμένη γραμμή",
|
||||
"Registered at: %s": "Εγγραφή στο: %s",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "Η εγγραφή απαιτεί έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου",
|
||||
"Rehashing": "Ανανέωση",
|
||||
"Remote servers not yet supported": "Δεν υποστηρίζονται ακόμη απομακρυσμένοι διακομιστές",
|
||||
"Removed D-Line for %s": "Καταργήθηκε η γραμμή D-Line για %s",
|
||||
"Removed K-Line for %s": "Καταργήθηκε η γραμμή K-Line για %s",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "Ο έλεγχος ταυτότητας SASL αποβλήθηκε",
|
||||
"SASL authentication failed": "Ο έλεγχος ταυτότητας SASL απέτυχε",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "Αυτή η απαγόρευση σας ταιριάζει. Για να ορίσετε τον εαυτό σας με το DLINE, πρέπει να χρησιμοποιήσετε την εντολή: /DLINE τον εαυτό μου <επιχειρήματα>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "Αυτή η απαγόρευση σας ταιριάζει. Για να ορίσετε τον εαυτό σας με το KLINE, πρέπει να χρησιμοποιήσετε την εντολή: /KLINE τον εαυτό μου <επιχειρήματα>",
|
||||
"This command has been disabled by the server administrators": "",
|
||||
"This feature 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": "Αυτός ο διακομιστής δημιουργήθηκε %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": "Δεν υπάρχει χρονική σήμανση 2006-01-02T15:04:05.999Z μορφοποίηση, αγνοώντας το",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "Για να επαληθεύσετε τον λογαριασμό σας, εκδώστε μία από αυτές τις εντολές:",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Έχετε απαγορευτεί από αυτόν το διακομιστή (%s)",
|
||||
"You have been marked as being away": "Έχετε επισημανθεί ως μακριά",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Έχετε ήδη πάρα πολλά ψευδώνυμα δεσμευμένα (μπορείτε να καταργήσετε μερικά με /NS DROP)",
|
||||
"You may not reregister": "Δεν μπορείτε να κάνετε εκ νέου εγγραφή",
|
||||
"You must be an oper on the channel to register it": "Πρέπει να είστε χειριστής στο κανάλι για να την καταχωρήσετε",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Πρέπει είτε να δώσετε μια φράση πρόσβασης είτε να συνδεθείτε μέσω TLS με ένα πιστοποιητικό πελάτη",
|
||||
"You need to register before you can use that command": "Θα πρέπει να εγγραφείτε για να μπορέσετε να χρησιμοποιήσετε αυτήν την εντολή",
|
||||
"You specified too many languages": "Ορίσατε πολλές γλώσσες",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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": "Είστε πλέον συνδεδεμένοι ως %s",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Ο οικοδεσπότης σας είναι %[1]s, τρέχουσα έκδοση %[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "έχει δακτυλικό αποτύπωμα πιστοποιητικού πελάτη %s",
|
||||
"is a $bBot$b on %s": "είναι ένα $bBot$b επί %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "You've logged in mate!",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "You can't change modes for other users ya' drongo",
|
||||
"Can't view modes for other users": "You can't take a squiz at other users' modes ya' drongo",
|
||||
"Cannot join channel (+%s)": "Sorry mate, can't join that channel (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Bad nickname, mate. Bad nickname",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "Sorry mate, no help for that",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "Mate, are you all together? That message needs more params",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Sorry mate, we've banned ya' (%s)",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "",
|
||||
"You may not reregister": "You can't re-reg mate",
|
||||
"You must be an oper on the channel to register it": "",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Sorry mate, that's too many languages",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "You're already logged in mate",
|
||||
"You're already opered-up!": "",
|
||||
"You're not a channel operator": "",
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "Join the channel before doing that, mate",
|
||||
"You're now logged in as %s": "",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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 totally a bot on %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Autenticación exitosa",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "Contrañesa incorrecta",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - puesto por %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "No pude cambiar los modos para otros usuarios",
|
||||
"Can't view modes for other users": "No puede ver los modos de otros usuarios",
|
||||
"Cannot join channel (+%s)": "No puede unirse al canal (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "No es posible reanudar la conexión. El registro de la conexión ya fue completado",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Final de lista /WHO",
|
||||
"End of WHOWAS": "Fin del WHOWAS",
|
||||
"End of list": "Final de la lista",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Nick erróneo",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "Error reservando el nick",
|
||||
"Error while unregistering account": "Error al anular el registro de cuenta",
|
||||
"Fake source must be a valid nickname": "Debes ingresar un nombre de usuario válido",
|
||||
"First param must be a mask or channel": "El primero parámetro debe ser una máscara o un canal",
|
||||
"GHOSTed by %s": "Liberada por %s",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "Hay %[1]d clientes y %[2]d servidores",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "Impossible de modifier la mode des autres clients",
|
||||
"Can't view modes for other users": "Impossible d'afficher la mode des autres clients",
|
||||
"Cannot join channel (+%s)": "Impossible de joindre (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Fin de liste /WHO",
|
||||
"End of WHOWAS": "Fin de WHOWAS",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Nom inapproprié",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "Ce renseignement n'existe pas",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "J'ai %[1]d clients et %[2]d serveurs",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Aucun nom donné",
|
||||
"No such account": "",
|
||||
"No such channel": "Aucune chaîne",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Aucun(e) client/chaîne",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Il n'y a pas de sujet",
|
||||
"Not enough parameters": "Pas assez de paramètres",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "Le serveur relit le fichier de configuration",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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": "Ce serveur a été crée %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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Vous avez été interdit d'utiliser ce serveur (%s)",
|
||||
"You have been marked as being away": "Vous êtes maintenant marqué 'absent'",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "",
|
||||
"You may not reregister": "Vous ne pouvez pas vous enregistrer à nouveau",
|
||||
"You must be an oper on the channel to register it": "",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Vous ne vous êtes pas enregistré",
|
||||
"You specified too many languages": "",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "",
|
||||
"You're already opered-up!": "",
|
||||
"You're not a channel operator": "Vous n'avez pas assez de pouvoir dans cette chaîne IRC pour faire ça",
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "Vous n'êtes pas sur cette chaîne",
|
||||
"You're now logged in as %s": "",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Votre serveur est %[1]s, version %[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "sont supportés par ce serveur",
|
||||
"can speak these languages": "",
|
||||
"channels formed": "",
|
||||
"has client certificate fingerprint %s": "",
|
||||
"is a $bBot$b on %s": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Autentisering vellykket",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "Feil passord",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - lagt til av %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "Kan ikke endre modus for andre brukere",
|
||||
"Can't view modes for other users": "Kan ikke se modus for andre brukere",
|
||||
"Cannot join channel (+%s)": "Kan ikke bli med i kanalen (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "Kan ikke fortsette tilkobling, tilkoblingsregistreringen har allerede blitt fullført",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Slutten av WHO liste",
|
||||
"End of WHOWAS": "Slutten av WHOWAS",
|
||||
"End of list": "Slutt på listen",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Feilaktig kallenavn",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "Feil ved reservering av kallenavn",
|
||||
"Error while unregistering account": "Feil ved avregistrering av konto",
|
||||
"Fake source must be a valid nickname": "Falsk kilde må være gyldig brukernavn",
|
||||
"First param must be a mask or channel": "Første parameter må være en maske eller kanal",
|
||||
"GHOSTed by %s": "GHOSTet av %s",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "Hjelp ikke funnet",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "Jeg har %[1]d klienter og %[2]d tjenere",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "Ugyldig CAP underkommando",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Ingen kallenavn gitt",
|
||||
"No such account": "",
|
||||
"No such channel": "Ingen kanal med det navnet",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Ingen kallenavn med det navnet",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Ingen emne er satt",
|
||||
"Not enough parameters": "Ikke nok parametere",
|
||||
"Only channel founders can change registered channels": "Kun kanalgrunnleggere kan endre registrerte kanaler",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono er utgitt under MIT-lisensen.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "Mottok ugyldig linje",
|
||||
"Registered at: %s": "Registrert hos: %s",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "Registrering krever en gyldig e-postadresse",
|
||||
"Rehashing": "Oppdaterer",
|
||||
"Remote servers not yet supported": "Eksterne tjenere søttes ikke enda",
|
||||
"Removed D-Line for %s": "Fjernet D-linje for %s",
|
||||
"Removed K-Line for %s": "Fjernet K-linje for %s",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "SASL godkjenning avbrutt",
|
||||
"SASL authentication failed": "SASL godkjenning mislyktes",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "Dette forbudet stemmer overens med deg. For å DLINJE deg selv må du bruke kommandoen: /DLINE MYSELF <arguments>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "Dette forbudet stemmer overens med deg. For å KLINJE deg selv må du bruke kommandoen: /KLINE MYSELF <arguments>",
|
||||
"This command has been disabled by the server administrators": "",
|
||||
"This feature 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.": "Denne serveren er i feilsøkingsmodus og logger all bruker I/O. Hvis du ikke ønsker at alt du sender skal leses av eieren(e) av serveren så vennligst koble fra.",
|
||||
"This server was created %s": "Denne serveren ble opprettet %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": "Tidsstempelet er ikke i 2006-01-02T15:04:05.999Z format, ignorerer det",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "For å verifisere kontoen din, send en av disse kommandoene:",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Du har blitt utestengt fra denne tjeneren (%s)",
|
||||
"You have been marked as being away": "Du har blitt merkert som borte",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Du har for mange kallenavn reservert (du kan fjerne noen med /NS DROP)",
|
||||
"You may not reregister": "Du kan ikke registrere på nytt",
|
||||
"You must be an oper on the channel to register it": "Du må være en operatør på kanalen for å registrere den",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Du må angi en passordfrase eller koble til via TLS med et klientsertifikat",
|
||||
"You need to register before you can use that command": "Du må registrere deg før du kan bruke kommandoen",
|
||||
"You specified too many languages": "Du har angitt for mange språk",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "Du er allerede innlogget på en konto",
|
||||
"You're already opered-up!": "Du er allerde en operatør!",
|
||||
"You're not a channel operator": "Du er ikke en operatør i kanalen",
|
||||
"You're not logged into an account": "Du er ikke logget inn på en konto",
|
||||
"You're not on that channel": "Du er ikke på den kanalen",
|
||||
"You're now logged in as %s": "Du er nå logget inn som %s",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Din vert er %[1]s, versjon %[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "er støttet av denne tjeneren",
|
||||
"can speak these languages": "kan snakke disse språkene",
|
||||
"channels formed": "",
|
||||
"has client certificate fingerprint %s": "har klient sertifikat fingeravtrykk %s",
|
||||
"is a $bBot$b on %s": "er en $bBot$b på %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Uwierzytelnienie zakończone pomyślnie",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "Nieprawidłowe hasło",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - dodany przez %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "Nie można dołączyć do kanału (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Autenticação bem-sucedida",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Banimento - %[1]s - adicionado por %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "Não é possível ver os modos de outros usuários",
|
||||
"Cannot join channel (+%s)": "Não foi possível entrar no canal (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Fim da lista WHO",
|
||||
"End of WHOWAS": "Fim de WHOWAS",
|
||||
"End of list": "Fim da lista",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "Ajuda não encontrada",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "Eu tenho %[1]d clientes e %[2]d servidores",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "O canal não existe",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "O nick não existe",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Nenhum tópico definido",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono é disponibilizado sob a licença MIT.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "Servidores remotos ainda não suportados",
|
||||
"Removed D-Line for %s": "D-Line para %s removida",
|
||||
"Removed K-Line for %s": "K-Line para %s removida",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "Autenticação SASL cancelada",
|
||||
"SASL authentication failed": "Falha na autenticação SASL",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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": "Este servidor foi criado em %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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Você foi banido deste servidor (%s)",
|
||||
"You have been marked as being away": "Você foi marcado como ausente",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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": "Você precisa ser um operador no canal para registrá-lo",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Você precisa fornecer uma senha ou ser conectado via TLS com um certificado de cliente",
|
||||
"You need to register before you can use that command": "Você precisa se registrar antes de usar o comando",
|
||||
"You specified too many languages": "Você especificou muitas linguagens",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "Você já está conectado à uma conta",
|
||||
"You're already opered-up!": "Você já é um operador!",
|
||||
"You're not a channel operator": "Você não é um operador de canal",
|
||||
"You're not logged into an account": "Você não está logado em uma conta",
|
||||
"You're not on that channel": "Você não está no canal especificado",
|
||||
"You're now logged in as %s": "Você agora está conectado como %s",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "O seu host é %[1]s, rodando a versão %[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "são recursos suportados por este servidor",
|
||||
"can speak these languages": "pode falar estes idiomas",
|
||||
"channels formed": "",
|
||||
"has client certificate fingerprint %s": "possui uma impressão digital do certificado de cliente %s",
|
||||
"is a $bBot$b on %s": "é um $bBot$b em %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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": "ChanServ îți permite să înregistrezi și să administrezi canale.\n\nPentru informații adiționale de ajutor, specifice unei comenzi ChanServ, încearcă:\n $b/CS HELP <comandă>$b\n\nPoți folosi următoarele comenzi:\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.": "Sintaxă: $bAMODE #canal [modificare fanion] [cont]$b\n\nComanda AMODE afișează sau modifică setările persistente ale fanioanelor ce afectează membrii canalului.\nDe exemplu, $bAMODE #canal +o dan$b îi oferă deținătorului contului \"dan\", statutul de\noperator de canal, de fiecare dată când va intra pe #canal. Pentru a afișa conturile și fanioanele\nactuale, folosește $bAMODE #canal$b. De reținut faptul că utilizatorii sunt asociați cu numele \nconturilor înregistrate, și nu cu pseudonimele folosite.",
|
||||
"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.": "Sintaxă: $bOP #canal [pseudonim]$b\n\nOP oferă pseudonimului furnizat, sau ție, dacă [pseudonim] nu este specificat, privilegii\nde administrator de canal. Poți utiliza această comandă doar dacă ai fondat canalul.",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "CHATHISTORY [parametri]\n\nComanda CHATHISTORY este un desfășurător experimental pentru istoric. Vezi aceste documente:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": "WHOWAS <pseudonim>\n\nAfișează informații despre istoricul ultimului utilizator cu pseudonimul cerut."
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "WHOWAS <pseudonim>\n\nAfișează informații despre istoricul ultimului utilizator cu pseudonimul cerut.",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "A intervenit o eroare",
|
||||
"Authentication successful": "Autentificare reușită",
|
||||
"Bad or unauthorized PROXY command": "Comandă PROXY defectuoasă sau neautorizată",
|
||||
"Bad password": "Parolă greșită",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - adăugat de %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "Mesajele CTCP sunt dezactivate prin intermediul Tor",
|
||||
"Can't change modes for other users": "Nu pot schimba moduri pentru alți utilizatori",
|
||||
"Can't view modes for other users": "Nu poți vizualiza modurile altor utilizatori",
|
||||
"Cannot join channel (+%s)": "Nu poți intra pe canal (+%s)",
|
||||
"Cannot rename channel": "Canalul nu poate fi redenumit",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "Nu pot relua conexiunea",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "Nu s-a putut relua conexiunea, înregistrarea conexiunii a fost deja finalizată",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "Sfârșit listă WHO",
|
||||
"End of WHOWAS": "Sfârșit WHOWAS",
|
||||
"End of list": "Sfârșit listă",
|
||||
"Enforcement method set": "Metoda de punere în aplicare în mod forțat a fost stabilită",
|
||||
"Erroneous nickname": "Pseudonim eronat",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "Eroare la rezervarea pseudonimului",
|
||||
"Error while unregistering account": "Eroare la ștergerea contului",
|
||||
"Fake source must be a valid nickname": "Sursa falsă trebuie să fie un pseudonim valabil",
|
||||
"First param must be a mask or channel": "Primul parametru trebuie să fie o mască sau un canal",
|
||||
"GHOSTed by %s": "%s a folosit GHOST",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <argument>\n\nAfișează o explicație pentru <argument>, sau \"index\" pentru o listă cu tematica de ajutor disponibilă.",
|
||||
"Help not found": "Fișierul de ajutor nu a fost găsit",
|
||||
"Hostname: %s": "Numele gazdei: %s",
|
||||
"I have %[1]d clients and %[2]d servers": "Am conectați %[1]d clienți și %[2]d server(e)",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "Adresa IP: %s",
|
||||
"IRC Operators online": "Operatori IRC online",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "Subcomandă CAP invalidă",
|
||||
"Invalid account name": "Nume de cont invalid",
|
||||
"Invalid mode change": "Modificare invalidă de fanion",
|
||||
"Invalid parameters": "Parametri invalizi",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Parametri invalizi. Pentru utilizare, încearcă /msg %[1]s HELP %[2]s",
|
||||
"Invalid vhost": "Gazdă virtuală invalidă",
|
||||
"It was rejected for reason: %s": "Motivul respingerii a fost următorul: %s",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Niciun pseudonim furnizat",
|
||||
"No such account": "Nu există asemenea cont",
|
||||
"No such channel": "Nu există asemenea canal",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Nu există asemenea pseudonim",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Nu este setată nicio temă de discuție",
|
||||
"Not enough parameters": "Parametri insuficienți",
|
||||
"Only channel founders can change registered channels": "Doar fondatorii de canale pot schimba canalele înregistrate",
|
||||
"Only the channel founder can do this": "Doar fondatorul canalului are dreptul acesta",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono este disponibil sub licența MIT.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "Parola conține caractere nepermise sau este invalidă din alte cauze",
|
||||
"Password changed": "Parolă schimbată",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "Am primit linie deformată",
|
||||
"Registered at: %s": "Înregistrat la: %s",
|
||||
"Registered channel: %s": "Canal înregistrat: %s",
|
||||
"Registering your account with email address %s": "Îți înregistrez contul pentru adresa de poștă electronică %s",
|
||||
"Registering your account with no email address": "Îți înregistrez contul fără adresă de poștă electronică asociată",
|
||||
"Registration requires a valid e-mail address": "Pentru înregistrare, este necesară o adresă validă de e-mail",
|
||||
"Rehashing": "Efectuez Rehash",
|
||||
"Remote servers not yet supported": "Nu sunt suportate încă serverele la distanță",
|
||||
"Removed D-Line for %s": "Am înlăturat D-Line pentru %s",
|
||||
"Removed K-Line for %s": "Am înlăturat K-Line pentru %s",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "Este posibil ca reluarea să fi pierdut până la %s secunde de istoric",
|
||||
"SASL authentication aborted": "Autentificare SASL întreruptă",
|
||||
"SASL authentication failed": "Autentificare SASL eșuată",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "Sesiune %d:",
|
||||
"Some additional message history may have been lost": "Este posibil ca unele mesaje adiționale din istoric să fi fost pierdute",
|
||||
"Successfully approved vhost request for %s": "Solicitarea de gazdă virtuală pentru %s a fost aprobată cu succes",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "Gazda virtuală a fost ștearsă cu succes",
|
||||
"Successfully disabled your vhost": "Gazda ta virtuală a fost dezactivată cu succes",
|
||||
"Successfully enabled your vhost": "Gazda ta virtuală a fost activată cu succes",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "Acest ban se potrivește cu dumneavoastră. Pentru a utiliza /DLINE ca să anulați acest ban, folosiți comanda: /DLINE MYSELF <argumente>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "Acest ban se potrivește cu dumneavoastră. Pentru a utiliza /KLINE ca să anulați acest ban, folosiți comanda: /KLINE MYSELF <argumente>",
|
||||
"This command has been disabled by the server administrators": "Această comandă a fost dezactivată de echipa administrativă",
|
||||
"This feature 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.": "Acest server funcționează în modul de depanare și jurnalizare ale tuturor I/O ale utilizatorilor. Dacă nu dorești ca fiecare mesaj trimis să fie citit de către proprietarul serverului, te rugăm să te deconectezi.",
|
||||
"This server was created %s": "Acest server a fost creat la data de %s",
|
||||
"This vhost is currently disabled, but can be enabled with /HS ON": "Gazda dumneavoastră virtuală este dezactivată, dar poate fi activată cu comanda /HS ON",
|
||||
"Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "Marcajul de timp nu este în formatul 2006-01-02T15:04:05.999Z, se ignoră",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Pentru a confirma ștergerea contului, tastează: /NS UNREGISTER [1] [2]",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "Pentru a confirma ștergerea canalului, tastează: /CS UNREGISTER %[1]s %[2]s",
|
||||
"To verify your account, issue one of these commands:": "Pentru a-ți verifica contul, folosește una din comenzile:",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Ți-a fost restricționat accesul la acest server (%s)",
|
||||
"You have been marked as being away": "Te-am marcat ca fiind departe",
|
||||
"You have joined too many channels": "Te afli pe prea multe canale",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Ai prea multe pseudonime rezervate (poți renunța la unele dintre ele cu comanda /NS DROP)",
|
||||
"You may not reregister": "Nu te poți reînregistra",
|
||||
"You must be an oper on the channel to register it": "Trebuie să fi operator pe canal, pentru a-l putea înregistra",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "Trebuie să te înregistrezi pentru a intra pe acel canal",
|
||||
"You must connect with a TLS client certificate to use certfp": "Trebuie să te conectezi cu un certificat TLS de client pentru a putea folosi certfp",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"You must specify an account": "Este necesar să specifici un cont",
|
||||
"You must wait an additional %v before making another request": "Trebuie să aștepți o durată suplimentară de %v pentru o nouă solicitare",
|
||||
"You need to either supply a passphrase or be connected via TLS with a client cert": "Trebuie să furnizezi o parolă său să te conectezi via TLS, cu un certificat de client",
|
||||
"You need to register before you can use that command": "Trebuie să te înregistrezi ca să poți folosi comanda",
|
||||
"You specified too many languages": "Ai specificat prea multe limbi",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "Te-ai autentificat deja la un cont",
|
||||
"You're already opered-up!": "Ai deja statut de operator!",
|
||||
"You're not a channel operator": "Nu ești operator de canal",
|
||||
"You're not logged into an account": "Nu te-ai autentificat la niciun cont",
|
||||
"You're not on that channel": "Nu te afli pe acel canal",
|
||||
"You're now logged in as %s": "Te-ai autentificat ca: %s",
|
||||
"Your current nickname enforcement is: %s": "Pseudonimul tău, impus, actual, este: %s",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Gazda ta este %[1]s, rulând versiunea %[2]s",
|
||||
"Your stored nickname enforcement setting is: %s": "",
|
||||
"Your vhost request was approved by an administrator": "Solicitarea ta, de gazdă virtuală, a fost aprobată de către un administrator",
|
||||
"Your vhost request was rejected by an administrator. The reason given was: %s": "Solicitarea ta, de gazdă virtuală, a fost respinsă de către un administrator.\nMotivul oferit a fost următorul: %s",
|
||||
"Your vhost request will be reviewed by an administrator": "Solicitarea ta, de gazdă virtuală, va fi revizuită de către un administrator",
|
||||
"are supported by this server": "sunt suportate de acest server",
|
||||
"can speak these languages": "vorbește aceste limbi",
|
||||
"channels formed": "canale formate",
|
||||
"has client certificate fingerprint %s": "are amprenta certificatului de client: %s",
|
||||
"is a $bBot$b on %s": "este un $bBot$b pe %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <target> <text to be sent>\n\nAMBIANCE komutu belirli hedefe bir olay bildirimi göndermek için kullanılır.",
|
||||
"AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "AUTHENTICATE\n\nSASL doğrulama sırasında kullanılır. Daha fazla bilgi için IRCv3 özelliklerine bak:\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.": "AWAY [message]\n\n[message] gönderildiyse, sizi uzakta işaretler. [message] gönderilmediyse, sizi \nartık uzakta değil işaretler.",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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": "CAP <subcommand> [:<capabilities>]\n\nKabiliyet müzakeresinde kullanılır. Daha fazla bilgi için IRCv3 özelliklerine bak:\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.": "CHANSERV <subcommand> [params]\n\nChanServ kanal kayıtlarını kontrol eder.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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": "WEBIRC <password> <gateway> <hostname> <ip> [:<flags>]\n\nWeb<->IRC ağ geçitleri ve fedaileri tarafından kullanılır, WEBIRC komutu istemcilerin\ngerçek IP adreslerine doğrudan geçiş için izin verir:\nircv3.net/specs/extensions/webirc.html\n\n<flags> istemciden ağ geçitine bağlantı hakkında çeşitli detayları belirterek boşlukla \nayrılmış dizelerin bir listesidir, mesela:\n\n- tls: bu bayrak istemci->ağ geçidi bağlantısının güvenli olduğunu belirtir",
|
||||
"WHO <name> [o]\n\nReturns information for the given user.": "WHO <name> [o]\n\nBelirli kullanıcı için bilgi getirir.",
|
||||
"WHOIS <client>{,<client>}\n\nReturns information for the given user(s).": "WHOIS <client>{,<client>}\n\nBelirli kullanıcı(lar) için bilgi getirir.",
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "WHOWAS <nickname>\n\nBelirli takma isim ile son kullanıcıda geçmiş bilgi getirir."
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "WHOWAS <nickname>\n\nBelirli takma isim ile son kullanıcıda geçmiş bilgi getirir.",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Doğrulama başarılı",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Yasak - %[1]s - %[2]s tarafından eklendi - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "Diğer kullanıcılar için modlar değiştirilemiyor",
|
||||
"Can't view modes for other users": "Diğer kullanıcılar için modlar görüntülenemiyor",
|
||||
"Cannot join channel (+%s)": "Kanala katılınamıyor (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "Bağlantıya devam edilemiyor, bağlantı kaydı zaten tamamlandı",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "WHO listesi sonu",
|
||||
"End of WHOWAS": "WHOWAS listesi sonu",
|
||||
"End of list": "Liste sonu",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "Hatalı takma ad",
|
||||
"Error loading account data": "",
|
||||
"Error reserving nickname": "",
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "Sahte kaynak geçerli bir takma ad olmalı",
|
||||
"First param must be a mask or channel": "İlk parametre bir maske veya kanal olmalı",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <argument>\n\n<argument>'in bir açıklamasını veya yardım başlıklarının bir listesi için \"index\" al.",
|
||||
"Help not found": "Yardım bulunamadı",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "%[1]d istemcim ve %[2]d sunucum var",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "Geçersiz CAP alt komutu",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "Hiç takma ad verilmedi",
|
||||
"No such account": "",
|
||||
"No such channel": "Böyle kanal yok",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "Böyle isim yok",
|
||||
"No such setting": "",
|
||||
"No topic is set": "Hiç konu ayarlanmadı",
|
||||
"Not enough parameters": "Yeterli parametre yok",
|
||||
"Only channel founders can change registered channels": "Sadece kanal kurucuları kayıtlı kanalları değiştirebilir",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono MIT lisansı altında yayınlandı.",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "Alınan kusurlu satır",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "Yeniden ele alınıyor",
|
||||
"Remote servers not yet supported": "Uzak sunucular henüz desteklenmiyor",
|
||||
"Removed D-Line for %s": "%s için D-Line kaldırıldı",
|
||||
"Removed K-Line for %s": "%s için K-Line kaldırıldı",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "SASL doğrulaması bitirmeden durduruldu",
|
||||
"SASL authentication failed": "SASL doğrulaması başarısız oldu",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "Bu yasak seninle eşleşiyor. Kendini DLINE için, şu komutu kullanmalısın: /DLINE MYSELF <arguments>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "Bu yasak seninle eşleşiyor. Kendini KLINE için şu komutu kullanmalısın: /KLINE MYSELF <arguments>",
|
||||
"This command has been disabled by the server administrators": "",
|
||||
"This feature 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.": "Bu sunucu ayıklama modundadır ve tüm kullanıcı I/O giriliyor. Gönderdiğiniz her şeyin sunucu sahip(ler) i tarafından okunabilir olmasını istemmiyorsanız, lütfen bağlantıyı kesin.",
|
||||
"This server was created %s": "Bu sunucu oluşturuldu %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": "Zaman damgası 2006-01-02T15:04:05.999Z biçiminde değil, yok sayılıyor",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "Bu sunucudan (%s) yasaklandınız",
|
||||
"You have been marked as being away": "Uzakta olarak işaretlendiniz",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "",
|
||||
"You may not reregister": "Tekrar kayıt olamayablirsiniz",
|
||||
"You must be an oper on the channel to register it": "Onu kaydetmek için kanalda bir operatör olmalısınız",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "Bu komutu kullanabilmeden önce kayıt olmanız gerekir",
|
||||
"You specified too many languages": "Çok fazla dil belirttiniz",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You're already logged into an account": "Zaten bir hesaba giriş yaptınız",
|
||||
"You're already opered-up!": "Zaten işlemdesiniz!",
|
||||
"You're not a channel operator": "Bir kanal operatörü değilsiniz",
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "Bu kanalda değilsiniz",
|
||||
"You're now logged in as %s": "Şimdi %s olarak giriş yaptınız",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Hostunuz %[1]s, çalıştırma sürümü %[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "bu sunucu tarafından desteklenirler",
|
||||
"can speak these languages": "bu dilleri konuşabilir",
|
||||
"channels formed": "",
|
||||
"has client certificate fingerprint %s": "istemci sertifikası parmak izine sahip %s",
|
||||
"is a $bBot$b on %s": "%s'de bir $bBot$b'dir",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "身份验证成功",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "密码有误",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "禁封 - %[1]s - 操作人 %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "无法修改其他用户的状态",
|
||||
"Can't view modes for other users": "无法查看其他用户的状态",
|
||||
"Cannot join channel (+%s)": "未能加入频道(+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "未能恢复连接,连接注册已经被完成",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "WHO列表已无后续",
|
||||
"End of WHOWAS": "WHOWAS已无后续",
|
||||
"End of list": "列表已无后续",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "昵称不可用",
|
||||
"Error loading account data": "",
|
||||
"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": "您被%s请出了",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "找不到帮助",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "我有%[1]d用户和%[2]d服务器",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "无效CAP子命令",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "没有指定昵称",
|
||||
"No such account": "",
|
||||
"No such channel": "没有该频道",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "没有该昵称",
|
||||
"No such setting": "",
|
||||
"No topic is set": "话题未设置",
|
||||
"Not enough parameters": "没有足够的参数",
|
||||
"Only channel founders can change registered channels": "只有频道创建者才可以更改已注册频道",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "Oragono基于MIT证书发布。",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "接收到的格式不正确的行",
|
||||
"Registered at: %s": "您欲注册的账户或聊天室已存在于:%s",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "注册需要合法e-mail邮箱",
|
||||
"Rehashing": "配置文件正在重载",
|
||||
"Remote servers not yet supported": "远程服务器尚未提供该指令",
|
||||
"Removed D-Line for %s": "将%s移出 D-Line",
|
||||
"Removed K-Line for %s": "将%s移出 K-Line",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "SASL认证中断",
|
||||
"SASL authentication failed": "SASL认证失败",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "您在ban列表中。您必须使用指令解封自己: /DLINE MYSELF <arguments>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "您在ban列表中。您必须使用指令解封自己: /KLINE MYSELF <arguments>",
|
||||
"This command has been disabled by the server administrators": "",
|
||||
"This feature 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": "该服务器已被创建%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": "时间戳并非2006-01-02T15:04:05.999Z格式,已忽略",
|
||||
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "请使用下列指令之一验证您的账户:",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "您已被该服务器禁封(%s)",
|
||||
"You have been marked as being away": "您已标记为离开",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "您已经占用了太多昵称(您可以使用 /NS DROP先移除一些昵称)",
|
||||
"You may not reregister": "您无须重新注册",
|
||||
"You must be an oper on the channel to register it": "您必须是频道管理员才可注册它",
|
||||
"You must be connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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": "您必须提供一个密码或者通过TLS证书连接作为用户验证",
|
||||
"You need to register before you can use that command": "您需要在使用该指令前注册",
|
||||
"You specified too many languages": "您指定的语言过多",
|
||||
"You will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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": "您已作为%s登录",
|
||||
"Your current nickname enforcement is: %s": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "您的主机是%[1]s, 运行版本%[2]s",
|
||||
"Your stored nickname enforcement setting is: %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": "存在TLS指纹证书%s",
|
||||
"is a $bBot$b on %s": "是一个$bBot$b 于 %s",
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"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.": "",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"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.": "",
|
||||
"BRB [message]\n\nDisconnects you from the server, while instructing the server to keep you\npresent for a short time window. During this window, you can either resume\nor reattach to your nickname. If [message] is sent, it is used as your away\nmessage (and as your quit message if you don't return in time).": "",
|
||||
"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.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is an experimental history replay command. See these documents:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d": "",
|
||||
@ -66,5 +67,6 @@
|
||||
"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.": ""
|
||||
"WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": "",
|
||||
"ZNC <module> [params]\n\nUsed to emulate features of the ZNC bouncer. This command is not intended\nfor direct use by end users.": ""
|
||||
}
|
||||
|
@ -37,14 +37,16 @@
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"Bad password": "",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Bouncer functionality is currently enabled for your account": "",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "",
|
||||
"CTCP messages are disabled over Tor": "",
|
||||
"Can't change modes for other users": "",
|
||||
"Can't view modes for other users": "",
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume a client with multiple attached sessions": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
@ -87,17 +89,19 @@
|
||||
"End of WHO list": "",
|
||||
"End of WHOWAS": "",
|
||||
"End of list": "",
|
||||
"Enforcement method set": "",
|
||||
"Erroneous nickname": "",
|
||||
"Error loading account data": "",
|
||||
"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": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"Help not found": "",
|
||||
"Hostname: %s": "",
|
||||
"I have %[1]d clients and %[2]d servers": "",
|
||||
"I'll be right back": "",
|
||||
"IP address: %s": "",
|
||||
"IRC Operators online": "",
|
||||
"Input line too long": "",
|
||||
@ -107,7 +111,6 @@
|
||||
"Invalid CAP subcommand": "",
|
||||
"Invalid account name": "",
|
||||
"Invalid mode change": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
@ -130,11 +133,14 @@
|
||||
"No nickname given": "",
|
||||
"No such account": "",
|
||||
"No such channel": "",
|
||||
"No such module [%s]": "",
|
||||
"No such nick": "",
|
||||
"No such setting": "",
|
||||
"No topic is set": "",
|
||||
"Not enough parameters": "",
|
||||
"Only channel founders can change registered channels": "",
|
||||
"Only the channel founder can do this": "",
|
||||
"Oragono does not emulate the ZNC module %s": "",
|
||||
"Oragono is released under the MIT license.": "",
|
||||
"Passphrase contains forbidden characters or is otherwise invalid": "",
|
||||
"Password changed": "",
|
||||
@ -147,13 +153,12 @@
|
||||
"Received malformed line": "",
|
||||
"Registered at: %s": "",
|
||||
"Registered channel: %s": "",
|
||||
"Registering your account with email address %s": "",
|
||||
"Registering your account with no email address": "",
|
||||
"Registration requires a valid e-mail address": "",
|
||||
"Rehashing": "",
|
||||
"Remote servers not yet supported": "",
|
||||
"Removed D-Line for %s": "",
|
||||
"Removed K-Line for %s": "",
|
||||
"Requesting the %s client capability is forbidden": "",
|
||||
"Resume may have lost up to %d seconds of history": "",
|
||||
"SASL authentication aborted": "",
|
||||
"SASL authentication failed": "",
|
||||
@ -168,6 +173,7 @@
|
||||
"Session %d:": "",
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
"Successfully enabled your vhost": "",
|
||||
@ -190,10 +196,12 @@
|
||||
"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 feature 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 change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "",
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To verify your account, issue one of these commands:": "",
|
||||
@ -219,29 +227,35 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have joined too many channels": "",
|
||||
"You have sent too many registration messages": "",
|
||||
"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 connected with TLS and a client certificate to do this": "",
|
||||
"You must be registered to join that channel": "",
|
||||
"You must connect with a TLS client certificate to use certfp": "",
|
||||
"You must log in with SASL to join this server": "",
|
||||
"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 will not see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"You will receive %d lines of autoreplayed history": "",
|
||||
"You will receive the server default of %d lines of autoreplayed history": "",
|
||||
"You will see JOINs and PARTs in autoreplayed history lines": "",
|
||||
"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 client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your stored nickname enforcement setting is: %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": "",
|
||||
|
Loading…
Reference in New Issue
Block a user