mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Merge pull request #856 from oragono/l10n_master
New Crowdin translations
This commit is contained in:
commit
1411492c0b
5
languages/af-ZA-chanserv.lang.json
vendored
5
languages/af-ZA-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/af-ZA-help.lang.json
vendored
7
languages/af-ZA-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/af-ZA-hostserv.lang.json
vendored
8
languages/af-ZA-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/af-ZA-irc.lang.json
vendored
43
languages/af-ZA-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/ar-SA-chanserv.lang.json
vendored
5
languages/ar-SA-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/ar-SA-help.lang.json
vendored
7
languages/ar-SA-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/ar-SA-hostserv.lang.json
vendored
8
languages/ar-SA-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/ar-SA-irc.lang.json
vendored
43
languages/ar-SA-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/bs-BA-chanserv.lang.json
vendored
5
languages/bs-BA-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"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.",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Sintaksa: $bREGISTER #kanal$b\n\nREGISTER vam daje vlasništvo nad datim kanalom. Pri ulasku na kanal biće vam date administratorske privilegije. Postavljeni režimi (mode) i teme (Topic) bit će također zapamćeni.",
|
||||
|
7
languages/bs-BA-help.lang.json
vendored
7
languages/bs-BA-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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",
|
||||
"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",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "DEBUG <opcija>\n\nIspisuje informacije za uklanjanje pogrešaka na IRCd-u. <opcija> može biti jedna od slijedećih:\n\n* GCSTATS: Statistika kontrole otpada.\n* NUMGOROUTINE: Broj goroutine-a u uporabi.\n* STARTCPUPROFILE: Pokreće CPU profiler.\n* STOPCPUPROFILE: Zaustavlja CPU profiler.\n* PROFILEHEAP: Ispisuje informcije CPU profiler-a.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <poslužitelj>] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži (<net>) povezivanje s poslužiteljem (serverom). Ako je trajanje zadano onda zabrana vrijedi samo u tom periodu. Razlog je prikazan samom korisniku, ali svi će vidjeti standardnu poruku. Oper razlog se prikazuje operaterima koji dobivaju informacije o postojećim DLINE-ovima.\n\nZabrane se spremaju tijekom sljedećih pokretanja poslužitelja.\n\n\"ANDKILL\" znači da su svi odgovarajući klijenti također uklonjeni s poslužitelja.\n\n\"MYSELF\" je obavezno kada DLINE odgovara adresi \n na koju je osoba koja ga primjenjuje povezana. Ako \"MYSELF\" nije zadano, pokušaj da DLINE izvršite na samima sebi rezultirače greškom.\n\n[duration] trajanje može biti izraženo u slijedećim oblicima:\n 1y 12mo 31d 10h 8m 13s\n\n<net> je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON <poslužitelj> nalaže da će zabrana (ban) biti postavljena za taj određeni poslužitelj (server).\n\n[reason] i [oper razlog], ako su navedeni, razdvojeni su vertikalnom crtom (|).\n\nAko je \"DLINE LIST\" poslan, server šalje nazad listu naših trenutačnih DLINE-a.",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELP <argument>\n\nZatražite objašnjenje <argumenta> ili \"index\" popisa tema pomoći.",
|
||||
"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.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "-> HISTORY <target> [limit]\n\nPonovi povijest poruka. <target> može biti naziv kanala, \"ja\" za ponavljanje izravne povijesti poruka, ili nadimak (nickname) za ponavljanje povijesti izravih poruke drugih korisnika (oni moraju biti prijavljeni na isti račun kao i vi). Ponovit će se najviše [limit] poruka.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "INFO\n\nDaje informacije o serveru, developerima, i slično.",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE <nadimak> <kanal>\n\nPoziva dotičnog korisnika na navedeni kanal, pod uvjetom da imate\nodgovarajuće ovlasti za taj kanal.",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON <nadimak>{ <nadimak>}\n\nOdgovara da li zadani nadimak postoji na mreži.",
|
||||
|
8
languages/bs-BA-hostserv.lang.json
vendored
8
languages/bs-BA-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "Sintaksa: $bAPPROVE<user>$b\n\nAPPROVE odobrava zahtjev korisnika za vhost-om.",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Sintaksa: $bDEL<user>$b\n\nDEL briše korisnikov vhost.",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Sintaksa: $bOFF$b\n\nOFF onemogućuje vaš već odobreni vhost.",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Sintaksa: $bON$b\n\nON omogućuje vaš vhost, pod uslovom da vam je vhost odobren.",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Sintaksa: $bREJECT<user><reason>$b\n\nREJECT odbija zahtjev korisnika za vhost, opciono daje korisniku i obrazloženje zašto je zahtjev odbijen.",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Syntaksa: $bREQUEST<vhost>$b\n\nREQUEST šalje zahtjev da novi vhost bude dodijeljen vašem računu. Zatim, taj zahtjev treba biti odobren od strane server operatera.",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Sintaksa: $bSET<user><vhost>$b\n\nSET postavlja korisnikov vhost, zaobilazeći uobičajenu rutinu sistema zahtjeva.",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Sintaksa: $bSTATUS[user]$b \n\nSTATUS prikazuje vaš trenutni vhost, ako postoji; i status vašeg posljednjeg poslanog zahtjeva za novi vhost. Server operater može vidjeti status drugih korisnika.",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Sintaksa: $bWAITING$b\n\nWAITING prikazuje popis zahtjeva za vhost koji su na čekanju, zahtjeva koji bi mogli biti prihvaćeni ili pak odbijeni.",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/bs-BA-irc.lang.json
vendored
43
languages/bs-BA-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Dodana privremena (%[1]s) D-Linija za %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Dodana privremena (%[1]s) K-Linija za %[2]s",
|
||||
"Additional grouped nick: %s": "Dodatni grupirani nadimak: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "Došlo je do pogreške",
|
||||
"Authentication successful": "Autentikacija uspješna",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "Pogrešna ili nedopuštena PROXY naredba",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Pristup kanalu nije moguć (+%s)",
|
||||
"Cannot rename channel": "Promjena imena kanala nije moguća",
|
||||
"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",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Povezivanje nije moguće, postojeći i novi klijenti moraju imati TLS",
|
||||
"Cannot resume connection, token is not valid": "Povezivanje nije moguće, token nije važeći",
|
||||
"Cannot send to channel": "Nemoguće poslati na kanal",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "Naredba je ograničena",
|
||||
"Contributors and Former Developers:": "Suradnici i bivši razvojni programeri:",
|
||||
"Core Developers:": "Glavni razvojni programeri:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "Zadani klijent nije mogao biti pronađen",
|
||||
@ -110,9 +108,15 @@
|
||||
"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",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "GHOST-irano od strane %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"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 params": "",
|
||||
"Invalid vhost": "Nevažeći vhost",
|
||||
"It was rejected for reason: %s": "Razlog odbijanja: %s",
|
||||
"JOIN 0 is not allowed": "JOIN 0 nije dopušteno",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "MOTD datoteka nedostaje",
|
||||
"Malformed username": "Pogrešno formirano korisničko ime",
|
||||
"Mask isn't valid": "Maska nije validna",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "Mrežna usluga, za više informacija: /msg %s HELP",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "Nickname %[1]s ima %[2]d vezanih sesija",
|
||||
"Nickname is already in use": "Nadimak je već u upotrebi",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "Moguće je da jeizgubljena neka dodatna povijest poruka",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "Uspješno odobren vhost zahtjev za %s",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "Uspješno izbrisan vhost",
|
||||
"Successfully disabled your vhost": "Vaš vhost je uspješno onemogućen",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "Uspješno poništena registracija računa %s",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Zahvaljujući Jeremyju Lattu na osnivanju Ergonomadic-a, projekta na kojem se temelji",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "Taj kanal nije registrovan",
|
||||
"That nickname is already reserved by someone else": "Nadimak je već rezervisan za nekog drugog",
|
||||
"That nickname is not registered": "Nadimak nije registriran",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "Postoji %[1]d zahtjeva na čekanju za vhosts (prikazano je %[2]d)",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Postoji %[1]d korisnika i %[2]d nevidljivih na %[3]d poslužitelj-u/ima",
|
||||
@ -240,6 +256,7 @@
|
||||
"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 confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Nepoznata naredba",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP",
|
||||
"Unknown subcommand": "Nepoznata podnaredba",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "Korisnik nema omogućen režim (mode) za igranja uloga",
|
||||
"Verification code: %s": "Verifikacioni kod: %s",
|
||||
"Verify your account on %s": "Potvrdite svoj račun na %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Više niste označeni kao Odsutni",
|
||||
"You are now an IRC operator": "Vi ste sada IRC operater",
|
||||
"You are now logged in as %s": "Sada ste prijavljeni kao %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Ne možete GHOST-ovati sami sebe (umjesto toga pokušajte /QUIT)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"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 been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"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 weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"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 account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Vaš host %[1]s, izvodi verziju %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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",
|
||||
|
5
languages/ca-ES-chanserv.lang.json
vendored
5
languages/ca-ES-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/ca-ES-help.lang.json
vendored
7
languages/ca-ES-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/ca-ES-hostserv.lang.json
vendored
8
languages/ca-ES-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/ca-ES-irc.lang.json
vendored
43
languages/ca-ES-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/cs-CZ-chanserv.lang.json
vendored
5
languages/cs-CZ-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/cs-CZ-help.lang.json
vendored
7
languages/cs-CZ-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/cs-CZ-hostserv.lang.json
vendored
8
languages/cs-CZ-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/cs-CZ-irc.lang.json
vendored
43
languages/cs-CZ-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/da-DK-chanserv.lang.json
vendored
5
languages/da-DK-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/da-DK-help.lang.json
vendored
7
languages/da-DK-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/da-DK-hostserv.lang.json
vendored
8
languages/da-DK-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/da-DK-irc.lang.json
vendored
43
languages/da-DK-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
25
languages/de-DE-chanserv.lang.json
vendored
25
languages/de-DE-chanserv.lang.json
vendored
@ -1,21 +1,26 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b modifiziert permanente Modi-Einstellungen für Channel Mitglieder.",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "$bCLEAR$b entfernt User oder Einstellungen vom Channel.",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "$bINFO$b zeigt Informationen zu einem registrierten Channel an.",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b gibt dem angegeben Nick (oder Dir selbst) Admin Rechte für den Channel.",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "$bPURGE$b für einen Channel zur Sperrliste des Servers hinzu.",
|
||||
"$bREGISTER$b lets you own a given channel.": "$bREGISTER$b macht Dich zum Besitzer des angebenen Channels.",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "$bTRANSFER$b transferiert die Besitzrechte eines Channels auf einen anderen Benutzer.",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "$bUNPURGE$b macht ein PURGE Kommando rückgängig.",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b löscht eine Channel-Registrierung.",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"ChanServ lets you register and manage channels.": "Mit ChanServ kannst Du Channels registrieren und verwalten.",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "Syntax: $INFO #channel$b\n\nINFO zeigt Informationen zu einem registrierten Channel an.",
|
||||
"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: $bAMODE #channel [modus-änderung] [kontoname]$b\n\nAMODE zeigt an oder modifiziert permanente Modi-Einstellungen, die\nChannel-Mitglieder betreffen.\nBeispiel: $bAMODE #channel +o dan$b setzt für den Kontonamen \"dan\" auto-\nmatisch den +o Operator-Modus, wenn sie/er #channel wieder beitritt. Für eine\nListe aller konfigurierten Kontonamen und ihrer Modi, verwende $bAMODE #channel$b\n(ohne weitere Parameter). Beachte, dass für diese Einstellung die registrierten\nKontonamen, nicht die Nick-Namen verwendet werden.",
|
||||
"Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Syntax: $bCLEAR #channel ziel$b\n\nCLEAR entfernt User oder Einstellungen von einem Channel. Und zwar:\n\n$bCLEAR #channel users$b kickt alle User aus Dich selbst.\n$bCLEAR #channel access$b setzt alle gespeicherten Bans, Einladungen und Ban-Ausnahmen zurück und erhält alle User-Mode-Einstellungen, die mit CS AMODE zugeteilt wurden.",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Syntax: $bOP #channel [nickname]$b\n\nOP gibt dem angegeben Nick oder Dir selbst Admin Rechte für den Channel.\nDu kannst diesen Befehl nur ausführen, wenn Du Besitzer des Channels bist.",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Syntax: $bPURGE #channel [reason]$b\n\nPURGE für einen Channel zur Sperrliste des Servers hinzu, sodass kein Zutritt\noder sonstige Interaktion mit dem Channel möglich ist. Wenn der Channel aktuell\nBesucher hat, werden diese gekickt. PURGE kann auch präventiv auf Channel\nangewendet werden, die keine Besucher haben. Optional kann ein Grund (reason) angegeben werden.",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Syntax: $bREGISTER #channel$b\n\nREGISTER macht Dich zum Besitzer des angebenen Channels. Wenn Du dem\nChannel wieder beitritts, bekommst Du automatisch Admin Rechte. Modi und\nThema des Channels werden auch dauerhaft gespeichert.",
|
||||
"Syntax: $bTRANSFER [accept] #channel user [code]$b\n\nTRANSFER transfers ownership of a channel from one user to another.\nTo prevent accidental transfers, a verification code is required. For\nexample, $bTRANSFER #channel alice$b displays the required confirmation\ncode, then $bTRANSFER #channel alice 2930242125$b initiates the transfer.\nUnless you are an IRC operator with the correct permissions, alice must\nthen accept the transfer, which she can do with $bTRANSFER accept #channel$b.\nTo cancel a pending transfer, transfer the channel to yourself.": "",
|
||||
"Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "",
|
||||
"Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "Syntax: $bUNPURGE #channel$b\n\nUNPURGE entfernt einen Channel von der Blocklist, der \nvorher mit PURGE hinzugefügt wurde.",
|
||||
"Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER löscht eine Channel-Registrierung und erlaubt es anderen den\nChannel zu registrieren.\nUm ein versehentliches UNREGISTER zu verhindern, ist ein Verifzierungs-Code nötig.\nSendest Du den Befehl ohne einen Code, wird der notwendige Code angezeigt."
|
||||
}
|
||||
|
7
languages/de-DE-help.lang.json
vendored
7
languages/de-DE-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "DEBUG <option>\n\nZeigt Debug Informationen über den Server. <option> kann sein:\n\n* GCSTATS: Garbage Control Statistik.\n* NUMGOROUTINE: Anzahl der benutzten Goroutinen.\n* STARTCPUPROFILE: Startet den CPU-Profiler.\n* STOPCPUPROFILE: Stoppt den CPU-Profiler.\n* PROFILEHEAP: Gibt die CPU-Profiler Info aus.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <thema>\n\nzeige eine Beschreibung für <thema> oder \"index\" für eine Liste alle Hilfethemen.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/de-DE-hostserv.lang.json
vendored
8
languages/de-DE-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "Syntax: $bAPPROVE <kontoname>$b\n\nAPPROVE bestätigt die vHost Anfrage für ein Konto.",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Syntax: $bDEL <kontoname>$b\n\nDEL löscht den vHost eines Kontos.",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Syntax: $bOFF$b\n\nOFF deaktiviert Deinen vHost, wenn Du einen bestätigten hast.",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Syntax: $bON$b\n\nON aktiviert Deinen vHost, wenn Du einen bestätigten hast.",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Syntax: $bREJECT <kontoname> [<grund>]$b\n\nREJECT lehnt eine vHost Anfrage für ein Konto ab. Optional kann ein Grund\nfür die Ablehnung angegeben werden.",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Syntax: $bREQUEST <vhost>$b\n\nREQUEST fordert die Einrichtung eines neuen vHost für Dein Konto an. Deine Anfrage\nmuss dann von einem Server Operator bestätigt werden.",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Syntax: $bSET <kontoname> <vhost>$b\n\nSET erstellt direkt einen vHost für ein Konto ohne das eine Anfrage und Bestätigung\nnotwendig ist.",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntax: $bSTATUS [kontoname]$b\n\nSTATUS zeigt Deinen aktuellen vHost an, sofern eingerichtet, und den Status\nDeiner letzten Anfrage nach einem neuen vHost. Ein Server Operator kann sich den\nStatus eines anderen anzeigen lassen.",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Syntax: $bWAITING$b\n\nWAITING zeigt eine Liste aller offenen vHost Anfragen, die bestätigt oder\nabgelehnt werden können.",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/de-DE-irc.lang.json
vendored
43
languages/de-DE-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Temporäre (%[1]s) D-Line für %[2]s wurde hinzugefügt",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Temporäre (%[1]s) K-Line für %[2]s wurde hinzugefügt",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "Ein Fehler ist aufgetreten",
|
||||
"Authentication successful": "Authentifizierung erfolgreich",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "Ungültiger oder nicht zugelassener PROXY Befehl",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "",
|
||||
"Bouncer functionality is currently disabled for your account": "Bouncer Funktion ist derzeit für Dein Konto deaktiviert",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "Bouncer Funktion ist derzeit für Dein Konto deaktiviert, aber Du kannst sie aktivieren",
|
||||
"Bouncer functionality is currently enabled for your account": "Bouncer Funktion ist derzeit für Dein Konto aktiviert",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "Bouncer Funktion ist derzeit für Dein Konto aktiviert, aber Du kannst sie deaktiveren",
|
||||
"CTCP messages are disabled over Tor": "CTCP Nachrichten über Tor sind deaktiviert",
|
||||
"Can't change modes for other users": "Modi für andere Nutzer können nicht geändert werden",
|
||||
"Can't purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Kann dem Channel (+%s) nicht beitreten",
|
||||
"Cannot rename channel": "Kann Channel nicht umbenennen",
|
||||
"Cannot resume connection": "Kann Verbindung nicht fortsetzen",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "Kann Session nicht fortsetzen beim Wechsel von Tor zu nicht-Tor (und umgekehrt)",
|
||||
"Cannot resume connection, connection registration has already been completed": "Kann Verbindung nicht fortsetzen, Verbindungs-Registrierung wurde schon abgeschlossen",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Kann Verbindung nicht fortsetzen, alter und neuer Client müssen TLS nutzen",
|
||||
"Cannot resume connection, token is not valid": "Kann Verbindung nicht fortsetzen, Token ist ungültig",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "Core Developers:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "Kann angegebenen Client nicht finden",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "Fehler beim Löschen des Kontos",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "Der erste Parameter muss eine Maske oder Channel sein",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "GHOSTed von %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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 <thema>\n\nzeige eine Beschreibung für <thema> oder \"index\" für eine Liste alle Hilfethemen.",
|
||||
"Help not found": "Hilfe nicht gefunden",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Ungültige Parameter. Für eine Beschreibung sende /msg %[1]s HELP %[2]s",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "Ungültiger vHost",
|
||||
"It was rejected for reason: %s": "Es wurde abgelehnt mit dem Grund: %s",
|
||||
"JOIN 0 is not allowed": "JOIN 0 ist nicht erlaubt",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "MOTD Datei nicht gefunden",
|
||||
"Malformed username": "Ungültiger User-Name",
|
||||
"Mask isn't valid": "Maske ist ungültig",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "Nick-Name %[1]s hat %[2]d aktive Session(s)",
|
||||
"Nickname is already in use": "Nick-Name wird schon verwendet",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "Kontoeinstellungen wurden geändert",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "Konto %s erfolgreich gelöscht",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "Dieser Channel ist nicht registriert",
|
||||
"That nickname is already reserved by someone else": "Dieser Nick-Name ist schon von jemandem reserviert",
|
||||
"That nickname is not registered": "Dieser Nick-Name ist nicht registriert",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Um die Löschung des Kontos zu bestätigen, sende: /NS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Unbekannter Befehl",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "Unbekanntes Subcommand",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "Verifizierungs-Code: %s",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "Du bist jetzt ein IRC Operator",
|
||||
"You are now logged in as %s": "Du bist jetzt als %s angemeldet",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Du kannst Dich nicht selbst GHOSTen (versuche es mit /QUIT)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"You have joined too many channels": "Du bist schon in zu vielen Channels",
|
||||
"You have sent too many registration messages": "Du hast zu viele REGISTRATION Nachrichten gesendet",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Du hast schon zu viele Nicks registriert (Du kannst welche mit /NS DROP entfernen)",
|
||||
@ -276,9 +298,11 @@
|
||||
"You must be an oper on the channel to register it": "",
|
||||
"You must be connected with TLS and a client certificate to do this": "Du musst über TLS und einem Client Zertifikat verbunden sein, um dies zu tun",
|
||||
"You must be registered to join that channel": "Du musst registriert sein, um diesem Channel beizutreten",
|
||||
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"You must log in with SASL to join this server": "Du musst Dich mit SASL anmelden, um Zugang zum Server zu erhalten",
|
||||
"You must specify an account": "Du musst ein Konto angeben",
|
||||
"You must wait an additional %v before making another request": "",
|
||||
"You must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "Du hast zu viele Sprachen angegeben",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "Du bist mit keinem Konto angemeldet",
|
||||
"You're not on that channel": "Du bist nicht in diesem Channel",
|
||||
"You're now logged in as %s": "Du bist jetzt angemeldet als %s",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "Dein Client unterstützt BRB nicht",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %s": "",
|
||||
"Your stored nickname enforcement setting is: %s": "",
|
||||
"Your vhost request was approved by an administrator": "Dein vHost request wurde von einem Administrator angenommen",
|
||||
"Your vhost request was rejected by an administrator. The reason given was: %s": "Deine vHost Anfrage wurde von einemAdministrator abgelehnt. Der angegebene Grund lautet: %s",
|
||||
|
5
languages/el-GR-chanserv.lang.json
vendored
5
languages/el-GR-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/el-GR-help.lang.json
vendored
7
languages/el-GR-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/el-GR-hostserv.lang.json
vendored
8
languages/el-GR-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/el-GR-irc.lang.json
vendored
43
languages/el-GR-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Προστέθηκε προσωρινά (%[1]s) D-Line για %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Προστέθηκε προσωρινά (%[1]s) Κ-Line για %[2]s",
|
||||
"Additional grouped nick: %s": "Επιπλέον ομαδοποιημένων nick: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Ο έλεγχος της ταυτότητας ήταν επιτυχής",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Δεν είναι δυνατή η σύνδεση στο κανάλι (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "Δεν είναι δυνατή η συνέχιση της σύνδεσης, η εγγραφή σύνδεσης έχει ήδη ολοκληρωθεί",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Δεν είναι δυνατή η συνέχιση της σύνδεσης, παλαιοί και νέοι πελάτες πρέπει να έχουν TLS",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "Δεν είναι δυνατή η αποστολή στο κανάλι",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "Η εντολή είναι περιορισμένη",
|
||||
"Contributors and Former Developers:": "Συντελεστές και πρώην προγραμματιστές:",
|
||||
"Core Developers:": "Προγραμματιστές του πυρήνα:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "Δεν ήταν δυνατή η εύρεση του συγκεκριμένου πελάτη",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "Σφάλμα κατά την κατάργηση της καταχώρησης λογαριασμού",
|
||||
"Fake source must be a valid nickname": "Η ψεύτικη πηγή πρέπει να είναι έγκυρο ψευδώνυμο",
|
||||
"First param must be a mask or channel": "Η πρώτη παράμετρος (param) πρέπει να είναι μάσκα ή κανάλι",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "Είδωλο από %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "Η βοήθεια δεν βρέθηκε",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "JOIN 0 δεν επιτρέπεται",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "MOTD Το αρχείο λείπει",
|
||||
"Malformed username": "Ακατάλληλο όνομα χρήστη",
|
||||
"Mask isn't valid": "Η μάσκα δεν είναι έγκυρη",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "Το ψευδώνυμο είναι ήδη σε χρήση",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Επιτυχής ομαδοποίηση ψευδώνυμου %s με τον λογαριασμό σας",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "Επιτυχής μη καταχωρισμένος λογαριασμός %s",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Ευχαριστώ στον Jeremy Latt για την ίδρυση του Ergonomadic, στο έργο το οποίο βασίζεται",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "Αυτό το ψευδώνυμο έχει ήδη δεσμευτεί από κάποιον άλλο",
|
||||
"That nickname is not registered": "Αυτό το ψευδώνυμο δεν έχει καταχωριστεί",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Υπάρχουν %[1]d χρήστες και %[2]d αόρατοι στο %[3]d διακομιστή (ές)",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Άγνωστη εντολή",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "Άγνωστh δευτερεύουσα εντολή",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "Ο χρήστης δεν έχει ενεργοποιημένη τη λειτουργία ρόλου παιχνιδιού",
|
||||
"Verification code: %s": "Κωδικός επαλήθευσης: %s",
|
||||
"Verify your account on %s": "Επαληθεύστε το λογαριασμό σας %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Δεν είστε πλέον χαρακτηρισμένος ως απομακρυσμένος",
|
||||
"You are now an IRC operator": "Τώρα είστε χειριστής IRC",
|
||||
"You are now logged in as %s": "Είστε πλέον συνδεδεμένοι ως %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Δεν μπορείτε να είστε είδωλο στον εαυτό σας (δοκιμάστε /QUIT αντιθέτως)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "Έχετε απαγορευτεί από αυτόν το διακομιστή (%s)",
|
||||
"You have been marked as being away": "Έχετε επισημανθεί ως μακριά",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "Θα πρέπει να εγγραφείτε για να μπορέσετε να χρησιμοποιήσετε αυτήν την εντολή",
|
||||
"You specified too many languages": "Ορίσατε πολλές γλώσσες",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "Δεν είστε συνδεδεμένοι σε λογαριασμό",
|
||||
"You're not on that channel": "Δεν είστε σε αυτό το κανάλι",
|
||||
"You're now logged in as %s": "Είστε πλέον συνδεδεμένοι ως %s",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Ο οικοδεσπότης σας είναι %[1]s, τρέχουσα έκδοση %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/en-AU-chanserv.lang.json
vendored
5
languages/en-AU-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/en-AU-help.lang.json
vendored
7
languages/en-AU-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/en-AU-hostserv.lang.json
vendored
8
languages/en-AU-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/en-AU-irc.lang.json
vendored
43
languages/en-AU-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Gotcha mate, we've banned %[2]s for %[1]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Gotcha mate, we've banned %[2]s for %[1]s",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "You've logged in mate!",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Sorry mate, can't join that channel (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "Sorry mate, can't send that message to that channel",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "Offsiders:",
|
||||
"Core Developers:": "Good cobbers:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "Can't run JOIN 0 here, mate",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Thanks to Jeremy Latt for founding Ergonomadic, you're a ledge mate",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Sorry mate, I dunno that command",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "Sorry mate, I dunno that subcommand",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "You're now an IRCop mate. Keep it fair dinkum, ey?",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "Sorry mate, we've banned ya' (%s)",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "Sorry mate, that's too many languages",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"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 account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/es-ES-chanserv.lang.json
vendored
5
languages/es-ES-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/es-ES-help.lang.json
vendored
7
languages/es-ES-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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).": "BRB [mensaje]\n\nLo desconecta del servidor, mientras le indica al servidor que lo mantenga\npresente por un corto período de tiempo. Durante esta ventana, puede reanudar\no vuelva a colocar su apodo. Si se envía [mensaje], se utiliza como su ausencia\nmensaje (y como mensaje de salida si no regresa a tiempo).",
|
||||
"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\nUtilizado en la negociación de capacidades. Consulte las especificaciones de IRCv3 para obtener más información:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html",
|
||||
"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 es un comando experimental de repetición de historia. Ver estos documentos:\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "DEPURACIÓN <opción>\n\nImprime información de depuración sobre el IRCd. <opción> puede ser uno de:\n\n* GCSTATS: estadísticas de control de basura.\n* NUMGOROUTINE: Número de goroutines en uso.\n* STARTCPUPROFILE: inicia el generador de perfiles de CPU.\n* STOPCPUPROFILE: detiene el generador de perfiles de CPU.\n* PROFILEHEAP: escribe la información del perfilador de la CPU.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "DLINE [ANDKILL] [MISMO] [duración] <ip> / <net> [ON <server>] [motivo [| oper razón]]\nLISTA DE DLINE\n\nProhíbe que una dirección IP o red se conecte al servidor. Si la duración es\ndado entonces solo por ese tiempo. El motivo se muestra al usuario, pero\ntodos los demás verán un mensaje estándar. La razón principal se muestra para\noperadores que obtienen información sobre los DLINE que existen.\n\nLas prohibiciones se guardan en lanzamientos posteriores del servidor.\n\n\"ANDKILL\" significa que todos los clientes coincidentes también se eliminan del servidor.\n\nSe requiere \"MISMO MISMO\" cuando el DLINE coincide con la dirección que está conectada la persona que lo aplica\nde. Si no aparece \"MISMO MISMO\", intentar DLINE usted mismo dará como resultado un error.\n\n[duración] puede ser de las siguientes formas:\n1y 12mo 31d 10h 8m 13s\n\n<net> se especifica en la notación CIDR típica. Por ejemplo:\n127.0.0.1/8\n8.8.8.8/24\n\nON <server> especifica que la prohibición debe establecerse en ese servidor específico.\n\n[razón] y [razón de operación], si existen, están separadas por una barra vertical (|).\n\nSi se envía \"DLINE LIST\", el servidor devuelve una lista de nuestros DLINE actuales.\n \n-> DLINE [ANDKILL] [MISMO] [duración] <ip> / <net> [ON <server>] [motivo [| oper razón]]\nLISTA DE DLINE\n\nProhíbe que una dirección IP o red se conecte al servidor. Si la duración es\ndado entonces solo por ese tiempo. El motivo se muestra al usuario, pero\ntodos los demás verán un mensaje estándar. La razón principal se muestra para\noperadores que obtienen información sobre los DLINE que existen.\n\nLas prohibiciones se guardan en lanzamientos posteriores del servidor.\n\n\"ANDKILL\" significa que todos los clientes coincidentes también se eliminan del servidor.\n\nSe requiere \"MISMO MISMO\" cuando el DLINE coincide con la dirección que está conectada la persona que lo aplica\nde. Si no aparece \"MISMO MISMO\", intentar DLINE usted mismo dará como resultado un error.\n\n[duración] puede ser de las siguientes formas:\n1y 12mo 31d 10h 8m 13s\n\n<net> se especifica en la notación CIDR típica. Por ejemplo:\n127.0.0.1/8\n8.8.8.8/24\n\nON <server> especifica que la prohibición debe establecerse en ese servidor específico.\n\n[razón] y [razón de operación], si existen, están separadas por una barra vertical (|).\n\nSi se envía \"DLINE LIST\", el servidor devuelve una lista de nuestros DLINE actuales.",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "AYUDA <argumento>\n\nObtenga una explicación de <argumento> o \"índice\" para obtener una lista de temas de ayuda.",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "AYUDA <argumento>\n\nObtenga una explicación de <argumento> o \"índice\" para obtener una lista de temas de ayuda.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "HISTORY <objetivo>[límite]\n\nReproducir el historial de mensajes. <target> puede ser un nombre de canal, \"me\" para reproducir directamente\nhistorial de mensajes, o un apodo para reproducir el mensaje directo de otro cliente\n(deben estar registrados en la misma cuenta que usted). A lo sumo[límite]\nse reproducirán los mensajes.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "INFO\n\nEnvía información sobre el servidor, desarrolladores, etc.",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE <nickname> <canal> <canal\n\nInvita al usuario en cuestión al canal en cuestión, siempre y cuando tenga la opción\nPrivilegios de canal apropiados.",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON <nombre>{ <nombre>}\n\nDevuelve si los nicks dados existen en la red.",
|
||||
|
8
languages/es-ES-hostserv.lang.json
vendored
8
languages/es-ES-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/es-ES-irc.lang.json
vendored
43
languages/es-ES-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Añadido temporal (%[1]s) D-Line para %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Añadido temporal (%[1]s) K-Line para %[2]s",
|
||||
"Additional grouped nick: %s": "Nick adicional agrupado: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "Ocurrió un error",
|
||||
"Authentication successful": "Autenticación exitosa",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "Comando de PROXY incorrecto o no autorizado",
|
||||
"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": "La funcionalidad Bouncer está actualmente deshabilitada para su cuenta",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "La funcionalidad de Bouncer está actualmente deshabilitada para su cuenta, pero puede optar por",
|
||||
"Bouncer functionality is currently enabled for your account": "La funcionalidad Bouncer está habilitada actualmente para su cuenta",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "La funcionalidad Bouncer está actualmente habilitada para su cuenta, pero puede optar por no participar",
|
||||
"CTCP messages are disabled over Tor": "Los mensajes CTCP están deshabilitados en tor",
|
||||
"Can't change modes for other users": "No pude cambiar los modos para otros usuarios",
|
||||
"Can't purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "No puede unirse al canal (+%s)",
|
||||
"Cannot rename channel": "No se puede cambiar el nombre del canal",
|
||||
"Cannot resume connection": "No se puede reanudar la conexión",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "No se puede reanudar la conexión de tor a non-tor o viceversa ",
|
||||
"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",
|
||||
"Cannot resume connection, old and new clients must have TLS": "No se puede reanudar la conexión, los clientes antiguos y nuevos deben tener TLS",
|
||||
"Cannot resume connection, token is not valid": "No se puede reanudar la conexión, el token no es válido",
|
||||
"Cannot send to channel": "No se puede enviar al canal",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "Comando restringido",
|
||||
"Contributors and Former Developers:": "Colaboradores y Ex Desarrolladores:",
|
||||
"Core Developers:": "Desarrolladores principales:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "No se pudo encontrar el cliente dado",
|
||||
@ -110,9 +108,15 @@
|
||||
"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",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "Liberada por %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %s": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "Dada la configuración actual del servidor, su apodo se aplica con: %s",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "AYUDA <argumento>\n\nObtenga una explicación de <argumento> o \"índice\" para obtener una lista de temas de ayuda.",
|
||||
"Help not found": "Ayuda no encontrada",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Parámetros inválidos. Para su uso, haga /msg %[1]s AYUDA %[2]s",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "Vhost inválido",
|
||||
"It was rejected for reason: %s": "Fue rechazado por la razón: %s",
|
||||
"JOIN 0 is not allowed": "JOIN 0 no está permitido",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "No se encuentra el archivo MOTD",
|
||||
"Malformed username": "Nombre de usuario incorrecto",
|
||||
"Mask isn't valid": "La máscara no es válida",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "Servicio de red, para más información /msg %s AYUDA",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "El apodo %[1]s tiene %[2]d sesiones adjuntas",
|
||||
"Nickname is already in use": "El nick ya está en uso",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "Es posible que se haya perdido algún historial adicional de mensajes",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "Solicitud de vhost aprobada con éxito para %s",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "Cambió con éxito la configuración de su cuenta",
|
||||
"Successfully cleared vhost": "Vhost borrado con éxito",
|
||||
"Successfully disabled your vhost": "Desactivado con éxito tu vhost",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Exitosamente desagrupado nick %s con su cuenta",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "Exitosamente sin registrar %s de cuenta",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Gracias a Jeremy Latt por fundar Ergonomadic, el proyecto se basa en",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "Este canal no está registrado",
|
||||
"That nickname is already reserved by someone else": "Ese apodo ya está reservado por otra persona",
|
||||
"That nickname is not registered": "Ese apodo no está registrado",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "Hay %[1]d solicitudes pendientes de vhosts (%[2]d visualizado)",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Existen %[1]d usuarios y %[2]d invisible en %[3]d servidore(s)",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Para confirmar la cancelación de la cuenta, escriba: /NS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "Para confirmar la cancelación del canal, escriba: /CS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Comando desconocido",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "Comando desconocido. Para ver los comandos disponibles, ejecute: /%s HELP",
|
||||
"Unknown subcommand": "Subcomando desconocido",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "El usuario no tiene habilitado el modo de juego de roles",
|
||||
"Verification code: %s": "Código de verificación: %s",
|
||||
"Verify your account on %s": "Verifique su cuenta en %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Ya no está marcado como ausente",
|
||||
"You are now an IRC operator": "Ahora eres un operador de IRC",
|
||||
"You are now logged in as %s": "Ahora está conectado como %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Usted no puede FANTASMAR a sí mismo (intente /QUIT en su lugar)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "Has sido baneado de este servidor (%s)",
|
||||
"You have been marked as being away": "Has sido marcado como ausente",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"You have joined too many channels": "Te has unido a demasiados canales",
|
||||
"You have sent too many registration messages": "Ha enviado demasiados mensajes de registro",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Ya tiene demasiados nicks reservados (puede eliminar algunos con /NS DROP)",
|
||||
@ -276,9 +298,11 @@
|
||||
"You must be an oper on the channel to register it": "Usted debe ser un oper en el canal para registrarlo",
|
||||
"You must be connected with TLS and a client certificate to do this": "Para ello, debe estar conectado con TLS y un certificado de cliente.",
|
||||
"You must be registered to join that channel": "Debes estar registrado para entrar en ese canal",
|
||||
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"You must log in with SASL to join this server": "Debe iniciar sesión con SASL para unirse a este servidor",
|
||||
"You must specify an account": "Debe especificar una cuenta",
|
||||
"You must wait an additional %v before making another request": "Debe esperar un %v adicional antes de hacer otra solicitud",
|
||||
"You must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "Necesita registrarse antes de poder usar ese comando",
|
||||
"You specified too many languages": "Ha especificado demasiados idiomas",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "No has iniciado sesión en una cuenta",
|
||||
"You're not on that channel": "No estás en ese canal",
|
||||
"You're now logged in as %s": "Ahora estás conectado como %s",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "Su cliente no soporta BRB",
|
||||
"Your host is %[1]s, running version %[2]s": "Su host es %[1]s, ejecutando la versión %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %s": "",
|
||||
"Your stored nickname enforcement setting is: %s": "Su configuración de aplicación de apodos almacenada es: %s",
|
||||
"Your vhost request was approved by an administrator": "Su solicitud de vhost fue aprobada por un administrador",
|
||||
"Your vhost request was rejected by an administrator. The reason given was: %s": "Su solicitud de vhost fue rechazada por un administrador. La razón dada fue: %s",
|
||||
|
5
languages/fi-FI-chanserv.lang.json
vendored
5
languages/fi-FI-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/fi-FI-help.lang.json
vendored
7
languages/fi-FI-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/fi-FI-hostserv.lang.json
vendored
8
languages/fi-FI-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/fi-FI-irc.lang.json
vendored
43
languages/fi-FI-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/fr-FR-chanserv.lang.json
vendored
5
languages/fr-FR-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b modifie les modes persistants attribués aux membres du salon.",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "$bCLEAR$b retire utilisateurices ou réglages d’un salon.",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "$bINFO$b affiche les détails d’un salon enregistré.",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b fait de vous, ou de quelqu’un d’autre, un·e administrateurice du salon.",
|
||||
"$bPURGE$b blacklists a channel from the server.": "$bPURGE$b élimine un salon du serveur.",
|
||||
"$bREGISTER$b lets you own a given channel.": "$bREGISTER$b vous permet de réserver un salon.",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "$bTRANSFER$b donne possession d’un salon à un·e autre utilisateurice.",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "$bUNPURGE$b annule l’effet de la commande PURGE.",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b supprime l’enregistrement d’un salon.",
|
||||
"ChanServ lets you register and manage channels.": "ChanServ vous laisse enregistrer et gérer des salons.",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "Syntaxe : $bINFO #Salon$b\n\nINFO affiche les détails d’un salon enregistré.",
|
||||
"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.": "Syntaxe : $bAMODE #Salon [modes] [compte]$b\n\nAMODE liste, ou modifie, les modes persistants attribués aux membres d’un salon. Par exemple, $bAMODE #Nuage +o Julie$b donne à Julie le statut d’opérateurice à chaque fois qu’elle rejoint le salon #Nuage. Pour lister les comptes et modes actuels, utilisez $bAMODE #Salon$b. À noter que les utilisateurices sont toujours désigné·e·s selon le nom du compte, et non pas le pseudonyme.",
|
||||
"Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Syntaxe : $bCLEAR #Salon Cible$b\n\nCLEAR retire utilisateurices ou réglages d’un salon. Spécifiquement :\n\n$bCLEAR #Salon Users$b expulse tou·te·s les utilisateurices à part vous.\n$bCLEAR #Salon Access$b efface tous les bannissements, exceptions, invitations,\net modes persistants établis via CS AMODE.",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"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.": "Syntaxe : $bOP #Salon [Nom]$b\n\nOP fait de vous, ou de quelqu’un d’autre, un·e administrateurice du salon. Cette commande est seulement disponible si vous avez créé ledit salon.",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Syntaxe : $bPURGE #Salon (Raison)$b\n\nPURGE élimine un salon du serveur, le rendant complètement\ninaccessible. Si des utilisateurices y sont connecté·e·s à ce\nmoment-là, iels en seront exclu·e·s.",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Syntaxe : $bREGISTER #Salon$b\n\nREGISTER enregistre le salon donné, et fait de vous saon administrateurice. Les modes du salon, comme son sujet, seront sauvegardés.",
|
||||
|
7
languages/fr-FR-help.lang.json
vendored
7
languages/fr-FR-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "BATCH {+,-} Référence Type (Paramètres)\n\nBATCH est une fonctionnalité IRCv3, qui initie un traitement par lot entre\nle client et le serveur. Cette commande ne devrait jamais être utilisée manuellement.",
|
||||
"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).": "BRB (Message)\n\nVous déconnecte, en demandant au serveur de maintenir votre présence\npour une courte durée. Pendant ce temps, vous pouvez rattacher votre nom, et\nretrouver votre connexion. Si un message est ajouté, il est utilisé comme la raison de\nvotre absence — ou si vous ne revenez pas, comme au revoir.",
|
||||
"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 Sous-commande (:Capacités)\n\nCommande utilisée pour la négociation des capacités. Voir\nles spécifications IRCv3 pour plus d’informations :\nhttps://ircv3.net/specs/core/capability-negotiation.html",
|
||||
"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 (Paramètres)\n\nCommande expérimentale donnant accès à l’historique d’une conversation, ou d’un salon. Cf. :\nhttps://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d\nhttps://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "DEBUG <Option>\n\nAffiche les informations de débogage au sujet de l’IRCd.\nLes options disponibles sont :\n\n* GCSTATS : Statistiques diverses.\n* NUMGOROUTINE : Nombre de routines utilisées.\n* PROFILEHEAP : Détails du profilage.\n* STARTCPUPROFILE : Débute le profilage du processeur.\n* STOPCPUPROFILE : Termine le profilage du processeur.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "DLINE [ANDKILL] [MYSELF] [Durée] <IP>/<Net> [ON <Serveur>] [Raison [| OPER Raison]]\n\nCommande bannissant une adresse IP ou un réseau, indéfiniment ou pour la durée spécifiée.\nLa première raison est communiquée à l’utilisateurice concerné·e ; la seconde est destinée aux opérateurices.\n\n« ANDKILL » déconnecte immédiatement l’utilisateurice du serveur.\n« MYSELF » est à préciser dans le cas d’un auto-bannissement.\n« ON <Serveur> » établit le bannissement uniquement sur ce serveur.\n\nLa durée peut être donnée en années, mois, jours, heures, ou secondes :\n\t1y 12mo 28d 24h 60m 20s\n\n<Net> suit la méthode CIDR. Exemples :\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nDLINE LIST\n\nAffiche la liste des bannissements actuellement en place.",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELP Argument\n\nExplique l’argument donné, ou liste les aides disponibles avec Index.",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <commande>\n\nExplique la commande donnée ; une liste complète est disponible via « /helpop index ».",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "HISTORY Canal (Limite)\n\nRediffuse l’historique du salon donné, ou celui des messages privés via\n« me » ou l’un de vos noms alternatifs. Le nombre de lignes rejouées peut être limité.\n\nExemple : HISTORY #Salon 8",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "INFO\n\nAffiche les informations au sujet d’Oragono, de ses développeuxes, etc.",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE Nom Salon\n\nInvite l’utilisateurice donné·e dans le salon spécifié.",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON Nom(s)\n\nRévèle si les utilisateurices donné·e·s sont présent·e·s sur le réseau.",
|
||||
|
8
languages/fr-FR-hostserv.lang.json
vendored
8
languages/fr-FR-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "$bAPPROVE$b accepte la demande d’hôte virtuel.",
|
||||
"$bDEL$b deletes a user's vhost.": "$bDEL$b supprime la demande d’hôte virtuel.",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "$bOFF$b désactive votre hôte virtuel.",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "$bON$b active votre hôte virtuel.",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "$bREJECT$b décline la demande d’hôte virtuel.",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "$bREQUEST$b demande un nouvel hôte virtuel.",
|
||||
"$bSET$b sets a user's vhost.": "$bSET$b définit l’hôte virtuel d’un·e utilisateurice.",
|
||||
"$bSTATUS$b shows your vhost and request status.": "$bSTATUS$b affiche votre hôte virtuel, ou le statut de votre demande.",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "$bWAITING$b affiche une liste des demandes d’hôte virtuel en attente.",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "HostServ vous laisse gérer votre hôte virtuel, dit « vhost », qui\nremplace votre véritable nom d’hôte, ou adresse IP, par le texte de votre choix.",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "Syntaxe : $bAPPROVE <Utilisateurice>$b\n\nAPPROVE valide la demande d’hôte virtuel de l’utilisateurice en question.",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Syntaxe : $bDEL <Utilisateurice>$b\n\nDEL supprime l’hôte virtuel de l’utilisateurice en question.",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Syntaxe : $bOFF$b\n\nOFF désactive votre hôte virtuel.",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Syntaxe : $bON$b\n\nON active votre hôte virtuel.",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Syntaxe : $bREJECT Utilisateurice (Raison)$b\n\nREJECT décline une demande d’hôte virtuel, avec ou sans raison donnée.",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Syntaxe : $bREQUEST Hôte$b\nExemple : $bREQUEST nuve.est-ma.déesse$b\n\nREQUEST émet la demande d’un nouvel hôte virtuel pour votre compte, qui sera\npassée en revue par l’un·e des opérateurices du serveur.",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Syntaxe : $bSET <Utilisateurice> <Hôte>$b\n\nSET établit l’hôte virtuel d’un·e utilisateurice.",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntaxe : $bSTATUS (Utilisateurice)$b\n\nSTATUS affiche votre hôte virtuel, ou l’état de votre demande\npour en obtenir un. Un·e opérateurice peut voir le statut d’autres utilisateurices.",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Syntaxe : $bWAITING$b\n\nWAITING affiche une liste des demandes d'hôte virtuel en attente, qui peuvent être approuvées ou rejetées.",
|
||||
"^[0-9A-Za-z.\\-_/]+$": "^[0-9A-Za-z.\\-_/]+$"
|
||||
}
|
||||
|
43
languages/fr-FR-irc.lang.json
vendored
43
languages/fr-FR-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "D-Line temporaire (%[1]s) ajoutée pour %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "K-Line temporaire (%[1]s) ajoutée pour %[2]s",
|
||||
"Additional grouped nick: %s": "Nom additionnel groupé : %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "Une erreur est survenue",
|
||||
"Authentication successful": "Authentification réussie",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "Commande PROXY erronée ou prohibée",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "%[1]s banni·e par %[2]s – %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "La fonctionnalité « bouncer » est actuellement désactivée pour votre compte",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "La fonctionnalité « bouncer » est actuellement désactivée pour votre compte, mais reste activable",
|
||||
"Bouncer functionality is currently enabled for your account": "La fonctionnalité « bouncer » est actuellement activée pour votre compte",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "La fonctionnalité « bouncer » est actuellement activée pour votre compte, mais reste désactivable",
|
||||
"CTCP messages are disabled over Tor": "Les messages CTCP sont désactivés via Tor",
|
||||
"Can't change modes for other users": "Impossible de changer les modes d’autres utilisateurices",
|
||||
"Can't purge invalid channel %s": "Salon %s invalide, élimination impossible",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Impossible de joindre (+%s)",
|
||||
"Cannot rename channel": "Impossible de renommer le canal",
|
||||
"Cannot resume connection": "Impossible de rétablir la connexion",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "Impossible de rétablir la connexion de Tor à non Tor, ou vice versa",
|
||||
"Cannot resume connection, connection registration has already been completed": "Impossible de rétablir la connexion, son enregistrement a déjà été complété",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Impossible de rétablir la connexion, anciens et nouveaux clients doivent avoir TLS",
|
||||
"Cannot resume connection, token is not valid": "Impossible de rétablir la connexion, le jeton est faux",
|
||||
"Cannot send to channel": "Impossible d’envoyer ce message",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "Empreinte du certificat introuvable",
|
||||
"Certificate fingerprint successfully added": "Empreinte du certificat ajoutée",
|
||||
"Certificate fingerprint successfully removed": "Empreinte du certificat effacée",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "Client reconnecté (jusqu’à %d secondes de l’historique ont pu être perdues)",
|
||||
"Command not allowed during a multiline batch": "Commande non autorisée au cours d’une saisie multilignes",
|
||||
"Command restricted": "Commande limitée",
|
||||
"Contributors and Former Developers:": "Contributeurices & Ancien·ne·s Développeuxes :",
|
||||
"Core Developers:": "Développeuxes Majeuxes :",
|
||||
"Could not accept ownership of channel %s": "Impossible de prendre possession du salon %s",
|
||||
"Could not find given client": "Client donné introuvable",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "Erreur au cours de la suppression du compte",
|
||||
"Fake source must be a valid nickname": "Vous devez entrer un nom valide",
|
||||
"First param must be a mask or channel": "Le premier paramètre doit être un masque, ou un salon",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "Pour plus de détails : /%s HELP",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "Fondateurice : %s",
|
||||
"GHOSTed by %s": "Déconnecté·e via Ghost par %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %s": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "Les réglages du serveur font que votre nom a été changé pour : %s",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <commande>\n\nExplique la commande donnée ; une liste complète est disponible via « /helpop index ».",
|
||||
"Help not found": "Aide introuvable",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "Saisie multilignes invalide",
|
||||
"Invalid parameters": "Paramètres invalides",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Paramètres invalides. Détails disponibles via /msg %[1]s HELP %[2]s",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "Vhost invalide",
|
||||
"It was rejected for reason: %s": "Raison du refus : %s",
|
||||
"JOIN 0 is not allowed": "JOIN 0 est interdit",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "Message du jour manquant",
|
||||
"Malformed username": "Nom erroné",
|
||||
"Mask isn't valid": "Masque invalide",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "Service réseau ; davantage d’informations disponibles via /msg %s HELP",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "%[1]s a %[2]d session(s) attachée(s)",
|
||||
"Nickname is already in use": "Ce nom est déjà utilisé",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "Une partie de l’historique a été perdue",
|
||||
"Successfully accepted ownership of channel %s": "Propriété du salon %s acceptée",
|
||||
"Successfully approved vhost request for %s": "Demande d’hôte virtuel approuvée pour %s",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "Réglages sauvegardés",
|
||||
"Successfully cleared vhost": "Hôte virtuel effacé",
|
||||
"Successfully disabled your vhost": "Hôte virtuel désactivé",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Le nom %s a été détaché de votre compte",
|
||||
"Successfully unpurged channel %s from the server": "Salon %s restauré sur le serveur",
|
||||
"Successfully unregistered account %s": "Compte %s effacé",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Merci à Jeremy Latt pour la création d’Ergonomadic, projet sur lequel est basé Oragono",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "Cette empreinte de certificat est déjà associée avec un autre compte",
|
||||
"That certificate fingerprint was already authorized": "Cette empreinte de certificat a déjà été autorisée",
|
||||
"That channel is not registered": "Ce canal n’est pas enregistré",
|
||||
"That nickname is already reserved by someone else": "Ce nom est déjà réservé par quelqu’un d’autre",
|
||||
"That nickname is not registered": "Ce nom n’est pas enregistré",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "Le compte %[2]s a %[1]d certificats autorisés.",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "%[1]d demandes d’hôte virtuel en attente (%[2]d listées)",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Il y a %[1]d clients et %[2]d invisibles sur %[3]d serveurs",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Pour confirmer la suppression de votre compte : /ns unregister %[1]s %[2]s",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "Pour confirmer la suppression du canal : /cs unregister %[1]s %[2]s",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "Pour confirmer la cession du salon, entrez : /CS TRANSFER %[1]s %[2]s %[3]s",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "Pour voir l’aide détaillée d’une commande spécifique :",
|
||||
"To verify your account, issue the following command:": "Pour vérifier votre compte, entrez la commande suivante :",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "Transfert du salon %[1]s au compte %[2]s réussi ; en attente d’acceptation.",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Commande inconnue",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "Commande inconnue. Pour voir la liste des commandes disponibles, entrez : /%s HELP",
|
||||
"Unknown subcommand": "Sous-commande inconnue",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "Cet·te utilisateurice n’a pas activé le mode « jeu de rôle »",
|
||||
"Verification code: %s": "Code de vérification : %s",
|
||||
"Verify your account on %s": "Vérifiez votre compte sur %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Vous n’êtes plus absent·e",
|
||||
"You are now an IRC operator": "Vous êtes à présent opérateurice",
|
||||
"You are now logged in as %s": "Vous êtes maintenant identifié·e en tant que %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Vous ne pouvez utiliser GHOST sur vous-même (essayez /QUIT à la place)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "Suppression du mot de passe impossible sans l’ajout préalable d’un certificat",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "Suppression du certificat impossible sans l’ajout préalable d’un mot de passe",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "Vous avez été banni·e de ce serveur (%s)",
|
||||
"You have been marked as being away": "Vous êtes maintenant absent·e",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "La propriété du salon %[1]s vous a été offerte ; pour l’accepter, entrez : /CS TRANSFER ACCEPT %[1]s",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"You have joined too many channels": "Vous avez rejoint trop de canaux",
|
||||
"You have sent too many registration messages": "Vous avez envoyé trop de messages d’enregistrement",
|
||||
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Vous avez déjà trop de noms réservés (vous pouvez en libérer via /NS DROP)",
|
||||
@ -276,9 +298,11 @@
|
||||
"You must be an oper on the channel to register it": "Vous devez être opérateurice sur le canal pour l’enregistrer",
|
||||
"You must be connected with TLS and a client certificate to do this": "Vous devez être connecté·e via TLS, et avoir un certificat client pour faire cela",
|
||||
"You must be registered to join that channel": "Vous devez être enregistré·e pour rejoindre ce canal",
|
||||
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"You must log in with SASL to join this server": "Vous devez vous authentifier via SASL pour rejoindre ce serveur",
|
||||
"You must specify an account": "Vous devez spécifier un compte",
|
||||
"You must wait an additional %v before making another request": "Vous devez encore attendre %v avant de pouvoir émettre une autre requête",
|
||||
"You must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "Vous devez vous enregistrer avant de pouvoir utiliser cette commande",
|
||||
"You specified too many languages": "Vous avez spécifié trop de langages",
|
||||
"You weren't offered ownership of channel %s": "La prise de possession du salon %s ne vous a pas été offerte",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "Vous n’êtes pas identifié·e",
|
||||
"You're not on that channel": "Vous n’êtes pas sur ce canal",
|
||||
"You're now logged in as %s": "Vous êtes maintenant identifié·e en tant que %s",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "Votre client ne propose pas BRB",
|
||||
"Your host is %[1]s, running version %[2]s": "Votre hôte est %[1]s, version %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %s": "",
|
||||
"Your stored nickname enforcement setting is: %s": "Votre réglage enregistré pour l’application de nom est : %s",
|
||||
"Your vhost request was approved by an administrator": "Votre demande d’hôte virtuel a été acceptée",
|
||||
"Your vhost request was rejected by an administrator. The reason given was: %s": "Votre demande d’hôte virtuel a été déclinée pour la raison suivante : %s",
|
||||
|
5
languages/he-IL-chanserv.lang.json
vendored
5
languages/he-IL-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/he-IL-help.lang.json
vendored
7
languages/he-IL-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/he-IL-hostserv.lang.json
vendored
8
languages/he-IL-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/he-IL-irc.lang.json
vendored
43
languages/he-IL-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/hu-HU-chanserv.lang.json
vendored
5
languages/hu-HU-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/hu-HU-help.lang.json
vendored
7
languages/hu-HU-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/hu-HU-hostserv.lang.json
vendored
8
languages/hu-HU-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/hu-HU-irc.lang.json
vendored
43
languages/hu-HU-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/it-IT-chanserv.lang.json
vendored
5
languages/it-IT-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/it-IT-help.lang.json
vendored
7
languages/it-IT-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/it-IT-hostserv.lang.json
vendored
8
languages/it-IT-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/it-IT-irc.lang.json
vendored
43
languages/it-IT-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/ja-JP-chanserv.lang.json
vendored
5
languages/ja-JP-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/ja-JP-help.lang.json
vendored
7
languages/ja-JP-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/ja-JP-hostserv.lang.json
vendored
8
languages/ja-JP-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/ja-JP-irc.lang.json
vendored
43
languages/ja-JP-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/ko-KR-chanserv.lang.json
vendored
5
languages/ko-KR-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/ko-KR-help.lang.json
vendored
7
languages/ko-KR-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/ko-KR-hostserv.lang.json
vendored
8
languages/ko-KR-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/ko-KR-irc.lang.json
vendored
43
languages/ko-KR-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/nl-NL-chanserv.lang.json
vendored
5
languages/nl-NL-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/nl-NL-help.lang.json
vendored
7
languages/nl-NL-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/nl-NL-hostserv.lang.json
vendored
8
languages/nl-NL-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/nl-NL-irc.lang.json
vendored
43
languages/nl-NL-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/no-NO-chanserv.lang.json
vendored
5
languages/no-NO-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/no-NO-help.lang.json
vendored
7
languages/no-NO-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/no-NO-hostserv.lang.json
vendored
8
languages/no-NO-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/no-NO-irc.lang.json
vendored
43
languages/no-NO-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Lagt til midlertidig (%[1]s) D-linje for %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Lagt til midlertidig (%[1]s) D-linje for %[2]s",
|
||||
"Additional grouped nick: %s": "Flere grupperte kallenavn: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Autentisering vellykket",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Kan ikke bli med i kanalen (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"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",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Kan ikke fortsette tilkobling, gamle og nye klienter må ha TLS",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "Kan ikke sende til kanal",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "Kommandoen er begrenset",
|
||||
"Contributors and Former Developers:": "Bidragsytere og Tidligere Utviklere:",
|
||||
"Core Developers:": "Kjerneutviklere:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "Finner ikke gitt klient",
|
||||
@ -110,9 +108,15 @@
|
||||
"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",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "GHOSTet av %s",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "JOIN 0 er ikke tillatt",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "MOTD filen mangler",
|
||||
"Malformed username": "Feilaktig brukernavn",
|
||||
"Mask isn't valid": "Masken er ikke gyldig",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "Kallenavnet er allerede i bruk",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Vellykket fjerning av gruppert kallenavn %s fra din konto",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "Vellykket avregistrering av konto %s",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Takk til Jeremy Latt som grunnla Ergonomadic, prosjektet dette er basert på",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "Det kallenavnet er allerede reservert av noen andre",
|
||||
"That nickname is not registered": "Det kallenavnet er ikke registrert",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Det er %[1]d brukere og %[2]d usynlige på %[3]d server(e)",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Ukjent kommando",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "Ukjent underkommando",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "Brukeren har ikke rollespill modus aktivert",
|
||||
"Verification code: %s": "Bekreftelseskode: %s",
|
||||
"Verify your account on %s": "Bekreft din konto på %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Du er ikke lenger merket som borte",
|
||||
"You are now an IRC operator": "Du er nå en IRC-operatør",
|
||||
"You are now logged in as %s": "Du er nå logget inn som %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Du kan ikke bruke GHOST på deg selv (prøv /QUIT istedenfor)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"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 been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"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 weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"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 account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "Din vert er %[1]s, versjon %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/pl-PL-chanserv.lang.json
vendored
5
languages/pl-PL-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/pl-PL-help.lang.json
vendored
7
languages/pl-PL-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/pl-PL-hostserv.lang.json
vendored
8
languages/pl-PL-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/pl-PL-irc.lang.json
vendored
43
languages/pl-PL-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Dodano tymczasowe (%[1]s) D-Line dla %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Dodano tymczasowe (%[1]s) K-Line dla %[2]s",
|
||||
"Additional grouped nick: %s": "Dodatkowe zgrupowany nick: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Uwierzytelnienie zakończone pomyślnie",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Nie można dołączyć do kanału (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/pt-BR-chanserv.lang.json
vendored
5
languages/pt-BR-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/pt-BR-help.lang.json
vendored
7
languages/pt-BR-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/pt-BR-hostserv.lang.json
vendored
8
languages/pt-BR-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/pt-BR-irc.lang.json
vendored
43
languages/pt-BR-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Uma D-Line temporária (%[1]s) foi adicionada para %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Uma K-Line temporária (%[1]s) foi adicionada para %[2]s",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "Autenticação bem-sucedida",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Não foi possível entrar no canal (+%s)",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "Não foi possível enviar a mensagem para o canal",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "Antigos desenvolvedores e colaboradores:",
|
||||
"Core Developers:": "Principais desenvolvedores:",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "JOIN 0 não é permitido",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "O arquivo de MOTD não foi encontrado",
|
||||
"Malformed username": "Nome de usuário inválido",
|
||||
"Mask isn't valid": "Máscara inválida",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "O apelido já está em uso",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Há %[1]d usuários e %[2]d invisíveis em %[3]d servidor(es)",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Comando inválido",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "Você agora é um operador do IRC",
|
||||
"You are now logged in as %s": "Você agora está conectado como %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"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 been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"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 weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"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 account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"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 nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/pt-PT-chanserv.lang.json
vendored
5
languages/pt-PT-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/pt-PT-help.lang.json
vendored
7
languages/pt-PT-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/pt-PT-hostserv.lang.json
vendored
8
languages/pt-PT-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/pt-PT-irc.lang.json
vendored
43
languages/pt-PT-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/ro-RO-chanserv.lang.json
vendored
5
languages/ro-RO-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b modifică fanioanele persistente pentru membrii canalului.",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "$bCLEAR$b înlătură setările sau utilizatorii unui canal.",
|
||||
"$bGET$b queries the current values of a channel's settings": "$bGET$b interoghează valorile actuale ale setărilor unui canal",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "$bHISTORY$b\n'history' îți permite să controlezi felul în care istoricul unui canal e stocat. Ai la dispoziție următoarele opțiuni:\n1. 'off' [fără niciun fel de istoric]\n2. 'ephemeral' [doar un strop de istoric temporar, nu este stocat pe disc]\n3. 'on' [istoricul este stocat într-o bază de date persistentă, dacă opțiunea este posibilă]\n4. 'default' [folosește opțiunea implicită, a serverului]",
|
||||
"$bINFO$b displays info about a registered channel.": "$bINFO$b afișează informații despre un canal înregistrat.",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b oferă utilizatorului specificat (sau ție) drepturi de administrator de canal.",
|
||||
"$bPURGE$b blacklists a channel from the server.": "$bPURGE$b adaugă la lista neagră un canal din server.",
|
||||
"$bREGISTER$b lets you own a given channel.": "$bREGISTER$b îți permite să deții un canal specificat.",
|
||||
"$bSET$b modifies a channel's settings": "$bSET$b alterează setările unui canal",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "$bTRANSFER$b transferă statutul de fondator al canalului către un alt utilizator.",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "$bUNPURGE$b elimină efectele unei comenzi PURGE anterioare.",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b șterge un canal înregistrat.",
|
||||
"ChanServ lets you register and manage channels.": "ChanServ îți permite să înregistrezi și să administrezi canale.",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "Sintaxă: $bSET #canal <setare> <valoare>$b\n\nComanda SET alterează setările unui canal. Următoarele setări sunt disponibile:",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "Sintaxă: $INFO #canal$b\n\nINFO afișează informații despre un canal înregistrat.",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Sintaxă: $bCLEAR #canal țintă$b\n\nCLEAR înlătură setările sau utilizatorii unui canal. Mai exact:\n\n$bCLEAR #canal users$b înlătură toți utilizatorii canalului, în afară de tine.\n$bCLEAR #canal access$b resetează toate interdicțiile existente pe canal, invitațiile, excepțiile la ban și modurile de utilizator persistente, cu ajutorul CS AMODE.",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "Sintaxă: $bGET #canal <setare>$b\n\nComanda GET interoghează setările existente, ale unui canal. Pentru mai multe\ninformații, folosește comanda /HELP SET.",
|
||||
"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.",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Sintxă: $bPURGE #canal [motiv]$b\n\nPURGE adaugă la lista neagră un canal din server, astfel că niciun utilizator nu mai poate intra pe canalul respectiv, sau să interacționeze în vreun fel cu canalul în cauză. Dacă, în momentul comenzii, se află utilizatori în canal, vor fi scoși afară automat.\nComanda PURGE poate fi utilizată și în mod preventiv, pentru canalele fără utilizatori.",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Sintaxă: $bREGISTER #canal$b\n\nComanda REGISTER îți permite să deții propriul canal. Dacă revii pe canal, ulterior, vei\nprimi privilegii de administrator al canalului. Fanioanele setate pe canal, precum și\ntopica, vor fi reținute.",
|
||||
|
7
languages/ro-RO-help.lang.json
vendored
7
languages/ro-RO-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "BATCH {+,-}etichetă-de-referință tip [parametri...]\n\nBATCH inițiază un lot IRCv3 client-către-server. Nu ar trebui să\nfie nevoie vreodată să folosești această comandă manual.",
|
||||
"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).": "BRB [mesaj]\n\nTe deconectează de la server, în timp ce serverul va păstra conexiunea activă,\npentru un interval de timp scurt. În acest interval, poți să reiei conexiunea\nsau să te atașezi pseudonimului tău. Dacă [mesaj] este specificat, conținutul \nva fi utilizat ca mesaj de away (sau ca mesaj de deconectare, dacă nu te\nîntorci în timp util).",
|
||||
"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 <subcomandă> [:<capabilități>]\n\nSe folosește la negocierea capabilității. Vezi specificațiile IRCv3, pentru mai multe informații:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html",
|
||||
"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",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "DEBUG <opțiune>\n\nAfișează informații de depanare, despre demonul IRC. <opțiune> poate fi:\n\n* GCSTATS: Statistici de control de gunoi.\n* NUMGOROUTINE: Numărul de rutine go, utilizate.\n* STARTCPUPROFILE: Pornește analizorul CPU.\n* STOPCPUPROFILE: Oprește analizorul CPU.\n* PROFILEHEAP: Scrie informațiile analizorului CPU.",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "CHATHISTORY [parametri]\n\nComanda CHATHISTORY este asociată cu redarea istoricului, conformă cu\nspecificațiile/componentele IRCv3. Pentru mai multe informații, vezi:\nhttps://github.com/ircv3/ircv3-specifications/pull/393",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "DEBUG <opțiune>\n\nFurnizează diverse comenzi de depanare a daemonului de IRC. <opțiune> poate lua forma:\n* GCSTATS: Statistici ale colectorului de gunoi;\n* NUMGOROUTINE: Câte rutine go sunt utilizate;\n* STARTCPUPROFILE: Pornește analizorul de procesor;\n* STOPCPUPROFILE: Oprește analizorul de procesor;\n* PROFILEHEAP: Efectuează un profil al memoriei utilizate;\n* CRASHSERVER: Determină funcționarea defectuoasă a serverului (utilă în testarea pentru evenimente de siguranță)",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "DEOPER\n\nComanda DEOPER înlătură privilegiile IRCop, obținute anterior, prin intermediul comenzii /OPER",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "DLINE [ANDKILL] [MYSELF] [durată] <mască> [ON <server>] [motiv [| motiv operator]]\nDLINE LIST\n\nInterzice conectarea unei măști la server, dacă este specificată și durata, atunci\ndoar pentru intervalul de timp specificat.\nMotivul este afișat utilizatorului în cauză, ceilalți utilizatori vor vedea un mesaj standard.\nMotivul de operator este afișat operatorilor ce primesc informații despre DLINE existente.\n\nInterdicțiile sunt salvate de-a lungul repornirilor serverului.\n\n\"ANDKILL\" va înlătura de pe server toți clienții ce se potrivesc.\n\n\"MYSELF\" este necesar atunci când DLINE se potrivește cu adresa de la care se conectează persoana\nce a inițiat comanda DLINE. Dacă \"MYSELF\" nu a fost specificat, încercarea de a folosi DLINE,\npentru tine, va genera o eroare.\n\n[durată] poate avea următoarele forme:\n\t1y 12mo 31d 10h 8m 13s\n\n<mască> este specificată în formatul IRC tipic. De exemplu:\n\tdan\n\tdan! 5*@127.*\n\nON <server> precizează dacă interdicția va fi setată pentru serverul specificat.\n\n[motiv] și [motiv operator], dacă sunt specificate, vor fi separate printr-o bară verticală (|).\n\nDacă \"DLINE LIST\" este folosită, serverul returnează o listă cu toate DLINE curente.",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELP <argument>\n\nPrimești o explicație a <argument>, sau \"index\" pentru o listă cu tematica de ajutor disponibilă.",
|
||||
"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ă.",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "HISTORY <țintă> [limită]\n\nRedă istoricul mesajelor. <țintă> poate fi un nume de canal, \"me\" pentru a reda\nistoricul direct al mesajelor, sau un pseudonim, pentru a reda istoricul direct de mesaje\nal unui alt client (ce trebuie să fie autentificat la același cont ca și tine). Mesajele vor\nfi redate în cadrul [limită].",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "INFO\n\nAfișează informații despre server, dezvoltatori etc.",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE <pseudonim> <canal>\n\nInvită utilizatorul pe canalul precizat, doar dacă ai privilegiile necesare.",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON <pseudonim>{ <pseudonim>}\n\nAfișează starea utilizatorilor, dacă sunt conectați la rețea.",
|
||||
|
8
languages/ro-RO-hostserv.lang.json
vendored
8
languages/ro-RO-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "$bAPPROVE$b aprobă cererea de gazdă virtuală a unui utilizator.",
|
||||
"$bDEL$b deletes a user's vhost.": "$bDEL$b șterge gazda virtuală a unui utilizator.",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "$bOFF$b dezactivează gazda ta virtuală, dacă ai una aprobată, în prealabil.",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "$bON$b îți activează gazda virtuală, dacă ai un aprobată, în prealabil.",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "$bREJECT$b respinge cererea de gazdă virtuală a unui utilizator.",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "$bREQUEST$b cere o nouă gazdă virtuală, cu aprobarea în așteptare, din partea unui operator.",
|
||||
"$bSET$b sets a user's vhost.": "$bSET$b setează gazda virtuală a unui utilizator.",
|
||||
"$bSTATUS$b shows your vhost and request status.": "$bSTATUS$b afișează informații despre gazda ta virtuală și stadiul cererii.",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "$bWAITING$b afișează o listă cu toate cererile în așteptare, pentru gazde virtuale.",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "HostServ îți permite să-ți administrezi gazda virtuală (de ex: șirul de caractere afișat în locul gazdei/adresei IP proprii).",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "Sintaxă: $bAPPROVE <utilizator>$b\n\nComanda APPROVE aprobă solicitarea de gazdă virtuală a unui utilizator.",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Sintaxă: $bDEL <utilizator>$b\n\nComanda DEL șterge o gazdă virtuală atribuită unui utilizator.",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Sintaxă: $bOFF$b\n\nComanda OFF îți dezactivează gazda virtuală, dacă există vreuna activă.",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Sintaxă: $bON$b\n\nComanda ON îți activează gazda virtuală, dacă există vreuna activă.",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Sintaxă: $bREJECT <utilizator> [<motiv>]$b\n\nComanda REJECT respinge solicitarea unei gazde virtuale, a unui utilizator, furnizând, în mod opțional,\nun motiv alocat acțiunii de respingere.",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Sintaxă: $bREQUEST <gazdă virtuală>$b\n\nComanda REQUEST solicită o nouă gazdă virtuală pentru contul tău.\nSolicitarea trebuie să fie, apoi, aprobată de către un operator.",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Sintaxă: $bSET <utilizator> <gazdă virtuală>$b\n\nComanda SET setează o gazdă virtuală pentru un utilizator, trecând peste sistemul de cereri implementat în server.",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Sintaxă $bSTATUS [utilizator]$b\n\nComanda STATUS afișează gazda ta virtuală, în uz, dacă există, și starea\ncelor mai recente solicitări pentru una nouă. Un operator de server poate vizualiza\nși starea unui alt utilizator.",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Sintaxă: $bWAITING$b\n\nComanda WAITING afișează o listă de solicitări de gazde virtuale în așteptare, \nce urmează a fi aprobate sau respinse.",
|
||||
"^[0-9A-Za-z.\\-_/]+$": "^[0-9A-Za-z.\\-_/]+$"
|
||||
}
|
||||
|
43
languages/ro-RO-irc.lang.json
vendored
43
languages/ro-RO-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "Am adăugat D-Line temporar (%[1]s) pentru %[2]s",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "Am adăugat K-Line temporar (%[1]s) pentru %[2]s",
|
||||
"Additional grouped nick: %s": "Pseudonim adițional adăugat la grup: %s",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "A intervenit o eroare",
|
||||
"Authentication successful": "Autentificare reușită",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "Comandă PROXY defectuoasă sau neautorizată",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Interdicție - %[1]s - adăugată de %[2]s - %[3]s",
|
||||
"Bouncer functionality is currently disabled for your account": "Funcționalitatea BNC este, în prezent, dezactivată pentru contul tău",
|
||||
"Bouncer functionality is currently disabled for your account, but you can opt in": "Funcționalitatea BNC este, în prezent, dezactivată pentru contul tău, dar o poți activa",
|
||||
"Bouncer functionality is currently enabled for your account": "Funcționalitatea BNC este, în prezent, activată pentru contul tău",
|
||||
"Bouncer functionality is currently enabled for your account, but you can opt out": "Funcționalitatea BNC este, în prezent, activată pentru contul tău, dar o poți dezactiva",
|
||||
"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 purge invalid channel %s": "Nu se poate purja canalul invalid %s",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "Nu poți intra pe canal (+%s)",
|
||||
"Cannot rename channel": "Canalul nu poate fi redenumit",
|
||||
"Cannot resume connection": "Nu pot relua conexiunea",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "Nu poți relua o conexiune din Tor către non-Tor și viceversa",
|
||||
"Cannot resume connection, connection registration has already been completed": "Nu s-a putut relua conexiunea, înregistrarea conexiunii a fost deja finalizată",
|
||||
"Cannot resume connection, old and new clients must have TLS": "Nu pot relua conexiunea, ambii clienți, vechi și nou, trebuie să aibă TLS",
|
||||
"Cannot resume connection, token is not valid": "Nu se poate relua conexiunea, jetonul este invalid",
|
||||
"Cannot send to channel": "Nu poți trimite pe canal",
|
||||
"Cannot send to channel (+%s)": "Nu poți trimite pe canal (+%s)",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "Nu a fost găsită amprenta certificatului",
|
||||
"Certificate fingerprint successfully added": "Amprenta certificatului a fost adăugată cu succes",
|
||||
"Certificate fingerprint successfully removed": "Amprenta certificatului a fost înlăturată cu succes",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "Client reconectat (până la %d secunde de istoric mesaje, pierdute)",
|
||||
"Command not allowed during a multiline batch": "Comanda nu este permisă în timpul unui lot multi-linie",
|
||||
"Command restricted": "Comandă restricționată",
|
||||
"Contributors and Former Developers:": "Colaboratori și foști dezvoltatori:",
|
||||
"Core Developers:": "Nucleul dezvoltatorilor:",
|
||||
"Could not accept ownership of channel %s": "Nu s-a putut accepta rolul de fondator al canalului %s",
|
||||
"Could not find given client": "Nu găsesc clientul menționat",
|
||||
@ -110,9 +108,15 @@
|
||||
"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",
|
||||
"For a more complete list of contributors, see our changelog:": "Pentru o listă completă a participanților, vezi jurnalul nostru de activitate:",
|
||||
"For more details, try /%s HELP": "Pentru mai multe informații, încearcă /%s HELP",
|
||||
"Former Core Developers:": "Foști dezvoltatori:",
|
||||
"Founder: %s": "Fondator: %s",
|
||||
"GHOSTed by %s": "%s a folosit GHOST",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %s": "",
|
||||
"Given current server settings, your nickname is enforced with: %s": "Date fiind setările actuale ale serverului, pseudonimul tău îi este impus: %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",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "Lotul multi-linie este invalid",
|
||||
"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 params": "Parametri invalizi",
|
||||
"Invalid vhost": "Gazdă virtuală invalidă",
|
||||
"It was rejected for reason: %s": "Motivul respingerii a fost următorul: %s",
|
||||
"JOIN 0 is not allowed": "JOIN 0 nu este permis",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "Fișierul MOTD lipsește",
|
||||
"Malformed username": "Nume de utilizator deformat",
|
||||
"Mask isn't valid": "Mască invalidă",
|
||||
"Messages could not be retrieved": "Mesajele nu au putut fi regăsite",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "Este un serviciu de rețea, pentru informații suplimentare, folosește comanda /msg %s HELP",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "Pseudonimul %[1]s are %[2]d sesiuni atașate",
|
||||
"Nickname is already in use": "Pseudonimul este folosit deja",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "Este posibil ca unele mesaje adiționale din istoric să fi fost pierdute",
|
||||
"Successfully accepted ownership of channel %s": "Ai acceptat rolul de fondator al canalului %s",
|
||||
"Successfully approved vhost request for %s": "Solicitarea de gazdă virtuală pentru %s a fost aprobată cu succes",
|
||||
"Successfully changed the channel settings": "Setările canalului au fost modificate cu succes",
|
||||
"Successfully changed your account settings": "Setările contului tău au fost modificate cu succes",
|
||||
"Successfully cleared vhost": "Gazda virtuală a fost ștearsă cu succes",
|
||||
"Successfully disabled your vhost": "Gazda ta virtuală a fost dezactivată cu succes",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "Pseudonimul %s a fost degrupat de la contul tău, cu succes",
|
||||
"Successfully unpurged channel %s from the server": "Canalul %s nu mai este purjat din server",
|
||||
"Successfully unregistered account %s": "Contul %s a fost șters cu succes",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "Mulțumiri lui Jeremy Latt pentru că a înființat Ergonomadic, proiectul ce stă la baza acestuia",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "Amprenta de certificat este deja asociată unui alt cont",
|
||||
"That certificate fingerprint was already authorized": "Amprenta certificatului a fost autorizată deja",
|
||||
"That channel is not registered": "Acel canal nu este înregistrat",
|
||||
"That nickname is already reserved by someone else": "Pseudonimul este rezervat de altcineva",
|
||||
"That nickname is not registered": "Pseudonimul nu este înregistrat",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "În total, sunt %[1]d amprente de certificat, autorizate pentru contul %[2]s.",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "Sunt %[1]d solicitări în așteptare pentru gazde virtuale (%[2]d afișate)",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Sunt %[1]d utilizatori și %[2]d invizibili pe %[3]d server(e)",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "Pentru a confirma ștergerea contului, tastează: /NS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "Pentru a confirma ștergerea contului, tastează: /CS UNREGISTER %[1]s %[2]s",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "Pentru a confirma transferul canalului, tastează: /CS TRANSFER %[1]s %[2]s %[3]s",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "Pentru informații amănunțite despre o comandă specifică, încearcă:",
|
||||
"To verify your account, issue the following command:": "Ca să-ți verifici contul, folosește următoarea comandă:",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "Transferul canalului %[1]s către contul %[2]s a fost efectuat cu succes, se așteaptă confirmarea",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "Comandă necunoscută",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "Comandă necunoscută. Pentru o listă de comenzi disponibile, tastează: /%s HELP",
|
||||
"Unknown subcommand": "Subcomandă necunoscută",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "Nu este disponibil fanionul roleplay pentru utilizator",
|
||||
"Verification code: %s": "Cod de verificare: %s",
|
||||
"Verify your account on %s": "Verifică-ți contul pe %s",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "Nu mai ești marcat(ă) ca fiind departe",
|
||||
"You are now an IRC operator": "Acum ai privilegii de Operator IRC",
|
||||
"You are now logged in as %s": "Te-ai autentificat ca: %s",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "Nu poți folosi comanda /GHOST pentru tine (încearcă /QUIT)",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "Nu-ți poți șterge parola, decât dacă adaugi o amprentă de certificat",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "Nu-ți poți șterge amprentele de certificat până când nu adaugi o parolă",
|
||||
@ -269,6 +290,7 @@
|
||||
"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 been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "Ți s-a oferit rolul de fondator al canalului %[1]s. Dacă accepți, tastează /CS TRANSFER ACCEPT %[1]s",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"You have joined too many channels": "Te afli pe prea multe canale",
|
||||
"You have sent too many registration messages": "Ai trimis prea multe mesaje de înregistrare",
|
||||
"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)",
|
||||
@ -276,9 +298,11 @@
|
||||
"You must be an oper on the channel to register it": "Trebuie să fii operator pe canal, pentru a-l putea înregistra",
|
||||
"You must be connected with TLS and a client certificate to do this": "Este necesar să te conectezi cu TLS și un certificat de client pentru a putea face asta",
|
||||
"You must be registered to join that channel": "Trebuie să te înregistrezi pentru a intra pe acel canal",
|
||||
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"You must log in with SASL to join this server": "Trebuie să te autentifici cu SASL pentru a te conecta la acest 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 must wait an additional %v before taking a vhost": "",
|
||||
"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 weren't offered ownership of channel %s": "Nu ți s-a oferit rolul de fondator al canalului %s",
|
||||
@ -293,8 +317,13 @@
|
||||
"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 account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "Clientul folosit de tine nu suportă BRB",
|
||||
"Your host is %[1]s, running version %[2]s": "Gazda ta este %[1]s, rulând versiunea %[2]s",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %s": "",
|
||||
"Your stored nickname enforcement setting is: %s": "Starea stocată, impusă, a pseudonimului tău, este: %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",
|
||||
|
5
languages/ru-RU-chanserv.lang.json
vendored
5
languages/ru-RU-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/ru-RU-help.lang.json
vendored
7
languages/ru-RU-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/ru-RU-hostserv.lang.json
vendored
8
languages/ru-RU-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/ru-RU-irc.lang.json
vendored
43
languages/ru-RU-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
5
languages/sr-SP-chanserv.lang.json
vendored
5
languages/sr-SP-chanserv.lang.json
vendored
@ -1,17 +1,22 @@
|
||||
{
|
||||
"$bAMODE$b modifies persistent mode settings for channel members.": "",
|
||||
"$bCLEAR$b removes users or settings from a channel.": "",
|
||||
"$bGET$b queries the current values of a channel's settings": "",
|
||||
"$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "",
|
||||
"$bINFO$b displays info about a registered channel.": "",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "",
|
||||
"$bPURGE$b blacklists a channel from the server.": "",
|
||||
"$bREGISTER$b lets you own a given channel.": "",
|
||||
"$bSET$b modifies a channel's settings": "",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "",
|
||||
"$bUNPURGE$b undoes a previous PURGE command.": "",
|
||||
"$bUNREGISTER$b deletes a channel registration.": "",
|
||||
"ChanServ lets you register and manage channels.": "",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
|
||||
"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: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
|
||||
"Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "",
|
||||
"Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
|
||||
"Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "",
|
||||
|
7
languages/sr-SP-help.lang.json
vendored
7
languages/sr-SP-help.lang.json
vendored
@ -11,12 +11,13 @@
|
||||
"BATCH {+,-}reference-tag type [params...]\n\nBATCH initiates an IRCv3 client-to-server batch. You should never need to\nissue this command manually.": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
|
||||
"CHATHISTORY [params]\n\nCHATHISTORY is a history replay command associated with the IRCv3\nspecification draft/chathistory. See this document:\nhttps://github.com/ircv3/ircv3-specifications/pull/393": "",
|
||||
"DEBUG <option>\n\nProvides various debugging commands for the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "",
|
||||
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "",
|
||||
"DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
|
||||
"HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "",
|
||||
"HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "",
|
||||
"INFO\n\nSends information about the server, developers, etc.": "",
|
||||
"INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
|
||||
"ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
|
||||
|
8
languages/sr-SP-hostserv.lang.json
vendored
8
languages/sr-SP-hostserv.lang.json
vendored
@ -1,22 +1,30 @@
|
||||
{
|
||||
"$bAPPROVE$b approves a user's vhost request.": "",
|
||||
"$bDEL$b deletes a user's vhost.": "",
|
||||
"$bFORBID$b prevents a user from using vhosts.": "",
|
||||
"$bOFF$b disables your vhost, if you have one approved.": "",
|
||||
"$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
|
||||
"$bON$b enables your vhost, if you have one approved.": "",
|
||||
"$bPERMIT$b allows a user to use vhosts again.": "",
|
||||
"$bREJECT$b rejects a user's vhost request.": "",
|
||||
"$bREQUEST$b requests a new vhost, pending operator approval.": "",
|
||||
"$bSET$b sets a user's vhost.": "",
|
||||
"$bSTATUS$b shows your vhost and request status.": "",
|
||||
"$bTAKE$b sets your vhost to one of the options from the offer list.": "",
|
||||
"$bWAITING$b shows a list of pending vhost requests.": "",
|
||||
"HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
|
||||
"Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
|
||||
"Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
|
||||
"Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
|
||||
"Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
|
||||
"Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
|
||||
"Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
|
||||
"Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
|
||||
"Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "",
|
||||
"Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
|
||||
"Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "",
|
||||
"Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
|
||||
"Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
|
||||
"^[0-9A-Za-z.\\-_/]+$": ""
|
||||
}
|
||||
|
43
languages/sr-SP-irc.lang.json
vendored
43
languages/sr-SP-irc.lang.json
vendored
@ -34,14 +34,12 @@
|
||||
"Added temporary (%[1]s) D-Line for %[2]s": "",
|
||||
"Added temporary (%[1]s) K-Line for %[2]s": "",
|
||||
"Additional grouped nick: %s": "",
|
||||
"An administrator has denied you the ability to use vhosts": "",
|
||||
"An error occurred": "",
|
||||
"Authentication successful": "",
|
||||
"Autoreplay of missed messages is enabled": "",
|
||||
"Bad or unauthorized PROXY command": "",
|
||||
"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 purge invalid channel %s": "",
|
||||
@ -50,11 +48,12 @@
|
||||
"Cannot join channel (+%s)": "",
|
||||
"Cannot rename channel": "",
|
||||
"Cannot resume connection": "",
|
||||
"Cannot resume connection from Tor to non-Tor or vice versa": "",
|
||||
"Cannot resume connection, connection registration has already been completed": "",
|
||||
"Cannot resume connection, old and new clients must have TLS": "",
|
||||
"Cannot resume connection, token is not valid": "",
|
||||
"Cannot send to channel": "",
|
||||
"Cannot send to channel (+%s)": "",
|
||||
"Certfp: %s": "",
|
||||
"Certificate fingerprint not found": "",
|
||||
"Certificate fingerprint successfully added": "",
|
||||
"Certificate fingerprint successfully removed": "",
|
||||
@ -79,7 +78,6 @@
|
||||
"Client reconnected (up to %d seconds of message history lost)": "",
|
||||
"Command not allowed during a multiline batch": "",
|
||||
"Command restricted": "",
|
||||
"Contributors and Former Developers:": "",
|
||||
"Core Developers:": "",
|
||||
"Could not accept ownership of channel %s": "",
|
||||
"Could not find given client": "",
|
||||
@ -110,9 +108,15 @@
|
||||
"Error while unregistering account": "",
|
||||
"Fake source must be a valid nickname": "",
|
||||
"First param must be a mask or channel": "",
|
||||
"For a more complete list of contributors, see our changelog:": "",
|
||||
"For more details, try /%s HELP": "",
|
||||
"Former Core Developers:": "",
|
||||
"Founder: %s": "",
|
||||
"GHOSTed by %s": "",
|
||||
"Given current server settings, the channel history setting is: %s": "",
|
||||
"Given current server settings, your client is always-on": "",
|
||||
"Given current server settings, your client is not always-on": "",
|
||||
"Given current server settings, your direct message history setting is: %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": "",
|
||||
@ -136,6 +140,7 @@
|
||||
"Invalid multiline batch": "",
|
||||
"Invalid parameters": "",
|
||||
"Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "",
|
||||
"Invalid params": "",
|
||||
"Invalid vhost": "",
|
||||
"It was rejected for reason: %s": "",
|
||||
"JOIN 0 is not allowed": "",
|
||||
@ -145,6 +150,11 @@
|
||||
"MOTD File is missing": "",
|
||||
"Malformed username": "",
|
||||
"Mask isn't valid": "",
|
||||
"Messages could not be retrieved": "",
|
||||
"Multiclient functionality is currently disabled for your account": "",
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "",
|
||||
"Multiclient functionality is currently enabled for your account": "",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "",
|
||||
"Network service, for more info /msg %s HELP": "",
|
||||
"Nickname %[1]s has %[2]d attached session(s)": "",
|
||||
"Nickname is already in use": "",
|
||||
@ -201,6 +211,7 @@
|
||||
"Some additional message history may have been lost": "",
|
||||
"Successfully accepted ownership of channel %s": "",
|
||||
"Successfully approved vhost request for %s": "",
|
||||
"Successfully changed the channel settings": "",
|
||||
"Successfully changed your account settings": "",
|
||||
"Successfully cleared vhost": "",
|
||||
"Successfully disabled your vhost": "",
|
||||
@ -217,12 +228,17 @@
|
||||
"Successfully ungrouped nick %s with your account": "",
|
||||
"Successfully unpurged channel %s from the server": "",
|
||||
"Successfully unregistered account %s": "",
|
||||
"Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
|
||||
"That account is set to always-on; try logging out and logging back in with SASL": "",
|
||||
"That certificate fingerprint is already associated with another account": "",
|
||||
"That certificate fingerprint was already authorized": "",
|
||||
"That channel is not registered": "",
|
||||
"That nickname is already reserved by someone else": "",
|
||||
"That nickname is not registered": "",
|
||||
"That vhost isn't being offered by the server": "",
|
||||
"The following vhosts are available and can be chosen with /HOSTSERV TAKE:": "",
|
||||
"The server does not offer any vhosts": "",
|
||||
"The server does not offer any vhosts, but you can request one with /HOSTSERV REQUEST": "",
|
||||
"The stored channel history setting is: %s": "",
|
||||
"There are %[1]d certificate fingerprint(s) authorized for account %[2]s.": "",
|
||||
"There are %[1]d pending requests for vhosts (%[2]d displayed)": "",
|
||||
"There are %[1]d users and %[2]d invisible on %[3]d server(s)": "",
|
||||
@ -240,6 +256,7 @@
|
||||
"To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "",
|
||||
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "",
|
||||
"To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "",
|
||||
"To see in-depth help for a specific command, try:": "",
|
||||
"To verify your account, issue the following command:": "",
|
||||
"Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
|
||||
@ -248,6 +265,9 @@
|
||||
"Unknown command": "",
|
||||
"Unknown command. To see available commands, run: /%s HELP": "",
|
||||
"Unknown subcommand": "",
|
||||
"Unrecognized DEBUG subcommand": "",
|
||||
"User %s is no longer allowed to use vhosts": "",
|
||||
"User %s is now allowed to use vhosts": "",
|
||||
"User doesn't have roleplaying mode enabled": "",
|
||||
"Verification code: %s": "",
|
||||
"Verify your account on %s": "",
|
||||
@ -259,6 +279,7 @@
|
||||
"You are no longer marked as being away": "",
|
||||
"You are now an IRC operator": "",
|
||||
"You are now logged in as %s": "",
|
||||
"You can't GHOST an always-on client": "",
|
||||
"You can't GHOST yourself (try /QUIT instead)": "",
|
||||
"You can't delete your password unless you add a certificate fingerprint": "",
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "",
|
||||
@ -269,6 +290,7 @@
|
||||
"You have been banned from this server (%s)": "",
|
||||
"You have been marked as being away": "",
|
||||
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "",
|
||||
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "",
|
||||
"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)": "",
|
||||
@ -276,9 +298,11 @@
|
||||
"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 have rehash permissions in order to execute DEBUG CRASHSERVER": "",
|
||||
"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 must wait an additional %v before taking a vhost": "",
|
||||
"You need to register before you can use that command": "",
|
||||
"You specified too many languages": "",
|
||||
"You weren't offered ownership of channel %s": "",
|
||||
@ -293,8 +317,13 @@
|
||||
"You're not logged into an account": "",
|
||||
"You're not on that channel": "",
|
||||
"You're now logged in as %s": "",
|
||||
"Your account credentials are managed externally and cannot be changed here": "",
|
||||
"Your account is not configured to receive autoreplayed missed messages": "",
|
||||
"Your client does not support BRB": "",
|
||||
"Your host is %[1]s, running version %[2]s": "",
|
||||
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "",
|
||||
"Your stored always-on setting is: %s": "",
|
||||
"Your stored direct message history setting is: %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": "",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user