Jelajahi Sumber

Merge pull request #36 from j1t/dev

Hebrew Translation
daniel 7 tahun lalu
induk
melakukan
716ce6a588
2 mengubah file dengan 12 tambahan dan 0 penghapusan
  1. 7 0
      resources/lang/he/notification.php
  2. 5 0
      resources/lang/he/profile.php

+ 7 - 0
resources/lang/he/notification.php

@@ -0,0 +1,7 @@
+<?php     
+        
+return [
+        
+  'likedPhoto' => 'אהבו את התמונה שלך.',
+        
+];

+ 5 - 0
resources/lang/he/profile.php

@@ -0,0 +1,5 @@
+<?php
+ 
+return [    
+  'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',      
+];