From dd6884932b92bd1e53947807af913d25acc489fa Mon Sep 17 00:00:00 2001 From: Trendyne Date: Fri, 3 Dec 2021 20:25:53 +0000 Subject: [PATCH] Translated using Weblate (Icelandic) Currently translated at 30.7% (24 of 78 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/is/ --- src/locales/is.json | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/locales/is.json b/src/locales/is.json index 0967ef42..3680b3a9 100644 --- a/src/locales/is.json +++ b/src/locales/is.json @@ -1 +1,34 @@ -{} +{ + "titles": { + "login": "Innskrá", + "register": "Nýr Notandi", + "history": "Áhorfasaga", + "subscriptions": "Áskriftir", + "preferences": "Stillingar", + "trending": "Vinsælt" + }, + "actions": { + "sort_by": "Raða eftir:", + "back": "Til Baka", + "dark": "Dimmt", + "light": "Ljóst", + "theme": "Þema", + "enable_sponsorblock": "Virkja Sponsorblock", + "subscribe": "Gerast Áskrifandi", + "unsubscribe": "Segja Upp Áskrift", + "auto": "Sjálfvirkt", + "audio_only": "Aðeins Hljóð", + "most_recent": "Nýlegast", + "least_recent": "Síðast", + "no": "Nei", + "yes": "Já", + "show_more": "Sýna Meira", + "search": "Leita" + }, + "player": { + "watch_on": "Horfa á" + }, + "search": { + "did_you_mean": "Áttirðu við: " + } +}