From 3a8af07dd1ce4d82670bf297efb735ee1fd87790 Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Sun, 16 Jan 2022 22:57:50 +0000 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 98.7% (80 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hr/ --- src/locales/hr.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/locales/hr.json b/src/locales/hr.json index e3586aca..90224827 100644 --- a/src/locales/hr.json +++ b/src/locales/hr.json @@ -2,9 +2,10 @@ "video": { "sponsor_segments": "Sponzorski segmenti", "watched": "Gledano", - "views": "prikaza", + "views": "{views} prikaza", "videos": "Videozapisi", - "ratings_disabled": "Ocjenjivanje isključeno" + "ratings_disabled": "Ocjenjivanje isključeno", + "chapters": "Poglavlja" }, "preferences": { "ssl_score": "SSL ocjena", @@ -72,10 +73,11 @@ "show_replies": "Prikaži odgovore", "hide_replies": "Sakrij odgovore", "load_more_replies": "Prikaži više odgovora", - "clear_history": "Obriši povijest" + "clear_history": "Obriši povijest", + "skip_highlight": "Preskoči isticanje" }, "player": { - "watch_on": "Gledaj na" + "watch_on": "Gledaj na {0}" }, "titles": { "subscriptions": "Pretplate", @@ -91,6 +93,6 @@ "username": "Korisničko ime" }, "search": { - "did_you_mean": "Jeste li mislili: " + "did_you_mean": "Misliš li: {0}?" } }