1
0
Fork 0

Merge pull request #52 from j1t/dev

Hebrew Translatin (cont)
This commit is contained in:
daniel 2018-06-01 16:24:47 -06:00 committed by GitHub
commit b36651417c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<?php
return [
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
'emptyFollowers' => 'למשתמש זה עדיין אין עוקבים!',
'emptyFollowing' => 'משתמש זה עדיין אינו עוקב אחרי אף אחד!',
'savedWarning' => 'רק אתם יכולים לראות את מה ששמרתם',
];

View File

@ -0,0 +1,7 @@
<?php
return [
'emptyPersonalTimeline' => 'ציר הזמן שלך ריק.'
];