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.
20 lines
692 B
PHTML
20 lines
692 B
PHTML
5 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'search' => 'ค้นหา',
|
||
|
'home' => 'หน้าหลัก',
|
||
|
'local' => 'Local',
|
||
|
'network' => 'Network',
|
||
|
'discover' => 'Discover',
|
||
|
'viewMyProfile' => 'ดูโพรไฟล์',
|
||
|
'myProfile' => 'โพรไฟล์ของฉัน',
|
||
|
'myTimeline' => 'ทามไลน์ของฉัน',
|
||
|
'publicTimeline' => 'ทามไลน์สาธารณะ',
|
||
|
'remoteFollow' => 'Remote Follow',
|
||
|
'settings' => 'ตั้งค่า',
|
||
|
'admin' => 'ผู้ดูแล',
|
||
|
'logout' => 'ออกจากระบบ',
|
||
|
'directMessages' => 'ส่งข้อความ',
|
||
|
'composePost' => 'สร้างโพสต์',
|
||
|
];
|