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": "מיון לפי:" + } +}