20 Commits

Author SHA1 Message Date
e2a167028b Upgrade to PSR12 coding standard (#20121) 2024-03-19 17:21:27 +03:00
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
26ed25dcae Fix typo in Arabic language (#18069) [skip ci] 2020-05-31 16:15:54 +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
71f1be9243 Arabic translation for CompareValidator messages
Add missing CompareValidator translation
2017-09-20 14:37:28 +03:00
d2781cd232 Added configuration for headers in PHP files generated by message/extract command (#14417) 2017-07-10 20:14:54 +03:00
f89307655b Update yii.php (#11694)
Add a missing translation [skip ci]
2016-06-04 21:57:15 +02:00
6db63ed5fe Updates translations. Ima ployglot :D ‼️ 2015-12-19 22:18:42 +02:00
12b811a46e Fix arabic language
One of the translations has a wrong variable.
variable "compareValue" is written instead of  "max"
2015-11-04 23:01:43 +03:00
12a5b3510b Update yii.php
Urgent Fix for arabic language , This will stop yii2 from working if arabic language is chosen.
2015-07-16 22:19:41 +03:00
9f33f2f6ab add translations 2015-07-06 16:59:48 +05:00
0ba986ad66 Changed 'many' to 'other'.
Fixed warning 'Formatting message for language 'ar' failed with error: Message pattern is invalid.. '
2015-07-05 18:48:18 +05:00
9f78a926d4 Add mimeTypes Arabic validation message
Add mimeTypes Arabic validation message
2015-01-11 00:29:28 +02:00
7e2e035262 Fix Arabic File Type Validation Message 2015-01-10 17:11:49 +02:00
ff042196f3 Fix Arabic translation 2014-05-29 00:46:42 +03:00
249e27a87d Regenerated translations 2014-05-20 19:39:37 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
6d907dabd9 resolve a little bug in arabic translation file 2014-01-13 03:18:11 +03:30
15dbf13174 Fixes #1909 2014-01-11 08:29:10 -05:00