diff --git a/languages/example/chanserv.lang.json b/languages/example/chanserv.lang.json index 71e44849..f659d066 100644 --- a/languages/example/chanserv.lang.json +++ b/languages/example/chanserv.lang.json @@ -4,6 +4,7 @@ "$bGET$b queries the current values of a channel's settings": "$bGET$b queries the current values of a channel's settings", "$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]": "$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off' [no history]\n2. 'ephemeral' [a limited amount of temporary history, not stored on disk]\n3. 'on' [history stored in a permanent database, if available]\n4. 'default' [use the server default]", "$bINFO$b displays info about a registered channel.": "$bINFO$b displays info about a registered channel.", + "$bLIST$b searches the list of registered channels.": "$bLIST$b searches the list of registered channels.", "$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b makes the given user (or yourself) a channel admin.", "$bPURGE$b blacklists a channel from the server.": "$bPURGE$b blacklists a channel from the server.", "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b lets you own a given channel.", @@ -17,6 +18,7 @@ "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.", "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.", "Syntax: $bGET #channel $b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "Syntax: $bGET #channel $b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.", + "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered channels, which match the given regex.\nIf no regex is provided, all registered channels are returned.": "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered channels, which match the given regex.\nIf no regex is provided, all registered channels are returned.", "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.", "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.", "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.", diff --git a/languages/example/help.lang.json b/languages/example/help.lang.json index 59b0d158..1cf60574 100644 --- a/languages/example/help.lang.json +++ b/languages/example/help.lang.json @@ -1,7 +1,7 @@ { "= Help Topics =\n\nCommands:\n%[1]s\n\nRPL_ISUPPORT Tokens:\n%[2]s\n\nInformation:\n%[3]s": "= 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 talk in the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.": "== Channel Modes ==\n\nOragono supports the following channel modes:\n\n +b | Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n +e | Client masks that are exempted from bans.\n +I | Client masks that are exempted from the invite-only flag.\n +i | Invite-only mode, only invited clients can join the channel.\n +k | Key required when joining the channel.\n +l | Client join limit for the channel.\n +m | Moderated mode, only privileged clients can talk on the channel.\n +n | No-outside-messages mode, only users that are on the channel can send\n | messages to it.\n +R | Only registered users can talk in the channel.\n +s | Secret mode, channel won't show up in /LIST or whois replies.\n +t | Only channel opers can modify the topic.\n\n= Prefixes =\n\n +q (~) | Founder channel mode.\n +a (&) | Admin channel mode.\n +o (@) | Operator channel mode.\n +h (%) | Halfop channel mode.\n +v (+) | Voice channel mode.", - "== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n /MODE +s \n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n a | Local announcements.\n c | Local client connections.\n j | Local channel actions.\n k | Local kills.\n n | Local nick changes.\n o | Local oper actions.\n q | Local quits.\n t | Local /STATS usage.\n u | Local client account actions.\n x | Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n /MODE +s \n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux", + "== 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\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 +s \n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n /MODE dan +s koux": "== 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 +s \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.", "@+client-only-tags TAGMSG {,}\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 {,}\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 [callback_namespace:] [cred_type] :\nACC VERIFY \n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "ACC LS\nACC REGISTER [callback_namespace:] [cred_type] :\nACC VERIFY \n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html", diff --git a/languages/example/hostserv.lang.json b/languages/example/hostserv.lang.json index f114053f..5b8191f6 100644 --- a/languages/example/hostserv.lang.json +++ b/languages/example/hostserv.lang.json @@ -9,6 +9,7 @@ "$bREJECT$b rejects a user's vhost request.": "$bREJECT$b rejects a user's vhost request.", "$bREQUEST$b requests a new vhost, pending operator approval.": "$bREQUEST$b requests a new vhost, pending operator approval.", "$bSET$b sets a user's vhost.": "$bSET$b sets a user's vhost.", + "$bSETCLOAKSECRET$b modifies the IP cloaking secret.": "$bSETCLOAKSECRET$b modifies the IP cloaking secret.", "$bSTATUS$b shows your vhost and request status.": "$bSTATUS$b shows your vhost and request status.", "$bTAKE$b sets your vhost to one of the options from the offer list.": "$bTAKE$b sets your vhost to one of the options from the offer list.", "$bWAITING$b shows a list of pending vhost requests.": "$bWAITING$b shows a list of pending vhost requests.", @@ -23,6 +24,7 @@ "Syntax: $bREJECT []$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Syntax: $bREJECT []$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.", "Syntax: $bREQUEST $b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Syntax: $bREQUEST $b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.", "Syntax: $bSET $b\n\nSET sets a user's vhost, bypassing the request system.": "Syntax: $bSET $b\n\nSET sets a user's vhost, bypassing the request system.", + "Syntax: $bSETCLOAKSECRET$b [code]\n\nSETCLOAKSECRET can be used to set or rotate the cloak secret. You should use\na cryptographically strong secret. To prevent accidental modification, a\nverification code is required; invoking the command without a code will\ndisplay the necessary code.": "Syntax: $bSETCLOAKSECRET$b [code]\n\nSETCLOAKSECRET can be used to set or rotate the cloak secret. You should use\na cryptographically strong secret. To prevent accidental modification, a\nverification code is required; invoking the command without a code will\ndisplay the necessary code.", "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.", "Syntax: $bTAKE$b \n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "Syntax: $bTAKE$b \n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.", "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.", diff --git a/languages/example/irc.lang.json b/languages/example/irc.lang.json index 8b5cbe19..94b3f5e3 100644 --- a/languages/example/irc.lang.json +++ b/languages/example/irc.lang.json @@ -1,5 +1,7 @@ { " $b/msg %s HELP $b": " $b/msg %s HELP $b", + "$bWarning: changing the cloak secret will invalidate stored ban/invite/exception lists.$b": "$bWarning: changing the cloak secret will invalidate stored ban/invite/exception lists.$b", + "$bWarning: erasing this account will allow it to be re-registered; consider UNREGISTER instead.$b": "$bWarning: erasing this account will allow it to be re-registered; consider UNREGISTER instead.$b", "$bWarning: unregistering this account will remove its stored privileges.$b": "$bWarning: unregistering this account will remove its stored privileges.$b", "$bWarning: unregistering this channel will remove all stored channel attributes.$b": "$bWarning: unregistering this channel will remove all stored channel attributes.$b", "$bWarning: you are about to transfer control of your channel to another user.$b": "$bWarning: you are about to transfer control of your channel to another user.$b", @@ -9,15 +11,22 @@ "%[1]s kicked %[2]s (%[3]s)": "%[1]s kicked %[2]s (%[3]s)", "%[1]s left the channel (%[2]s)": "%[1]s left the channel (%[2]s)", "%[1]s quit (%[2]s)": "%[1]s quit (%[2]s)", + "%[1]s set channel modes: %[2]s": "%[1]s set channel modes: %[2]s", + "%[1]s set the channel topic to: %[2]s": "%[1]s set the channel topic to: %[2]s", "%s [params]": "%s [params]", "%s joined the channel": "%s joined the channel", + "*** $bChanServ LIST$b ***": "*** $bChanServ LIST$b ***", "*** $bEnd of %s HELP$b ***": "*** $bEnd of %s HELP$b ***", + "*** $bEnd of ChanServ LIST$b ***": "*** $bEnd of ChanServ LIST$b ***", + "*** $bEnd of NickServ LIST$b ***": "*** $bEnd of NickServ LIST$b ***", + "*** $bNickServ LIST$b ***": "*** $bNickServ LIST$b ***", "*** Could not find your username": "*** Could not find your username", "*** Found your username": "*** Found your username", "*** Got a malformed username, ignoring": "*** Got a malformed username, ignoring", "*** Looking up your username": "*** Looking up your username", "- %s Message of the day - ": "- %s Message of the day - ", "... and other commands which have been disabled": "... and other commands which have been disabled", + "A client is already using that account; try logging out and logging back in with SASL": "A client is already using that account; try logging out and logging back in with SASL", "A request is pending for vhost: %s": "A request is pending for vhost: %s", "A request was previously made for vhost: %s": "A request was previously made for vhost: %s", "Account %[1]s has vhost: %[2]s": "Account %[1]s has vhost: %[2]s", @@ -36,10 +45,12 @@ "Additional grouped nick: %s": "Additional grouped nick: %s", "An administrator has denied you the ability to use vhosts": "An administrator has denied you the ability to use vhosts", "An error occurred": "An error occurred", + "Authentication failed: %s": "Authentication failed: %s", "Authentication successful": "Authentication successful", "Autoreplay of missed messages is enabled": "Autoreplay of missed messages is enabled", "Bad or unauthorized PROXY command": "Bad or unauthorized PROXY command", "Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - added by %[2]s - %[3]s", + "Because your client is not always-on, auto-away is disabled": "Because your client is not always-on, auto-away is disabled", "CTCP messages are disabled over Tor": "CTCP messages are disabled over Tor", "Can't change modes for other users": "Can't change modes for other users", "Can't purge invalid channel %s": "Can't purge invalid channel %s", @@ -51,6 +62,7 @@ "Cannot resume connection, connection registration has already been completed": "Cannot resume connection, connection registration has already been completed", "Cannot resume connection, old and new clients must have TLS": "Cannot resume connection, old and new clients must have TLS", "Cannot resume connection, token is not valid": "Cannot resume connection, token is not valid", + "Cannot send a blank line with the multiline concat tag": "Cannot send a blank line with the multiline concat tag", "Cannot send to channel": "Cannot send to channel", "Cannot send to channel (+%s)": "Cannot send to channel (+%s)", "Certfp: %s": "Certfp: %s", @@ -70,9 +82,10 @@ "Channel doesn't have roleplaying mode available": "Channel doesn't have roleplaying mode available", "Channel is not registered": "Channel is not registered", "Channel list is full": "Channel list is full", - "Channel name is not valid": "Channel name is not valid", + "Channel registration is restricted to server operators": "Channel registration is restricted to server operators", "Channel renamed": "Channel renamed", "Channel renamed: %s": "Channel renamed: %s", + "Channels with persistent history cannot be renamed": "Channels with persistent history cannot be renamed", "Client reconnected": "Client reconnected", "Client reconnected (message history may have been lost)": "Client reconnected (message history may have been lost)", "Client reconnected (up to %d seconds of message history lost)": "Client reconnected (up to %d seconds of message history lost)", @@ -80,11 +93,13 @@ "Command restricted": "Command restricted", "Core Developers:": "Core Developers:", "Could not accept ownership of channel %s": "Could not accept ownership of channel %s", + "Could not delete message": "Could not delete message", "Could not find given client": "Could not find given client", - "Could not login with your TLS certificate or supplied username/password": "Could not login with your TLS certificate or supplied username/password", + "Could not look up account name, proceeding anyway": "Could not look up account name, proceeding anyway", "Could not parse IP address or CIDR network": "Could not parse IP address or CIDR network", "Could not register": "Could not register", "Could not remove ban [%s]": "Could not remove ban [%s]", + "Could not retrieve history": "Could not retrieve history", "Could not set or change nickname: %s": "Could not set or change nickname: %s", "Could not successfully save new D-LINE: %s": "Could not successfully save new D-LINE: %s", "Could not successfully save new K-LINE: %s": "Could not successfully save new K-LINE: %s", @@ -93,6 +108,7 @@ "Created at: %s": "Created at: %s", "Current global users %[1]s, max %[2]s": "Current global users %[1]s, max %[2]s", "Current local 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": "Data export for %[1]s completed and written to %[2]s", "End of /HELPOP": "End of /HELPOP", "End of /INFO": "End of /INFO", "End of /WHOIS list": "End of /WHOIS list", @@ -101,9 +117,13 @@ "End of NAMES list": "End of NAMES list", "End of WHO list": "End of WHO list", "End of WHOWAS": "End of WHOWAS", + "End of history playback": "End of history playback", "End of list": "End of list", + "Enqueued account %s for message deletion": "Enqueued account %s for message deletion", "Erroneous nickname": "Erroneous nickname", + "Error deleting message: %v": "Error deleting message: %v", "Error loading account data": "Error loading account data", + "Error opening export file: %v": "Error opening export file: %v", "Error reserving nickname": "Error reserving nickname", "Error while unregistering account": "Error while unregistering account", "Fake source must be a valid nickname": "Fake source must be a valid nickname", @@ -113,6 +133,8 @@ "Former Core Developers:": "Former Core Developers:", "Founder: %s": "Founder: %s", "GHOSTed by %s": "GHOSTed by %s", + "Given current server settings, auto-away is disabled for your client": "Given current server settings, auto-away is disabled for your client", + "Given current server settings, auto-away is enabled for your client": "Given current server settings, auto-away is enabled for your client", "Given current server settings, the channel history setting is: %s": "Given current server settings, the channel history setting is: %s", "Given current server settings, your client is always-on": "Given current server settings, your client is always-on", "Given current server settings, your client is not always-on": "Given current server settings, your client is not always-on", @@ -141,6 +163,7 @@ "Invalid parameters": "Invalid parameters", "Invalid parameters. For usage, do /msg %[1]s HELP %[2]s": "Invalid parameters. For usage, do /msg %[1]s HELP %[2]s", "Invalid params": "Invalid params", + "Invalid regex": "Invalid regex", "Invalid vhost": "Invalid vhost", "It was rejected for reason: %s": "It was rejected for reason: %s", "JOIN 0 is not allowed": "JOIN 0 is not allowed", @@ -161,7 +184,6 @@ "Nickname is reserved by a different account": "Nickname is reserved by a different account", "No DLINEs have been set!": "No DLINEs have been set!", "No changes were made": "No changes were made", - "No command given": "No command given", "No nickname given": "No nickname given", "No such account": "No such account", "No such channel": "No such channel", @@ -182,7 +204,6 @@ "Permission Denied": "Permission Denied", "Permission Denied - You're not an IRC operator": "Permission Denied - You're not an IRC operator", "Please wait at least %v and try again": "Please wait at least %v and try again", - "Proxied IP address is not valid: [%s]": "Proxied IP address is not valid: [%s]", "Purge reason: %s": "Purge reason: %s", "Purged at: %s": "Purged at: %s", "Purged by operator: %s": "Purged by operator: %s", @@ -190,13 +211,15 @@ "Registered at: %s": "Registered at: %s", "Registered channel: %s": "Registered channel: %s", "Registration requires a valid e-mail address": "Registration requires a valid e-mail address", - "Rehashing": "Rehashing", + "Rehash complete": "Rehash complete", "Remote servers not yet supported": "Remote servers not yet supported", "Removed D-Line for %s": "Removed D-Line for %s", "Removed K-Line for %s": "Removed K-Line for %s", "Requesting the %s client capability is forbidden": "Requesting the %s client capability is forbidden", "Resume may have lost some message history": "Resume may have lost some message history", "Resume may have lost up to %d seconds of history": "Resume may have lost up to %d seconds of history", + "Roleplaying has been disabled by the server administrators": "Roleplaying has been disabled by the server administrators", + "Rotated the cloak secret; you must rehash or restart the server for it to take effect": "Rotated the cloak secret; you must rehash or restart the server for it to take effect", "SASL authentication aborted": "SASL authentication aborted", "SASL authentication failed": "SASL authentication failed", "SASL authentication failed, you are not connecting with a certificate": "SASL authentication failed, you are not connecting with a certificate", @@ -209,26 +232,27 @@ "Session %d (currently attached session):": "Session %d (currently attached session):", "Session %d:": "Session %d:", "Some additional message history may have been lost": "Some additional message history may have been lost", + "Started exporting data for account %[1]s to file %[2]s": "Started exporting data for account %[1]s to file %[2]s", "Successfully accepted ownership of channel %s": "Successfully accepted ownership of channel %s", "Successfully approved vhost request for %s": "Successfully approved vhost request for %s", "Successfully changed the channel settings": "Successfully changed the channel settings", "Successfully changed your account settings": "Successfully changed your account settings", "Successfully cleared vhost": "Successfully cleared vhost", + "Successfully deleted message": "Successfully deleted message", "Successfully disabled your vhost": "Successfully disabled your vhost", "Successfully enabled your vhost": "Successfully enabled your vhost", + "Successfully granted operator privileges": "Successfully granted operator privileges", "Successfully grouped nick %s with your account": "Successfully grouped nick %s with your account", - "Successfully op'd in channel %s": "Successfully op'd in channel %s", "Successfully purged channel %s from the server": "Successfully purged channel %s from the server", "Successfully registered account %s": "Successfully registered account %s", "Successfully rejected vhost request for %s": "Successfully rejected vhost request for %s", "Successfully reset channel access": "Successfully reset channel access", - "Successfully set mode %s": "Successfully set mode %s", + "Successfully set persistent mode %s%s on %s": "Successfully set persistent mode %s%s on %s", "Successfully set vhost": "Successfully set vhost", "Successfully transferred channel %[1]s to account %[2]s": "Successfully transferred channel %[1]s to account %[2]s", "Successfully ungrouped nick %s with your account": "Successfully ungrouped nick %s with your account", "Successfully unpurged channel %s from the server": "Successfully unpurged channel %s from the server", "Successfully unregistered account %s": "Successfully unregistered account %s", - "That account is set to always-on; try logging out and logging back in with SASL": "That account is set to always-on; try logging out and logging back in with SASL", "That certificate fingerprint is already associated with another account": "That certificate fingerprint is already associated with another account", "That certificate fingerprint was already authorized": "That certificate fingerprint was already authorized", "That channel is not registered": "That channel is not registered", @@ -249,14 +273,13 @@ "This command has been disabled by the server administrators": "This command has been disabled by the server administrators", "This feature has been disabled by the server administrators": "This feature has been disabled by the server administrators", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.", + "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.", "This server was created %s": "This server was created %s", "This vhost is currently disabled, but can be enabled with /HS ON": "This vhost is currently disabled, but can be enabled with /HS ON", "Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it", "To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD", - "To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s": "To confirm account unregistration, type: /NS UNREGISTER %[1]s %[2]s", - "To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s": "To confirm channel unregistration, type: /CS UNREGISTER %[1]s %[2]s", "To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s", - "To crash the server, issue the following command: /DEBUG CRASHSERVER %s": "To crash the server, issue the following command: /DEBUG CRASHSERVER %s", + "To confirm, run this command: %s": "To confirm, run this command: %s", "To see in-depth help for a specific command, try:": "To see in-depth help for a specific command, try:", "To verify your account, issue the following command:": "To verify your account, issue the following command:", "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance", @@ -269,6 +292,8 @@ "User %s is no longer allowed to use vhosts": "User %s is no longer allowed to use vhosts", "User %s is now allowed to use vhosts": "User %s is now allowed to use vhosts", "User doesn't have roleplaying mode enabled": "User doesn't have roleplaying mode enabled", + "User is already on that channel": "User is already on that channel", + "User is currently disconnected": "User is currently disconnected", "Verification code: %s": "Verification code: %s", "Verify your account on %s": "Verify your account on %s", "WEBIRC command is not usable from your address or incorrect password given": "WEBIRC command is not usable from your address or incorrect password given", @@ -282,6 +307,7 @@ "You can't GHOST an always-on client": "You can't GHOST an always-on client", "You can't GHOST yourself (try /QUIT instead)": "You can't GHOST yourself (try /QUIT instead)", "You can't delete your password unless you add a certificate fingerprint": "You can't delete your password unless you add a certificate fingerprint", + "You can't mix secure and insecure connections to this account": "You can't mix secure and insecure connections to this account", "You can't remove all your certificate fingerprints unless you add a password": "You can't remove all your certificate fingerprints unless you add a password", "You can't ungroup your primary nickname (try unregistering your account instead)": "You can't ungroup your primary nickname (try unregistering your account instead)", "You don't have enough channel privileges": "You don't have enough channel privileges", @@ -301,6 +327,7 @@ "You must have rehash permissions in order to execute DEBUG CRASHSERVER": "You must have rehash permissions in order to execute DEBUG CRASHSERVER", "You must log in with SASL to join this server": "You must log in with SASL to join this server", "You must specify an account": "You must specify an account", + "You must use your account name as your nickname": "You must use your account name as your nickname", "You must wait an additional %v before making another request": "You must wait an additional %v before making another request", "You must wait an additional %v before taking a vhost": "You must wait an additional %v before taking a vhost", "You need to register before you can use that command": "You need to register before you can use that command", @@ -323,15 +350,18 @@ "Your host is %[1]s, running version %[2]s": "Your host is %[1]s, running version %[2]s", "Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.", "Your stored always-on setting is: %s": "Your stored always-on setting is: %s", + "Your stored auto-away setting is: %s": "Your stored auto-away setting is: %s", "Your stored direct message history setting is: %s": "Your stored direct message history setting is: %s", "Your stored nickname enforcement setting is: %s": "Your stored nickname enforcement setting is: %s", "Your vhost request was approved by an administrator": "Your vhost request was approved by an administrator", + "Your vhost request was rejected by an administrator": "Your vhost request was rejected by an administrator", "Your vhost request was rejected by an administrator. The reason given was: %s": "Your vhost request was rejected by an administrator. The reason given was: %s", "Your vhost request will be reviewed by an administrator": "Your vhost request will be reviewed by an administrator", "are supported by this server": "are supported by this server", "channels formed": "channels formed", "has client certificate fingerprint %s": "has client certificate fingerprint %s", "is a $bBot$b on %s": "is a $bBot$b on %s", + "is a network service": "is a network service", "is an unknown mode character to me": "is an unknown mode character to me", "is logged in as": "is logged in as", "is using a secure connection": "is using a secure connection", diff --git a/languages/example/nickserv.lang.json b/languages/example/nickserv.lang.json index 3fadb5f5..45652154 100644 --- a/languages/example/nickserv.lang.json +++ b/languages/example/nickserv.lang.json @@ -1,16 +1,19 @@ { "$bALWAYS-ON$b\n'always-on' controls whether your nickname/identity will remain active\neven while you are disconnected from the server. Your options are 'true',\n'false', and 'default' (use the server default value).": "$bALWAYS-ON$b\n'always-on' controls whether your nickname/identity will remain active\neven while you are disconnected from the server. Your options are 'true',\n'false', and 'default' (use the server default value).", + "$bAUTO-AWAY$b\n'auto-away' is only effective for always-on clients. If enabled, you will\nautomatically be marked away when all your sessions are disconnected, and\nautomatically return from away when you connect again.": "$bAUTO-AWAY$b\n'auto-away' is only effective for always-on clients. If enabled, you will\nautomatically be marked away when all your sessions are disconnected, and\nautomatically return from away when you connect again.", "$bAUTOREPLAY-LINES$b\n'autoreplay-lines' controls the number of lines of channel history that will\nbe replayed to you automatically when joining a channel. Your options are any\npositive number, 0 to disable the feature, and 'default' to use the server\ndefault.": "$bAUTOREPLAY-LINES$b\n'autoreplay-lines' controls the number of lines of channel history that will\nbe replayed to you automatically when joining a channel. Your options are any\npositive number, 0 to disable the feature, and 'default' to use the server\ndefault.", "$bAUTOREPLAY-MISSED$b\n'autoreplay-missed' is only effective for always-on clients. If enabled,\nif you have at most one active session, the server will remember the time\nyou disconnect and then replay missed messages to you when you reconnect.\nYour options are 'on' and 'off'.": "$bAUTOREPLAY-MISSED$b\n'autoreplay-missed' is only effective for always-on clients. If enabled,\nif you have at most one active session, the server will remember the time\nyou disconnect and then replay missed messages to you when you reconnect.\nYour options are 'on' and 'off'.", "$bCERT$b controls a user account's certificate fingerprints": "$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]": "$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.": "$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]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]": "$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. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]", + "$bERASE$b erases all records of an account, allowing reuse.": "$bERASE$b erases all records of an account, allowing reuse.", "$bGET$b queries the current values of your account settings": "$bGET$b queries the current values of your account settings", "$bGHOST$b reclaims your nickname.": "$bGHOST$b reclaims your nickname.", "$bGROUP$b links your current nickname to your user account.": "$bGROUP$b links your current nickname to your user account.", "$bIDENTIFY$b lets you login to your account.": "$bIDENTIFY$b lets you login to your account.", "$bINFO$b gives you information on a user account.": "$bINFO$b gives you information on a user account.", + "$bLIST$b searches the list of registered nicknames.": "$bLIST$b searches the list of registered nicknames.", "$bMULTICLIENT$b\nIf 'multiclient' is enabled and you are already logged in and using a nick, a\nsecond client of yours that authenticates with SASL and requests the same nick\nis allowed to attach to the nick as well (this is comparable to the behavior\nof IRC \"bouncers\" like ZNC). Your options are 'on' (allow this behavior),\n'off' (disallow it), and 'default' (use the server default value).": "$bMULTICLIENT$b\nIf 'multiclient' is enabled and you are already logged in and using a nick, a\nsecond client of yours that authenticates with SASL and requests the same nick\nis allowed to attach to the nick as well (this is comparable to the behavior\nof IRC \"bouncers\" like ZNC). Your options are 'on' (allow this behavior),\n'off' (disallow it), and 'default' (use the server default value).", "$bPASSWD$b lets you change your password.": "$bPASSWD$b lets you change your password.", "$bREGISTER$b lets you register a user account.": "$bREGISTER$b lets you register a user account.", @@ -32,11 +35,13 @@ "Syntax: $bCERT [account] [certfp]$b\n\nCERT examines or modifies the TLS certificate fingerprints that can be used to\nlog into an account. Specifically, $bCERT LIST$b lists the authorized\nfingerprints, $bCERT ADD $b adds a new fingerprint, and\n$bCERT DEL $b removes a fingerprint. If you're an IRC operator\nwith the correct permissions, you can act on another user's account, for\nexample with $bCERT ADD $b.": "Syntax: $bCERT [account] [certfp]$b\n\nCERT examines or modifies the TLS certificate fingerprints that can be used to\nlog into an account. Specifically, $bCERT LIST$b lists the authorized\nfingerprints, $bCERT ADD $b adds a new fingerprint, and\n$bCERT DEL $b removes a fingerprint. If you're an IRC operator\nwith the correct permissions, you can act on another user's account, for\nexample with $bCERT ADD $b.", "Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.": "Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.", "Syntax: $bENFORCE [method]$b\n\nENFORCE is an alias for $bGET enforce$b and $bSET enforce$b. See the help\nentry for $bSET$b for more information.": "Syntax: $bENFORCE [method]$b\n\nENFORCE is an alias for $bGET enforce$b and $bSET enforce$b. See the help\nentry for $bSET$b for more information.", + "Syntax: $bERASE [code]$b\n\nERASE deletes all records of an account, allowing it to be re-registered.\nThis should be used with caution, because it violates an expectation that\naccount names are permanent identifiers. Typically, UNREGISTER should be\nused instead. A confirmation code is required; invoking the command\nwithout a code will display the necessary code.": "Syntax: $bERASE [code]$b\n\nERASE deletes all records of an account, allowing it to be re-registered.\nThis should be used with caution, because it violates an expectation that\naccount names are permanent identifiers. Typically, UNREGISTER should be\nused instead. A confirmation code is required; invoking the command\nwithout a code will display the necessary code.", "Syntax: $bGET $b\n\nGET queries the current values of your account settings. For more information\non the settings and their possible values, see HELP SET.": "Syntax: $bGET $b\n\nGET queries the current values of your account settings. For more information\non the settings and their possible values, see HELP SET.", "Syntax: $bGHOST $b\n\nGHOST disconnects the given user from the network if they're logged in with the\nsame user account, letting you reclaim your nickname.": "Syntax: $bGHOST $b\n\nGHOST disconnects the given user from the network if they're logged in with the\nsame user account, letting you reclaim your nickname.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.", "Syntax: $bIDENTIFY [password]$b\n\nIDENTIFY lets you login to the given username using either password auth, or\ncertfp (your client certificate) if a password is not given.": "Syntax: $bIDENTIFY [password]$b\n\nIDENTIFY lets you login to the given username using either password auth, or\ncertfp (your client certificate) if a password is not given.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.", + "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered nicknames, which match the given regex.\nIf no regex is provided, all registered nicknames are returned.": "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered nicknames, which match the given regex.\nIf no regex is provided, all registered nicknames are returned.", "Syntax: $bPASSWD $b\nOr: $bPASSWD $b\n\nPASSWD lets you change your account password. You must supply your current\npassword and confirm the new one by typing it twice. If you're an IRC operator\nwith the correct permissions, you can use PASSWD to reset someone else's\npassword by supplying their username and then the desired password. To\nindicate an empty password, use * instead.": "Syntax: $bPASSWD $b\nOr: $bPASSWD $b\n\nPASSWD lets you change your account password. You must supply your current\npassword and confirm the new one by typing it twice. If you're an IRC operator\nwith the correct permissions, you can use PASSWD to reset someone else's\npassword by supplying their username and then the desired password. To\nindicate an empty password, use * instead.", "Syntax: $bREGISTER [email]$b\n\nREGISTER lets you register your current nickname as a user account. If the\nserver allows anonymous registration, you can omit the e-mail address.\n\nIf you are currently logged in with a TLS client certificate and wish to use\nit instead of a password to log in, send * as the password.": "Syntax: $bREGISTER [email]$b\n\nREGISTER lets you register your current nickname as a user account. If the\nserver allows anonymous registration, you can omit the e-mail address.\n\nIf you are currently logged in with a TLS client certificate and wish to use\nit instead of a password to log in, send * as the password.", "Syntax: $bSADROP $b\n\nSADROP forcibly de-links the given nickname from the attached user account.": "Syntax: $bSADROP $b\n\nSADROP forcibly de-links the given nickname from the attached user account.",