mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Updated RU translations (#1574)
* Updated RU translations * Update CHANGELOG.md
This commit is contained in:
parent
ba28b2ba44
commit
bc3f76fdf9
2 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
||||||
- Fixed `md5()` deprecated in PHP 8.4 [\#1561](https://github.com/torrentpier/torrentpier/pull/1561) ([belomaxorka](https://github.com/belomaxorka))
|
- Fixed `md5()` deprecated in PHP 8.4 [\#1561](https://github.com/torrentpier/torrentpier/pull/1561) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Increased `USEREMAIL_MAX_LENGTH` [\#1566](https://github.com/torrentpier/torrentpier/pull/1566) ([belomaxorka](https://github.com/belomaxorka))
|
- Increased `USEREMAIL_MAX_LENGTH` [\#1566](https://github.com/torrentpier/torrentpier/pull/1566) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- Minor improvements [\#1570](https://github.com/torrentpier/torrentpier/pull/1570), [\#1571](https://github.com/torrentpier/torrentpier/pull/1571) ([belomaxorka](https://github.com/belomaxorka))
|
- Minor improvements [\#1570](https://github.com/torrentpier/torrentpier/pull/1570), [\#1571](https://github.com/torrentpier/torrentpier/pull/1571) ([belomaxorka](https://github.com/belomaxorka))
|
||||||
- New Crowdin updates [\#1569](https://github.com/torrentpier/torrentpier/pull/1569), [\#1572](https://github.com/torrentpier/torrentpier/pull/1572), [\#1573](https://github.com/torrentpier/torrentpier/pull/1573) ([Exileum](https://github.com/Exileum))
|
- New Crowdin updates [\#1569](https://github.com/torrentpier/torrentpier/pull/1569), [\#1572](https://github.com/torrentpier/torrentpier/pull/1572), [\#1573](https://github.com/torrentpier/torrentpier/pull/1573), [\#1574](https://github.com/torrentpier/torrentpier/pull/1574) ([Exileum](https://github.com/Exileum))
|
||||||
|
|
||||||
## [v2.4.4](https://github.com/torrentpier/torrentpier/tree/v2.4.4) (2024-07-22)
|
## [v2.4.4](https://github.com/torrentpier/torrentpier/tree/v2.4.4) (2024-07-22)
|
||||||
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.3...v2.4.4)
|
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.3...v2.4.4)
|
||||||
|
|
|
@ -1642,16 +1642,16 @@ $lang['DELETE_POST_TXTB'] = '[x]';
|
||||||
$lang['MODERATE_POST_TXTB'] = '[m]';
|
$lang['MODERATE_POST_TXTB'] = '[m]';
|
||||||
$lang['SEND_PM_TXTB'] = '[ЛС]';
|
$lang['SEND_PM_TXTB'] = '[ЛС]';
|
||||||
|
|
||||||
$lang['DECLENSION']['REPLIES'] = ['ответ', 'ответа'];
|
$lang['DECLENSION']['REPLIES'] = ['ответ', 'ответа', 'ответов'];
|
||||||
$lang['DECLENSION']['TIMES'] = ['раз', 'раза'];
|
$lang['DECLENSION']['TIMES'] = ['раз', 'раза', 'раз'];
|
||||||
|
|
||||||
$lang['DELTA_TIME']['INTERVALS'] = [
|
$lang['DELTA_TIME']['INTERVALS'] = [
|
||||||
'seconds' => ['секунда', 'секунды'],
|
'seconds' => ['секунда', 'секунды', 'секунд'],
|
||||||
'minutes' => ['минута', 'минуты'],
|
'minutes' => ['минута', 'минуты', 'минут'],
|
||||||
'hours' => ['час', 'часа'],
|
'hours' => ['час', 'часа', 'часов'],
|
||||||
'mday' => ['день', 'дня'],
|
'mday' => ['день', 'дня', 'дней'],
|
||||||
'mon' => ['месяц', 'месяца'],
|
'mon' => ['месяц', 'месяца', 'месяцев'],
|
||||||
'year' => ['год', 'года'],
|
'year' => ['год', 'года', 'лет'],
|
||||||
];
|
];
|
||||||
$lang['DELTA_TIME']['FORMAT'] = '%1$s %2$s'; // 5(%1) minutes(%2)
|
$lang['DELTA_TIME']['FORMAT'] = '%1$s %2$s'; // 5(%1) minutes(%2)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue