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.
pixelfed/lang/zh-tw/navmenu.php

20 lines
481 B
PHP

<?php
return [
'search' => '搜尋',
'home' => '首頁',
'local' => '本地',
'network' => '',
'discover' => '探索',
'viewMyProfile' => '檢視我的個人檔案',
'myProfile' => '',
'myTimeline' => '我的時間軸',
'publicTimeline' => '公開時間軸',
'remoteFollow' => '遠端追蹤',
'settings' => '設定',
'admin' => '管理',
'logout' => '登出',
'directMessages' => '直接傳訊',
'composePost' => '',
];