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.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			398 B
		
	
	
	
		
			PHP
		
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
 | 
						|
	'search'			=> '搜尋',
 | 
						|
	'home'				=> '首頁',
 | 
						|
	'local'				=> '本地',
 | 
						|
	'discover'			=> '探索',
 | 
						|
	'viewMyProfile'		=> '檢視我的個人檔案',
 | 
						|
	'myTimeline'		=> '我的時間軸',
 | 
						|
	'publicTimeline'	=> '公開時間軸',
 | 
						|
	'remoteFollow'		=> '遠端追蹤',
 | 
						|
	'settings'			=> '設定',
 | 
						|
	'admin'				=> '管理',
 | 
						|
	'logout'			=> '登出',
 | 
						|
	'directMessages'	=> '直接傳訊',
 | 
						|
 | 
						|
];
 |