1
0
Fork 0
pixelfed/resources/lang/ru/profile.php

9 lines
439 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'emptyTimeline' => 'У этого пользователя пока нет ни одного поста!',
'emptyFollowers' => 'У этого пользователя пока нет подписчиков!',
'emptyFollowing' => 'Этот пользователь пока ни на кого не подписан!',
'savedWarning' => 'Только можете видеть то, что сохранили',
];