mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add ja translation of profile.php
This commit is contained in:
parent
b961ed1ada
commit
26a1ffaeed
1 changed files with 4 additions and 4 deletions
|
@ -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' => 'あなたが保存したものはあなただけが見ることが出来ます。',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue