Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions messages/ru/modules/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'All notifications have been deleted.' => 'Все уведомления удалены.',
'All notifications have been marked as read.' => 'Все уведомления помечены как прочитанные.',
'Delete all' => 'Удалить все',
'Mark all as read' => 'Отметить все как прочитанное',
'Mark as read' => 'Отметить как прочитанное',
'Notifications' => 'Уведомления',
'Read' => 'Читать',
'There are no notifications to show' => 'Нет никаких уведомлений для отображения',
'View all' => 'Показать все',
'a moment' => 'время',
'ago' => 'тому назад',
'{n, plural, one{one day} other{# days}}' => '{n, plural, one{один день} other{# дней}}',
'{n, plural, one{one hour} other{# hours}}' => '{n, plural, one{один час} other{# часов}}',
'{n, plural, one{one minute} other{# minutes}}' => '{n, plural, one{одна минута} other{# минут}}',
'{n, plural, one{one month} other{# months}}' => '{n, plural, one{один месяц} other{# месяцев}}',
'{n, plural, one{one second} other{# seconds}}' => '{n, plural, one{одна секунда} other{# секунд}}',
'{n, plural, one{one week} other{# weeks}}' => '{n, plural, one{одна неделя} other{# недель}}',
'{n, plural, one{one year} other{# years}}' => '{n, plural, one{один год} other{# лет}}',
];