yii.php 8.92 KB
Newer Older
Asetss committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php
/**
 * Message translations.
 *
 * This file is automatically generated by 'yii message' command.
 * It contains the localizable messages extracted from source code.
 * You may modify this file by translating the extracted messages.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty, the message is considered as not translated.
 * Messages that no longer need translation will have their translations
 * enclosed between a pair of '@@' marks.
 *
 * Message string can be used with plural forms format. Check i18n section
 * of the guide for details.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 */
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
return [
    '(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 help for unknown command "{command}".' => 'Анықтама белгісіз команда үшін ақиық "{command}".',
    'No help for unknown sub-command "{command}".' => 'Анықтама белгісіз субкоманда үшін ақиық "{command}".',
    'No results found.' => 'Ештене табылған жок.',
    'Only files with these extensions are allowed: {extensions}.' => 'Файлды жүктеу тек қана осы аумақтармен: {extensions}.',
    'Page not found.' => 'Парақ табылған жок.',
    'Please fix the following errors:' => 'Мына қателерді түзеніз:',
    'Please upload a file.' => 'Файлды жүктеу.',
    'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Жазбалар көрсетілген <b>{begin, number}-{end, number}</b> дан <b>{totalCount, number}</b>.',
    '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} {limit, plural, one{байт} few{байтар} many{байтар} other{байтар}}.',
    'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Файл «{file}» көлемі өте кіші. Өлшемі осыдан астам болу керек,неғұрлым {limit, number} {limit, plural, one{байт} few{байтар} many{байтар} other{байтар}}.',
    '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} {limit, plural, one{пиксель} few{пиксельдер} many{пиксельдер} other{пиксельдер}}.',
    'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» өте үлкен. Ені осыдан аспау керек,неғұрлым {limit, number} {limit, plural, one{пиксель} few{пиксельдер} many{пиксельдер} other{пиксельдер}}.',
    'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» өте кіші. Ұзындығы осыдан астам болу керек,неғұрлым limit, number} {limit, plural, one{пиксель} few{пиксельдер} many{пиксельдер} other{пиксельдер}}.',
    'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Файл «{file}» өте кіші. Ені осыдан астам болу керек,неғұрлым {limit, number} {limit, plural, one{пиксель} few{пиксельдер} many{пиксельдер} other{пиксельдер}}.',
    'The verification code is incorrect.' => 'Тексеріс коды қате.',
    'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Барі <b>{count, number}</b> {count, plural, one{жазба} few{жазбалар} many{жазбалар} other{жазбалар}}.',
    '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} {limit, plural, one{файла} few{файлдар} many{файлдар} other{файлдар}}.',
    '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}» дұрыс email адрес емес.',
    '{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} {min, plural, one{рәміз} few{рәміздер} many{рәміздер} other{рәміздер}}.',
    '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Мағына «{attribute}» өте үлкен болу керек {max, number} {max, plural, one{рәміз} few{рәміздер} many{рәміздер} other{рәміздер}}.',
    '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => 'Мағынада «{attribute}» болу керек {length, number} {length, plural, one{рәміз} few{рәміздер} many{рәміздер} other{рәміздер}}.',
];