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

Merge pull request #1210 from oragono/l10n_master

New Crowdin updates
This commit is contained in:
Shivaram Lingamneni 2020-07-23 01:39:49 -07:00 committed by GitHub
commit b3fd7e39f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 527 additions and 155 deletions

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Pomoć po temama =\n\nNaredbe:\n%[1]s\n\nRPL_ISUPPORT žetoni (Token-i):\n%[2]s\n\nInformacije:\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Korisnički režimi (modovi) ==\n\nOragono podržava slijedeće korisničke režime:\n\n+a | Korisnik je označen kao odsutan. Ovaj način rada se postavlja pomoću naredbe / AWAY.\n+i | Korisnik je označen kao nevidljiv (njegovi kanali su skriveni u whois odgvoru).\n+o | Korisnik je IRC operator.\n+R | Korisnik prihvata poruke samo od registrovanih korisnika.\n+s | Maske za obavijesti poslužitelja (potraži pomoć upotrebom naredbe / HELPOP snomasks).\n+Z | Korisnik je povezan koristeći TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "@+oznake-specifične-samo-za-klijent TAGMSG <cilj>{,<cilj>}\n\nDaje zadane oznake specifične samo za klijente danim ciljevima kao TAGMSG. Za više informacija pogledajte IRCv3 specifikacije: http://ircv3.net/specs/core/message-tags-3.3.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "-> ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nKoristi se pri registraciji korisničkog računa. Za više informacija pogledajte relevantne specifikacije:\nhttps://oragono.io/specs.html",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <cilj> <poruka koju se šalje>\n\nNaredba AMBIANCE se koristi za slanje obavijesti o sceni/ambijentu zadanom cilju.",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Kanal je preimenovan",
"Channel renamed: %s": "Kanal preimenovan: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Klijent je ponovo povezan",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "Nick nije moguće izdvojiti iz grupe",
"Created at: %s": "Kreirano u: %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Kraj /HELPOP",
"End of /INFO": "Kraj /INFO",
"End of /WHOIS list": "Kraj /WHOIS liste",
@ -156,6 +159,7 @@
"Insufficient privileges": "Nedovoljne privilegije",
"Internal error": "Interna greška",
"Invalid CAP subcommand": "Netačna CAP podnaredba",
"Invalid DEFCON parameter": "",
"Invalid account name": "Pogrešan naziv računa",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD datoteka nedostaje",
"Malformed username": "Pogrešno formirano korisničko ime",
"Mask isn't valid": "Maska nije validna",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "Primljena neispravna linija",
"Registered at: %s": "Registrirano u: %s",
"Registered channel: %s": "Registriran kanal: %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "Uspješno postavljen vhost",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"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",
@ -296,6 +304,7 @@
"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": "",
"Usage: REGISTER <passphrase> [email]": "",
"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",
@ -324,13 +333,11 @@
"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)",
"You may not reregister": "Ne možete se ponovno registrirati",
"You must be an oper on the channel to register it": "Morate biti operater na kanalu da biste ga registrirali",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "Morate biti registrovani kako biste pristupili ovom kanalu",
"You must 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",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "Nedovoljne privilegije",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Sintaksa: $bUNREGISTER <username> [code]$b\n\nUNREGISTER vam omogućuje da izbrišete svoj korisnički račun (ili tuđi, ako ste IRC operator s ispravnim ovlastima). Da bi se spriječilo slučajno poništavanje registracije, potreban je kontrolni kod; pozivanjem naredbe bez koda prikazat će se potreban kod.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Sintaksa: $bVERIFY <username> <code>$b\n\nVERIFY omogućuje dovršetak registracije računa, ako poslužitelj (server) zahtijeva e-mail ili drugu provjeru.",
"You're not logged into an account": "Niste prijavljeni na korisnički račun"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Hilfethemen =\n\nBefehle:\n%[1]s\n\nRPL_ISUPPORT Token:\n%[2]s\n\nInformation:\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Channel umbenannt",
"Channel renamed: %s": "Channel umbenannt: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Client neu verbunden",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "Erstellt am: %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Ende von /HELPOP",
"End of /INFO": "Ende von /INFO",
"End of /WHOIS list": "Ende von /WHOIS list",
@ -156,6 +159,7 @@
"Insufficient privileges": "Unzureichende Rechte",
"Internal error": "Interner Fehler",
"Invalid CAP subcommand": "Ungültiges CAP Subcommand",
"Invalid DEFCON parameter": "",
"Invalid account name": "Ungültiger Konto-Name",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD Datei nicht gefunden",
"Malformed username": "Ungültiger User-Name",
"Mask isn't valid": "Maske ist ungültig",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "Registriert am: %s",
"Registered channel: %s": "Registrierter Channel: %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "VHost erfolgreich gesetzt",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "Konto %s erfolgreich gelöscht",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "Unbekanntes Subcommand",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "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",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "Unzureichende Rechte",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Syntax: $bUNREGISTER <kontoname> [code]$b\n\nmit UNREGISTER kannst Du Dein Konto löschen (oder ein Konto eines anderen\nUsers, falls Du die nötigen Rechte als IRC Operator hast).\nUm versehentliches Löschen zu verhindern, ist ein Verifizierungscode nötig.\nSendest Du den Befehl ohne einen Code, wird der benötigte Code angezeigt.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Syntax: $bVERIFY <kontoname> <code>$b\n\nmit VERIFY kannst Du die Kontoregistrierung abschließen, falls der Server\neine Verifzierung über Email (oder andere Wege) verlangt.",
"You're not logged into an account": "Du bist mit keinem Konto angemeldet"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Τρόποι χρήστη ==\n\nΤο oragono υποστηρίζει τους ακόλουθους τρόπους χρήστη:\n\n+a | Ο χρήστης έχει επισημανθεί ως μακριά. Αυτή η λειτουργία έχει οριστεί με την εντολή /AWAY.\n+i | Ο χρήστης έχει επισημανθεί ως αόρατος (τα κανάλια του είναι κρυμμένα από τις απαντήσεις whois).\n+o | Ο χρήστης είναι χειριστής IRC.\n+R | Ο χρήστης δέχεται μόνο μηνύματα από άλλους εγγεγραμμένους χρήστες.\n+s | Μάσκες ειδοποιήσεων διακομιστών (ανατρέξτε στο βοήθημα με / HELPOP snomasks).\n+Z | Ο χρήστης είναι συνδεδεμένος μέσω TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "Το κανάλι μετονομάστηκε: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Ο πελάτης έχει επανασυνδεθεί",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "Δεν ήταν δυνατή η κατάργηση της ομάδας ψευδώνυμου",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Τέλος της /HELPOP",
"End of /INFO": "Τέλος της /INFO",
"End of /WHOIS list": "Τέλος της /WHOIS λίστας",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "Μη έγκυρη υποταγή CAP",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD Το αρχείο λείπει",
"Malformed username": "Ακατάλληλο όνομα χρήστη",
"Mask isn't valid": "Η μάσκα δεν είναι έγκυρη",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "Παραλήφθηκε παραμορφωμένη γραμμή",
"Registered at: %s": "Εγγραφή στο: %s",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "Επιτυχής ομαδοποίηση ψευδώνυμου %s με τον λογαριασμό σας",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "Επιτυχής μη καταχωρισμένος λογαριασμός %s",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": γνωστh δευτερεύουσα εντολή",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "Ο χρήστης δεν έχει ενεργοποιημένη τη λειτουργία ρόλου παιχνιδιού",
@ -324,13 +333,11 @@
"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)",
"You may not reregister": "Δεν μπορείτε να κάνετε εκ νέου εγγραφή",
"You must be an oper on the channel to register it": "Πρέπει να είστε χειριστής στο κανάλι για να την καταχωρήσετε",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": "Δεν είστε συνδεδεμένοι σε λογαριασμό"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "Sorry mate, I dunno that subcommand",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "You can't re-reg mate",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Ayuda de Topic =\n\nComandos:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformación:\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Modos de Usuario ==\n\nOragono soporta los siguientes modos de usuario:\n\n +a = El usuario está marcado como ausente. Este modo se establece con el comando /AWAY.\n +i = El usuario está marcado como invisible (sus canales están ocultos de las respuestas whois).\n +o El usuario es un operador de IRC.\n +R El usuario sólo acepta mensajes de otros usuarios registrados. \n +s Máscaras de Aviso de Servidor (ver ayuda con las máscaras de nariz /HELPOP).\n +Z El usuario está conectado a través de TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "\n@+client-only-tags TAGMSG <target>{,<target>}\n\nEnvía las etiquetas dadas solo para clientes a los objetivos dados como un TAGMSG. Vea el Ircv3\nespecificaciones para más información: http://ircv3.net/specs/core/message-tags-3.3.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUtilizado en el registro de la cuenta. Consulte las especificaciones relevantes para obtener más información: https://oragono.io/specs.html",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <target> <mensaje a enviar>\n\nEl comando AMBIANCE se usa para enviar una notificación de escena al objetivo dado.",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Canal renombrado",
"Channel renamed: %s": "Canal renombrado: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Cliente reconectado",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "No se puede desagrupar nick",
"Created at: %s": "Creado en: %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Final de /HELPOP",
"End of /INFO": "Final del /INFO",
"End of /WHOIS list": "Final de lista /WHOIS",
@ -156,6 +159,7 @@
"Insufficient privileges": "Privilegios Insuficientes",
"Internal error": "Error Interno",
"Invalid CAP subcommand": "Subcomando CAP inválido",
"Invalid DEFCON parameter": "",
"Invalid account name": "Nombre de cuenta inválido",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"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",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "Línea malformada recibida",
"Registered at: %s": "Registrado en: %s",
"Registered channel: %s": "Canal registrado: %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "Establecer con éxito vhost",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"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",
@ -296,6 +304,7 @@
"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": "",
"Usage: REGISTER <passphrase> [email]": "",
"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",
@ -324,13 +333,11 @@
"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)",
"You may not reregister": "No puede volver a registrarse",
"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",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "Privilegios Insuficientes",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Sintaxis: $bUNREGISTER <nombredeusuario>[código]$b\n\nUNREGISTER te permite eliminar tu cuenta de usuario (o la de otra persona, si eres un\nIRC con los permisos correctos). Para prevenir accidentes\nse requiere un código de verificación; invocando el comando sin\nun código mostrará el código necesario.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Sintaxis: $bVERIFY <nombredeusuario> <código>$b\n\nVERIFY le permite completar el registro de una cuenta, si el servidor requiere correo electrónico.\nu otra verificación.",
"You're not logged into an account": "No has iniciado sesión en una cuenta"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Sujets daide =\n\nCommandes :\n%[1]s\n\nJetons RPL_ISUPPORT :\n%[2]s\n\nInformation :\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Modes dutilisateurice ==\n\nOragono propose les modes dutilisateurice suivants :\n\n +a | Absent·e. Sactive via /away.\n +i | Invisible. Salons masqués en /whois.\n +o | Opérateurice.\n +R | Accepte seulement les messages dutilisateurices enregistré·e·s.\n +s | Masques de notification serveur. Voir /helpop snomasks.\n +Z | Connecté·e via TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "@+Client-only-tags TAGMSG Nom (,Nom)\n\nEnvoie les « client-only tags » aux utilisateurices donné·e·s via TAGMSG.\nPour plus dinformations, voir les spécifications IRCv3 :\nhttps://ircv3.net/specs/extensions/message-tags.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "ACC LS\nACC REGISTER Nom [callback_namespace:]<rappel> [cred_type] :<référence>\nACC VERIFY Nom Code\n\nCommandes utilisées pour lenregistrement des comptes. Cf. spécifications :\nhttps://oragono.io/specs.html",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE Destination :Message\n\t\t\nCette commande envoie un message dambiance. Requière lactivation\ndu mode jeu de rôle (+E) sur le salon ou lutilisateurice donné·e.\n\nExemple : AMBIANCE #Salon :Juste à côté du feu de cheminée, se trouvait un chat qui ronronnait.",
@ -13,6 +13,7 @@
"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 dinformations :\nhttps://ircv3.net/specs/core/capability-negotiation.html",
"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 (Paramètres)\n\nCette commande affiche lhistorique dune conversation ou dun salon, et\nfait partie des spécifications IRCv3. Cf. documentation :\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 Option\n\nOffre diverses commandes de déboggage. Les options disponibles sont :\n\n* CRASHSERVER : Cause un crash du serveur.\n* GCSTATS : Contrôle des statistiques.\n* NUMGOROUTINE : Numération des routines.\n* PROFILEHEAP : Profil de la mémoire.\n* STARTCPUPROFILE : Début du profilage du processeur.\n* STOPCPUPROFILE : Fin du profilage du processeur.",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "DEOPER\n\nDEOPER retire les privilèges précédemment obtenus via /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 à lutilisateurice concerné·e; la seconde est destinée aux opérateurices.\n\n«ANDKILL» déconnecte immédiatement lutilisateurice du serveur.\n«MYSELF» est à préciser dans le cas dun 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.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Canal renommé",
"Channel renamed: %s": "Canal renommé : %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Client reconnecté",
"Client reconnected (message history may have been lost)": "Client reconnecté (lhistorique des messages a pu être perdu)",
"Client reconnected (up to %d seconds of message history lost)": "Client reconnecté (jusquà %d secondes de lhistorique ont pu être perdues)",
@ -107,10 +108,12 @@
"Could not transfer channel": "Transfert du salon impossible",
"Could not ungroup nick": "Impossible de dégrouper ce nom",
"Created at: %s": "Créé·e le : %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "%[1]s utilisateurices actuellement connecté·e·s; record à %[2]s",
"Current local users %[1]s, max %[2]s": "%[1]s utilisateurices actuellement connecté·e·s au serveur local; record à %[2]s",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Fin de HELPOP",
"End of /INFO": "Fin de INFO",
"End of /WHOIS list": "Fin de WHOIS",
@ -156,6 +159,7 @@
"Insufficient privileges": "Privilèges insuffisants",
"Internal error": "Erreur interne",
"Invalid CAP subcommand": "Sous-commande CAP invalide",
"Invalid DEFCON parameter": "",
"Invalid account name": "Nom de compte invalide",
"Invalid certificate fingerprint": "Empreinte du certificat invalide",
"Invalid channel name": "Nom de salon invalide",
@ -176,6 +180,7 @@
"MOTD File is missing": "Message du jour manquant",
"Malformed username": "Nom erroné",
"Mask isn't valid": "Masque invalide",
"Message rejected for containing invalid UTF-8": "",
"Messages could not be retrieved": "Récupération des messages impossible",
"Multiclient functionality is currently disabled for your account": "La fonctionnalité multiclient est actuellement désactivée",
"Multiclient functionality is currently disabled for your account, but you can opt in": "La fonctionnalité multiclient est disponible, mais actuellement désactivée pour votre compte",
@ -211,6 +216,7 @@
"Purge reason: %s": "Raison de lélimination : %s",
"Purged at: %s": "Éliminé à : %s",
"Purged by operator: %s": "Éliminé par lopérateurice : %s",
"Realname is not valid": "",
"Received malformed line": "Ligne reçue mal-formée",
"Registered at: %s": "Enregistré·e le : %s",
"Registered channel: %s": "Salon enregistré le : %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "Accès du salon réinitialisés",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "Hôte virtuel mis en place",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "Salon %[1]s cédé au compte %[2]s",
"Successfully un-suspended account %s": "",
"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é",
@ -296,6 +304,7 @@
"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": "Sous-commande DEBUG non reconnue",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "Lutilisateurice %s na plus accès à lusage des hôtes virtuels",
"User %s is now allowed to use vhosts": "Lutilisateurice %s a maintenant accès à lusage des hôtes virtuels",
"User doesn't have roleplaying mode enabled": "Cet·te utilisateurice na pas activé le mode «jeu de rôle»",
@ -324,13 +333,11 @@
"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 laccepter, 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": "La rediffusion des messages manqués est impossible si votre mode persistant est désactivé",
"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 denregistrement",
"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)",
"You may not reregister": "Vous ne pouvez pas vous enregistrer à nouveau",
"You must be an oper on the channel to register it": "Vous devez être opérateurice sur le canal pour lenregistrer",
"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": "La permission «rehash» est nécessaire afin dutiliser cette commande",
"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",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "Privilèges insuffisants",
"Invalid parameters": "Paramètres invalides",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Syntaxe : $bUNREGISTER <Nom> <Code>$b\n\nUNREGISTER vous laisse effacer votre compte, et si vous êtes\nopérateurice, celui dun·e autre utilisateurice. Un code unique\nest fourni, et requis, afin déviter les suppressions accidentelles.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Syntaxe : $bVERIFY <Nom> <Code>$b\n\nVERIFY valide lenregistrement dun compte, dans le cas où\nle serveur requière une vérification.",
"You're not logged into an account": "Vous nêtes pas identifié·e"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Argomenti della guida =\n\nComandi:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformazione:\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Modalità Utente ==\n\nOragono supporta le seguenti modalità utente:\n\n +a | L'utente è segnato come away. Questa modalità è impostata col comando /AWAY\n +i | L'utente è segnato come invisibile (i suoi canali sono nascosti nei whois).\n +o | L'utente è un Operatore IRC.\n +R | L'utente accetta messaggi solo da utenti registrati. \n +s | Server Notice Masks (vedi guida delle snomasks con /HELPOP).\n +Z | L'utente è connesso via TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "@+client-only-tags TAGMSG <destinatario>{,<destinatario>}\n\nInvia i tag solo del client ai destinatari come TAGMSG. Vedi le specifiche \nIRCv3 per maggiori dettagli: http://ircv3.net/specs/core/message-tags-3.3.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "ACC LS\nACC REGISTER <nomeaccount> [callback_namespace:]<callback> [cred_type] :<credenziale>\nACC VERIFY <nomeaccount> <auth_code>\n\nUsato nella registrazione dell'account. Vedi le specifiche relative per maggiori info:\nhttps://oragono.io/specs.html",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <destinatario> <testo da inviare>\n\nIl comando AMBIANCE viene utilizzato per inviare una notifica di scena al destinatario specificato.",
@ -13,6 +13,7 @@
"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 <sottocomando> [:<capacità>]\n\nUsato nella negoziazione delle capacità. Vedi le specifiche IRCv3 per maggiori 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 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\nCHATHISTORY è un comando di replay della cronologia associato alla specifica IRCv3\ndi draft/chathistory. Vedi questo documento:\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 <opzione>\n\nFornisce vari comandi di debug per l'IRCd. <opzione> può essere uno dei:\n\n* GCSTATS: Statistiche del Garbage Collector.\n* NUMGOROUTINE: Numero di goroutines in uso.\n* STARTCPUPROFILE: Avvia il profiler della CPU.\n* STOPCPUPROFILE: Ferma il profiler della CPU.\n* PROFILEHEAP: Scrive un profilo di memoria.\n* CRASHSERVER: Fa crashare il server (per l'uso nei test di failover)",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "DEOPER\n\nDEOPER rimuove i privilegi IRCop concessi da un comando /OPER eseguito con successo.",
"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] [durata] <ip>/<net> [ON <server>] [motivo [| motivo oper]]\nDLINE LIST\n\nImpedisce a un indirizzo IP o a una rete di connettersi al server. Se la durata è\nspecificata, durerà solo per il tempo stabilito. Il motivo viene mostrato all'utente stesso, ma\ntutti gli altri vedranno un messaggio standard. Il motivo dell'operazione viene mostrato a\ngli operatori che ottengono informazioni sulle DLINE esistenti.\n\nI ban vengono salvati nei successivi avvii del server.\n\n\"ANDKILL\" significa che tutti i client corrispondenti vengono rimossi dal server.\n\n\"MYSELF\" è richiesto quando il DLINE corrisponde all'indirizzo della persona che lo applica è collegato\nda. Se \"MYSELF\" non è dato, provare a DLINE da soli comporterà un errore.\n\n[durata] può essere nelle seguenti forme:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> è specificato nella tipica notazione CIDR. Per esempio:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifica che il ban deve essere impostato su quel server specifico.\n\n[motivo] e [motivo oper], se esistono, sono separati da una barra verticale (|).\n\nSe viene eseguito \"DLINE LIST\", il server invia una lista dei nostri DLINE attuali.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Canale rinominato",
"Channel renamed: %s": "Canale rinominato: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Client riconnesso",
"Client reconnected (message history may have been lost)": "Client riconnesso (la cronologia dei messaggi potrebbe essere andata persa)",
"Client reconnected (up to %d seconds of message history lost)": "Client riconnesso (fino a %d secondi di cronologia dei messaggi persa)",
@ -107,10 +108,12 @@
"Could not transfer channel": "Impossibile trasferire il canale",
"Could not ungroup nick": "Impossibile sgruppare il nick",
"Created at: %s": "Creato il: %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "Utenti globali attuali %[1]s, picco %[2]s",
"Current local users %[1]s, max %[2]s": "Utenti locali attuali %[1]s, picco %[2]s",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Fine di /HELPOP",
"End of /INFO": "Fine di /INFO",
"End of /WHOIS list": "Fine della lista /WHOIS",
@ -156,6 +159,7 @@
"Insufficient privileges": "Privilegi insufficienti",
"Internal error": "Errore interno",
"Invalid CAP subcommand": "Sottocomando CAP non valido",
"Invalid DEFCON parameter": "",
"Invalid account name": "Nome account non valido",
"Invalid certificate fingerprint": "Fingerprint del certificato non valido",
"Invalid channel name": "Nome del canale non valido",
@ -176,6 +180,7 @@
"MOTD File is missing": "File MOTD mancante",
"Malformed username": "Username errato",
"Mask isn't valid": "Mask non valida",
"Message rejected for containing invalid UTF-8": "",
"Messages could not be retrieved": "Impossibile recuperare i messaggi",
"Multiclient functionality is currently disabled for your account": "La funzionalità Multiclient è al momento disabilitata per il tuo account",
"Multiclient functionality is currently disabled for your account, but you can opt in": "La funzionalità Multiclient è al momento disabilitata per il tuo account, ma la puoi attivare",
@ -211,6 +216,7 @@
"Purge reason: %s": "Motivo dell'eliminazione: %s",
"Purged at: %s": "Eliminato il: %s",
"Purged by operator: %s": "Eliminato dall'operatore: %s",
"Realname is not valid": "",
"Received malformed line": "Ricevuta linea errata",
"Registered at: %s": "Registrato il: %s",
"Registered channel: %s": "Canale registrato: %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "Resettato l'accesso al canale con successo",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "Impostato il vhost con successo",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "Trasferito il canale %[1]s all'account %[2]s con successo",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "Nick %s sgruppato dal tuo account con successo",
"Successfully unpurged channel %s from the server": "Annullata l'eliminazione del canale %s con successo",
"Successfully unregistered account %s": "Account %s cancellato con successo",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "Comando sconosciuto. Per vedere i comandi disponibili, esegui: /%s HELP",
"Unknown subcommand": "Sottocomando sconosciuto",
"Unrecognized DEBUG subcommand": "Sottocomando di DEBUG non riconosciuto",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "L'utente %s non può più utilizzare vhosts",
"User %s is now allowed to use vhosts": "L'utente %s ora può usare vhosts",
"User doesn't have roleplaying mode enabled": "L'utente non ha la modalità Gioco di Ruolo attiva",
@ -324,13 +333,11 @@
"You have been marked as being away": "Sei segnato come away",
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "Ti viene offerta la proprietà del canale %[1]s. Per accettare, /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": "Hai attivato l'autoreplay dei messaggi non letti, ma non puoi ricerverli perchè il tuo client non è impostato come always-on",
"You have joined too many channels": "Sei entrato in troppi canali",
"You have sent too many registration messages": "Hai inviato troppi messaggi di registrazione",
"You have too many nicks reserved already (you can remove some with /NS DROP)": "Hai già troppi nick riservati (ne puoi rimuovere alcuni con /NS DROP)",
"You may not reregister": "Non puoi registrarti di nuovo",
"You must be an oper on the channel to register it": "Devi essere un operatore sul canale per registrarlo",
"You must be connected with TLS and a client certificate to do this": "Devi essere connesso con TLS e un certificato del client per farlo",
"You must be registered to join that channel": "Devi essere registrato per entrare in quel canale",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "Devi fare il rehash dei permessi per poter eseguire DEBUG CRASHSERVER",
"You must log in with SASL to join this server": "Devi loggare con SASL per poter entrare in questo server",
"You must specify an account": "Devi specificare un account",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "Privilegi insufficienti",
"Invalid parameters": "Parametri non validi",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Sintassi: $bUNREGISTER <username> [codice]$b\n\nUNREGISTER permette di cancellare il tuo account utente (o quello di qualcun'altro, \nse sei un IRCOp con i permessi corretti). Per prevenire cancellazioni accidentali, \nè richiesto un codice di verifica; usare il comando senza un codice, visualizzerà il codice di verifica richiesto.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Sintassi: $bVERIFY <username> <codice>$b\n\nVERIFY permette di completare la registrazione di un account, se il server richiede la verifica via email\n o un altro tipo di verifica.",
"You're not logged into an account": "Non sei loggato in un account"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Bruker moduser ==\n\nOragono støtter følgende bruker moduser:\n\n +a | Bruker er markert som vekke. Denne modusen blir satt ved /AWAY kommandoen.\n +i | Brukeren er markert som usynlig (kanalene deres er gjemt fra /WHOIS svar).\n +o | Brukeren er en IRC-operatør.\n +R | Brukeren godtar kun meldinger fra andre registrerte brukere\n +s | Server Notice Masker (se hjelp /HELP snomasks).\n +Z | Brukeren er tilkoblet via TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "Kanal omdøpt: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Klient tilkoblet på nytt",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "Kunne ikke fjerne nick fra gruppe",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Slutten av /HELPOP",
"End of /INFO": "Slutten av /INFO",
"End of /WHOIS list": "Slutten av /WHOIS listen",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "Ugyldig CAP underkommando",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD filen mangler",
"Malformed username": "Feilaktig brukernavn",
"Mask isn't valid": "Masken er ikke gyldig",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "Mottok ugyldig linje",
"Registered at: %s": "Registrert hos: %s",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"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",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "Ukjent underkommando",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"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",
@ -324,13 +333,11 @@
"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)",
"You may not reregister": "Du kan ikke registrere på nytt",
"You must be an oper on the channel to register it": "Du må være en operatør på kanalen for å registrere den",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": "Du er ikke logget inn på en konto"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "Canal renomeado: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Cliente reconectado",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Fim de /HELPOP",
"End of /INFO": "Fim de /INFO",
"End of /WHOIS list": "Fim da lista /WHOIS",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"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",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "Você precisa ser um operador no canal para registrá-lo",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": "Você não está logado em uma conta"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= Tematică de ajutor=\n\nComenzi:\n%[1]s\n\nJetoane RPL_ISUPPORT:\n%[2]s\n\nInformație:\n%[3]s",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "== Moduri de canal ==\n\nOragono suportă următoarele moduri de canal:\n\n +b | Măștile unui client, interzise pe canal (ex. *!*@127.0.0.1)\n +e | Măștile unui client, ce fac excepție de la ban.\n +I | Măștile unui client, ce fac excepție de la fanionul numai-invitație.\n +i | Fanion doar-invitație, doar clienții invitați pot intra pe canal.\n +k | Este necesară o cheie, pentru a putea intra pe canal.\n +l | Limită de clienți ce se pot alătura canalului.\n +m | Modul moderat, doar clienții privilegiați pot discuta pe canal.\n +n | Modul fără-mesaje-din-afară, doar utilizatorii care se află pe canal\n | pot trimite mesaje.\n +R | Doar utilizatorii înregistrați la servicii pot intra pe canal.\n +s | Mod secret, canalul nu va fi afișat în /LIST sau mesaje whois.\n +t | Doar operatorii canalului pot modifica topicul.\n\n= Prefixe =\n\n +q (~) | Mod fondator de canal.\n +a (&) | Mod administrator de canal.\n +o (@) | Mod operator de canal.\n +h (%) | Mod semi-op pe canal.\n +v (+) | Mod voce pe canal.",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "== Măști de atenționare de server ==\n\nOragono suportă următoarele măști de atenționare valabile pentru operatori:\n\n a | Anunțuri locale.\n c | Conexiuni clienți locali.\n j | Acțiuni canale locale.\n k | Kill locale.\n n | Schimbări locale de pseudonime.\n o | Acțiuni operatori locali.\n q | Renunțări locale.\n t | Utilizare /STATS local.\n u | Local client account actions.\n x | X-lines (DLINE/KLINE/etc) locale.\n v | Modificări locale ale gazdei virtuale.\n\nPentru a seta o mască de atenționare, setează-ți pe pseudonim:\n\n /MODE <pseudonim> +s <caracter(e)>\n\nSpre exemplu, următoarea comandă va seta modurile kill, oper, cont și xline pentru utilizatorul dan:\n\n /MODE dan +s koux",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Moduri utilizator ==\n\nOragono suportă următoarele moduri(fanioane) de utilizator:\n\n +a | Utilizatorul a fost marcat ca fiind fără activitate. Acest fanion poate fi setat cu comanda /AWAY.\n +i | Utilizatorul a fost marcat ca invizibil (canalele pe care se află vor fi ascunse în conținutul /whois).\n +o | Utilizatorul este un Operator IRC.\n +R | Utilizatorul acceptă mesaje doar de la alți utilizatori înregistrați. \n +s | Măști de Anunț de Server (vezi informații de ajutor cu comanda /HELPOP snomasks).\n +Z | Utilizatorul se conectează via TLS.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "@+client-only-tags TAGMSG <țintă>{,<țintă>}\n\nExpediază marcajele client-doar către țintele precizate ca și TAGMSG.\nVezi specificațiile IRCv3, iar pentru mai multe informații, accesează acest link:\nhttp://ircv3.net/specs/core/message-tags-3.3.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "ACC LS\nACC REGISTER <numele contului> [callback_namespace:]<callback> [tip credențiale] :<credențiale>\nACC VERIFY <numele contului> <cod de autentificare>\n\nSe utilizează la înregistrarea de conturi. Vezi specificațiile relevante\npentru mai multe informații: https://oragono.io/specs.html",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <țintă> <conținut text>\n\nComanda AMBIANCE este utilizată pentru a trimite un anunț de scenă unei ținte precizate.",
@ -13,6 +13,7 @@
"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 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ță)",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "EXTJWT <țintă> [nume_serviciu]\n\nAchiziționează un jeton web JSON pentru ținta precizată (fie * sau un nume de canal).",

View File

@ -86,6 +86,7 @@
"Channel renamed": "Canalul a fost redenumit",
"Channel renamed: %s": "Canal redenumit: %s",
"Channels with persistent history cannot be renamed": "Canalele cu istoric persistent nu pot fi redenumite",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "Clientul s-a reconectat",
"Client reconnected (message history may have been lost)": "Client reconectat (este posibil ca istoricul mesajelor să se fi pierdut)",
"Client reconnected (up to %d seconds of message history lost)": "Client reconectat (până la %d secunde de istoric mesaje, pierdute)",
@ -107,10 +108,12 @@
"Could not transfer channel": "Canalul n-a putut fi transferat",
"Could not ungroup nick": "Nu am putut degrupa pseudonimul",
"Created at: %s": "Data creării: %s",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "Utilizatori globali actuali %[1]s, max %[2]s",
"Current local users %[1]s, max %[2]s": "Utilizatori locali actuali %[1]s, max %[2]s",
"Data export for %[1]s completed and written to %[2]s": "Exportul de date pentru %[1]s este complet și rezultatul a fost scris în %[2]s",
"Device ID: %s": "ID dispozitiv: %s",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "Sfârșit /HELPOP",
"End of /INFO": "Sfârșit /INFO",
"End of /WHOIS list": "Sfârșit listă /WHOIS",
@ -156,6 +159,7 @@
"Insufficient privileges": "Privilegii insuficiente",
"Internal error": "Eroare internă",
"Invalid CAP subcommand": "Subcomandă CAP invalidă",
"Invalid DEFCON parameter": "",
"Invalid account name": "Nume de cont invalid",
"Invalid certificate fingerprint": "Amprenta certificatului este invalidă",
"Invalid channel name": "Numele canalului este invalid",
@ -176,6 +180,7 @@
"MOTD File is missing": "Fișierul MOTD lipsește",
"Malformed username": "Nume de utilizator deformat",
"Mask isn't valid": "Mască invalidă",
"Message rejected for containing invalid UTF-8": "",
"Messages could not be retrieved": "Mesajele nu au putut fi regăsite",
"Multiclient functionality is currently disabled for your account": "Funcționalitatea de clienți multipli este dezactivată, în prezent, pentru contul tău",
"Multiclient functionality is currently disabled for your account, but you can opt in": "Funcționalitatea de clienți multipli este dezactivată, în prezent, pentru contul tău, dar poți folosi opt in",
@ -211,6 +216,7 @@
"Purge reason: %s": "Motivul purjării: %s",
"Purged at: %s": "Purjat la: %s",
"Purged by operator: %s": "Purjat de către operatorul: %s",
"Realname is not valid": "",
"Received malformed line": "Am primit linie deformată",
"Registered at: %s": "Înregistrat la: %s",
"Registered channel: %s": "Canal înregistrat: %s",
@ -254,7 +260,9 @@
"Successfully reset channel access": "Lista de acces a canalului a fost resetată cu succes",
"Successfully set persistent mode %[1]s on %[2]s": "Fanionul persistent %[1]s a fost setat cu succes pentru %[2]s",
"Successfully set vhost": "Gazdă virtuală setată cu succes",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "Canalul %[1]s a fost transferat cu succes, contului %[2]s",
"Successfully un-suspended account %s": "",
"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",
@ -296,6 +304,7 @@
"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": "Subcomandă DEBUG necunoscută",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "Utilizatorului %s nu-i mai este permisă folosirea de gazde virtuale",
"User %s is now allowed to use vhosts": "Utilizatorului %s îi este permisă folosirea de gazde virtuale",
"User doesn't have roleplaying mode enabled": "Nu este disponibil fanionul roleplay pentru utilizator",
@ -324,13 +333,11 @@
"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": "Ai activat derularea automată a mesajelor pierdute, dar nu le poți primi, deoarece clientul tău nu are activă opțiunea de conectare permanentă",
"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)",
"You may not reregister": "Nu te poți reînregistra",
"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": "Trebuie să deții privilegii de rehash, pentru a putea executa 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",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "$bCERT$b controlează amprentele certificatului aparținând unui cont de utilizator",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "$bDM-HISTORY$b\nOpțiunea „dm-history” are efect doar pentru conturile cu parametrul „always-on” activ.\nÎți permite să gestionezi modul în care istoricul mesajelor directe este stocat.\nOpțiunile disponibile, sunt:\n1. „off” [fără istoric]\n2. „ephemeral” [istoric temporar, de dimensiune limitată, nu se stochează pe disc]\n3. „on” [istoricul se stochează permanen, într-o bază de date, dacă este disponibilă]\n4. „default” [folosește setările implicite, ale serverului]",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "$bDROP$b înlătură pseudonimul actual (sau cel specificat) din contul tău de utilizator.",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "$bENFORCE$b\nOpțiunea „enforce” îți permite să specifici un mecanism personalizat, de executare,\npentru pseudonimele tale înregistrate. \nOpțiunile disponibile sunt:\n1. „none” [nici o aplicare, sărind peste setările implicite, ale serverului]\n2. „strict” [trebuie să te autentifici, pentru a putea folosi pseudonimul]\n3. „default” [folosește valorile implicite, ale serverului]",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "$bERASE$b șterge toate înregistrările unui cont de utilizator, permițând ca acesta să poată fi reînregistrat.",
"$bGET$b queries the current values of your account settings": "$bGET$b interoghează valorile actuale ale setărilor contului tău",
"$bGHOST$b reclaims your nickname.": "$bGHOST$b îți permite să-ți recuperezi pseudonimul.",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "$bSASET$b permite modificarea setărilor unui alt cont de utilizator",
"$bSESSIONS$b lists the sessions attached to a nickname.": "$bSESSIONS$b afișează sesiunile atașate unui pseudonim.",
"$bSET$b modifies your account settings": "$bSET$b modifică setările contului tău",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "$bUNREGISTER$b îți permite să-ți ștergi contul de utilizator.",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "$bVERIFY$b îți permite să completezi procesul de înregistrare al unui cont.",
"Insufficient privileges": "Privilegii insuficiente",
"Invalid parameters": "Parametri invalizi",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "Sintaxă: $bSAREGISTER <nume de utilizator> [parolă]$b\n\nSAREGISTER înregistrează un cont de utilizator, în numele altcuiva. Se folosește, cu precădere,\ndacă serverul este configurat ca toate conexiunile să necesite SASL;\nun administrator poate utiliza această comandă pentru creearea de noi conturi.",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "Sintaxă: $bSASET <cont> <setare> <valoare>$b\n\nSASET modifică valorile setărilor contului unui utilizator. Pentru informații\nsuplimentare, despre setări și valorile posibile, vezi HELP SET.",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "Sintaxă: $bSESSIONS [pseudonim]$b\n\nSESSIONS afișează informații, despre sesiunile atașate curent, prin intermediul\nfuncției de clienți multipli, pseudonimului tău. Un administrator poate utiliza\naceastă comandă pentru a lista sesiunile altor utilizatori.",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Sintaxă: $bUNREGISTER <utilizator> [cod]$b\n\nComanda UNREGISTER îți permite să-ți ștergi contul de utilizator (sau al altui utilizator\ndacă ești Operator IRC cu privilegii corecte). Pentru a preveni ștergerile accidentale,\neste necesar un cod de verificare; invocând comanda fără un cod, serverul va afișa \ncodul necesar, pentru o folosire ulterioară.",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Sintaxă: $bVERIFY <utilizator> <cod>$b\n\nComanda VERIFY îți permite să completezi o înregistrare de cont, dacă serverul necesită verificare\nprin email, sau de oricare alt tip.",
"You're not logged into an account": "Nu te-ai autentificat la niciun cont"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== Kullanıcı Modları ==\n\nOragono aşağıdaki kullanıcı modlarını destekler:\n\n +a | Kullanıcı uzakta olarak işaretlendi. Bu mod /AWAY komutuyla ayarlanır.\n +i | Kullanıcı görünmez olarak işaretlendi (kanalları whois cevaplarından saklandı).\n +o | Kullanıcı bir IRC operatörü.\n +R | Kullanıcı sadece diğer kayıtlı kullanıcılardan gelen mesajları kabul eder. \n +s | Sunucu Uyarı Maskeleri (/HELPOP snomask ile yardım bak).\n +Z | Kullanıcı TLS üzerinden bağlandı.",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "@+client-only-tags TAGMSG <target>{,<target>}\n\nBir TAGMSG olarak belirli hedeflere sadece istemci etiketlerini gönderir. Daha fazla\nbilgi için IRCv3 özelliklerine bak: http://ircv3.net/specs/core/message-tags-3.3.html",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "AMBIANCE <target> <text to be sent>\n\nAMBIANCE komutu belirli hedefe bir olay bildirimi göndermek için kullanılır.",
@ -13,6 +13,7 @@
"CAP <subcommand> [:<capabilities>]\n\nUsed in capability negotiation. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html": "CAP <subcommand> [:<capabilities>]\n\nKabiliyet müzakeresinde kullanılır. Daha fazla bilgi için IRCv3 özelliklerine bak:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html",
"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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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 <server>] [reason [| oper reason]]\nDLINE LIST\n\nBir IP adresini veya ağı sunucuya bağlanmaktan yasaklar. Süre verilirse o zaman sadece \nbu uzunluk için. Sebep kullanıcı kendilerine gösterilir ama başka herkes standart bir\nmesaj görecek. Operatör nedeni operatörlere mevcut olan DLINE'lar hakkında bilgi\niçin gösterilir.\n\nYasaklar sunucunun sonradan başlatılmalarına müteakip kaydedilir.\n\n\"ANDKILL\", eşleşen tüm istemciler ayrıca sunucudan kaldırılır.\n\n\"MYSELF\" kişinin nereden bağlanılmasını kabul ettiği yerden DLINE adresle eşleştiğinde gereklidir.\n\"MYSELF\" verilmemişse, kendi kendinize DLINE denemek bir hatada sonuç verecektir.\n\n[duration] aşağıdaki biçimlerde olabilir\n\t1y 12mo 31d 10h 8m 13s\n\n<net> tipik CIDR notasyonunda belirtilir. Örneğin:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> yasağın bu özel sunucuda ayarlanacağını belirtir.\n\n[reason] ve [oper reason], mevcutsa, bir dikey barla ayrılır ( I).\n\n\"DLINE LIST\" gönderildiyse, sunucu bizim geçerli DLINE'ların bir listesini geri gönderir.",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "Kanal adı değiştirildi: %s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "İstemci tekrar bağlandı",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "/HELPOP sonu",
"End of /INFO": "/INFO sonu",
"End of /WHOIS list": "/WHOIS listesi sonu",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "Geçersiz CAP alt komutu",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD Dosyası kayıp",
"Malformed username": "Sakat kullanıcı adı",
"Mask isn't valid": "Maske geçerli değil",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "Alınan kusurlu satır",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "Bilinmeyen alt komut",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "Kullanıcının etkinleştirilmiş rol yapma modu yok",
@ -324,13 +333,11 @@
"You have been marked as being away": "Uzakta olarak işaretlendiniz",
"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)": "",
"You may not reregister": "Tekrar kayıt olamayablirsiniz",
"You must be an oper on the channel to register it": "Onu kaydetmek için kanalda bir operatör olmalısınız",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "== 用户状态 ==\n\nOragono 支持如下用户状态:\n\n +a | 用户设为离开。这个状态使用 /AWAY 指令设置。\n +i | 用户设为隐身 (他们的频道在 whois 回复中被隐藏).\n +o | 用户为 IRC 管理员。\n +R | 用户只接收注册用户的信息。\n +s | 服务器通知过滤(使用 /HELPOP snomasks查看帮助。\n +Z | 用户通过 TLS 登录。",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "频道重命名:%s",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "用户已重新连接",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "未能解绑昵称",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "/HELPOP已无后续",
"End of /INFO": "/INFO已无后续",
"End of /WHOIS list": "/WHOIS列表已无后续",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "无效CAP子命令",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "MOTD文件丢失",
"Malformed username": "用户名错误",
"Mask isn't valid": "标识无效",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "接收到的格式不正确的行",
"Registered at: %s": "您欲注册的账户或聊天室已存在于:%s",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "成功从你的账户解绑昵称%s",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "成功删除账户%s",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "未知子命令",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "用户未启用角色扮演模式",
@ -324,13 +333,11 @@
"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先移除一些昵称",
"You may not reregister": "您无须重新注册",
"You must be an oper on the channel to register it": "您必须是频道管理员才可注册它",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": "您尚未登录"
}

