From 80bc4d8fc9466c43c03ed439e41273e9348abf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?= Date: Mon, 16 Aug 2021 18:32:48 +0000 Subject: [PATCH] Translated using Weblate (Estonian) Currently translated at 100.0% (481 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ --- assets/l10n/intl_et.arb | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/assets/l10n/intl_et.arb b/assets/l10n/intl_et.arb index 30954cbaf..3b07cf3a4 100644 --- a/assets/l10n/intl_et.arb +++ b/assets/l10n/intl_et.arb @@ -2282,14 +2282,14 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount, plural, other{{unreadCount} lugemata vestlus(t)}}", + "unreadChats": "{unreadCount, plural, =1{1 lugemata vestlus} other{{unreadCount} lugemata vestlust}}", "@unreadChats": { "type": "text", "placeholders": { "unreadCount": {} } }, - "unreadMessages": "{unreadEvents, plural, other{{unreadEvents} lugemata sõnum(it)}}", + "unreadMessages": "{unreadEvents, plural, =1{1 lugemata sõnum} other{{unreadEvents} lugemata sõnumit}}", "@unreadMessages": { "type": "text", "placeholders": { @@ -2560,5 +2560,14 @@ "@zoomOut": { "type": "text", "placeholders": {} - } -} \ No newline at end of file + }, + "chatHasBeenRemovedFromThisSpace": "Eemaldasime vestluse kogukonnast", + "@chatHasBeenRemovedFromThisSpace": { + "type": "text", + "placeholders": {} + }, + "chatHasBeenAddedToThisSpace": "Lisasime vestluse kogukonda", + "@chatHasBeenAddedToThisSpace": {}, + "addToSpace": "Lisa kogukonda", + "@addToSpace": {} +}