mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
754 B
PHP
29 lines
754 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'Pusat Bantuan',
|
|
'whatsnew' => 'Apa yang Baru',
|
|
|
|
'gettingStarted' => 'Mari Memulai',
|
|
'sharingMedia' => 'Media Sharing',
|
|
'profile' => 'Profil',
|
|
'stories' => 'Cerita',
|
|
'hashtags' => 'Tagar',
|
|
'discover' => 'Jelajahi',
|
|
'directMessages' => 'Pesan Langsung',
|
|
'timelines' => 'Linimasa',
|
|
'embed' => 'Sematkan',
|
|
|
|
'communityGuidelines' => 'Pedoman Komunitas',
|
|
'whatIsTheFediverse' => 'Apa itu fediverse?',
|
|
'controllingVisibility' => 'Mengontrol Visibilitas',
|
|
'blockingAccounts' => 'Memblokir Akun',
|
|
'safetyTips' => 'Tips Keamanan',
|
|
'reportSomething' => 'Melaporkan Sesuatu',
|
|
'dataPolicy' => 'Kebijakan Data',
|
|
|
|
'taggingPeople' => 'Menandai Seseorang',
|
|
|
|
];
|