mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
i18n: Remove translations which had bogus empty plurals.
This commit is contained in:
committed by
Tim Abbott
parent
85654b19fb
commit
f87479703d
@@ -1972,15 +1972,15 @@
|
||||
"weeks": "",
|
||||
"{N, plural, one {# draft was deleted.} other {# drafts were deleted.}}": "",
|
||||
"{N, plural, one {# other subscriber} other {# other subscribers}}": "",
|
||||
"{N, plural, one {# other user} other {# other users}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {# participant} other {# participants}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {# other user} other {# other users}}": "",
|
||||
"{N, plural, one {# participant} other {# participants}}": "",
|
||||
"{N, plural, one {# total subscriber} other {# total subscribers}}": "",
|
||||
"{N, plural, one {Delete this option?} other {Delete these options?}}": "",
|
||||
"{N, plural, one {Done! {N} message marked as read.} other {Done! {N} messages marked as read.}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {Done! {N} message marked as unread.} other {Done! {N} messages marked as unread.}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {User invited successfully.} other {Users invited successfully.}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {Working… {N} message marked as read so far.} other {Working… {N} messages marked as read so far.}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {Working… {N} message marked as unread so far.} other {Working… {N} messages marked as unread so far.}}": "{N, plural, one {} other {}}",
|
||||
"{N, plural, one {Done! {N} message marked as read.} other {Done! {N} messages marked as read.}}": "",
|
||||
"{N, plural, one {Done! {N} message marked as unread.} other {Done! {N} messages marked as unread.}}": "",
|
||||
"{N, plural, one {User invited successfully.} other {Users invited successfully.}}": "",
|
||||
"{N, plural, one {Working… {N} message marked as read so far.} other {Working… {N} messages marked as read so far.}}": "",
|
||||
"{N, plural, one {Working… {N} message marked as unread so far.} other {Working… {N} messages marked as unread so far.}}": "",
|
||||
"{comma_separated_usernames} and {last_username} reacted with {emoji_name}": "",
|
||||
"{count, plural, one {# draft} other {# drafts}} for this conversation": "",
|
||||
"{count, plural, one {# message} other {# messages}} will be moved.": "",
|
||||
@@ -1992,14 +1992,14 @@
|
||||
"{full_name} is typing…": "",
|
||||
"{hours} hours ago": "",
|
||||
"{members_count, plural, =1 {1 member} other {# members}}": "",
|
||||
"{messages_not_allowed_to_move, plural, one {# message} other {# messages}} will remain in the current topic.": "{messages_not_allowed_to_move, plural, one {} other {}} will remain in the current topic.",
|
||||
"{messages_not_allowed_to_move, plural, one {# message} other {# messages}} will remain in the current topic.": "",
|
||||
"{minutes} min to edit": "",
|
||||
"{minutes} minutes ago": "",
|
||||
"{msg_count} messages from {sender_name}": "",
|
||||
"{names} are guests in this organization.": "",
|
||||
"{name} (guest)": "",
|
||||
"{name} is a guest in this organization.": "",
|
||||
"{num_of_people, plural, one {This message has been <z-link>read</z-link> by {num_of_people} person:} other {This message has been <z-link>read</z-link> by {num_of_people} people:}}": "{num_of_people, plural, one {} other {}}",
|
||||
"{num_of_people, plural, one {This message has been <z-link>read</z-link> by {num_of_people} person:} other {This message has been <z-link>read</z-link> by {num_of_people} people:}}": "",
|
||||
"{realm_message_content_delete_limit_minutes, plural, one {minute} other {minutes}}": "",
|
||||
"{realm_message_content_edit_limit_minutes, plural, one {minute} other {minutes}}": "",
|
||||
"{realm_move_messages_between_streams_limit_minutes, plural, one {minute} other {minutes}}": "",
|
||||
|
||||
Reference in New Issue
Block a user