mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
UX: Moderator post wasn't completely translatable
This commit is contained in:
@@ -2038,11 +2038,17 @@ en:
|
||||
|
||||
move_posts:
|
||||
new_topic_moderator_post:
|
||||
one: "A post was split to a new %{entity}: %{topic_link}"
|
||||
other: "%{count} posts were split to a new %{entity}: %{topic_link}"
|
||||
one: "A post was split to a new topic: %{topic_link}"
|
||||
other: "%{count} posts were split to a new topic: %{topic_link}"
|
||||
new_message_moderator_post:
|
||||
one: "A post was split to a new message: %{topic_link}"
|
||||
other: "%{count} posts were split to a new message: %{topic_link}"
|
||||
existing_topic_moderator_post:
|
||||
one: "A post was merged into an existing %{entity}: %{topic_link}"
|
||||
other: "%{count} posts were merged into an existing %{entity}: %{topic_link}"
|
||||
one: "A post was merged into an existing topic: %{topic_link}"
|
||||
other: "%{count} posts were merged into an existing topic: %{topic_link}"
|
||||
existing_message_moderator_post:
|
||||
one: "A post was merged into an existing message: %{topic_link}"
|
||||
other: "%{count} posts were merged into an existing message: %{topic_link}"
|
||||
|
||||
change_owner:
|
||||
post_revision_text: "Ownership transferred"
|
||||
|
||||
Reference in New Issue
Block a user