From 1301da2d4ff07ad662c749f03f366a0ff14c7aeb Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Thu, 20 Jul 2023 12:04:23 +0000 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 100.0% (186 of 186 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hr/ --- src/locales/hr.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/locales/hr.json b/src/locales/hr.json index a64c4191..9a912244 100644 --- a/src/locales/hr.json +++ b/src/locales/hr.json @@ -148,7 +148,9 @@ "playlist_name": "Ime playliste", "playlist_description": "Opis playliste", "chapters_layout_mobile": "Raspored poglavlja na mobilnim uređajima", - "show_search_suggestions": "Prikaži prijedloge pretrage" + "show_search_suggestions": "Prikaži prijedloge pretrage", + "delete_automatically": "Automatski izbriši nakon", + "enable_dearrow": "Aktiviraj DeArrow" }, "player": { "watch_on": "Gledaj na {0}" @@ -168,7 +170,8 @@ "channels": "Kanali", "livestreams": "Prijenosi uživo", "bookmarks": "Zabilješke", - "channel_groups": "Grupe kanala" + "channel_groups": "Grupe kanala", + "dearrow": "DeArrow" }, "login": { "password": "Lozinka", @@ -199,6 +202,10 @@ "cannot_copy": "Nije moguće kopirati!", "local_storage": "Ova radnja zahtijeva lokalno spremište. Jesu li kolačići uključeni?", "register_no_email_note": "Korištenje e-mail adrese kao korisničkog imena se ne preporučuje. Svejedno nastaviti?", - "next_video_countdown": "Reprodukcija sljedećeg videa za {0} s" + "next_video_countdown": "Reprodukcija sljedećeg videa za {0} s", + "hours": "{amount} h", + "days": "{amount} dan(a)", + "weeks": "{amount} tj", + "months": "{amount} mj" } }