|
158 | 158 | "%(items)s and %(remaining)s others": "%(items)s and %(remaining)s others",
|
159 | 159 | "%(items)s and one other": "%(items)s and one other",
|
160 | 160 | "%(items)s and %(lastItem)s": "%(items)s and %(lastItem)s",
|
161 |
| - "and %(count)s others....other": "and %(count)s others...", |
162 |
| - "and %(count)s others....one": "and one other...", |
| 161 | + "and %(count)s others...": { |
| 162 | + "other": "and %(count)s others...", |
| 163 | + "one": "and one other..." |
| 164 | + }, |
163 | 165 | "%(names)s and %(lastPerson)s are typing": "%(names)s and %(lastPerson)s are typing",
|
164 | 166 | "%(names)s and one other are typing": "%(names)s and one other are typing",
|
165 | 167 | "%(names)s and %(count)s others are typing": "%(names)s and %(count)s others are typing",
|
|
222 | 224 | "Confirm your new password": "Confirm your new password",
|
223 | 225 | "Continue": "Continue",
|
224 | 226 | "Could not connect to the integration server": "Could not connect to the integration server",
|
225 |
| - "%(count)s new messages.one": "%(count)s new message", |
226 |
| - "%(count)s new messages.other": "%(count)s new messages", |
| 227 | + "%(count)s new messages": { |
| 228 | + "one": "%(count)s new message", |
| 229 | + "other": "%(count)s new messages" |
| 230 | + }, |
227 | 231 | "Create a new chat or reuse an existing one": "Create a new chat or reuse an existing one",
|
228 | 232 | "Create an account": "Create an account",
|
229 | 233 | "Create Room": "Create Room",
|
|
623 | 627 | "Unrecognised command:": "Unrecognised command:",
|
624 | 628 | "Unrecognised room alias:": "Unrecognised room alias:",
|
625 | 629 | "Unverified": "Unverified",
|
626 |
| - "Uploading %(filename)s and %(count)s others.zero": "Uploading %(filename)s", |
627 |
| - "Uploading %(filename)s and %(count)s others.one": "Uploading %(filename)s and %(count)s other", |
628 |
| - "Uploading %(filename)s and %(count)s others.other": "Uploading %(filename)s and %(count)s others", |
| 630 | + "Uploading %(filename)s and %(count)s others": { |
| 631 | + "zero": "Uploading %(filename)s", |
| 632 | + "one": "Uploading %(filename)s and %(count)s other", |
| 633 | + "other": "Uploading %(filename)s and %(count)s others" |
| 634 | + }, |
629 | 635 | "uploaded a file": "uploaded a file",
|
630 | 636 | "Upload avatar": "Upload avatar",
|
631 | 637 | "Upload Failed": "Upload Failed",
|
|
743 | 749 | "Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.",
|
744 | 750 | "Auto-complete": "Auto-complete",
|
745 | 751 | "<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.": "<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.",
|
746 |
| - "(~%(count)s results).one": "(~%(count)s result)", |
747 |
| - "(~%(count)s results).other": "(~%(count)s results)", |
| 752 | + "(~%(count)s results)": { |
| 753 | + "one": "(~%(count)s result)", |
| 754 | + "other": "(~%(count)s results)" |
| 755 | + }, |
748 | 756 | "Cancel": "Cancel",
|
749 | 757 | "or": "or",
|
750 | 758 | "Active call": "Active call",
|
|
958 | 966 | "You are a member of these groups:": "You are a member of these groups:",
|
959 | 967 | "Create a group to represent your community! Define a set of rooms and your own custom homepage to mark out your space in the Matrix universe.": "Create a group to represent your community! Define a set of rooms and your own custom homepage to mark out your space in the Matrix universe.",
|
960 | 968 | "Join an existing group": "Join an existing group",
|
961 |
| - "To join an exisitng group you'll have to know its group identifier; this will look something like <i>+example:matrix.org</i>.": "To join an existing group you'll have to know its group identifier; this will look something like <i>+example:matrix.org</i>.", |
| 969 | + "To join an exisitng group you'll have to know its group identifier; this will look something like <i>+example:matrix.org</i>.": "To join an exisitng group you'll have to know its group identifier; this will look something like <i>+example:matrix.org</i>.", |
962 | 970 | "Featured Rooms:": "Featured Rooms:",
|
963 | 971 | "Error whilst fetching joined groups": "Error whilst fetching joined groups",
|
964 | 972 | "Featured Users:": "Featured Users:",
|
|
0 commit comments