diff --git a/resources/lang/he/profile.php b/resources/lang/he/profile.php index 13da8041b..e875885d8 100644 --- a/resources/lang/he/profile.php +++ b/resources/lang/he/profile.php @@ -6,4 +6,10 @@ return [ 'emptyFollowing' => 'משתמש זה עדיין אינו עוקב אחרי אף אחד!', 'emptySaved' => 'עדיין לא שמרת שום פוסט!', 'savedWarning' => 'רק אתם יכולים לראות את מה ששמרתם', + 'privateProfileWarning' => 'חשבון זה פרטי', + 'alreadyFollow' => 'כבר עוקב :username?', + 'loginToSeeProfile' => 'על מנת לראות את התמונות והסרטונים שלהם.', + + 'status.disabled.header' => 'פרופיל לא זמין', + 'status.disabled.body' => 'מצטערים, פרופיל זה אינו זמין כרגע. אנא נסו שוב בקרוב.', ]; diff --git a/resources/lang/he/site.php b/resources/lang/he/site.php new file mode 100644 index 000000000..3f13e6a8a --- /dev/null +++ b/resources/lang/he/site.php @@ -0,0 +1,16 @@ + 'אודות', + 'help' => 'עזרה', + 'language' => 'שפה', + 'fediverse' => 'פדיוורס', + 'opensource' => 'קוד פתוח', + 'terms' => 'תנאים', + 'privacy' => 'פרטיות', + 'l10nWip' => 'אנחנו עדיין עובדים על תמיכה לאיזור הנוכחי', + 'currentLocale' => 'איזור נוכחי', + 'selectLocale' => 'בחרו מאחת השפות הנתמכות', + +];