From 34d5fd460a8d3faf01d27a3ea600d48d922b5f7d Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Sun, 10 Sep 2023 13:23:57 +0000 Subject: [PATCH 1/2] Translated using Weblate (Croatian) Currently translated at 100.0% (579 of 579 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ --- assets/l10n/intl_hr.arb | 74 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/assets/l10n/intl_hr.arb b/assets/l10n/intl_hr.arb index b54e166d0..abcfe3a6c 100644 --- a/assets/l10n/intl_hr.arb +++ b/assets/l10n/intl_hr.arb @@ -938,7 +938,7 @@ "type": "text", "placeholders": {} }, - "inviteText": "{username} te je pozvao/la u FluffyChat. \n1. Instaliraj FluffyChat: https://fluffychat.im \n2. Registriraj ili prijavi se \n3. Otvori poveznicu poziva: {link}", + "inviteText": "{username} te je pozvao/la u FluffyChat. \n1. Posjeti strnicu fluffychat.im i instaliraj aplikaciju \n2. Registriraj ili prijavi se \n3. Otvori poveznicu poziva: \n {link}", "@inviteText": { "type": "text", "placeholders": { @@ -1911,7 +1911,7 @@ "type": "text", "placeholders": {} }, - "wallpaper": "Slika pozadine", + "wallpaper": "Pozadina:", "@wallpaper": { "type": "text", "placeholders": {} @@ -2540,5 +2540,73 @@ "exportEmotePack": "Izvezi paket emotikona kao .zip", "@exportEmotePack": {}, "sendTypingNotifications": "Pošalji pismene obavijesti", - "@sendTypingNotifications": {} + "@sendTypingNotifications": {}, + "setColorTheme": "Postavi boju teme:", + "@setColorTheme": {}, + "requests": "Zahtjevi", + "@requests": {}, + "tryAgain": "Pokušaj ponovo", + "@tryAgain": {}, + "messagesStyle": "Poruke:", + "@messagesStyle": {}, + "chatDescription": "Opis razgovora", + "@chatDescription": {}, + "invalidServerName": "Neispravno ime servera", + "@invalidServerName": {}, + "chatPermissions": "Dozvole za razgovor", + "@chatPermissions": {}, + "setChatDescription": "Postavi opis rzgovora", + "@setChatDescription": {}, + "redactedBy": "Preuređeno od {username}", + "@redactedBy": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "optionalRedactReason": "(Opcionalno) Razlog za redigiranje ove poruke …", + "@optionalRedactReason": {}, + "inviteContactToGroupQuestion": "Želiš li pozvati {contact} u razgovor grupe „{groupName}”?", + "@inviteContactToGroupQuestion": {}, + "redactedByBecause": "Preuređeno od {username} zbog: „{reason}”", + "@redactedByBecause": { + "type": "text", + "placeholders": { + "username": {}, + "reason": {} + } + }, + "anyoneCanKnock": "Svatko smije pokucati", + "@anyoneCanKnock": {}, + "redactMessageDescription": "Poruka će se redigirati za sve sudionike u ovom razgovoru. To se ne može poništiti.", + "@redactMessageDescription": {}, + "addChatDescription": "Dodaj opis razgovora", + "@addChatDescription": {}, + "directChat": "Izravni razgovor", + "@directChat": {}, + "noOneCanJoin": "Nitko se ne može pridružiti", + "@noOneCanJoin": {}, + "inviteGroupChat": "📨 Pozovi u grupni razgovor", + "@inviteGroupChat": {}, + "invitePrivateChat": "📨 Pozovi u privatni razgovor", + "@invitePrivateChat": {}, + "noChatDescriptionYet": "Opis razgovora još nije stvoren.", + "@noChatDescriptionYet": {}, + "chatDescriptionHasBeenChanged": "Opis razgovora je promijenjen", + "@chatDescriptionHasBeenChanged": {}, + "profileNotFound": "Korisnik nije pronađen na poslužitelju. Možda postoji problem s vezom ili korisnik ne postoji.", + "@profileNotFound": {}, + "shareInviteLink": "Dijeli poveznicu za poziv", + "@shareInviteLink": {}, + "emoteKeyboardNoRecents": "Ovdje će se pojaviti nedavno korišteni emotikoni …", + "@emoteKeyboardNoRecents": { + "type": "text", + "placeholders": {} + }, + "setTheme": "Postavi temu:", + "@setTheme": {}, + "createGroup": "Stvori grupu", + "@createGroup": {}, + "invite": "Pozovi", + "@invite": {} } From c16c466612323be7e4d6ac91c2324a393fb7baf9 Mon Sep 17 00:00:00 2001 From: Jelv Date: Sun, 10 Sep 2023 18:45:53 +0000 Subject: [PATCH 2/2] Translated using Weblate (Dutch) Currently translated at 100.0% (579 of 579 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- assets/l10n/intl_nl.arb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_nl.arb b/assets/l10n/intl_nl.arb index 71f0e901a..992a68882 100644 --- a/assets/l10n/intl_nl.arb +++ b/assets/l10n/intl_nl.arb @@ -2602,5 +2602,10 @@ "inviteGroupChat": "📨 Groeps-chat uitnodiging", "@inviteGroupChat": {}, "invitePrivateChat": "📨 Privé-chat uitnodiging", - "@invitePrivateChat": {} + "@invitePrivateChat": {}, + "emoteKeyboardNoRecents": "Recent-gebruikte emoticons zullen hier verschijnen...", + "@emoteKeyboardNoRecents": { + "type": "text", + "placeholders": {} + } }