kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			
		
			
				
	
	
		
			27 wiersze
		
	
	
		
			666 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			27 wiersze
		
	
	
		
			666 B
		
	
	
	
		
			PHP
		
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
 | 
						|
	'helpcenter' => 'Hilfezentrum',
 | 
						|
	'whatsnew' => 'Was gibt\'s Neues',
 | 
						|
 | 
						|
	'gettingStarted' => 'Loslegen',
 | 
						|
	'sharingMedia' => 'Medien teilen',
 | 
						|
	'profile' => 'Profil',
 | 
						|
	'stories' => 'Stories',
 | 
						|
	'hashtags' => 'Hashtags',
 | 
						|
	'discover' => 'Entdecken',
 | 
						|
	'directMessages' => 'Privatnachrichten',
 | 
						|
	'timelines' => 'Timelines',
 | 
						|
	'embed'	=> 'Einbetten',
 | 
						|
 | 
						|
	'communityGuidelines' => 'Gemeinschaftsrichtlinien',
 | 
						|
	'whatIsTheFediverse' => 'Was ist das Fediversum?',
 | 
						|
	'controllingVisibility' => 'Sichtbarkeit steuern',
 | 
						|
	'blockingAccounts' => 'Kontosperrung',
 | 
						|
	'safetyTips' => 'Sicherheitstipps',
 | 
						|
	'reportSomething' => 'Etwas melden',
 | 
						|
	'dataPolicy' => 'Datenpolitik'
 | 
						|
 | 
						|
];
 |