trypost/lang/ru/mail.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

22 lines
1.6 KiB
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 [
'mentioned' => [
'subject' => ':name упомянул(а) вас в TryPost',
'title' => ':name упомянул(а) вас',
'intro' => ':name упомянул(а) вас в комментарии к посту.',
'cta' => 'Посмотреть комментарий',
],
'workspace_connections_disconnected' => [
'subject' => '{1} Нужно переподключить :count аккаунт в :workspace|[2,4] Нужно переподключить :count аккаунта в :workspace|[5,*] Нужно переподключить :count аккаунтов в :workspace',
'title' => 'Аккаунты требуют переподключения',
'intro' => 'Следующие социальные аккаунты в рабочем пространстве <strong>:workspace</strong> были отключены и требуют переподключения:',
'reasons_title' => 'Это могло произойти по следующим причинам:',
'reason_expired' => 'Истёк срок действия токенов доступа',
'reason_revoked' => 'Вы отозвали доступ TryPost на платформе',
'reason_changed' => 'Платформа изменила требования к аутентификации',
'reconnect_cta' => 'Пожалуйста, переподключите эти аккаунты, чтобы продолжить планировать и публиковать посты.',
'button' => 'Переподключить аккаунты',
],
];