Browse Source

Add ja translation of timeline.php

bsky 7 years ago
parent
commit
ae4a9753ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/ja/timeline.php

+ 1 - 1
resources/lang/ja/timeline.php

@@ -2,6 +2,6 @@
 
 
 return [
 return [
 
 
-  'emptyPersonalTimeline' => 'Your timeline is empty.'
+  'emptyPersonalTimeline' => 'あなたのタイムラインには何もありません。'
 
 
 ];
 ];