View File

@ -1,8 +1,8 @@
{
"= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can join the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n +E | Roleplaying commands are enabled in the channel.\n +C | Clients are blocked from sending CTCP messages in the channel.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "",
"== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n v | Local vhost changes.\n\nTo set a snomask, do this with your nickname:\n\n /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.": "",
"== User Modes ==\n\nOragono supports the following user modes:\n\n +a | User is marked as being away. This mode is set with the /AWAY command.\n +i | User is marked as invisible (their channels are hidden from whois replies).\n +o | User is an IRC operator.\n +R | User only accepts messages from other registered users. \n +s | Server Notice Masks (see help with /HELPOP snomasks).\n +Z | User is connected via TLS.\n +B | User is a bot.\n +E | User can receive roleplaying commands.\n +T | User is blocked from sending CTCP messages.": "",
"@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
"ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
"AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
@ -13,6 +13,7 @@
"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 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)": "",
"DEFCON [level]\n\nThe DEFCON system can disable server features at runtime, to mitigate\nspam or other hostile activity. It has five levels, which are cumulative\n(i.e., level 3 includes all restrictions from level 4 and so on):\n\n5: Normal operation\n4: No new account or channel registrations\n3: All users are +R; no changes to vhosts\n2: No new unauthenticated connections; all channels are +R\n1: No new connections except from localhost or other trusted IPs": "",
"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.": "",
"EXTJWT <target> [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "",

View File

@ -86,6 +86,7 @@
"Channel renamed": "",
"Channel renamed: %s": "",
"Channels with persistent history cannot be renamed": "",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "",
"Client reconnected": "",
"Client reconnected (message history may have been lost)": "",
"Client reconnected (up to %d seconds of message history lost)": "",
@ -107,10 +108,12 @@
"Could not transfer channel": "",
"Could not ungroup nick": "",
"Created at: %s": "",
"Current DEFCON level is %d": "",
"Current global users %[1]s, max %[2]s": "",
"Current local users %[1]s, max %[2]s": "",
"Data export for %[1]s completed and written to %[2]s": "",
"Device ID: %s": "",
"Direct messages from unregistered users are temporarily restricted": "",
"End of /HELPOP": "",
"End of /INFO": "",
"End of /WHOIS list": "",
@ -156,6 +159,7 @@
"Insufficient privileges": "",
"Internal error": "",
"Invalid CAP subcommand": "",
"Invalid DEFCON parameter": "",
"Invalid account name": "",
"Invalid certificate fingerprint": "",
"Invalid channel name": "",
@ -176,6 +180,7 @@
"MOTD File is missing": "",
"Malformed username": "",
"Mask isn't valid": "",
"Message rejected for containing invalid UTF-8": "",
"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": "",
@ -211,6 +216,7 @@
"Purge reason: %s": "",
"Purged at: %s": "",
"Purged by operator: %s": "",
"Realname is not valid": "",
"Received malformed line": "",
"Registered at: %s": "",
"Registered channel: %s": "",
@ -254,7 +260,9 @@
"Successfully reset channel access": "",
"Successfully set persistent mode %[1]s on %[2]s": "",
"Successfully set vhost": "",
"Successfully suspended account %s": "",
"Successfully transferred channel %[1]s to account %[2]s": "",
"Successfully un-suspended account %s": "",
"Successfully ungrouped nick %s with your account": "",
"Successfully unpurged channel %s from the server": "",
"Successfully unregistered account %s": "",
@ -296,6 +304,7 @@
"Unknown command. To see available commands, run: /%s HELP": "",
"Unknown subcommand": "",
"Unrecognized DEBUG subcommand": "",
"Usage: REGISTER <passphrase> [email]": "",
"User %s is no longer allowed to use vhosts": "",
"User %s is now allowed to use vhosts": "",
"User doesn't have roleplaying mode enabled": "",
@ -324,13 +333,11 @@
"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)": "",
"You may not reregister": "",
"You must be an oper on the channel to register it": "",
"You must be connected with TLS and a client certificate to do this": "",
"You must be registered to join that channel": "",
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "",
"You must log in with SASL to join this server": "",
"You must specify an account": "",

View File

@ -6,7 +6,7 @@
"$bCERT$b controls a user account's certificate fingerprints": "",
"$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
"$bDROP$b de-links your current (or the given) nickname from your user account.": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n or else they will be renamed]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'strict' [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
"$bERASE$b erases all records of an account, allowing reuse.": "",
"$bGET$b queries the current values of your account settings": "",
"$bGHOST$b reclaims your nickname.": "",
@ -24,7 +24,9 @@
"$bSASET$b modifies another user's account settings": "",
"$bSESSIONS$b lists the sessions attached to a nickname.": "",
"$bSET$b modifies your account settings": "",
"$bSUSPEND$b disables an account and disconnects the clients": "",
"$bUNREGISTER$b lets you delete your user account.": "",
"$bUNSUSPEND$b restores access to a suspended account": "",
"$bVERIFY$b lets you complete account registration.": "",
"Insufficient privileges": "",
"Invalid parameters": "",
@ -49,7 +51,9 @@
"Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
"Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
"Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
"Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
"Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "",
"Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
"Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "",
"You're not logged into an account": ""
}