Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6bb303c

Browse files
committed
add singular translation string
1 parent 80ec77a commit 6bb303c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,10 @@
806806
"Try scrolling up in the timeline to see if there are any earlier ones.": "Try scrolling up in the timeline to see if there are any earlier ones.",
807807
"Remove recent messages by %(user)s": "Remove recent messages by %(user)s",
808808
"You are about to remove %(count)s messages by %(user)s. This cannot be undone. Do you wish to continue?|other": "You are about to remove %(count)s messages by %(user)s. This cannot be undone. Do you wish to continue?",
809+
"You are about to remove %(count)s messages by %(user)s. This cannot be undone. Do you wish to continue?|one": "You are about to remove 1 message by %(user)s. This cannot be undone. Do you wish to continue?",
809810
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.",
810811
"Remove %(count)s messages|other": "Remove %(count)s messages",
812+
"Remove %(count)s messages|one": "Remove 1 message",
811813
"Demote yourself?": "Demote yourself?",
812814
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.",
813815
"Demote": "Demote",

0 commit comments

Comments
 (0)