commit the results of updatetranslations.py

This commit is contained in:
Shivaram Lingamneni
2022-01-02 17:38:02 -05:00
parent d174b5aad6
commit c2a5853d08
5 changed files with 48 additions and 33 deletions

View File

@@ -15,11 +15,13 @@
"%[1]s kicked %[2]s (%[3]s)": "%[1]s kicked %[2]s (%[3]s)",
"%[1]s left the channel (%[2]s)": "%[1]s left the channel (%[2]s)",
"%[1]s quit (%[2]s)": "%[1]s quit (%[2]s)",
"%[1]s sent you a TAGMSG": "%[1]s sent you a TAGMSG",
"%[1]s set channel modes: %[2]s": "%[1]s set channel modes: %[2]s",
"%[1]s set the channel topic to: %[2]s": "%[1]s set the channel topic to: %[2]s",
"%s <subcommand> [params]": "%s <subcommand> [params]",
"%s is banned from relaying to the channel": "%s is banned from relaying to the channel",
"%s joined the channel": "%s joined the channel",
"%s sent a TAGMSG": "%s sent a TAGMSG",
"*** $bChanServ LIST$b ***": "*** $bChanServ LIST$b ***",
"*** $bEnd of %s HELP$b ***": "*** $bEnd of %s HELP$b ***",
"*** $bEnd of ChanServ LIST$b ***": "*** $bEnd of ChanServ LIST$b ***",
@@ -69,10 +71,6 @@
"Cancelled pending transfer of channel %s": "Cancelled pending transfer of channel %s",
"Cannot join channel (+%s)": "Cannot join channel (+%s)",
"Cannot rename channel": "Cannot rename channel",
"Cannot resume connection": "Cannot resume connection",
"Cannot resume connection, connection registration has already been completed": "Cannot resume connection, connection registration has already been completed",
"Cannot resume connection, old and new clients must have TLS": "Cannot resume connection, old and new clients must have TLS",
"Cannot resume connection, token is not valid": "Cannot resume connection, token is not valid",
"Cannot send a blank line with the multiline concat tag": "Cannot send a blank line with the multiline concat tag",
"Cannot send to channel (+%s)": "Cannot send to channel (+%s)",
"Certfp: %s": "Certfp: %s",
@@ -97,24 +95,23 @@
"Channel renamed": "Channel renamed",
"Channel renamed: %s": "Channel renamed: %s",
"Channels with persistent history cannot be renamed": "Channels with persistent history cannot be renamed",
"Check your e-mail for instructions on how to confirm your change of address": "Check your e-mail for instructions on how to confirm your change of address",
"Client %[1]s is associated with IP %[2]s": "Client %[1]s is associated with IP %[2]s",
"Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info": "Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info",
"Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info)": "Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info)",
"Client %[1]s is unauthenticated and connected from %[2]s": "Client %[1]s is unauthenticated and connected from %[2]s",
"Client %d (currently attached client):": "Client %d (currently attached client):",
"Client %d:": "Client %d:",
"Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead": "Client %s is always-on and cannot be fully removed by /KILL; consider /NS SUSPEND instead",
"Client ID to logout should be an integer (or \\\"all\\": "Client ID to logout should be an integer (or \\\"all\\",
"Client already had the desired nickname": "Client already had the desired nickname",
"Client reconnected": "Client reconnected",
"Client reconnected (message history may have been lost)": "Client reconnected (message history may have been lost)",
"Client reconnected (up to %d seconds of message history lost)": "Client reconnected (up to %d seconds of message history lost)",
"Command not allowed during a multiline batch": "Command not allowed during a multiline batch",
"Command restricted": "Command restricted",
"Connection: %s": "Connection: %s",
"Core Developers:": "Core Developers:",
"Could not accept ownership of channel %s": "Could not accept ownership of channel %s",
"Could not delete message": "Could not delete message",
"Could not dispatch verification e-mail": "Could not dispatch verification e-mail",
"Could not dispatch registration e-mail": "Could not dispatch registration e-mail",
"Could not dispatch registration e-mail: %s": "Could not dispatch registration e-mail: %s",
"Could not find given client": "Could not find given client",
"Could not generate EXTJWT token": "Could not generate EXTJWT token",
"Could not look up account name, proceeding anyway": "Could not look up account name, proceeding anyway",
@@ -139,6 +136,8 @@
"Device ID: %s": "Device ID: %s",
"Direct messages from unregistered users are temporarily restricted": "Direct messages from unregistered users are temporarily restricted",
"Disconnected %d client(s) associated with the account, using the following IPs:": "Disconnected %d client(s) associated with the account, using the following IPs:",
"E-mail verification is disabled": "E-mail verification is disabled",
"Email address: %s": "Email address: %s",
"End of /HELPOP": "End of /HELPOP",
"End of /INFO": "End of /INFO",
"End of /WHOIS list": "End of /WHOIS list",
@@ -150,6 +149,7 @@
"End of history playback": "End of history playback",
"End of list": "End of list",
"Enqueued account %s for message deletion": "Enqueued account %s for message deletion",
"Ergo is released under the MIT license.": "Ergo is released under the MIT license.",
"Erroneous nickname": "Erroneous nickname",
"Erroneous target": "Erroneous target",
"Error deleting message: %v": "Error deleting message: %v",
@@ -178,11 +178,11 @@
"Here are the commands you can use:": "Here are the commands you can use:",
"Hostname: %s": "Hostname: %s",
"I have %[1]d clients and %[2]d servers": "I have %[1]d clients and %[2]d servers",
"I'll be right back": "I'll be right back",
"IP %s is exempt from connection limits": "IP %s is exempt from connection limits",
"IP address: %s": "IP address: %s",
"IRC Operators online": "IRC Operators online",
"IRCv3 CAPs: %s": "IRCv3 CAPs: %s",
"If you did not initiate this request, you can safely ignore this message.": "If you did not initiate this request, you can safely ignore this message.",
"Incorrect batch tag sent": "Incorrect batch tag sent",
"Input line contained excess tag data": "Input line contained excess tag data",
"Input line too long": "Input line too long",
@@ -246,10 +246,11 @@
"No topic is set": "No topic is set",
"Not enough parameters": "Not enough parameters",
"Note that if the user is currently in the channel, you must /KICK them after you ban them": "Note that if the user is currently in the channel, you must /KICK them after you ban them",
"Note: try evaluating a wider IPv6 CIDR like %s/%d": "Note: try evaluating a wider IPv6 CIDR like %s/%d",
"Only channel founders can change registered channels": "Only channel founders can change registered channels",
"Only the channel founder can do this": "Only the channel founder can do this",
"Oragono does not emulate the ZNC module %s": "Oragono does not emulate the ZNC module %s",
"Oragono is released under the MIT license.": "Oragono is released under the MIT license.",
"Otherwise, to reset your password, issue the following command (replace `new_password` with your desired password):": "Otherwise, to reset your password, issue the following command (replace `new_password` with your desired password):",
"Passphrase contains forbidden characters or is otherwise invalid": "Passphrase contains forbidden characters or is otherwise invalid",
"Password changed": "Password changed",
"Password could not be changed due to server error": "Password could not be changed due to server error",
@@ -275,8 +276,7 @@
"Removed K-Line for %s": "Removed K-Line for %s",
"Requesting the %s client capability is forbidden": "Requesting the %s client capability is forbidden",
"Reset throttle for IP: %s": "Reset throttle for IP: %s",
"Resume may have lost some message history": "Resume may have lost some message history",
"Resume may have lost up to %d seconds of history": "Resume may have lost up to %d seconds of history",
"Reset your password on %s": "Reset your password on %s",
"Roleplaying has been disabled by the server administrators": "Roleplaying has been disabled by the server administrators",
"Rotated the cloak secret; you must rehash or restart the server for it to take effect": "Rotated the cloak secret; you must rehash or restart the server for it to take effect",
"SASL authentication aborted": "SASL authentication aborted",
@@ -343,14 +343,14 @@
"This channel has been purged by the server administrators and cannot be used": "This channel has been purged by the server administrators and cannot be used",
"This command has been disabled by the server administrators": "This command has been disabled by the server administrators",
"This feature has been disabled by the server administrators": "This feature has been disabled by the server administrators",
"This is Oragono version %s.": "This is Oragono version %s.",
"This is Ergo version %s.": "This is Ergo 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 is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.",
"This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.",
"This server was created %s": "This server was created %s",
"This user's nickname and account name need to be equal": "This user's nickname and account name need to be equal",
"This vhost is currently disabled, but can be enabled with /HS ON": "This vhost is currently disabled, but can be enabled with /HS ON",
"Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it",
"To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD": "To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD",
"To confirm your change of e-mail address on %s, issue the following command:": "To confirm your change of e-mail address on %s, issue the following command:",
"To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s": "To confirm your channel transfer, type: /CS TRANSFER %[1]s %[2]s %[3]s",
"To confirm, run this command: %s": "To confirm, run this command: %s",
"To see in-depth help for a specific command, try:": "To see in-depth help for a specific command, try:",
@@ -361,6 +361,7 @@
"USERS has been disabled": "USERS has been disabled",
"Unknown command": "Unknown command",
"Unknown command. To see available commands, run: /%s HELP": "Unknown command. To see available commands, run: /%s HELP",
"Unknown command; if you are using /QUOTE, the correct syntax is /QUOTE %[1]s, not /QUOTE %[2]s": "Unknown command; if you are using /QUOTE, the correct syntax is /QUOTE %[1]s, not /QUOTE %[2]s",
"Unknown subcommand": "Unknown subcommand",
"Unrecognized DEBUG subcommand": "Unrecognized DEBUG subcommand",
"Usage: REGISTER <passphrase> [email]": "Usage: REGISTER <passphrase> [email]",
@@ -372,6 +373,7 @@
"Username is already registered or otherwise unavailable": "Username is already registered or otherwise unavailable",
"Verification code: %s": "Verification code: %s",
"Verify your account on %s": "Verify your account on %s",
"Verify your change of e-mail address on %s": "Verify your change of e-mail address on %s",
"WEBIRC command is not usable from your address or incorrect password given": "WEBIRC command is not usable from your address or incorrect password given",
"Warning: %d clients matched this rule, but were not killed due to being always-on:": "Warning: %d clients matched this rule, but were not killed due to being always-on:",
"Warning: %s is not currently connected to the server. Using WHOWAS data, which may be inaccurate:": "Warning: %s is not currently connected to the server. Using WHOWAS data, which may be inaccurate:",
@@ -382,6 +384,7 @@
"Warning: could not rename affected client: %v": "Warning: could not rename affected client: %v",
"Warning: server.ip-cloaking.enabled-for-always-on is disabled. This reduces the precision of channel bans.": "Warning: server.ip-cloaking.enabled-for-always-on is disabled. This reduces the precision of channel bans.",
"Warning: this ban will affect %d other users:": "Warning: this ban will affect %d other users:",
"We received a request to reset your password on %[1]s for account: %[2]s": "We received a request to reset your password on %[1]s for account: %[2]s",
"Welcome to the %s IRC Network %s": "Welcome to the %s IRC Network %s",
"You already have too many certificate fingerprints": "You already have too many certificate fingerprints",
"You are banned from this server (%s)": "You are banned from this server (%s)",
@@ -408,10 +411,12 @@
"You have been marked as being away": "You have been marked as being away",
"You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s": "You have been offered ownership of channel %[1]s. To accept, /CS TRANSFER ACCEPT %[1]s",
"You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on": "You have enabled autoreplay of missed messages, but you can't receive them because your client isn't set to always-on",
"You have no stored e-mail address": "You have no stored e-mail address",
"You have sent too many registration messages": "You have sent too many registration messages",
"You have too many nicks reserved already (you can remove some with /NS DROP)": "You have too many nicks reserved already (you can remove some with /NS DROP)",
"You may not change your nickname": "You may not change your nickname",
"You may not reregister": "You may not reregister",
"You may only register your nickname as your account name": "You may only register your nickname as your account name",
"You must be a channel operator in the channel you are forwarding to": "You must be a channel operator in the channel you are forwarding to",
"You must be an oper on the channel to register it": "You must be an oper on the channel to register it",
"You must be connected with TLS and a client certificate to do this": "You must be connected with TLS and a client certificate to do this",
@@ -424,7 +429,6 @@
"You need to register before you can use that command": "You need to register before you can use that command",
"You specified too many languages": "You specified too many languages",
"You weren't offered ownership of channel %s": "You weren't offered ownership of channel %s",
"You will not see JOINs and PARTs in /HISTORY output or in autoreplay": "You will not see JOINs and PARTs in /HISTORY output or in autoreplay",
"You will receive %d lines of autoreplayed history": "You will receive %d lines of autoreplayed history",
"You will receive the server default of %d lines of autoreplayed history": "You will receive the server default of %d lines of autoreplayed history",
"You will see JOINs and PARTs in /HISTORY output and in autoreplay": "You will see JOINs and PARTs in /HISTORY output and in autoreplay",
@@ -437,12 +441,12 @@
"You're now logged in as %s": "You're now logged in as %s",
"Your account credentials are managed externally and cannot be changed here": "Your account credentials are managed externally and cannot be changed here",
"Your account is not configured to receive autoreplayed missed messages": "Your account is not configured to receive autoreplayed missed messages",
"Your client does not support BRB": "Your client does not support BRB",
"Your host is %[1]s, running version %[2]s": "Your host is %[1]s, running version %[2]s",
"Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.": "Your nickname must match your account name %s exactly to modify this setting. Try changing it with /NICK, or logging out and back in with the correct nickname.",
"Your stored always-on setting is: %s": "Your stored always-on setting is: %s",
"Your stored auto-away setting is: %s": "Your stored auto-away setting is: %s",
"Your stored direct message history setting is: %s": "Your stored direct message history setting is: %s",
"Your stored e-mail address is: %s": "Your stored e-mail address is: %s",
"Your stored nickname enforcement setting is: %s": "Your stored nickname enforcement setting is: %s",
"are supported by this server": "are supported by this server",
"channels formed": "channels formed",
@@ -455,5 +459,6 @@
"is using a secure connection": "is using a secure connection",
"is using modes +%s": "is using modes +%s",
"seconds idle, signon time": "seconds idle, signon time",
"unregistered connections": "unregistered connections"
"unregistered connections": "unregistered connections",
"was connecting from %s": "was connecting from %s"
}