mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
Create profile.php
This commit is contained in:
parent
c63ee0ab46
commit
112fd39619
1 changed files with 13 additions and 0 deletions
13
resources/lang/id/profile.php
Normal file
13
resources/lang/id/profile.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
return [
|
||||
'emptyTimeline' => 'User ini belum memiliki posting!',
|
||||
'emptyFollowers' => 'User ini belum punya pengikut!',
|
||||
'emptyFollowing' => 'User ini belum mengikuti siapapun!',
|
||||
'emptySaved' => 'Kamu belum membuat posting!',
|
||||
'savedWarning' => 'Hanya kami yang bisa melihat posting kamu sendiri',
|
||||
'privateProfileWarning' => 'Akun ini Privat',
|
||||
'alreadyFollow' => 'Sudah mengikuti :username?',
|
||||
'loginToSeeProfile' => 'untuk melihat foro dan videonya.',
|
||||
'status.disabled.header' => 'Profil Tidak Tersedia',
|
||||
'status.disabled.body' => 'Maaf, profil ini sedang tidak tersedia. Silakan coba lagi kemudian.',
|
||||
];
|
Loading…
Reference in a new issue