From c5f327ecb8310656d93ce6c497204b266e8df41d Mon Sep 17 00:00:00 2001 From: BeMeritus Date: Mon, 17 Nov 2025 10:50:16 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Uzbek) Currently translated at 45.9% (373 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uz/ --- lib/l10n/intl_uz.arb | 98 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/lib/l10n/intl_uz.arb b/lib/l10n/intl_uz.arb index 89270ff76..547fc8d33 100644 --- a/lib/l10n/intl_uz.arb +++ b/lib/l10n/intl_uz.arb @@ -1823,5 +1823,103 @@ "@security": { "type": "String", "placeholders": {} + }, + "recoveryKey": "Tiklash kaliti", + "@recoveryKey": {}, + "recoveryKeyLost": "Tiklash kaliti yo‘qolib qoldimi?", + "@recoveryKeyLost": {}, + "seenByUser": "{username} ko‘rgan", + "@seenByUser": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "send": "Yuborish", + "@send": { + "type": "String", + "placeholders": {} + }, + "sendAMessage": "Xabar yuborish", + "@sendAMessage": { + "type": "String", + "placeholders": {} + }, + "sendAsText": "Matn sifatida yuborish", + "@sendAsText": { + "type": "String" + }, + "sendAudio": "Audio yuborish", + "@sendAudio": { + "type": "String", + "placeholders": {} + }, + "sendFile": "Faylni yuborish", + "@sendFile": { + "type": "String", + "placeholders": {} + }, + "sendImage": "Rasm yuborish", + "@sendImage": { + "type": "String", + "placeholders": {} + }, + "sendImages": "{count} ta rasm yuborish", + "@sendImages": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "sendMessages": "Xabarlar yuborish", + "@sendMessages": { + "type": "String", + "placeholders": {} + }, + "sendOriginal": "Asl nusxani yuborish", + "@sendOriginal": { + "type": "String", + "placeholders": {} + }, + "sendSticker": "Stiker yuborish", + "@sendSticker": { + "type": "String", + "placeholders": {} + }, + "sendVideo": "Video yuborish", + "@sendVideo": { + "type": "String", + "placeholders": {} + }, + "sentAFile": "📁 {username} fayl yubordi", + "@sentAFile": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "sentAnAudio": "🎤 {username} audio yubordi", + "@sentAnAudio": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "sentAPicture": "️ 🖼️ {username} rasm yubordi", + "@sentAPicture": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } } }