mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
14 lines
338 B
PHP
14 lines
338 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'viewMyProfile' => 'צפה בפרופיל שלי',
|
|
'myTimeline' => 'ציר הזמן שלי',
|
|
'publicTimeline' => 'ציר הזמן הציבורי',
|
|
'remoteFollow' => 'עקיבה מרחוק',
|
|
'settings' => 'הגדרות',
|
|
'admin' => 'מנהל',
|
|
'logout' => 'התנתק',
|
|
|
|
];
|