chinese-journal/yii/protected/messages/ru/dict.php

24 lines
1.1 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 array(
'Most likely, original word is <b>{nounNominative}</b>' => 'Скорее всего, это слово <b>{nounNominative}</b>',
'Nominative case' => 'Это слово в именительном падеже. Я - <b>{noun}</b>',
'Genitive case' => 'Это слово в родительном падеже. Я возле <b>{noun}</b>',
'Dative case' => 'Это слово в дательном падеже. Я дарю подарок <b>{noun}</b>',
'Accusative case' => 'Это слово в винительном падеже. Я не трогаю <b>{noun}</b>',
'Instrumental case' => 'Это слово в творительном падеже. Я с <b>{noun}</b>',
'Prepositional case' => 'Это слово в предложном падеже. Я разговариваю о <b>{noun}</b>',
'Singular form' => 'Это слово в единственном числе.',
'Plural form' => 'Это слово в множественном числе.',
'{n} records found.' => 'Найдено: {n} записей.',
);
?>