From 93fa8188b1057a3bcf766af749b4eef33f17a542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?= Date: Mon, 20 Oct 2025 13:22:13 +0200 Subject: [PATCH] chore(translations): Translated using Weblate (Estonian) Currently translated at 100.0% (794 of 794 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ --- lib/l10n/intl_et.arb | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_et.arb b/lib/l10n/intl_et.arb index 0de938a34..ac5024e21 100644 --- a/lib/l10n/intl_et.arb +++ b/lib/l10n/intl_et.arb @@ -3393,5 +3393,44 @@ "pause": "Peata", "@pause": {}, "resume": "Jätka", - "@resume": {} + "@resume": {}, + "newSubSpace": "Uus alamkogukond", + "@newSubSpace": {}, + "moveToDifferentSpace": "Tõsta teise kogukonda", + "@moveToDifferentSpace": {}, + "moveUp": "Liiguta ülespoole", + "@moveUp": {}, + "moveDown": "Liiguta allapoole", + "@moveDown": {}, + "removeFromSpaceDescription": "See vestlus eemaldatakse nüüd kogukonnast, kuid on jätkuvalt nähtav sinu vestluste loendis.", + "@removeFromSpaceDescription": {}, + "countChats": "{chats} vestlust", + "@countChats": { + "type": "String", + "placeholders": { + "chats": { + "type": "int" + } + } + }, + "spaceMemberOf": "Kogukonna liige: {spaces}", + "@spaceMemberOf": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + }, + "spaceMemberOfCanKnock": "{spaces} kogukonna liige võib uksele koputada", + "@spaceMemberOfCanKnock": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + }, + "donate": "Toeta meid rahaliselt", + "@donate": {} }