From 1a0b21e99b3428cdf792e42928fa367ce7c62887 Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Thu, 13 Feb 2025 22:02:54 +0000 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ --- assets/l10n/intl_hr.arb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_hr.arb b/assets/l10n/intl_hr.arb index 3d6c84730..c91f70f26 100644 --- a/assets/l10n/intl_hr.arb +++ b/assets/l10n/intl_hr.arb @@ -2172,7 +2172,7 @@ "number": {} } }, - "fileIsTooBigForServer": "Poslužitelj javlja da je datoteka prevelika za slanje.", + "fileIsTooBigForServer": "Neuspjelo slanje! Poslužitelj podržava samo priloge do {max}.", "@fileIsTooBigForServer": {}, "jumpToLastReadMessage": "Skoči na zadnju pročitanu poruku", "@jumpToLastReadMessage": {}, @@ -2712,5 +2712,17 @@ "alwaysUse24HourFormat": "true", "@alwaysUse24HourFormat": { "description": "Set to true to always display time of day in 24 hour format." + }, + "prepareSendingAttachment": "Pripremi slanje priloga …", + "@prepareSendingAttachment": {}, + "sendingAttachment": "Slanje priloga …", + "@sendingAttachment": {}, + "sendingAttachmentCountOfCount": "Slanje priloga {index} od {length} …", + "@sendingAttachmentCountOfCount": { + "type": "integer", + "placeholders": { + "index": {}, + "length": {} + } } }