pixelfed/resources/lang/ru/profile.php

9 wiersze
439 B
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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