From 3a1b27d0fe3db3073d334dd57e64e8c5157025ff Mon Sep 17 00:00:00 2001 From: Yaron Shahrabani Date: Mon, 29 Aug 2022 13:37:16 +0000 Subject: [PATCH] Translated using Weblate (Hebrew) Currently translated at 11.8% (16 of 135 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/he/ --- src/locales/he.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/he.json b/src/locales/he.json index 0967ef42..bc1bfa1b 100644 --- a/src/locales/he.json +++ b/src/locales/he.json @@ -1 +1,24 @@ -{} +{ + "titles": { + "player": "נגן", + "login": "כניסה", + "register": "הרשמה", + "preferences": "העדפות", + "history": "היסטוריה", + "subscriptions": "מינויים", + "trending": "מובילים", + "feed": "ערוץ עדכונים", + "account": "חשבון", + "playlists": "רשימות נגינה", + "instance": "עותק" + }, + "player": { + "watch_on": "לצפות ב־{0}" + }, + "actions": { + "subscribe": "מינוי - {count}", + "unsubscribe": "ביטול מינוי - {count}", + "view_subscriptions": "הצגת מינויים", + "sort_by": "מיון לפי:" + } +}