blob: 4d39bbef098cedd6da1163ea3fa9f5bfaa9a5381 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/**
* UserFrosting (http://www.userfrosting.com)
*
* @link https://github.com/userfrosting/UserFrosting
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
*
* Russian message token translations for the 'account' sprinkle.
*
* @package userfrosting\i18n\ru_RU
* @author @rendername
*/
return [
"VALIDATE" => [
"PASSWORD_MISMATCH" => "Пароли не совпадают.",
"USERNAME" => "Имя может состоять только из строчных букв, цифр, '.', '-' и «_»."
]
];
|