diff --git a/languages/af-ZA-help.lang.json b/languages/af-ZA-help.lang.json index 70b87e3b..b45fde25 100644 --- a/languages/af-ZA-help.lang.json +++ b/languages/af-ZA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "", "WHO [o]\n\nReturns information for the given user.": "", diff --git a/languages/af-ZA-irc.lang.json b/languages/af-ZA-irc.lang.json index 7d29d209..13bdc71c 100644 --- a/languages/af-ZA-irc.lang.json +++ b/languages/af-ZA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "", "Could not register": "", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "", "End of /INFO": "", "End of /WHOIS list": "", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "", "JOIN 0 is not allowed": "", "Language %s is not supported by this server": "", @@ -189,6 +192,7 @@ "No such channel": "", "No such module [%s]": "", "No such nick": "", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "", "SASL authentication failed: authcid and authzid should be the same": "", "SASL message too long": "", + "SUMMON has been disabled": "", "Server notice masks": "", "Session %d (currently attached session):": "", "Session %d:": "", @@ -247,7 +252,7 @@ "Successfully registered account %s": "", "Successfully rejected vhost request for %s": "", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "", "This command has been disabled by the server administrators": "", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "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 was created %s": "", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "", "Unknown command. To see available commands, run: /%s HELP": "", "Unknown subcommand": "", diff --git a/languages/af-ZA-nickserv.lang.json b/languages/af-ZA-nickserv.lang.json index 63a6a973..93ff60a5 100644 --- a/languages/af-ZA-nickserv.lang.json +++ b/languages/af-ZA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "", + "Syntax: $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: $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: $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: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "", - "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.": "", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "", + "Syntax: $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: $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: $bSAREGISTER $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: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "", + "Syntax: $bSAGET $b\n\nSAGET queries the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "", + "Syntax: $bSAREGISTER [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 $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: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "", - "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/ar-SA-help.lang.json b/languages/ar-SA-help.lang.json index 70b87e3b..b45fde25 100644 --- a/languages/ar-SA-help.lang.json +++ b/languages/ar-SA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "", "WHO [o]\n\nReturns information for the given user.": "", diff --git a/languages/ar-SA-irc.lang.json b/languages/ar-SA-irc.lang.json index 7d29d209..13bdc71c 100644 --- a/languages/ar-SA-irc.lang.json +++ b/languages/ar-SA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "", "Could not register": "", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "", "End of /INFO": "", "End of /WHOIS list": "", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "", "JOIN 0 is not allowed": "", "Language %s is not supported by this server": "", @@ -189,6 +192,7 @@ "No such channel": "", "No such module [%s]": "", "No such nick": "", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "", "SASL authentication failed: authcid and authzid should be the same": "", "SASL message too long": "", + "SUMMON has been disabled": "", "Server notice masks": "", "Session %d (currently attached session):": "", "Session %d:": "", @@ -247,7 +252,7 @@ "Successfully registered account %s": "", "Successfully rejected vhost request for %s": "", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "", "This command has been disabled by the server administrators": "", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "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 was created %s": "", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "", "Unknown command. To see available commands, run: /%s HELP": "", "Unknown subcommand": "", diff --git a/languages/ar-SA-nickserv.lang.json b/languages/ar-SA-nickserv.lang.json index 63a6a973..93ff60a5 100644 --- a/languages/ar-SA-nickserv.lang.json +++ b/languages/ar-SA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "", + "Syntax: $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: $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: $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: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "", - "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.": "", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "", + "Syntax: $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: $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: $bSAREGISTER $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: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "", + "Syntax: $bSAGET $b\n\nSAGET queries the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "", + "Syntax: $bSAREGISTER [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 $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: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "", - "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/bs-BA-help.lang.json b/languages/bs-BA-help.lang.json index 025e8a30..5642f465 100644 --- a/languages/bs-BA-help.lang.json +++ b/languages/bs-BA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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] / [ON ] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži () 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 je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELP \n\nZatražite objašnjenje ili \"index\" popisa tema pomoći.", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELPOP \n\nPogledaj objašnjenje , ili \"index\" za popis tema pomoći.", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "SANICK \n\nDaje zadanom korisniku novi nadimak.", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE \n\nNaredba SCENE se koristi kako bi se datom cilju poslala notifikacija o \"sceni\".", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME \n\nSETNAME naredba ažurira pravoime, kako bi ono bilo novo-dano ime.", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nPrikazuje vrijeme poslužitelja (servera) na kojem se nalazite ili zadanog poslužitelja.", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC [topic]\n\nAko je [topic] unešen, postavlja temu (topic) kanala u zadanu vrijednost. Ako [topic] nije zadan, pregleda trenutnu temu kanala.", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "UNDLINE /\n\nUklanja potojeću zabranu za datu IP adresu ili mrežu.\n\n je specificirana uobičajenom CIDR notacijom. Na primjer:\n27.0.0.1/8\n\t8.8.8.8/24", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "UNKLINE \n\nUklanja potojeću zabranu za datu masku.\n\nNa primjer:\n dan\n dan!5*@127.*", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "USER 0 * \n\nUpotrijebava se pri registraciji konekcije, postavlja vaše korisničko ime i stvarno ime na zadane vrijednosti (iako vaše korisničko ime također može biti traženo pomoću Ident-a).", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "USERHOST { }\n\nPrikazuje informacije o danim korisnicima. Prihvata do 10 nadimaka.", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "VERSION [poslužitelj]\n\nPrikazuje verziju softvera i RPL_ISUPPORT oznake za dati poslužitelj.", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "WEBIRC [:]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna", "WHO [o]\n\nReturns information for the given user.": "WHO [o]\n\nUzvraća informacijama o datom korisniku.", diff --git a/languages/bs-BA-irc.lang.json b/languages/bs-BA-irc.lang.json index 600b2bc8..a9e14a60 100644 --- a/languages/bs-BA-irc.lang.json +++ b/languages/bs-BA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "Zadani klijent nije mogao biti pronađen", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "Nije moguće rasčlaniti IP adresu ili CIDR mrežu", "Could not register": "Ne može se registrirati", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "Kraj /HELPOP", "End of /INFO": "Kraj /INFO", "End of /WHOIS list": "Kraj /WHOIS liste", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "Nevažeći vhost", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "Razlog odbijanja: %s", "JOIN 0 is not allowed": "JOIN 0 nije dopušteno", "Language %s is not supported by this server": "Jezik %s nije podržan od strane servera", @@ -189,6 +192,7 @@ "No such channel": "Nepostojeći kanal", "No such module [%s]": "", "No such nick": "Takav nadimak nije prisutan", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "Tema (topic) nije postavljena", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "SASL provjera autentičnosti nije uspjela: fraza preduga", "SASL authentication failed: authcid and authzid should be the same": "SASL provjera autentičnosti nije uspjela: authcid i authzid trebali bi biti isti", "SASL message too long": "SASL poruka preduga", + "SUMMON has been disabled": "", "Server notice masks": "Maske za obavijesti poslužitelja", "Session %d (currently attached session):": "Sesija %d (trenutno pridružena sesija):", "Session %d:": "Sesija %d:", @@ -247,7 +252,7 @@ "Successfully registered account %s": "Uspješno registrovan korisnički račun %s", "Successfully rejected vhost request for %s": "Uspješno odbijen vhost zahtjev za: %s", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "Uspješno postavljen vhost", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF ", "This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.", "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "", "This server was created %s": "Ovaj server je kreiran %s", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "Prevodioci:", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "Nepoznata naredba", "Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP", "Unknown subcommand": "Nepoznata podnaredba", diff --git a/languages/bs-BA-nickserv.lang.json b/languages/bs-BA-nickserv.lang.json index cd1f7504..903e22c2 100644 --- a/languages/bs-BA-nickserv.lang.json +++ b/languages/bs-BA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ vam omogućava da registrujete i da se prijavite na korisnički račun.\n\nDa biste dobili detaljnu pomoć za određenu NickServ naredbu, pokušajte:\n$b/NS HELP $b\n\nOvo su raspoložive naredbe koje možete koristiti:\n%s", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "Nedovoljne privilegije", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "Netačna lozinka", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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.": "Sintaksa: $bDROP [nickname]$b\n\nDROP prekida povezanost datog (ili trenutnog) nadimka sa korisničkim računom.", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintaksa: $bENFORCE [method]$b\n\nENFORCE omogućuje određivanje prilagođenog mehanizma za provođenje registriranih nadimaka. Vaše opcije su:\n\n1. 'none' [nema provedbe, nadjačava zadani metod servera]\n2. \"timeout\" [korisnik koji koristi nadimak (nick) mora izvršiti autentifikaciju prije isteka zadanog roka, u protivnom će njihov nick biti promijenjen]\n3. 'strickt' [autentifikacija mora biti unaprijed urađena kako biste mogli koristiti taj nadimak]\n4. 'default' [koristi postavke zadane serverom]\nBez zadanog argumenta, ispituje vaš trenutni status izvršenja.", + "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: $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.": "Sintaksa: $bGHOST $b\n\nGHOST diskonektuje korisnika s mreže ako su prijavljeni s istim korisničkim računom, što vam omogućuje povrat vašeg nadimka.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintaksa: $bGROUP$b\n\nGROUP povezuje tvoj trenutni nadimak (nickname) sa računom na koji si prijavljen, kako drugi nebi mogli da ga koriste.", "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.": "Sintaksa: $bIDENTIFY [password]$b\n\nIDENTIFY omogućuje prijavu na zadano korisničko ime pomoću lozinke ili certfp (certifikat vašeg klijenta) ako lozinka nije dana.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintaksa: $bINFO [username]$b\n\nINFO daje informacije o danom (ili vlastitom) korisničkom računu.", - "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.": "Sintaksa: $bPASSWD $b\nIli: $bPASSWD $b\n\nPASSWD omogućuje promjenu lozinke računa. Morate unijeti svoju trenutnu lozinku i potvrditi novu tako da je upišete dvaput. Ako ste IRC operator s ispravnim dozvolama, možete koristiti PASSWD za ponovno postavljanje tuđe lozinke tako da unesete korisničko ime, a zatim željenu zaporku.", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintaksa: $bREGISTER [password]$b\n\nREGISTER omogućuje registriranje korisničkog računa. Ako poslužitelj dopušta anonimnu registraciju, možete poslati zvjezdicu (*) kao adresu e-pošte.\n\nAko je lozinka izostavljena, vaš će račun biti registriran na vaš TLS klijentski certifikat (i morat ćete ga upotrijebiti za prijavu u budućnosti).", + "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: $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.": "Sintaksa: $bSADROP $b\n\nSADROP prisilno odvaja dati nadimak (nickname) od korisničkog računa za koji je trenutno vezan.", - "Syntax: $bSAREGISTER $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: $bSAREGISTER
$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/ar-SA-help.lang.json b/languages/ar-SA-help.lang.json index 70b87e3b..b45fde25 100644 --- a/languages/ar-SA-help.lang.json +++ b/languages/ar-SA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "", "WHO [o]\n\nReturns information for the given user.": "", diff --git a/languages/ar-SA-irc.lang.json b/languages/ar-SA-irc.lang.json index 7d29d209..13bdc71c 100644 --- a/languages/ar-SA-irc.lang.json +++ b/languages/ar-SA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "", "Could not register": "", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "", "End of /INFO": "", "End of /WHOIS list": "", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "", "JOIN 0 is not allowed": "", "Language %s is not supported by this server": "", @@ -189,6 +192,7 @@ "No such channel": "", "No such module [%s]": "", "No such nick": "", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "", "SASL authentication failed: authcid and authzid should be the same": "", "SASL message too long": "", + "SUMMON has been disabled": "", "Server notice masks": "", "Session %d (currently attached session):": "", "Session %d:": "", @@ -247,7 +252,7 @@ "Successfully registered account %s": "", "Successfully rejected vhost request for %s": "", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "", "This command has been disabled by the server administrators": "", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "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 was created %s": "", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "", "Unknown command. To see available commands, run: /%s HELP": "", "Unknown subcommand": "", diff --git a/languages/ar-SA-nickserv.lang.json b/languages/ar-SA-nickserv.lang.json index 63a6a973..93ff60a5 100644 --- a/languages/ar-SA-nickserv.lang.json +++ b/languages/ar-SA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "", + "Syntax: $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: $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: $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: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "", - "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.": "", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "", + "Syntax: $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: $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: $bSAREGISTER $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: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "", + "Syntax: $bSAGET $b\n\nSAGET queries the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "", + "Syntax: $bSAREGISTER [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 $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: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "", - "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/bs-BA-help.lang.json b/languages/bs-BA-help.lang.json index 025e8a30..5642f465 100644 --- a/languages/bs-BA-help.lang.json +++ b/languages/bs-BA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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] / [ON ] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži () 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 je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELP \n\nZatražite objašnjenje ili \"index\" popisa tema pomoći.", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELPOP \n\nPogledaj objašnjenje , ili \"index\" za popis tema pomoći.", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "SANICK \n\nDaje zadanom korisniku novi nadimak.", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE \n\nNaredba SCENE se koristi kako bi se datom cilju poslala notifikacija o \"sceni\".", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME \n\nSETNAME naredba ažurira pravoime, kako bi ono bilo novo-dano ime.", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nPrikazuje vrijeme poslužitelja (servera) na kojem se nalazite ili zadanog poslužitelja.", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC [topic]\n\nAko je [topic] unešen, postavlja temu (topic) kanala u zadanu vrijednost. Ako [topic] nije zadan, pregleda trenutnu temu kanala.", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "UNDLINE /\n\nUklanja potojeću zabranu za datu IP adresu ili mrežu.\n\n je specificirana uobičajenom CIDR notacijom. Na primjer:\n27.0.0.1/8\n\t8.8.8.8/24", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "UNKLINE \n\nUklanja potojeću zabranu za datu masku.\n\nNa primjer:\n dan\n dan!5*@127.*", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "USER 0 * \n\nUpotrijebava se pri registraciji konekcije, postavlja vaše korisničko ime i stvarno ime na zadane vrijednosti (iako vaše korisničko ime također može biti traženo pomoću Ident-a).", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "USERHOST { }\n\nPrikazuje informacije o danim korisnicima. Prihvata do 10 nadimaka.", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "VERSION [poslužitelj]\n\nPrikazuje verziju softvera i RPL_ISUPPORT oznake za dati poslužitelj.", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "WEBIRC [:]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna", "WHO [o]\n\nReturns information for the given user.": "WHO [o]\n\nUzvraća informacijama o datom korisniku.", diff --git a/languages/bs-BA-irc.lang.json b/languages/bs-BA-irc.lang.json index 600b2bc8..a9e14a60 100644 --- a/languages/bs-BA-irc.lang.json +++ b/languages/bs-BA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "Zadani klijent nije mogao biti pronađen", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "Nije moguće rasčlaniti IP adresu ili CIDR mrežu", "Could not register": "Ne može se registrirati", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "Kraj /HELPOP", "End of /INFO": "Kraj /INFO", "End of /WHOIS list": "Kraj /WHOIS liste", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "Nevažeći vhost", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "Razlog odbijanja: %s", "JOIN 0 is not allowed": "JOIN 0 nije dopušteno", "Language %s is not supported by this server": "Jezik %s nije podržan od strane servera", @@ -189,6 +192,7 @@ "No such channel": "Nepostojeći kanal", "No such module [%s]": "", "No such nick": "Takav nadimak nije prisutan", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "Tema (topic) nije postavljena", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "SASL provjera autentičnosti nije uspjela: fraza preduga", "SASL authentication failed: authcid and authzid should be the same": "SASL provjera autentičnosti nije uspjela: authcid i authzid trebali bi biti isti", "SASL message too long": "SASL poruka preduga", + "SUMMON has been disabled": "", "Server notice masks": "Maske za obavijesti poslužitelja", "Session %d (currently attached session):": "Sesija %d (trenutno pridružena sesija):", "Session %d:": "Sesija %d:", @@ -247,7 +252,7 @@ "Successfully registered account %s": "Uspješno registrovan korisnički račun %s", "Successfully rejected vhost request for %s": "Uspješno odbijen vhost zahtjev za: %s", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "Uspješno postavljen vhost", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF ", "This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.", "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "", "This server was created %s": "Ovaj server je kreiran %s", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "Prevodioci:", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "Nepoznata naredba", "Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP", "Unknown subcommand": "Nepoznata podnaredba", diff --git a/languages/bs-BA-nickserv.lang.json b/languages/bs-BA-nickserv.lang.json index cd1f7504..903e22c2 100644 --- a/languages/bs-BA-nickserv.lang.json +++ b/languages/bs-BA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ vam omogućava da registrujete i da se prijavite na korisnički račun.\n\nDa biste dobili detaljnu pomoć za određenu NickServ naredbu, pokušajte:\n$b/NS HELP $b\n\nOvo su raspoložive naredbe koje možete koristiti:\n%s", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "Nedovoljne privilegije", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "Netačna lozinka", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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.": "Sintaksa: $bDROP [nickname]$b\n\nDROP prekida povezanost datog (ili trenutnog) nadimka sa korisničkim računom.", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintaksa: $bENFORCE [method]$b\n\nENFORCE omogućuje određivanje prilagođenog mehanizma za provođenje registriranih nadimaka. Vaše opcije su:\n\n1. 'none' [nema provedbe, nadjačava zadani metod servera]\n2. \"timeout\" [korisnik koji koristi nadimak (nick) mora izvršiti autentifikaciju prije isteka zadanog roka, u protivnom će njihov nick biti promijenjen]\n3. 'strickt' [autentifikacija mora biti unaprijed urađena kako biste mogli koristiti taj nadimak]\n4. 'default' [koristi postavke zadane serverom]\nBez zadanog argumenta, ispituje vaš trenutni status izvršenja.", + "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: $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.": "Sintaksa: $bGHOST $b\n\nGHOST diskonektuje korisnika s mreže ako su prijavljeni s istim korisničkim računom, što vam omogućuje povrat vašeg nadimka.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintaksa: $bGROUP$b\n\nGROUP povezuje tvoj trenutni nadimak (nickname) sa računom na koji si prijavljen, kako drugi nebi mogli da ga koriste.", "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.": "Sintaksa: $bIDENTIFY [password]$b\n\nIDENTIFY omogućuje prijavu na zadano korisničko ime pomoću lozinke ili certfp (certifikat vašeg klijenta) ako lozinka nije dana.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintaksa: $bINFO [username]$b\n\nINFO daje informacije o danom (ili vlastitom) korisničkom računu.", - "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.": "Sintaksa: $bPASSWD $b\nIli: $bPASSWD $b\n\nPASSWD omogućuje promjenu lozinke računa. Morate unijeti svoju trenutnu lozinku i potvrditi novu tako da je upišete dvaput. Ako ste IRC operator s ispravnim dozvolama, možete koristiti PASSWD za ponovno postavljanje tuđe lozinke tako da unesete korisničko ime, a zatim željenu zaporku.", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintaksa: $bREGISTER [password]$b\n\nREGISTER omogućuje registriranje korisničkog računa. Ako poslužitelj dopušta anonimnu registraciju, možete poslati zvjezdicu (*) kao adresu e-pošte.\n\nAko je lozinka izostavljena, vaš će račun biti registriran na vaš TLS klijentski certifikat (i morat ćete ga upotrijebiti za prijavu u budućnosti).", + "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: $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.": "Sintaksa: $bSADROP $b\n\nSADROP prisilno odvaja dati nadimak (nickname) od korisničkog računa za koji je trenutno vezan.", - "Syntax: $bSAREGISTER $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: $bSAREGISTER
$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/ar-SA-help.lang.json b/languages/ar-SA-help.lang.json index 70b87e3b..b45fde25 100644 --- a/languages/ar-SA-help.lang.json +++ b/languages/ar-SA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "", "WHO [o]\n\nReturns information for the given user.": "", diff --git a/languages/ar-SA-irc.lang.json b/languages/ar-SA-irc.lang.json index 7d29d209..13bdc71c 100644 --- a/languages/ar-SA-irc.lang.json +++ b/languages/ar-SA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "", "Could not register": "", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "", "End of /INFO": "", "End of /WHOIS list": "", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "", "JOIN 0 is not allowed": "", "Language %s is not supported by this server": "", @@ -189,6 +192,7 @@ "No such channel": "", "No such module [%s]": "", "No such nick": "", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "", "SASL authentication failed: authcid and authzid should be the same": "", "SASL message too long": "", + "SUMMON has been disabled": "", "Server notice masks": "", "Session %d (currently attached session):": "", "Session %d:": "", @@ -247,7 +252,7 @@ "Successfully registered account %s": "", "Successfully rejected vhost request for %s": "", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "", "This command has been disabled by the server administrators": "", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "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 was created %s": "", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "", "Unknown command. To see available commands, run: /%s HELP": "", "Unknown subcommand": "", diff --git a/languages/ar-SA-nickserv.lang.json b/languages/ar-SA-nickserv.lang.json index 63a6a973..93ff60a5 100644 --- a/languages/ar-SA-nickserv.lang.json +++ b/languages/ar-SA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "", + "Syntax: $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: $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: $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: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "", - "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.": "", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "", + "Syntax: $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: $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: $bSAREGISTER $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: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "", + "Syntax: $bSAGET $b\n\nSAGET queries the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "", + "Syntax: $bSAREGISTER [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 $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: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "", - "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/bs-BA-help.lang.json b/languages/bs-BA-help.lang.json index 025e8a30..5642f465 100644 --- a/languages/bs-BA-help.lang.json +++ b/languages/bs-BA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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] / [ON ] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži () 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 je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELP \n\nZatražite objašnjenje ili \"index\" popisa tema pomoći.", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELPOP \n\nPogledaj objašnjenje , ili \"index\" za popis tema pomoći.", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "SANICK \n\nDaje zadanom korisniku novi nadimak.", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE \n\nNaredba SCENE se koristi kako bi se datom cilju poslala notifikacija o \"sceni\".", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME \n\nSETNAME naredba ažurira pravoime, kako bi ono bilo novo-dano ime.", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nPrikazuje vrijeme poslužitelja (servera) na kojem se nalazite ili zadanog poslužitelja.", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC [topic]\n\nAko je [topic] unešen, postavlja temu (topic) kanala u zadanu vrijednost. Ako [topic] nije zadan, pregleda trenutnu temu kanala.", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "UNDLINE /\n\nUklanja potojeću zabranu za datu IP adresu ili mrežu.\n\n je specificirana uobičajenom CIDR notacijom. Na primjer:\n27.0.0.1/8\n\t8.8.8.8/24", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "UNKLINE \n\nUklanja potojeću zabranu za datu masku.\n\nNa primjer:\n dan\n dan!5*@127.*", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "USER 0 * \n\nUpotrijebava se pri registraciji konekcije, postavlja vaše korisničko ime i stvarno ime na zadane vrijednosti (iako vaše korisničko ime također može biti traženo pomoću Ident-a).", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "USERHOST { }\n\nPrikazuje informacije o danim korisnicima. Prihvata do 10 nadimaka.", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "VERSION [poslužitelj]\n\nPrikazuje verziju softvera i RPL_ISUPPORT oznake za dati poslužitelj.", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "WEBIRC [:]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna", "WHO [o]\n\nReturns information for the given user.": "WHO [o]\n\nUzvraća informacijama o datom korisniku.", diff --git a/languages/bs-BA-irc.lang.json b/languages/bs-BA-irc.lang.json index 600b2bc8..a9e14a60 100644 --- a/languages/bs-BA-irc.lang.json +++ b/languages/bs-BA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "Zadani klijent nije mogao biti pronađen", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "Nije moguće rasčlaniti IP adresu ili CIDR mrežu", "Could not register": "Ne može se registrirati", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "Kraj /HELPOP", "End of /INFO": "Kraj /INFO", "End of /WHOIS list": "Kraj /WHOIS liste", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "Nevažeći vhost", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "Razlog odbijanja: %s", "JOIN 0 is not allowed": "JOIN 0 nije dopušteno", "Language %s is not supported by this server": "Jezik %s nije podržan od strane servera", @@ -189,6 +192,7 @@ "No such channel": "Nepostojeći kanal", "No such module [%s]": "", "No such nick": "Takav nadimak nije prisutan", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "Tema (topic) nije postavljena", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "SASL provjera autentičnosti nije uspjela: fraza preduga", "SASL authentication failed: authcid and authzid should be the same": "SASL provjera autentičnosti nije uspjela: authcid i authzid trebali bi biti isti", "SASL message too long": "SASL poruka preduga", + "SUMMON has been disabled": "", "Server notice masks": "Maske za obavijesti poslužitelja", "Session %d (currently attached session):": "Sesija %d (trenutno pridružena sesija):", "Session %d:": "Sesija %d:", @@ -247,7 +252,7 @@ "Successfully registered account %s": "Uspješno registrovan korisnički račun %s", "Successfully rejected vhost request for %s": "Uspješno odbijen vhost zahtjev za: %s", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "Uspješno postavljen vhost", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF ", "This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.", "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "", "This server was created %s": "Ovaj server je kreiran %s", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "Prevodioci:", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "Nepoznata naredba", "Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP", "Unknown subcommand": "Nepoznata podnaredba", diff --git a/languages/bs-BA-nickserv.lang.json b/languages/bs-BA-nickserv.lang.json index cd1f7504..903e22c2 100644 --- a/languages/bs-BA-nickserv.lang.json +++ b/languages/bs-BA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ vam omogućava da registrujete i da se prijavite na korisnički račun.\n\nDa biste dobili detaljnu pomoć za određenu NickServ naredbu, pokušajte:\n$b/NS HELP $b\n\nOvo su raspoložive naredbe koje možete koristiti:\n%s", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "Nedovoljne privilegije", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "Netačna lozinka", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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.": "Sintaksa: $bDROP [nickname]$b\n\nDROP prekida povezanost datog (ili trenutnog) nadimka sa korisničkim računom.", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintaksa: $bENFORCE [method]$b\n\nENFORCE omogućuje određivanje prilagođenog mehanizma za provođenje registriranih nadimaka. Vaše opcije su:\n\n1. 'none' [nema provedbe, nadjačava zadani metod servera]\n2. \"timeout\" [korisnik koji koristi nadimak (nick) mora izvršiti autentifikaciju prije isteka zadanog roka, u protivnom će njihov nick biti promijenjen]\n3. 'strickt' [autentifikacija mora biti unaprijed urađena kako biste mogli koristiti taj nadimak]\n4. 'default' [koristi postavke zadane serverom]\nBez zadanog argumenta, ispituje vaš trenutni status izvršenja.", + "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: $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.": "Sintaksa: $bGHOST $b\n\nGHOST diskonektuje korisnika s mreže ako su prijavljeni s istim korisničkim računom, što vam omogućuje povrat vašeg nadimka.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintaksa: $bGROUP$b\n\nGROUP povezuje tvoj trenutni nadimak (nickname) sa računom na koji si prijavljen, kako drugi nebi mogli da ga koriste.", "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.": "Sintaksa: $bIDENTIFY [password]$b\n\nIDENTIFY omogućuje prijavu na zadano korisničko ime pomoću lozinke ili certfp (certifikat vašeg klijenta) ako lozinka nije dana.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintaksa: $bINFO [username]$b\n\nINFO daje informacije o danom (ili vlastitom) korisničkom računu.", - "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.": "Sintaksa: $bPASSWD $b\nIli: $bPASSWD $b\n\nPASSWD omogućuje promjenu lozinke računa. Morate unijeti svoju trenutnu lozinku i potvrditi novu tako da je upišete dvaput. Ako ste IRC operator s ispravnim dozvolama, možete koristiti PASSWD za ponovno postavljanje tuđe lozinke tako da unesete korisničko ime, a zatim željenu zaporku.", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintaksa: $bREGISTER [password]$b\n\nREGISTER omogućuje registriranje korisničkog računa. Ako poslužitelj dopušta anonimnu registraciju, možete poslati zvjezdicu (*) kao adresu e-pošte.\n\nAko je lozinka izostavljena, vaš će račun biti registriran na vaš TLS klijentski certifikat (i morat ćete ga upotrijebiti za prijavu u budućnosti).", + "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: $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.": "Sintaksa: $bSADROP $b\n\nSADROP prisilno odvaja dati nadimak (nickname) od korisničkog računa za koji je trenutno vezan.", - "Syntax: $bSAREGISTER $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: $bSAREGISTER
$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/bs-BA-help.lang.json b/languages/bs-BA-help.lang.json index 025e8a30..5642f465 100644 --- a/languages/bs-BA-help.lang.json +++ b/languages/bs-BA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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] / [ON ] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži () 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 je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELP \n\nZatražite objašnjenje ili \"index\" popisa tema pomoći.", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELPOP \n\nPogledaj objašnjenje , ili \"index\" za popis tema pomoći.", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "SANICK \n\nDaje zadanom korisniku novi nadimak.", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE \n\nNaredba SCENE se koristi kako bi se datom cilju poslala notifikacija o \"sceni\".", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME \n\nSETNAME naredba ažurira pravoime, kako bi ono bilo novo-dano ime.", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nPrikazuje vrijeme poslužitelja (servera) na kojem se nalazite ili zadanog poslužitelja.", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC [topic]\n\nAko je [topic] unešen, postavlja temu (topic) kanala u zadanu vrijednost. Ako [topic] nije zadan, pregleda trenutnu temu kanala.", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "UNDLINE /\n\nUklanja potojeću zabranu za datu IP adresu ili mrežu.\n\n je specificirana uobičajenom CIDR notacijom. Na primjer:\n27.0.0.1/8\n\t8.8.8.8/24", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "UNKLINE \n\nUklanja potojeću zabranu za datu masku.\n\nNa primjer:\n dan\n dan!5*@127.*", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "USER 0 * \n\nUpotrijebava se pri registraciji konekcije, postavlja vaše korisničko ime i stvarno ime na zadane vrijednosti (iako vaše korisničko ime također može biti traženo pomoću Ident-a).", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "USERHOST { }\n\nPrikazuje informacije o danim korisnicima. Prihvata do 10 nadimaka.", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "VERSION [poslužitelj]\n\nPrikazuje verziju softvera i RPL_ISUPPORT oznake za dati poslužitelj.", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "WEBIRC [:]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna", "WHO [o]\n\nReturns information for the given user.": "WHO [o]\n\nUzvraća informacijama o datom korisniku.", diff --git a/languages/bs-BA-irc.lang.json b/languages/bs-BA-irc.lang.json index 600b2bc8..a9e14a60 100644 --- a/languages/bs-BA-irc.lang.json +++ b/languages/bs-BA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "Zadani klijent nije mogao biti pronađen", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "Nije moguće rasčlaniti IP adresu ili CIDR mrežu", "Could not register": "Ne može se registrirati", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "Kraj /HELPOP", "End of /INFO": "Kraj /INFO", "End of /WHOIS list": "Kraj /WHOIS liste", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "Nevažeći vhost", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "Razlog odbijanja: %s", "JOIN 0 is not allowed": "JOIN 0 nije dopušteno", "Language %s is not supported by this server": "Jezik %s nije podržan od strane servera", @@ -189,6 +192,7 @@ "No such channel": "Nepostojeći kanal", "No such module [%s]": "", "No such nick": "Takav nadimak nije prisutan", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "Tema (topic) nije postavljena", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "SASL provjera autentičnosti nije uspjela: fraza preduga", "SASL authentication failed: authcid and authzid should be the same": "SASL provjera autentičnosti nije uspjela: authcid i authzid trebali bi biti isti", "SASL message too long": "SASL poruka preduga", + "SUMMON has been disabled": "", "Server notice masks": "Maske za obavijesti poslužitelja", "Session %d (currently attached session):": "Sesija %d (trenutno pridružena sesija):", "Session %d:": "Sesija %d:", @@ -247,7 +252,7 @@ "Successfully registered account %s": "Uspješno registrovan korisnički račun %s", "Successfully rejected vhost request for %s": "Uspješno odbijen vhost zahtjev za: %s", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "Uspješno postavljen vhost", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF ", "This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.", "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "", "This server was created %s": "Ovaj server je kreiran %s", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "Prevodioci:", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "Nepoznata naredba", "Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP", "Unknown subcommand": "Nepoznata podnaredba", diff --git a/languages/bs-BA-nickserv.lang.json b/languages/bs-BA-nickserv.lang.json index cd1f7504..903e22c2 100644 --- a/languages/bs-BA-nickserv.lang.json +++ b/languages/bs-BA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ vam omogućava da registrujete i da se prijavite na korisnički račun.\n\nDa biste dobili detaljnu pomoć za određenu NickServ naredbu, pokušajte:\n$b/NS HELP $b\n\nOvo su raspoložive naredbe koje možete koristiti:\n%s", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "Nedovoljne privilegije", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "Netačna lozinka", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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.": "Sintaksa: $bDROP [nickname]$b\n\nDROP prekida povezanost datog (ili trenutnog) nadimka sa korisničkim računom.", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintaksa: $bENFORCE [method]$b\n\nENFORCE omogućuje određivanje prilagođenog mehanizma za provođenje registriranih nadimaka. Vaše opcije su:\n\n1. 'none' [nema provedbe, nadjačava zadani metod servera]\n2. \"timeout\" [korisnik koji koristi nadimak (nick) mora izvršiti autentifikaciju prije isteka zadanog roka, u protivnom će njihov nick biti promijenjen]\n3. 'strickt' [autentifikacija mora biti unaprijed urađena kako biste mogli koristiti taj nadimak]\n4. 'default' [koristi postavke zadane serverom]\nBez zadanog argumenta, ispituje vaš trenutni status izvršenja.", + "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: $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.": "Sintaksa: $bGHOST $b\n\nGHOST diskonektuje korisnika s mreže ako su prijavljeni s istim korisničkim računom, što vam omogućuje povrat vašeg nadimka.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintaksa: $bGROUP$b\n\nGROUP povezuje tvoj trenutni nadimak (nickname) sa računom na koji si prijavljen, kako drugi nebi mogli da ga koriste.", "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.": "Sintaksa: $bIDENTIFY [password]$b\n\nIDENTIFY omogućuje prijavu na zadano korisničko ime pomoću lozinke ili certfp (certifikat vašeg klijenta) ako lozinka nije dana.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintaksa: $bINFO [username]$b\n\nINFO daje informacije o danom (ili vlastitom) korisničkom računu.", - "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.": "Sintaksa: $bPASSWD $b\nIli: $bPASSWD $b\n\nPASSWD omogućuje promjenu lozinke računa. Morate unijeti svoju trenutnu lozinku i potvrditi novu tako da je upišete dvaput. Ako ste IRC operator s ispravnim dozvolama, možete koristiti PASSWD za ponovno postavljanje tuđe lozinke tako da unesete korisničko ime, a zatim željenu zaporku.", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintaksa: $bREGISTER [password]$b\n\nREGISTER omogućuje registriranje korisničkog računa. Ako poslužitelj dopušta anonimnu registraciju, možete poslati zvjezdicu (*) kao adresu e-pošte.\n\nAko je lozinka izostavljena, vaš će račun biti registriran na vaš TLS klijentski certifikat (i morat ćete ga upotrijebiti za prijavu u budućnosti).", + "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: $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.": "Sintaksa: $bSADROP $b\n\nSADROP prisilno odvaja dati nadimak (nickname) od korisničkog računa za koji je trenutno vezan.", - "Syntax: $bSAREGISTER $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: $bSAREGISTER
$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "", + "You're not logged into an account": "" } diff --git a/languages/bs-BA-help.lang.json b/languages/bs-BA-help.lang.json index 025e8a30..5642f465 100644 --- a/languages/bs-BA-help.lang.json +++ b/languages/bs-BA-help.lang.json @@ -15,6 +15,7 @@ "DEBUG \n\nProvides various debugging commands for the IRCd. can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes a memory profile.\n* CRASHSERVER: Crashes the server (for use in failover testing)": "", "DEOPER\n\nDEOPER removes the IRCop privileges granted to you by a successful /OPER.": "", "DLINE [ANDKILL] [MYSELF] [duration] / [ON ] [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 is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON 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] / [ON ] [razlog [| oper razlog]]\nDLINE LIST\n\nZabranjuje IP adresi ili mreži () 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 je specificirano u uobičajenoj CIDR notaciji. Na primjer:\n 127.0.0.1/8\n\t8.8.8.8/24\n\nON 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 [service_name]\n\nGet a JSON Web Token for target (either * or a channel name).": "", "HELP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELP \n\nZatražite objašnjenje ili \"index\" popisa tema pomoći.", "HELPOP \n\nGet an explanation of , or \"index\" for a list of help topics.": "HELPOP \n\nPogledaj objašnjenje , ili \"index\" za popis tema pomoći.", "HISTORY [limit]\n\nReplay message history. can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). [limit] can be\neither an integer (the maximum number of messages to replay), or a time\nduration like 10m or 1h (the time window within which to replay messages).": "", @@ -53,12 +54,14 @@ "SANICK \n\nGives the given user a new nickname.": "SANICK \n\nDaje zadanom korisniku novi nadimak.", "SCENE \n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE \n\nNaredba SCENE se koristi kako bi se datom cilju poslala notifikacija o \"sceni\".", "SETNAME \n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME \n\nSETNAME naredba ažurira pravoime, kako bi ono bilo novo-dano ime.", + "SUMMON [parameters]\n\nThe SUMMON command is not implemented.": "", "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nPrikazuje vrijeme poslužitelja (servera) na kojem se nalazite ili zadanog poslužitelja.", "TOPIC [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC [topic]\n\nAko je [topic] unešen, postavlja temu (topic) kanala u zadanu vrijednost. Ako [topic] nije zadan, pregleda trenutnu temu kanala.", "UNDLINE /\n\nRemoves an existing ban on an IP address or a network.\n\n is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "UNDLINE /\n\nUklanja potojeću zabranu za datu IP adresu ili mrežu.\n\n je specificirana uobičajenom CIDR notacijom. Na primjer:\n27.0.0.1/8\n\t8.8.8.8/24", "UNKLINE \n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "UNKLINE \n\nUklanja potojeću zabranu za datu masku.\n\nNa primjer:\n dan\n dan!5*@127.*", "USER 0 * \n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "USER 0 * \n\nUpotrijebava se pri registraciji konekcije, postavlja vaše korisničko ime i stvarno ime na zadane vrijednosti (iako vaše korisničko ime također može biti traženo pomoću Ident-a).", "USERHOST { }\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "USERHOST { }\n\nPrikazuje informacije o danim korisnicima. Prihvata do 10 nadimaka.", + "USERS [parameters]\n\nThe USERS command is not implemented.": "", "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "VERSION [poslužitelj]\n\nPrikazuje verziju softvera i RPL_ISUPPORT oznake za dati poslužitelj.", "WEBIRC [:]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "WEBIRC [:]\n\nKoristi se od strane web<->IRC pristupnika (gateways) i bouncer-a, WEBIRC naredbba omogućava pristupnicima (gateways) da propuste stvarne IP adrese klijenata:\nircv3.net/specs/extensions/webirc.html\n\n je lista praznim prostorom odvojenih nizova koji upućuju na različite detalje o vezi sa klijenta prema pristupniku (gateway), kao npr.:\n\n-tls: ova oznaka (flag) indicira da je veza klijent->pristupnik sigurna", "WHO [o]\n\nReturns information for the given user.": "WHO [o]\n\nUzvraća informacijama o datom korisniku.", diff --git a/languages/bs-BA-irc.lang.json b/languages/bs-BA-irc.lang.json index 600b2bc8..a9e14a60 100644 --- a/languages/bs-BA-irc.lang.json +++ b/languages/bs-BA-irc.lang.json @@ -95,6 +95,7 @@ "Could not accept ownership of channel %s": "", "Could not delete message": "", "Could not find given client": "Zadani klijent nije mogao biti pronađen", + "Could not generate EXTJWT token": "", "Could not look up account name, proceeding anyway": "", "Could not parse IP address or CIDR network": "Nije moguće rasčlaniti IP adresu ili CIDR mrežu", "Could not register": "Ne može se registrirati", @@ -109,6 +110,7 @@ "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": "", "End of /HELPOP": "Kraj /HELPOP", "End of /INFO": "Kraj /INFO", "End of /WHOIS list": "Kraj /WHOIS liste", @@ -165,6 +167,7 @@ "Invalid params": "", "Invalid regex": "", "Invalid vhost": "Nevažeći vhost", + "It was built from git hash %s.": "", "It was rejected for reason: %s": "Razlog odbijanja: %s", "JOIN 0 is not allowed": "JOIN 0 nije dopušteno", "Language %s is not supported by this server": "Jezik %s nije podržan od strane servera", @@ -189,6 +192,7 @@ "No such channel": "Nepostojeći kanal", "No such module [%s]": "", "No such nick": "Takav nadimak nije prisutan", + "No such service": "", "No such setting": "", "No text to send": "", "No topic is set": "Tema (topic) nije postavljena", @@ -228,6 +232,7 @@ "SASL authentication failed: Passphrase too long": "SASL provjera autentičnosti nije uspjela: fraza preduga", "SASL authentication failed: authcid and authzid should be the same": "SASL provjera autentičnosti nije uspjela: authcid i authzid trebali bi biti isti", "SASL message too long": "SASL poruka preduga", + "SUMMON has been disabled": "", "Server notice masks": "Maske za obavijesti poslužitelja", "Session %d (currently attached session):": "Sesija %d (trenutno pridružena sesija):", "Session %d:": "Sesija %d:", @@ -247,7 +252,7 @@ "Successfully registered account %s": "Uspješno registrovan korisnički račun %s", "Successfully rejected vhost request for %s": "Uspješno odbijen vhost zahtjev za: %s", "Successfully reset channel access": "", - "Successfully set persistent mode %s%s on %s": "", + "Successfully set persistent mode %[1]s on %[2]s": "", "Successfully set vhost": "Uspješno postavljen vhost", "Successfully transferred channel %[1]s to account %[2]s": "", "Successfully ungrouped nick %s with your account": "Uspješno od-grupisan nadimak %s od korisničkog računa", @@ -272,6 +277,7 @@ "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF ": "Ova zabrana odgovara Vama. Da biste izveli KLINE sami na sebi, a za otkazivanje ove zabrane, morate koristiti naredbu: /KLINE MYSELF ", "This command has been disabled by the server administrators": "Ova naredba je onemogućen od strane administratora poslužitelja", "This feature has been disabled by the server administrators": "", + "This is Oragono version %s.": "", "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "Ovaj poslužitelj je u načinu za otklanjanje grešaka i bilježi sve korisničke I/O. Ako ne želite da sve što pošaljete bude vidljivo vlasniku/cima poslužitelja, diskonektujte se.", "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "", "This server was created %s": "Ovaj server je kreiran %s", @@ -285,6 +291,7 @@ "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "", "Translators:": "Prevodioci:", "Try again later": "", + "USERS has been disabled": "", "Unknown command": "Nepoznata naredba", "Unknown command. To see available commands, run: /%s HELP": "Nepoznata naredba. Za pregled raspoloživih naredbi upotrijebi: /%s HELP", "Unknown subcommand": "Nepoznata podnaredba", diff --git a/languages/bs-BA-nickserv.lang.json b/languages/bs-BA-nickserv.lang.json index cd1f7504..903e22c2 100644 --- a/languages/bs-BA-nickserv.lang.json +++ b/languages/bs-BA-nickserv.lang.json @@ -1,16 +1,55 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ vam omogućava da registrujete i da se prijavite na korisnički račun.\n\nDa biste dobili detaljnu pomoć za određenu NickServ naredbu, pokušajte:\n$b/NS HELP $b\n\nOvo su raspoložive naredbe koje možete koristiti:\n%s", + "$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.": "", + "$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'.": "", + "$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]": "", + "$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.": "", + "$bGROUP$b links your current nickname to your user account.": "", + "$bIDENTIFY$b lets you login to your account.": "", + "$bINFO$b gives you information on a user account.": "", + "$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).": "", + "$bPASSWD$b lets you change your password.": "", + "$bREGISTER$b lets you register a user account.": "", + "$bREPLAY-JOINS$b\n'replay-joins' controls whether replayed channel history will include\nlines for join and part. This provides more information about the context of\nmessages, but may be spammy. Your options are 'always', 'never', and the default\nof 'commands-only' (the messages will be replayed in /HISTORY output, but not\nduring autoreplay).": "", + "$bSADROP$b forcibly de-links the given nickname from its user account.": "", + "$bSAGET$b queries the current values of another user's account settings": "", + "$bSAREGISTER$b registers an account on someone else's behalf.": "", + "$bSASET$b modifies another user's account settings": "", + "$bSESSIONS$b lists the sessions attached to a nickname.": "", + "$bSET$b modifies your account settings": "", + "$bUNREGISTER$b lets you delete your user account.": "", + "$bVERIFY$b lets you complete account registration.": "", + "Insufficient privileges": "Nedovoljne privilegije", + "Invalid parameters": "", + "NickServ lets you register, log in to, and manage an account.": "", + "Password incorrect": "Netačna lozinka", + "Passwords do not match": "", + "Syntax $bSET $b\n\nSET modifies your account settings. The following settings are available:": "", + "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.": "Sintaksa: $bDROP [nickname]$b\n\nDROP prekida povezanost datog (ili trenutnog) nadimka sa korisničkim računom.", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintaksa: $bENFORCE [method]$b\n\nENFORCE omogućuje određivanje prilagođenog mehanizma za provođenje registriranih nadimaka. Vaše opcije su:\n\n1. 'none' [nema provedbe, nadjačava zadani metod servera]\n2. \"timeout\" [korisnik koji koristi nadimak (nick) mora izvršiti autentifikaciju prije isteka zadanog roka, u protivnom će njihov nick biti promijenjen]\n3. 'strickt' [autentifikacija mora biti unaprijed urađena kako biste mogli koristiti taj nadimak]\n4. 'default' [koristi postavke zadane serverom]\nBez zadanog argumenta, ispituje vaš trenutni status izvršenja.", + "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: $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.": "Sintaksa: $bGHOST $b\n\nGHOST diskonektuje korisnika s mreže ako su prijavljeni s istim korisničkim računom, što vam omogućuje povrat vašeg nadimka.", "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintaksa: $bGROUP$b\n\nGROUP povezuje tvoj trenutni nadimak (nickname) sa računom na koji si prijavljen, kako drugi nebi mogli da ga koriste.", "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.": "Sintaksa: $bIDENTIFY [password]$b\n\nIDENTIFY omogućuje prijavu na zadano korisničko ime pomoću lozinke ili certfp (certifikat vašeg klijenta) ako lozinka nije dana.", "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintaksa: $bINFO [username]$b\n\nINFO daje informacije o danom (ili vlastitom) korisničkom računu.", - "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.": "Sintaksa: $bPASSWD $b\nIli: $bPASSWD $b\n\nPASSWD omogućuje promjenu lozinke računa. Morate unijeti svoju trenutnu lozinku i potvrditi novu tako da je upišete dvaput. Ako ste IRC operator s ispravnim dozvolama, možete koristiti PASSWD za ponovno postavljanje tuđe lozinke tako da unesete korisničko ime, a zatim željenu zaporku.", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintaksa: $bREGISTER [password]$b\n\nREGISTER omogućuje registriranje korisničkog računa. Ako poslužitelj dopušta anonimnu registraciju, možete poslati zvjezdicu (*) kao adresu e-pošte.\n\nAko je lozinka izostavljena, vaš će račun biti registriran na vaš TLS klijentski certifikat (i morat ćete ga upotrijebiti za prijavu u budućnosti).", + "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: $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.": "Sintaksa: $bSADROP $b\n\nSADROP prisilno odvaja dati nadimak (nickname) od korisničkog računa za koji je trenutno vezan.", - "Syntax: $bSAREGISTER $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: $bSAREGISTER