From 63b1c1c6a2082b5849de64fef2d897e53c39c775 Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sun, 15 Aug 2021 12:32:14 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (481 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/en/ --- assets/l10n/intl_en.arb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index 64586455..62677b58 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -51,6 +51,7 @@ "placeholders": {} }, "addToSpace": "Add to space", + "@addToSpace": {}, "admin": "Admin", "@admin": { "type": "text", @@ -411,6 +412,7 @@ "placeholders": {} }, "chatHasBeenAddedToThisSpace": "Chat has been added to this space", + "@chatHasBeenAddedToThisSpace": {}, "chatHasBeenRemovedFromThisSpace": "Chat has been removed from this space", "@chatHasBeenRemovedFromThisSpace": { "type": "text", @@ -2289,14 +2291,14 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount, plural, other{{unreadCount} unread chats}}", + "unreadChats": "{unreadCount, plural, =1{1 unread chat} other{{unreadCount} unread chats}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} unread messages}}", + "unreadMessages": "{unreadEvents, plural, =1{1 unread message} other{{unreadEvents} unread messages}}", "@unreadMessages": { "type": "text", "placeholders": {