This repository was archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 392
Fix some plural and puzzle strings, and remove other unused ones #2444
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2b6b723
Fix some plural and puzzle strings, and remove other unused ones
SafaAlfulaij ccdaa1c
Update CHANGES.rst
SafaAlfulaij d04345a
Minor fixes
SafaAlfulaij e604bbf
Fix build
SafaAlfulaij 8fcdd01
Fix build 2
SafaAlfulaij 151f51b
Fixes
SafaAlfulaij 9425f8a
Fixes 2
SafaAlfulaij 5369d59
Fixes 3, last, hopefully
SafaAlfulaij f0b620f
Merge branch 'develop' into develop
SafaAlfulaij 075afe2
Fix conflicts
SafaAlfulaij fa5ac61
Fixes
SafaAlfulaij 332ae58
Fixes
SafaAlfulaij 0c3ca8b
Fix zh
SafaAlfulaij 7bdc56c
Return missing string
SafaAlfulaij File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,8 +158,6 @@ | |
<string name="logout">Log out</string> | ||
<string name="hs_url">Home Server URL</string> | ||
<string name="identity_url">Identity Server URL</string> | ||
<string name="user">user</string> | ||
<string name="users">users</string> | ||
<string name="search">Search</string> | ||
|
||
<string name="start_new_chat">Start New Chat</string> | ||
|
@@ -387,8 +385,13 @@ | |
<string name="room_participants_online">Online</string> | ||
<string name="room_participants_offline">Offline</string> | ||
<string name="room_participants_idle">Idle</string> | ||
<string name="room_participants_now">now</string> | ||
<string name="room_participants_ago">ago</string> | ||
<!--The variable is one of "Online", "Offline" or "Idle" states above.--> | ||
<string name="room_participants_now">%1$s now</string> | ||
<!-- | ||
The first variable is one of "Online", "Offline" or "Idle" states (with or without " now" part). | ||
The second variable is the time in seconds. | ||
--> | ||
<string name="room_participants_ago">%1$s %2$s ago</string> | ||
|
||
<string name="room_participants_header_admin_tools">ADMIN TOOLS</string> | ||
<string name="room_participants_header_call">CALL</string> | ||
|
@@ -410,10 +413,18 @@ | |
<string name="room_participants_action_devices_list">Show Device List</string> | ||
<string name="room_participants_power_level_prompt">You will not be able to undo this change as you are promoting the user to have the same power level as yourself.\nAre you sure?</string> | ||
|
||
<string name="room_participants_invite_prompt_msg">"Are you sure you want to invite %s to this chat?"</string> | ||
<string name="room_participants_kick_prompt_msg">Are you sure that you want to kick this user from this chat?</string> | ||
<string name="room_participants_ban_prompt_msg">Are you sure that you want to ban this user from this chat?</string> | ||
|
||
<!-- The variable can be a single name or a string of names ("A, ""B, ""C and D" > "A, B, C and D) --> | ||
<string name="room_participants_invite_prompt_msg">"Are you sure you want to invite %s to this chat?"</string> | ||
<!-- The building block of the first part of the string of names ("A, "/"B, ") --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same remark for this one |
||
<string name="room_participants_invite_join_names">%1$s, </string> | ||
<!-- The second part of the string of names ("C and D") --> | ||
<string name="room_participants_invite_join_names_and">%1$s and %2$s</string> | ||
<!-- First variable is the first part, and second is the second part --> | ||
<string name="room_participants_invite_join_names_combined">%1$s %2$s</string> | ||
|
||
<!-- invitation --> | ||
<string name="people_search_invite_by_id"><u>Invite by ID</u></string> | ||
<string name="people_search_local_contacts">LOCAL CONTACTS (%d)</string> | ||
|
@@ -465,7 +476,10 @@ | |
<string name="room_details_people">People</string> | ||
<string name="room_details_files">Files</string> | ||
<string name="room_details_settings">Settings</string> | ||
<string name="room_details_selected">selected</string> | ||
<plurals name="room_details_selected"> | ||
<item quantity="one">1 selected</item> | ||
<item quantity="other">%d selected</item> | ||
</plurals> | ||
<string name="malformed_id">Malformed ID. Should be an email address or a Matrix ID like \'@localpart:domain\'</string> | ||
<string name="room_details_people_invited_group_name">INVITED</string> | ||
<string name="room_details_people_present_group_name">JOINED</string> | ||
|
@@ -513,12 +527,10 @@ | |
|
||
<!-- Directory --> | ||
<string name="directory_search_results_title">Browse directory</string> | ||
<string name="directory_search_room">%1$d room</string> | ||
<plurals name="directory_search_rooms"> | ||
<item quantity="one">1 room</item> | ||
<item quantity="other">%d rooms</item> | ||
</plurals> | ||
<string name="directory_search_room_for">%1$d room found for %2$s</string> | ||
<plurals name="directory_search_rooms_for"> | ||
<item quantity="one">%1$s room found for %2$s</item> | ||
<item quantity="other">%1$s rooms found for %2$s</item> | ||
|
@@ -959,11 +971,15 @@ | |
<string name="filter_group_members">Filter group members</string> | ||
<string name="filter_group_rooms">Filter group rooms</string> | ||
|
||
<string name="group_one_member">1 member</string> | ||
<string name="group_members">%d members</string> | ||
<plurals name="group_members"> | ||
<item quantity="one">1 member</item> | ||
<item quantity="other">%d members</item> | ||
</plurals> | ||
|
||
<string name="group_one_room">1 room</string> | ||
<string name="group_rooms">%d rooms</string> | ||
<plurals name="group_rooms"> | ||
<item quantity="one">1 room</item> | ||
<item quantity="other">%d rooms</item> | ||
</plurals> | ||
<string name="group_no_long_description">The community admin has not provided a long description for this community.</string> | ||
|
||
<string name="has_been_kicked">You have been kicked from %1$s by %2$s</string> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not understand the usage of
"
in this comment. Is there some typo?Maybe write an example for clarity:
"Bob" or "Bob and Alice" or "Bob, Alice and Charlie"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to give the translator an idea how the block is built, to show that there is a space after the comma.
And yes, human names are better :)
Will work now on it.