17 Commits

Author SHA1 Message Date
5f3d36ea21 Extract messages (#20022)
* {attribute} must not be equal to "{compareValue}""

* update config

* {attribute} must be greater than "{compareValueOrAttribute}".
{attribute} must be greater than or equal to "{compareValueOrAttribute}".
{attribute} must be less than "{compareValueOrAttribute}".
{attribute} must be less than or equal to "{compareValueOrAttribute}".

* {nFormatted} B
{nFormatted} GB
{nFormatted} kB
{nFormatted} MB
{nFormatted} PB
{nFormatted} TB

* {nFormatted} {n, plural, =1{byte} other{bytes}}
{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}
{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}
{nFormatted} {n, plural, =1{megabyte} other{megabytes}}
{nFormatted} {n, plural, =1{petabyte} other{petabytes}}
{nFormatted} {n, plural, =1{terabyte} other{terabytes}}

* Extract messages.
2023-10-21 18:22:41 +02:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
72b4e6d47c kB instead of KB (#16368)
* kB instead of KB

When kilobyte is referred to 1000 bytes the abbreviation should be written with lower case "k" as kB. Upper case K is usually intended to refer to 1024 multiplier
See this page: https://en.wikipedia.org/wiki/Kilobyte
2019-03-20 21:04:43 +03:00
d2781cd232 Added configuration for headers in PHP files generated by message/extract command (#14417) 2017-07-10 20:14:54 +03:00
0d2e6d84a6 Update yii.php
Add missing # in delta days message
2016-09-16 11:33:23 +03:00
17ab05651c uk translation fix 2016-02-11 17:39:25 +02:00
6db63ed5fe Updates translations. Ima ployglot :D ‼️ 2015-12-19 22:18:42 +02:00
e6e8b0a41f fix translation in compare validator(uk,ru) 2015-11-18 17:01:12 +02:00
beee13e3f6 Added Formatter::asDuration() to guide-ru, guide-en, added ru, uk messages translation 2015-10-27 00:04:30 +02:00
5242765257 Fixes #3506: Added \yii\validators\IpValidator to perform validation of IP addresses and subnets 2015-10-22 14:21:31 +03:00
fc8ff4d08e Updated Ukrainian messages 2015-05-11 12:52:29 +03:00
3619a8d276 [Uk] Messages update [skip ci] 2015-01-13 00:50:37 +01:00
f5fa101018 Ukrainian message translation 2014-09-25 10:48:11 +03:00
249e27a87d Regenerated translations 2014-05-20 19:39:37 +04:00
f1cf06bc2f upd ru and uk messages 2014-03-20 16:34:26 +02:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
a70f3df9b5 Ukrainian translations 2014-01-13 02:36:51 +02:00