|
424 | 424 | "Advanced": "Advanced", |
425 | 425 | "Effects": "Effects", |
426 | 426 | "Other": "Other", |
| 427 | + "Command error: Unable to handle slash command.": "Command error: Unable to handle slash command.", |
| 428 | + "Command error: Unable to find rendering type (%(renderingType)s)": "Command error: Unable to find rendering type (%(renderingType)s)", |
427 | 429 | "Usage": "Usage", |
428 | 430 | "Sends the given message as a spoiler": "Sends the given message as a spoiler", |
429 | 431 | "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Prepends ¯\\_(ツ)_/¯ to a plain-text message", |
|
433 | 435 | "Sends a message as plain text, without interpreting it as markdown": "Sends a message as plain text, without interpreting it as markdown", |
434 | 436 | "Sends a message as html, without interpreting it as markdown": "Sends a message as html, without interpreting it as markdown", |
435 | 437 | "Upgrades a room to a new version": "Upgrades a room to a new version", |
| 438 | + "You do not have the required permissions to use this command.": "You do not have the required permissions to use this command.", |
436 | 439 | "Jump to the given date in the timeline (YYYY-MM-DD)": "Jump to the given date in the timeline (YYYY-MM-DD)", |
| 440 | + "We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.": "We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.", |
437 | 441 | "Changes your display nickname": "Changes your display nickname", |
438 | 442 | "Changes your display nickname in the current room only": "Changes your display nickname in the current room only", |
439 | 443 | "Changes the avatar of the current room": "Changes the avatar of the current room", |
440 | 444 | "Changes your avatar in this current room only": "Changes your avatar in this current room only", |
441 | 445 | "Changes your avatar in all rooms": "Changes your avatar in all rooms", |
442 | 446 | "Gets or sets the room topic": "Gets or sets the room topic", |
| 447 | + "Failed to get room topic: Unable to find room (%(roomId)s": "Failed to get room topic: Unable to find room (%(roomId)s", |
443 | 448 | "This room has no topic.": "This room has no topic.", |
444 | 449 | "Sets the room name": "Sets the room name", |
445 | 450 | "Invites user with given id to current room": "Invites user with given id to current room", |
446 | 451 | "Use an identity server": "Use an identity server", |
447 | 452 | "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.", |
| 453 | + "Use an identity server to invite by email. Manage in Settings.": "Use an identity server to invite by email. Manage in Settings.", |
448 | 454 | "Joins room with given address": "Joins room with given address", |
449 | 455 | "Leave room": "Leave room", |
| 456 | + "Unrecognised room address: %(roomAlias)s": "Unrecognised room address: %(roomAlias)s", |
450 | 457 | "Kicks user with given id": "Kicks user with given id", |
451 | 458 | "Bans user with given id": "Bans user with given id", |
452 | 459 | "Unbans user with given ID": "Unbans user with given ID", |
|
457 | 464 | "Unignored user": "Unignored user", |
458 | 465 | "You are no longer ignoring %(userId)s": "You are no longer ignoring %(userId)s", |
459 | 466 | "Define the power level of a user": "Define the power level of a user", |
| 467 | + "Command failed: Unable to find room (%(roomId)s": "Command failed: Unable to find room (%(roomId)s", |
| 468 | + "Could not find user in room": "Could not find user in room", |
460 | 469 | "Deops user with given id": "Deops user with given id", |
461 | 470 | "Opens the Developer Tools dialog": "Opens the Developer Tools dialog", |
462 | 471 | "Adds a custom widget by URL to the room": "Adds a custom widget by URL to the room", |
| 472 | + "Please supply a widget URL or embed code": "Please supply a widget URL or embed code", |
| 473 | + "Please supply a https:// or http:// widget URL": "Please supply a https:// or http:// widget URL", |
| 474 | + "You cannot modify widgets in this room.": "You cannot modify widgets in this room.", |
463 | 475 | "Verifies a user, session, and pubkey tuple": "Verifies a user, session, and pubkey tuple", |
| 476 | + "Unknown (user, session) pair: (%(userId)s, %(deviceId)s)": "Unknown (user, session) pair: (%(userId)s, %(deviceId)s)", |
| 477 | + "Session already verified!": "Session already verified!", |
| 478 | + "WARNING: Session already verified, but keys do NOT MATCH!": "WARNING: Session already verified, but keys do NOT MATCH!", |
| 479 | + "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and session %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and session %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!", |
464 | 480 | "Verified key": "Verified key", |
465 | 481 | "The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.": "The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.", |
466 | 482 | "Forces the current outbound group session in an encrypted room to be discarded": "Forces the current outbound group session in an encrypted room to be discarded", |
|
470 | 486 | "Displays information about a user": "Displays information about a user", |
471 | 487 | "Send a bug report with logs": "Send a bug report with logs", |
472 | 488 | "Opens chat with the given user": "Opens chat with the given user", |
| 489 | + "Unable to find Matrix ID for phone number": "Unable to find Matrix ID for phone number", |
473 | 490 | "Sends a message to the given user": "Sends a message to the given user", |
474 | 491 | "Places the call in the current room on hold": "Places the call in the current room on hold", |
| 492 | + "No active call in this room": "No active call in this room", |
475 | 493 | "Takes the call in the current room off hold": "Takes the call in the current room off hold", |
476 | 494 | "Converts the room to a DM": "Converts the room to a DM", |
477 | 495 | "Converts the DM to a room": "Converts the DM to a room", |
|
0 commit comments