瀏覽代碼

Merge pull request #260 from j1t/dev

Hebrew Translation Update
daniel 7 年之前
父節點
當前提交
2d6bb19a84
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 13 0
      resources/lang/he/navmenu.php
  2. 1 0
      resources/lang/he/notification.php

+ 13 - 0
resources/lang/he/navmenu.php

@@ -0,0 +1,13 @@
+<?php
+       
+return [
+     
+    'viewMyProfile' => 'צפה בפרופיל שלי',
+    'myTimeline' => 'ציר הזמן שלי',
+    'publicTimeline' => 'ציר הזמן הציבורי',
+    'remoteFollow' => 'עקיבה מרחוק',
+    'settings' => 'הגדרות',
+    'admin' => 'מנהל',
+    'logout' => 'התנתק',
+        
+];

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

@@ -5,5 +5,6 @@ return [
   'likedPhoto' => 'אהבו את התמונה שלך.',
   'startedFollowingYou' => 'התחיל לעקוב אחריך.',
   'commented' => 'הגיב על הפוסט שלך.',
+  'mentionedYou' => 'הזכיר אותך.'
         
 ];