Skip to content

Commit 66f9abb

Browse files
authored
Merge pull request #162 from odilov-sh/master
Added Uzbek Translations
2 parents 2261757 + f78bb26 commit 66f9abb

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

src/messages/uz/kvdrp.php

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<?php
2-
/**
3-
* Message translations.
4-
*
5-
* This file is automatically generated by 'yii message/extract' command.
6-
* It contains the localizable messages extracted from source code.
7-
* You may modify this file by translating the extracted messages.
8-
*
9-
* Each array element represents the translation (value) of a message (key).
10-
* If the value is empty, the message is considered as not translated.
11-
* Messages that no longer need translation will have their translations
12-
* enclosed between a pair of '@@' marks.
13-
*
14-
* Message string can be used with plural forms format. Check i18n section
15-
* of the guide for details.
16-
*
17-
* NOTE: this file must be saved in UTF-8 encoding.
18-
*/
19-
return [
20-
'Apply' => '',
21-
'Cancel' => '',
22-
'Custom Range' => '',
23-
'From' => '',
24-
'Last Month' => '',
25-
'Last {n} Days' => '',
26-
'Last {n} Months' => '',
27-
'Select Date Range' => '',
28-
'This Month' => '',
29-
'To' => '',
30-
'Today' => '',
31-
'W' => '',
32-
'Yesterday' => '',
33-
];
1+
<?php
2+
/**
3+
* Message translations.
4+
*
5+
* This file is automatically generated by 'yii message/extract' command.
6+
* It contains the localizable messages extracted from source code.
7+
* You may modify this file by translating the extracted messages.
8+
*
9+
* Each array element represents the translation (value) of a message (key).
10+
* If the value is empty, the message is considered as not translated.
11+
* Messages that no longer need translation will have their translations
12+
* enclosed between a pair of '@@' marks.
13+
*
14+
* Message string can be used with plural forms format. Check i18n section
15+
* of the guide for details.
16+
*
17+
* NOTE: this file must be saved in UTF-8 encoding.
18+
*/
19+
return [
20+
'Apply' => 'Tasdiqlash',
21+
'Cancel' => 'Bekor qilish',
22+
'Custom Range' => 'Ixtiyoriy oraliq',
23+
'From' => 'Dan',
24+
'Last Month' => 'Oxirgi oy',
25+
'Last {n} Days' => 'Oxirgi {n} kun',
26+
'Last {n} Months' => 'Oxirgi {n} oy',
27+
'Select Date Range' => "Sana oralig'ini tanlang",
28+
'This Month' => 'Shu oy',
29+
'To' => 'Gacha',
30+
'Today' => 'Bugun',
31+
'W' => 'H',
32+
'Yesterday' => 'Kecha',
33+
];

0 commit comments

Comments
 (0)