Added missing translation

pull/21833/head
Steffen Kolmer 2020-10-21 14:15:27 +02:00
parent d4ec1dd775
commit 047c29731b
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export default interface ICanvasEffect { export default interface ICanvasEffect {
start: (canvas: HTMLCanvasElement, timeout: number) => Promise<void>, start: (canvas: HTMLCanvasElement, timeout?: number) => Promise<void>,
stop: () => Promise<void>, stop: () => Promise<void>,
isRunning: boolean isRunning: boolean
} }

View File

@ -148,6 +148,7 @@
"Messages": "Messages", "Messages": "Messages",
"Actions": "Actions", "Actions": "Actions",
"Advanced": "Advanced", "Advanced": "Advanced",
"Effects": "Effects",
"Other": "Other", "Other": "Other",
"Command error": "Command error", "Command error": "Command error",
"Usage": "Usage", "Usage": "Usage",
@ -211,8 +212,6 @@
"Send a bug report with logs": "Send a bug report with logs", "Send a bug report with logs": "Send a bug report with logs",
"Opens chat with the given user": "Opens chat with the given user", "Opens chat with the given user": "Opens chat with the given user",
"Sends a message to the given user": "Sends a message to the given user", "Sends a message to the given user": "Sends a message to the given user",
"Sends the given message with confetti": "Sends the given message with confetti",
"sends confetti": "sends confetti",
"Displays action": "Displays action", "Displays action": "Displays action",
"Reason": "Reason", "Reason": "Reason",
"%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s accepted the invitation for %(displayName)s.", "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s accepted the invitation for %(displayName)s.",
@ -1580,6 +1579,8 @@
"Sign in with single sign-on": "Sign in with single sign-on", "Sign in with single sign-on": "Sign in with single sign-on",
"And %(count)s more...|other": "And %(count)s more...", "And %(count)s more...|other": "And %(count)s more...",
"Home": "Home", "Home": "Home",
"Sends the given message with confetti": "Sends the given message with confetti",
"sends confetti": "sends confetti",
"Enter a server name": "Enter a server name", "Enter a server name": "Enter a server name",
"Looks good": "Looks good", "Looks good": "Looks good",
"Can't find this server or its room list": "Can't find this server or its room list", "Can't find this server or its room list": "Can't find this server or its room list",