From e16c170642f63c820b89c5f457bce96cf3147bcf Mon Sep 17 00:00:00 2001 From: Maftuna Vohidjonovna Date: Fri, 14 Nov 2025 13:49:41 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Uzbek) Currently translated at 9.0% (73 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uz/ --- lib/l10n/intl_uz.arb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lib/l10n/intl_uz.arb b/lib/l10n/intl_uz.arb index 98419386e..029f0a52f 100644 --- a/lib/l10n/intl_uz.arb +++ b/lib/l10n/intl_uz.arb @@ -346,5 +346,35 @@ "type": "String" } } + }, + "changedTheChatPermissions": "{username} chat ruxsatnomalarini oʻzgartirdi", + "@changedTheChatPermissions": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "changedTheDisplaynameTo": "{username} oʻzining nomini '{displayname}'ga oʻzgartirdi", + "@changedTheDisplaynameTo": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + }, + "displayname": { + "type": "String" + } + } + }, + "changedTheGuestAccessRules": "{username} mehmon kirish qoidalarini oʻzgartirdi", + "@changedTheGuestAccessRules": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } } }