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

Commit c902652

Browse files
kethinovWeblate
authored andcommitted
Translated using Weblate (English)
Currently translated at 100.0% (972 of 972 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_EN/
1 parent b66b6b6 commit c902652

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

src/i18n/strings/en_EN.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@
158158
"%(items)s and %(remaining)s others": "%(items)s and %(remaining)s others",
159159
"%(items)s and one other": "%(items)s and one other",
160160
"%(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+
},
163165
"%(names)s and %(lastPerson)s are typing": "%(names)s and %(lastPerson)s are typing",
164166
"%(names)s and one other are typing": "%(names)s and one other are typing",
165167
"%(names)s and %(count)s others are typing": "%(names)s and %(count)s others are typing",
@@ -222,8 +224,10 @@
222224
"Confirm your new password": "Confirm your new password",
223225
"Continue": "Continue",
224226
"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+
},
227231
"Create a new chat or reuse an existing one": "Create a new chat or reuse an existing one",
228232
"Create an account": "Create an account",
229233
"Create Room": "Create Room",
@@ -623,9 +627,11 @@
623627
"Unrecognised command:": "Unrecognised command:",
624628
"Unrecognised room alias:": "Unrecognised room alias:",
625629
"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+
},
629635
"uploaded a file": "uploaded a file",
630636
"Upload avatar": "Upload avatar",
631637
"Upload Failed": "Upload Failed",
@@ -743,8 +749,10 @@
743749
"Sent messages will be stored until your connection has returned.": "Sent messages will be stored until your connection has returned.",
744750
"Auto-complete": "Auto-complete",
745751
"<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+
},
748756
"Cancel": "Cancel",
749757
"or": "or",
750758
"Active call": "Active call",
@@ -958,7 +966,7 @@
958966
"You are a member of these groups:": "You are a member of these groups:",
959967
"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.",
960968
"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>.",
962970
"Featured Rooms:": "Featured Rooms:",
963971
"Error whilst fetching joined groups": "Error whilst fetching joined groups",
964972
"Featured Users:": "Featured Users:",

0 commit comments

Comments
 (0)