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": {} + } } }