From 78c738c2ea06db7cb88ab4b1d9daa27a68f4ee69 Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Sun, 27 Jun 2021 18:52:05 +0000 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 100.0% (459 of 459 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ --- assets/l10n/intl_hr.arb | 101 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/assets/l10n/intl_hr.arb b/assets/l10n/intl_hr.arb index 53f48464..828e42a6 100644 --- a/assets/l10n/intl_hr.arb +++ b/assets/l10n/intl_hr.arb @@ -2388,5 +2388,106 @@ "@register": { "type": "text", "placeholders": {} + }, + "enableChatBackup": "Aktiviraj sigurnosnu kopiju chata kako nikada ne bi izgubio/la pristup tvojim chatovima.", + "@enableChatBackup": { + "type": "text", + "placeholders": {} + }, + "yourChatsAreBeingSynced": "Tvoji se chatovi sinkroniziraju …", + "@yourChatsAreBeingSynced": { + "type": "text", + "placeholders": {} + }, + "commandHintOp": "Postavi razinu prava zadanog korisnika (standardno: 50)", + "@commandHintOp": { + "type": "text", + "description": "Usage hint for the command /op" + }, + "sendAsText": "Pošalji kao tekst", + "@sendAsText": { + "type": "text" + }, + "synchronizingPleaseWait": "Sinkronizira se … Pričekaj.", + "@synchronizingPleaseWait": { + "type": "text", + "placeholders": {} + }, + "commandMissing": "{command} nije naredba.", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, + "commandInvalid": "Naredba nevaljana", + "@commandInvalid": { + "type": "text" + }, + "commandHintMyRoomAvatar": "Postavi svoju sliku za ovu sobu", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "commandHintMyRoomNick": "Postavi svoje ime za ovu sobu", + "@commandHintMyRoomNick": { + "type": "text", + "description": "Usage hint for the command /myroomnick" + }, + "commandHintInvite": "Pozovi korisnika u ovu sobu", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintUnBan": "Deblokiraj korisnika za ovu sobu", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandHintBan": "Blokiraj korisnika za ovu sobu", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "commandHintKick": "Ukloni zadanog korisnika iz ove sobe", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintLeave": "Napusti ovu sobu", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintJoin": "Pridruži se zadanoj sobi", + "@commandHintJoin": { + "type": "text", + "description": "Usage hint for the command /join" + }, + "commandHintReact": "Pošalji odgovor kao reakciju", + "@commandHintReact": { + "type": "text", + "description": "Usage hint for the command /react" + }, + "commandHintHtml": "Pošalji HTML formatirani tekst", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "Pošalji neformatirani tekst", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "Opiši se", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintSend": "Pošalji tekst", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" } }