diff --git a/framework/console/Markdown.php b/framework/console/Markdown.php
index eb3410a1bd..f538266fad 100644
--- a/framework/console/Markdown.php
+++ b/framework/console/Markdown.php
@@ -48,10 +48,10 @@ class Markdown extends \cebe\markdown\Parser
* @param array $block
* @return string
*/
- protected function renderCode($block)
- {
+ protected function renderCode($block)
+ {
return Console::ansiFormat($block['content'], [Console::NEGATIVE]) . "\n\n";
- }
+ }
/**
* @inheritdoc
diff --git a/framework/messages/th/yii.php b/framework/messages/th/yii.php
index 1e09135167..11d172b2bc 100644
--- a/framework/messages/th/yii.php
+++ b/framework/messages/th/yii.php
@@ -17,90 +17,90 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
- '(not set)' => '(ไม่ได้ตั้ง)',
- 'An internal server error occurred.' => 'เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์',
- 'Are you sure you want to delete this item?' => 'คุณแน่ใจหรือไม่ที่จะลบรายการนี้?',
- 'Delete' => 'ลบ',
- 'Error' => 'ผิดพลาด',
- 'File upload failed.' => 'ไม่สามารถอัพโหลดไฟล์ได้',
- 'Home' => 'หน้าหลัก',
- 'Invalid data received for parameter "{param}".' => 'ค่าพารามิเตอร์ "{param}" ไม่ถูกต้อง',
- 'Login Required' => 'จำเป็นต้องเข้าสู่ระบบ',
- 'Missing required arguments: {params}' => 'อาร์กิวเมนต์ที่จำเป็นขาดหายไป: {params}',
- 'Missing required parameters: {params}' => 'พารามิเตอร์ที่จำเป็นขาดหายไป: {params}',
- 'No' => 'ไม่',
- 'No help for unknown command "{command}".' => 'ไม่มีวิธีใช้สำหรับคำสั่ง "{command}" ที่ไม่รู้จัก',
- 'No help for unknown sub-command "{command}".' => 'ไม่มีวิธีใช้สำหรับคำสั่งย่อย "{command}" ที่ไม่รู้จัก',
- 'No results found.' => 'ไม่พบผลลัพธ์',
- 'Only files with these MIME types are allowed: {mimeTypes}.' => 'เฉพาะไฟล์ที่มีชนิด MIME ต่อไปนี้ที่ได้รับการอนุญาต: {mimeTypes}',
- 'Only files with these extensions are allowed: {extensions}.' => 'เฉพาะไฟล์ที่มีนามสกุลต่อไปนี้ที่ได้รับอนุญาต: {extensions}',
- 'Page not found.' => 'ไม่พบหน้า',
- 'Please fix the following errors:' => 'โปรดแก้ไขข้อผิดพลาดต่อไปนี้:',
- 'Please upload a file.' => 'กรุณาอัพโหลดไฟล์',
- 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'แสดง {begin, number} ถึง {end, number} จาก {totalCount, number} ผลลัพธ์',
- 'The file "{file}" is not an image.' => 'ไฟล์ "{file}" ไม่ใช่รูปภาพ',
- 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'ไฟล์ "{file}" มีขนาดใหญ่ไป ไฟล์จะต้องมีขนาดไม่เกิน {limit, number} ไบต์',
- 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'ไฟล์ "{file}" มีขนาดเล็กเกินไป ไฟล์จะต้องมีขนาดมากกว่า {limit, number} ไบต์',
- 'The format of {attribute} is invalid.' => 'รูปแบบ {attribute} ไม่ถูกต้อง',
- 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" ใหญ่เกินไป ความสูงต้องน้อยกว่า {limit, number} พิกเซล',
- 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" ใหญ่เกินไป ความกว้างต้องน้อยกว่า {limit, number} พิกเซล',
- 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" เล็กเกินไป ความสูงต้องมากว่า {limit, number} พิกเซล',
- 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" เล็กเกินไป ความกว้างต้องมากกว่า {limit, number} พิกเซล',
- 'The requested view "{name}" was not found.' => 'ไม่พบ "{name}" ในการเรียกใช้',
- 'The verification code is incorrect.' => 'รหัสการยืนยันไม่ถูกต้อง',
- 'Total {count, number} {count, plural, one{item} other{items}}.' => 'ทั้งหมด {count, number} ผลลัพธ์',
- 'Unable to verify your data submission.' => 'ไม่สามารถตรวจสอบการส่งข้อมูลของคุณ',
- 'Unknown command "{command}".' => 'ไม่รู้จักคำสั่ง "{command}"',
- 'Unknown option: --{name}' => 'ไม่รู้จักตัวเลือก: --{name}',
- 'Update' => 'ปรับปรุง',
- 'View' => 'ดู',
- 'Yes' => 'ใช่',
- 'You are not allowed to perform this action.' => 'คุณไม่ได้รับอนุญาตให้ดำเนินการนี้',
- 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'คุณสามารถอัพโหลดมากที่สุด {limit, number} ไฟล์',
- 'in {delta, plural, =1{a second} other{# seconds}}' => 'ใน {delta} วินาที',
- 'in {delta, plural, =1{a minute} other{# minutes}}' => 'ใน {delta} นาที',
- 'in {delta, plural, =1{an hour} other{# hours}}' => 'ใน {delta} ชั่วโมง',
- 'in {delta, plural, =1{a day} other{# days}}' => 'ใน {delta} วัน',
- 'in {delta, plural, =1{a month} other{# months}}' => 'ใน {delta} เดือน',
- 'in {delta, plural, =1{a year} other{# years}}' => 'ใน {delta} ปี',
- 'the input value' => 'ค่าป้อนที่เข้ามา',
- '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" มีอยู่แล้ว',
- '{attribute} cannot be blank.' => '{attribute} ต้องไม่ว่างเปล่า',
- '{attribute} is invalid.' => '{attribute} ไม่ถูกต้อง',
- '{attribute} is not a valid URL.' => '{attribute} ไม่ใช่รูปแบบ URL ที่ถูกต้อง',
- '{attribute} is not a valid email address.' => '{attribute} ไม่ใช่รูปแบบอีเมลที่ถูกต้อง',
- '{attribute} must be "{requiredValue}".' => '{attribute} ต้องการ "{requiredValue}"',
- '{attribute} must be a number.' => '{attribute} ต้องเป็นตัวเลขเท่านั้น',
- '{attribute} must be a string.' => '{attribute} ต้องเป็นตัวอักขระเท่านั้น',
- '{attribute} must be an integer.' => '{attribute} ต้องเป็นจำนวนเต็มเท่านั้น',
- '{attribute} must be either "{true}" or "{false}".' => '{attribute} ต้องเป็น "{true}" หรือ "{false}"',
- '{attribute} must be greater than "{compareValue}".' => '{attribute} ต้องมากกว่า "{compareValue}"',
- '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} ต้องมากกว่าหรือเท่ากับ "{compareValue}"',
- '{attribute} must be less than "{compareValue}".' => '{attribute} ต้องน้อยกว่า "{compareValue}"',
- '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} ต้องน้อยกว่าหรือเท่ากับ "{compareValue}"',
- '{attribute} must be no greater than {max}.' => '{attribute} ต้องไม่มากกว่า {max}.',
- '{attribute} must be no less than {min}.' => '{attribute} ต้องไม่น้อยกว่า {min}',
- '{attribute} must be repeated exactly.' => '{attribute} ต้องมีค่าเหมือนกัน',
- '{attribute} must not be equal to "{compareValue}".' => '{attribute} ต้องมีค่าเหมือนกัน "{compareValue}"',
- '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วยอักขระอย่างน้อย {min, number} อักขระ',
- '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วยอักขระอย่างมาก {max, number} อักขระ',
- '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วย {length, number} อักขระ',
- '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} วินาทีที่ผ่านมา',
- '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} นาทีที่ผ่านมา',
- '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} ชั่วโมงที่ผ่านมา',
- '{delta, plural, =1{a day} other{# days}} ago' => '{delta} วันที่ผ่านมา',
- '{delta, plural, =1{a month} other{# months}} ago' => '{delta} เดือนที่ผ่านมา',
- '{delta, plural, =1{a year} other{# years}} ago' => '{delta} ปีที่ผ่านมา',
- '{n, plural, =1{# byte} other{# bytes}}' => '{n} ไบต์',
- '{n, plural, =1{# kilobyte} other{# kilobytes}}' => '{n} กิโลไบต์',
- '{n, plural, =1{# megabyte} other{# megabytes}}' => '{n} เมกะไบต์',
- '{n, plural, =1{# gigabyte} other{# gigabytes}}' => '{n} จิกะไบต์',
- '{n, plural, =1{# terabyte} other{# terabytes}}' => '{n} เทระไบต์',
- '{n, plural, =1{# petabyte} other{# petabytes}}' => '{n} เพตะไบต์',
- '{n} B' => '{n} B',
- '{n} GB' => '{n} GB',
- '{n} KB' => '{n} KB',
- '{n} MB' => '{n} MB',
- '{n} PB' => '{n} PB',
- '{n} TB' => '{n} TB',
+ '(not set)' => '(ไม่ได้ตั้ง)',
+ 'An internal server error occurred.' => 'เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์',
+ 'Are you sure you want to delete this item?' => 'คุณแน่ใจหรือไม่ที่จะลบรายการนี้?',
+ 'Delete' => 'ลบ',
+ 'Error' => 'ผิดพลาด',
+ 'File upload failed.' => 'ไม่สามารถอัพโหลดไฟล์ได้',
+ 'Home' => 'หน้าหลัก',
+ 'Invalid data received for parameter "{param}".' => 'ค่าพารามิเตอร์ "{param}" ไม่ถูกต้อง',
+ 'Login Required' => 'จำเป็นต้องเข้าสู่ระบบ',
+ 'Missing required arguments: {params}' => 'อาร์กิวเมนต์ที่จำเป็นขาดหายไป: {params}',
+ 'Missing required parameters: {params}' => 'พารามิเตอร์ที่จำเป็นขาดหายไป: {params}',
+ 'No' => 'ไม่',
+ 'No help for unknown command "{command}".' => 'ไม่มีวิธีใช้สำหรับคำสั่ง "{command}" ที่ไม่รู้จัก',
+ 'No help for unknown sub-command "{command}".' => 'ไม่มีวิธีใช้สำหรับคำสั่งย่อย "{command}" ที่ไม่รู้จัก',
+ 'No results found.' => 'ไม่พบผลลัพธ์',
+ 'Only files with these MIME types are allowed: {mimeTypes}.' => 'เฉพาะไฟล์ที่มีชนิด MIME ต่อไปนี้ที่ได้รับการอนุญาต: {mimeTypes}',
+ 'Only files with these extensions are allowed: {extensions}.' => 'เฉพาะไฟล์ที่มีนามสกุลต่อไปนี้ที่ได้รับอนุญาต: {extensions}',
+ 'Page not found.' => 'ไม่พบหน้า',
+ 'Please fix the following errors:' => 'โปรดแก้ไขข้อผิดพลาดต่อไปนี้:',
+ 'Please upload a file.' => 'กรุณาอัพโหลดไฟล์',
+ 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'แสดง {begin, number} ถึง {end, number} จาก {totalCount, number} ผลลัพธ์',
+ 'The file "{file}" is not an image.' => 'ไฟล์ "{file}" ไม่ใช่รูปภาพ',
+ 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'ไฟล์ "{file}" มีขนาดใหญ่ไป ไฟล์จะต้องมีขนาดไม่เกิน {limit, number} ไบต์',
+ 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'ไฟล์ "{file}" มีขนาดเล็กเกินไป ไฟล์จะต้องมีขนาดมากกว่า {limit, number} ไบต์',
+ 'The format of {attribute} is invalid.' => 'รูปแบบ {attribute} ไม่ถูกต้อง',
+ 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" ใหญ่เกินไป ความสูงต้องน้อยกว่า {limit, number} พิกเซล',
+ 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" ใหญ่เกินไป ความกว้างต้องน้อยกว่า {limit, number} พิกเซล',
+ 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" เล็กเกินไป ความสูงต้องมากว่า {limit, number} พิกเซล',
+ 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'รูปภาพ "{file}" เล็กเกินไป ความกว้างต้องมากกว่า {limit, number} พิกเซล',
+ 'The requested view "{name}" was not found.' => 'ไม่พบ "{name}" ในการเรียกใช้',
+ 'The verification code is incorrect.' => 'รหัสการยืนยันไม่ถูกต้อง',
+ 'Total {count, number} {count, plural, one{item} other{items}}.' => 'ทั้งหมด {count, number} ผลลัพธ์',
+ 'Unable to verify your data submission.' => 'ไม่สามารถตรวจสอบการส่งข้อมูลของคุณ',
+ 'Unknown command "{command}".' => 'ไม่รู้จักคำสั่ง "{command}"',
+ 'Unknown option: --{name}' => 'ไม่รู้จักตัวเลือก: --{name}',
+ 'Update' => 'ปรับปรุง',
+ 'View' => 'ดู',
+ 'Yes' => 'ใช่',
+ 'You are not allowed to perform this action.' => 'คุณไม่ได้รับอนุญาตให้ดำเนินการนี้',
+ 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'คุณสามารถอัพโหลดมากที่สุด {limit, number} ไฟล์',
+ 'in {delta, plural, =1{a second} other{# seconds}}' => 'ใน {delta} วินาที',
+ 'in {delta, plural, =1{a minute} other{# minutes}}' => 'ใน {delta} นาที',
+ 'in {delta, plural, =1{an hour} other{# hours}}' => 'ใน {delta} ชั่วโมง',
+ 'in {delta, plural, =1{a day} other{# days}}' => 'ใน {delta} วัน',
+ 'in {delta, plural, =1{a month} other{# months}}' => 'ใน {delta} เดือน',
+ 'in {delta, plural, =1{a year} other{# years}}' => 'ใน {delta} ปี',
+ 'the input value' => 'ค่าป้อนที่เข้ามา',
+ '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" มีอยู่แล้ว',
+ '{attribute} cannot be blank.' => '{attribute} ต้องไม่ว่างเปล่า',
+ '{attribute} is invalid.' => '{attribute} ไม่ถูกต้อง',
+ '{attribute} is not a valid URL.' => '{attribute} ไม่ใช่รูปแบบ URL ที่ถูกต้อง',
+ '{attribute} is not a valid email address.' => '{attribute} ไม่ใช่รูปแบบอีเมลที่ถูกต้อง',
+ '{attribute} must be "{requiredValue}".' => '{attribute} ต้องการ "{requiredValue}"',
+ '{attribute} must be a number.' => '{attribute} ต้องเป็นตัวเลขเท่านั้น',
+ '{attribute} must be a string.' => '{attribute} ต้องเป็นตัวอักขระเท่านั้น',
+ '{attribute} must be an integer.' => '{attribute} ต้องเป็นจำนวนเต็มเท่านั้น',
+ '{attribute} must be either "{true}" or "{false}".' => '{attribute} ต้องเป็น "{true}" หรือ "{false}"',
+ '{attribute} must be greater than "{compareValue}".' => '{attribute} ต้องมากกว่า "{compareValue}"',
+ '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} ต้องมากกว่าหรือเท่ากับ "{compareValue}"',
+ '{attribute} must be less than "{compareValue}".' => '{attribute} ต้องน้อยกว่า "{compareValue}"',
+ '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} ต้องน้อยกว่าหรือเท่ากับ "{compareValue}"',
+ '{attribute} must be no greater than {max}.' => '{attribute} ต้องไม่มากกว่า {max}.',
+ '{attribute} must be no less than {min}.' => '{attribute} ต้องไม่น้อยกว่า {min}',
+ '{attribute} must be repeated exactly.' => '{attribute} ต้องมีค่าเหมือนกัน',
+ '{attribute} must not be equal to "{compareValue}".' => '{attribute} ต้องมีค่าเหมือนกัน "{compareValue}"',
+ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วยอักขระอย่างน้อย {min, number} อักขระ',
+ '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วยอักขระอย่างมาก {max, number} อักขระ',
+ '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} ควรประกอบด้วย {length, number} อักขระ',
+ '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} วินาทีที่ผ่านมา',
+ '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} นาทีที่ผ่านมา',
+ '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} ชั่วโมงที่ผ่านมา',
+ '{delta, plural, =1{a day} other{# days}} ago' => '{delta} วันที่ผ่านมา',
+ '{delta, plural, =1{a month} other{# months}} ago' => '{delta} เดือนที่ผ่านมา',
+ '{delta, plural, =1{a year} other{# years}} ago' => '{delta} ปีที่ผ่านมา',
+ '{n, plural, =1{# byte} other{# bytes}}' => '{n} ไบต์',
+ '{n, plural, =1{# kilobyte} other{# kilobytes}}' => '{n} กิโลไบต์',
+ '{n, plural, =1{# megabyte} other{# megabytes}}' => '{n} เมกะไบต์',
+ '{n, plural, =1{# gigabyte} other{# gigabytes}}' => '{n} จิกะไบต์',
+ '{n, plural, =1{# terabyte} other{# terabytes}}' => '{n} เทระไบต์',
+ '{n, plural, =1{# petabyte} other{# petabytes}}' => '{n} เพตะไบต์',
+ '{n} B' => '{n} B',
+ '{n} GB' => '{n} GB',
+ '{n} KB' => '{n} KB',
+ '{n} MB' => '{n} MB',
+ '{n} PB' => '{n} PB',
+ '{n} TB' => '{n} TB',
];
diff --git a/framework/messages/tj/yii.php b/framework/messages/tj/yii.php
index d775ee9220..c05384a1ce 100644
--- a/framework/messages/tj/yii.php
+++ b/framework/messages/tj/yii.php
@@ -17,98 +17,98 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
- '{nFormatted} B' => '{nFormatted} B',
- '{nFormatted} KB' => '{nFormatted} KB',
- '{nFormatted} KiB' => '{nFormatted} KiB',
- '{nFormatted} MB' => '{nFormatted} MB',
- '{nFormatted} MiB' => '{nFormatted} MiB',
- '{nFormatted} GB' => '{nFormatted} GB',
- '{nFormatted} GiB' => '{nFormatted} GiB',
- '{nFormatted} PB' => '{nFormatted} PB',
- '{nFormatted} PiB' => '{nFormatted} PiB',
- '{nFormatted} TB' => '{nFormatted} TB',
- '{nFormatted} TiB' => '{nFormatted} TiB',
- '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} байт',
- '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} кибибайт',
- '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} килобайт',
- '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} мебибайт',
- '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} мегабайт',
- '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} гибибайт',
- '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} гигабайт',
- '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} пебибайт',
- '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} петабайт',
- '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} тебибайт',
- '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} терабайт',
- 'Are you sure you want to delete this item?' => 'Оё шумо дар ҳақиқат мехоҳед, ки ин нашрро нест кунед?',
- 'The requested view "{name}" was not found.' => 'Файл "{name}" барои манзур ёфт нашуд',
- '(not set)' => '(танзим нашуда)',
- 'An internal server error occurred.' => 'Хатои дохилии сервер рух дод.',
- 'Delete' => 'Нест',
- 'Error' => 'Хато',
- 'File upload failed.' => 'Аплоди файл шикаст хурд.',
- 'Home' => 'Асосӣ',
- 'Invalid data received for parameter "{param}".' => 'Маълумоти номувофиқ барои параметри "{param}" гирифта шуд.',
- 'Login Required' => 'Вуруд маҷбурист',
- 'Missing required arguments: {params}' => 'Аргументи лозими вуҷд надорад: {params}',
- 'Missing required parameters: {params}' => 'Параметри лозими вуҷуд надорад: {params}',
- 'No' => 'На',
- 'No results found.' => 'Чизе ёфт нашуд.',
- 'Page not found.' => 'Саҳифа ёфт нашуд.',
- 'Please fix the following errors:' => 'Илтимос хатоҳои зеринро ислоҳ кунед:',
- 'Only files with these extensions are allowed: {extensions}.' => 'Танҳо файлҳои бо ин пасванд иҷоза аст: {extensions}.',
- 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Фақат ин намуди файлҳо иҷозат аст: {mimeTypes}.',
- 'The format of {attribute} is invalid.' => 'Формати {attribute} ғалат буд.',
- 'Please upload a file.' => 'Илтимос файл аплод кунед.',
- 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'Манзури {begin, number}-{end, number} аз {totalCount, number}.',
- 'The file "{file}" is not an image.' => 'Файл "{file}" расм набуд.',
- 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" калон аст. Аз {limit, number} набояд калонтар бошад.',
- 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" хурд аст. Аз {limit, number} набояд хурдтар бошад.',
- 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" баланд аст. Баландияш набояд аз {limit, number} зиёд бошад.',
- 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" паҳн аст. Паҳнияш набояд аз {limit, number} зиёд бошад.',
- 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" хурд аст. Баландияш набояд аз {limit, number} хурд бошад.',
- 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" хурд аст. Паҳнияш набояд аз {limit, number} хурд бошад.',
- 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Ҳамаги {limit, number} аплод карда метавонед.',
- 'The verification code is incorrect.' => 'Коди санҷиши ғалат аст.',
- 'Total {count, number} {count, plural, one{item} other{items}}.' => 'Ҳамаги {count, number} нашр.',
- 'Unable to verify your data submission.' => 'Маълумоти фиристодаи шуморо санҷиш карда натавонистам.',
- 'Unknown option: --{name}' => 'Гузинаи номаълум: --{name}',
- 'Update' => 'Тағир',
- 'View' => 'Манзур',
- 'Yes' => 'Ҳа',
- 'just now' => 'ҳоло',
- 'the input value' => 'маълумоти вурудбуда',
- 'You are not allowed to perform this action.' => 'Шумо барои анҷоми ин амал дастнорасед.',
- 'in {delta, plural, =1{a second} other{# seconds}}' => '{delta} сонияи дигар',
- 'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta} дақиқаи дигар',
- 'in {delta, plural, =1{an hour} other{# hours}}' => '{delta} соати дигар',
- 'in {delta, plural, =1{a day} other{# days}}' => '{delta} рӯзи дигар',
- 'in {delta, plural, =1{a month} other{# months}}' => '{delta} моҳи дигар',
- 'in {delta, plural, =1{a year} other{# years}}' => '{delta} соли дигар',
- '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} сонияи қабл',
- '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} дақиқаи қабл',
- '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} соати қабл',
- '{delta, plural, =1{a day} other{# days}} ago' => '{delta} рӯзи қабл',
- '{delta, plural, =1{a month} other{# months}} ago' => '{delta} моҳи қабл',
- '{delta, plural, =1{a year} other{# years}} ago' => '{delta} сол пеш',
- '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" машғул аст.',
- '{attribute} cannot be blank.' => '{attribute} набояд холи бошад.',
- '{attribute} is invalid.' => '{attribute} ғалат аст.',
- '{attribute} is not a valid URL.' => '{attribute} URL ғалат аст.',
- '{attribute} is not a valid email address.' => '{attribute} E-mail одреси ғалат аст.',
- '{attribute} must be "{requiredValue}".' => '{attribute} бояд "{requiredValue}" бошад.',
- '{attribute} must be a number.' => '{attribute} бояд адад бошад.',
- '{attribute} must be a string.' => '{attribute} бояд хат бошад.',
- '{attribute} must be an integer.' => '{attribute} бояд адади комил бошад.',
- '{attribute} must be either "{true}" or "{false}".' => '{attribute} бояд ё "{true}" ё "{false}" бошад.',
- '{attribute} must be greater than "{compareValue}".' => '{attribute} бояд аз "{compareValue}" калон бошад.',
- '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} бояд калон ё баробари "{compareValue}" бошад.',
- '{attribute} must be less than "{compareValue}".' => '{attribute} бояд аз "{compareValue}" хурд бошад.',
- '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} бояд хурд ё баробари "{compareValue}" бошад.',
- '{attribute} must be no greater than {max}.' => '{attribute} бояд аз {max} зиёд набошад.',
- '{attribute} must be no less than {min}.' => '{attribute} бояд аз {min} кам набошад.',
- '{attribute} must be repeated exactly.' => '{attribute} айнан бояд такрор шавад.',
- '{attribute} must not be equal to "{compareValue}".' => '{attribute} бояд баробари "{compareValue}" набошад.',
- '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} хади ақал {min, number} рамз дошта бошад.',
- '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} хамаги {max, number} рамз дошта бошад.',
- '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} бояд {length, number} рамз дошта бошад.',
+ '{nFormatted} B' => '{nFormatted} B',
+ '{nFormatted} KB' => '{nFormatted} KB',
+ '{nFormatted} KiB' => '{nFormatted} KiB',
+ '{nFormatted} MB' => '{nFormatted} MB',
+ '{nFormatted} MiB' => '{nFormatted} MiB',
+ '{nFormatted} GB' => '{nFormatted} GB',
+ '{nFormatted} GiB' => '{nFormatted} GiB',
+ '{nFormatted} PB' => '{nFormatted} PB',
+ '{nFormatted} PiB' => '{nFormatted} PiB',
+ '{nFormatted} TB' => '{nFormatted} TB',
+ '{nFormatted} TiB' => '{nFormatted} TiB',
+ '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} байт',
+ '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} кибибайт',
+ '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} килобайт',
+ '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} мебибайт',
+ '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} мегабайт',
+ '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} гибибайт',
+ '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} гигабайт',
+ '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} пебибайт',
+ '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} петабайт',
+ '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} тебибайт',
+ '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} терабайт',
+ 'Are you sure you want to delete this item?' => 'Оё шумо дар ҳақиқат мехоҳед, ки ин нашрро нест кунед?',
+ 'The requested view "{name}" was not found.' => 'Файл "{name}" барои манзур ёфт нашуд',
+ '(not set)' => '(танзим нашуда)',
+ 'An internal server error occurred.' => 'Хатои дохилии сервер рух дод.',
+ 'Delete' => 'Нест',
+ 'Error' => 'Хато',
+ 'File upload failed.' => 'Аплоди файл шикаст хурд.',
+ 'Home' => 'Асосӣ',
+ 'Invalid data received for parameter "{param}".' => 'Маълумоти номувофиқ барои параметри "{param}" гирифта шуд.',
+ 'Login Required' => 'Вуруд маҷбурист',
+ 'Missing required arguments: {params}' => 'Аргументи лозими вуҷд надорад: {params}',
+ 'Missing required parameters: {params}' => 'Параметри лозими вуҷуд надорад: {params}',
+ 'No' => 'На',
+ 'No results found.' => 'Чизе ёфт нашуд.',
+ 'Page not found.' => 'Саҳифа ёфт нашуд.',
+ 'Please fix the following errors:' => 'Илтимос хатоҳои зеринро ислоҳ кунед:',
+ 'Only files with these extensions are allowed: {extensions}.' => 'Танҳо файлҳои бо ин пасванд иҷоза аст: {extensions}.',
+ 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Фақат ин намуди файлҳо иҷозат аст: {mimeTypes}.',
+ 'The format of {attribute} is invalid.' => 'Формати {attribute} ғалат буд.',
+ 'Please upload a file.' => 'Илтимос файл аплод кунед.',
+ 'Showing {begin, number}-{end, number} of {totalCount, number} {totalCount, plural, one{item} other{items}}.' => 'Манзури {begin, number}-{end, number} аз {totalCount, number}.',
+ 'The file "{file}" is not an image.' => 'Файл "{file}" расм набуд.',
+ 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" калон аст. Аз {limit, number} набояд калонтар бошад.',
+ 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл "{file}" хурд аст. Аз {limit, number} набояд хурдтар бошад.',
+ 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" баланд аст. Баландияш набояд аз {limit, number} зиёд бошад.',
+ 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" паҳн аст. Паҳнияш набояд аз {limit, number} зиёд бошад.',
+ 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" хурд аст. Баландияш набояд аз {limit, number} хурд бошад.',
+ 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Расми "{file}" хурд аст. Паҳнияш набояд аз {limit, number} хурд бошад.',
+ 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Ҳамаги {limit, number} аплод карда метавонед.',
+ 'The verification code is incorrect.' => 'Коди санҷиши ғалат аст.',
+ 'Total {count, number} {count, plural, one{item} other{items}}.' => 'Ҳамаги {count, number} нашр.',
+ 'Unable to verify your data submission.' => 'Маълумоти фиристодаи шуморо санҷиш карда натавонистам.',
+ 'Unknown option: --{name}' => 'Гузинаи номаълум: --{name}',
+ 'Update' => 'Тағир',
+ 'View' => 'Манзур',
+ 'Yes' => 'Ҳа',
+ 'just now' => 'ҳоло',
+ 'the input value' => 'маълумоти вурудбуда',
+ 'You are not allowed to perform this action.' => 'Шумо барои анҷоми ин амал дастнорасед.',
+ 'in {delta, plural, =1{a second} other{# seconds}}' => '{delta} сонияи дигар',
+ 'in {delta, plural, =1{a minute} other{# minutes}}' => '{delta} дақиқаи дигар',
+ 'in {delta, plural, =1{an hour} other{# hours}}' => '{delta} соати дигар',
+ 'in {delta, plural, =1{a day} other{# days}}' => '{delta} рӯзи дигар',
+ 'in {delta, plural, =1{a month} other{# months}}' => '{delta} моҳи дигар',
+ 'in {delta, plural, =1{a year} other{# years}}' => '{delta} соли дигар',
+ '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} сонияи қабл',
+ '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} дақиқаи қабл',
+ '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} соати қабл',
+ '{delta, plural, =1{a day} other{# days}} ago' => '{delta} рӯзи қабл',
+ '{delta, plural, =1{a month} other{# months}} ago' => '{delta} моҳи қабл',
+ '{delta, plural, =1{a year} other{# years}} ago' => '{delta} сол пеш',
+ '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" машғул аст.',
+ '{attribute} cannot be blank.' => '{attribute} набояд холи бошад.',
+ '{attribute} is invalid.' => '{attribute} ғалат аст.',
+ '{attribute} is not a valid URL.' => '{attribute} URL ғалат аст.',
+ '{attribute} is not a valid email address.' => '{attribute} E-mail одреси ғалат аст.',
+ '{attribute} must be "{requiredValue}".' => '{attribute} бояд "{requiredValue}" бошад.',
+ '{attribute} must be a number.' => '{attribute} бояд адад бошад.',
+ '{attribute} must be a string.' => '{attribute} бояд хат бошад.',
+ '{attribute} must be an integer.' => '{attribute} бояд адади комил бошад.',
+ '{attribute} must be either "{true}" or "{false}".' => '{attribute} бояд ё "{true}" ё "{false}" бошад.',
+ '{attribute} must be greater than "{compareValue}".' => '{attribute} бояд аз "{compareValue}" калон бошад.',
+ '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} бояд калон ё баробари "{compareValue}" бошад.',
+ '{attribute} must be less than "{compareValue}".' => '{attribute} бояд аз "{compareValue}" хурд бошад.',
+ '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} бояд хурд ё баробари "{compareValue}" бошад.',
+ '{attribute} must be no greater than {max}.' => '{attribute} бояд аз {max} зиёд набошад.',
+ '{attribute} must be no less than {min}.' => '{attribute} бояд аз {min} кам набошад.',
+ '{attribute} must be repeated exactly.' => '{attribute} айнан бояд такрор шавад.',
+ '{attribute} must not be equal to "{compareValue}".' => '{attribute} бояд баробари "{compareValue}" набошад.',
+ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} хади ақал {min, number} рамз дошта бошад.',
+ '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} хамаги {max, number} рамз дошта бошад.',
+ '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} бояд {length, number} рамз дошта бошад.',
];
diff --git a/framework/messages/uz/yii.php b/framework/messages/uz/yii.php
index bee24c367c..f56249f13f 100644
--- a/framework/messages/uz/yii.php
+++ b/framework/messages/uz/yii.php
@@ -105,7 +105,7 @@ return [
'{attribute} must be no less than {min}.' => '«{attribute}» qiymati {min} dan kichkina bo`lishi kerak.',
'{attribute} must be repeated exactly.' => '«{attribute}» qiymati bir xil tarzda takrorlanishi kerak.',
'{attribute} must not be equal to "{compareValue}".' => '«{attribute}» qiymati «{compareValue}» ga teng bo`lmasligi kerak.',
- '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '«{attribute}» qiymati minimum {min, number} {min, plural, one{belgidan} few{belgidan} many{belgidan} other{belgidan}} tashkil topishi kerak.',
+ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '«{attribute}» qiymati minimum {min, number} {min, plural, one{belgidan} few{belgidan} many{belgidan} other{belgidan}} tashkil topishi kerak.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '«{attribute}» qiymati maksimum {max, number} {max, plural, one{belgidan} few{belgidan} many{belgidan} other{belgidan}} oshmasligi kerak.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '«{attribute}» qiymati {length, number} {length, plural, one{belgidan} few{belgidan} many{belgidan} other{belgidan}} tashkil topishi kerak.',
'{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{kun} one{kun} few{# kun} many{# kun} other{# kun}} avval',