Add ja translation of profile.php

This commit is contained in:
bsky 2018-06-02 04:35:01 +09:00
parent b961ed1ada
commit 26a1ffaeed
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?php
return [
'emptyTimeline' => 'This user has no posts yet!',
'emptyFollowers' => 'This user has no followers yet!',
'emptyFollowing' => 'This user is not following anyone yet!',
'savedWarning' => 'Only you can see what you\'ve saved',
'emptyTimeline' => 'このユーザーはまだ何も投稿していません!',
'emptyFollowers' => 'このユーザーにはまだフォロワーがいません!',
'emptyFollowing' => 'このユーザーはまだ誰もフォローしていません!',
'savedWarning' => 'あなたが保存したものはあなただけが見ることが出来ます。',
];