From c4c985bd4204731be49fee2979928b60f21fd356 Mon Sep 17 00:00:00 2001 From: j1t Date: Sun, 13 Jan 2019 14:09:25 +0000 Subject: [PATCH 1/2] Create site.php --- resources/lang/he/site.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/lang/he/site.php 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' => 'בחרו מאחת השפות הנתמכות', + +]; From 07a04a5e616e79c6ec6382083d7d53f3b1c78157 Mon Sep 17 00:00:00 2001 From: j1t Date: Sun, 13 Jan 2019 14:16:33 +0000 Subject: [PATCH 2/2] Update profile.php --- resources/lang/he/profile.php | 6 ++++++ 1 file changed, 6 insertions(+) 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' => 'מצטערים, פרופיל זה אינו זמין כרגע. אנא נסו שוב בקרוב.', ];