Merge pull request #389 from j1t/patch-2

Hebrew Translation update
This commit is contained in:
daniel 2018-08-18 16:36:46 -06:00 committed by GitHub
commit 87e46a7884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -9,5 +9,6 @@ return [
'settings' => 'הגדרות',
'admin' => 'מנהל',
'logout' => 'התנתק',
'directMessages' => 'הודעות ישירות',
];

View File

@ -3,6 +3,7 @@
return [
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
'emptyFollowers' => 'למשתמש זה עדיין אין עוקבים!',
'emptyFollowing' => 'משתמש זה עדיין אינו עוקב אחרי אף אחד!',
'emptyFollowing' => 'משתמש זה עדיין אינו עוקב אחרי אף אחד!',
'emptySaved' => 'עדיין לא שמרת שום פוסט!',
'savedWarning' => 'רק אתם יכולים לראות את מה ששמרתם',
];