FIX: Chat translation minor issues (#22869)

This commit is contained in:
Martin Brennan 2023-07-31 11:44:32 +10:00 committed by GitHub
parent 53e1af9ccb
commit f79f43ddf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -285,7 +285,7 @@ en:
read_only: "Read Only" read_only: "Read Only"
archived_header: "Channel is archived" archived_header: "Channel is archived"
archived: "Archived" archived: "Archived"
archive_failed: "Archive channel failed. %{completed}/%{total} messages have been archived. <a target=\"_blank\" href=\"%{topic_url}\">the destination topic</a>. Press retry to attempt to complete the archive." archive_failed: "Archive channel failed. %{completed}/%{total} messages have been archived. <a target=\"_blank\" href=\"%{topic_url}\">The destination topic</a> was created. Press retry to attempt to complete the archive."
archive_failed_no_topic: "Archive channel failed. %{completed}/%{total} messages have been archived, the destination topic was not created. Press retry to attempt to complete the archive." archive_failed_no_topic: "Archive channel failed. %{completed}/%{total} messages have been archived, the destination topic was not created. Press retry to attempt to complete the archive."
archive_completed: "See <a target=\"_blank\" href=\"%{topic_url}\">the archive topic</a>" archive_completed: "See <a target=\"_blank\" href=\"%{topic_url}\">the archive topic</a>"
closed_header: "Channel is closed" closed_header: "Channel is closed"

View File

@ -68,7 +68,7 @@ en:
one: "Message is too short, must have a minimum of %{count} character." one: "Message is too short, must have a minimum of %{count} character."
other: "Message is too short, must have a minimum of %{count} characters." other: "Message is too short, must have a minimum of %{count} characters."
message_too_long: message_too_long:
one: "Message is too long, messages must be a maximum of %{count} characters." one: "Message is too long, messages must be a maximum of %{count} character."
other: "Message is too long, messages must be a maximum of %{count} characters." other: "Message is too long, messages must be a maximum of %{count} characters."
draft_too_long: "Draft is too long." draft_too_long: "Draft is too long."
max_reactions_limit_reached: "New reactions are not allowed on this message." max_reactions_limit_reached: "New reactions are not allowed on this message."
@ -85,7 +85,7 @@ en:
over_chat_max_direct_message_users: over_chat_max_direct_message_users:
one: "You can't create a direct message with more than %{count} other user." one: "You can't create a direct message with more than %{count} other user."
other: "You can't create a direct message with more than %{count} other users." other: "You can't create a direct message with more than %{count} other users."
original_message_not_found: "The ancestor of the message you are replying cannot be found or has been deleted." original_message_not_found: "The ancestor of the message you are replying to cannot be found or has been deleted."
thread_invalid_for_channel: "Thread is not part of the provided channel." thread_invalid_for_channel: "Thread is not part of the provided channel."
thread_does_not_match_parent: "Thread does not match parent message." thread_does_not_match_parent: "Thread does not match parent message."
reviewables: reviewables: