mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
i18n: Remove translations which had bogus empty plurals.
This commit is contained in:
@@ -2012,15 +2012,15 @@
|
||||
"weeks": "வாரங்கள்",
|
||||
"{N, plural, one {# draft was deleted.} other {# drafts were deleted.}}": "",
|
||||
"{N, plural, one {# other subscriber} other {# other subscribers}}": "{N, பன்மை, ஒன்று {# பிற சந்தாதாரர்} பிற {# பிற சந்தாதாரர்கள்}}",
|
||||
"{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, பன்மை, ஒன்று {இந்த விருப்பத்தை நீக்கு?} மற்றவை this இந்த விருப்பங்களை நீக்கு?}}",
|
||||
"{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}": "{comma_separated_usernames} மற்றும் {last_username} {emoji_name with உடன் வினைபுரிந்தது",
|
||||
"{count, plural, one {# draft} other {# drafts}} for this conversation": "{எண்ணிக்கை, பன்மை, ஒன்று {# வரைவு} மற்ற {# வரைவுகள்} this the",
|
||||
"{count, plural, one {# message} other {# messages}} will be marked as read.": "",
|
||||
@@ -2034,14 +2034,14 @@
|
||||
"{full_name} is typing…": "{full_name} தட்டச்சு செய்கிறது…",
|
||||
"{hours} hours ago": "{hours} மணிநேரங்களுக்கு முன்பு",
|
||||
"{members_count, plural, =1 {1 member} other {# members}}": "{உறுப்பினர்கள்_சவுண்ட், பன்மை, = 1 {1 member} பிற {# உறுப்பினர்கள்}}",
|
||||
"{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} minutes ago": "{minutes} நிமிடங்களுக்கு முன்பு",
|
||||
"{msg_count} messages from {sender_name}": "{msg_count} செய்திகள் {sender_name}",
|
||||
"{names} are guests in this organization.": "{பெயர்கள் this இந்த நிறுவனத்தில் விருந்தினர்கள்.",
|
||||
"{name} (guest)": "{name} (விருந்தினர்)",
|
||||
"{name} is a guest in this organization.": "{பெயர் this இந்த அமைப்பில் ஒரு விருந்தினர்.",
|
||||
"{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