mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 02:28:35 +08:00 
			
		
		
		
	 5f3d36ea21
			
		
	
	5f3d36ea21
	
	
	
		
			
			* {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.
		
	
		
			
				
	
	
		
			148 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			148 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| /**
 | ||
|  * @link https://www.yiiframework.com/
 | ||
|  * @copyright Copyright (c) 2008 Yii Software LLC
 | ||
|  * @license https://www.yiiframework.com/license/
 | ||
|  */
 | ||
| 
 | ||
| /**
 | ||
|  * Message translations.
 | ||
|  *
 | ||
|  * This file is automatically generated by 'yii message/extract' 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.
 | ||
|  */
 | ||
| return [
 | ||
|     ' and ' => '',
 | ||
|     '"{attribute}" does not support operator "{operator}".' => '',
 | ||
|     '(not set)' => '(без вредности)',
 | ||
|     'Action not found.' => '',
 | ||
|     'Aliases available: {aliases}' => '',
 | ||
|     'An internal server error occurred.' => 'Дошло је до интерне грешке на серверу.',
 | ||
|     'Are you sure you want to delete this item?' => 'Да ли сте сигурни да желите да обришете ову ставку?',
 | ||
|     'Condition for "{attribute}" should be either a value or valid operator specification.' => '',
 | ||
|     '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.' => 'Нема резултата.',
 | ||
|     'Only files with these MIME types are allowed: {mimeTypes}.' => 'Само следећи MIME типови су дозвољени: {mimeTypes}.',
 | ||
|     'Only files with these extensions are allowed: {extensions}.' => 'Само фајлови са следећим екстензијама су дозвољени: {extensions}.',
 | ||
|     'Operator "{operator}" must be used with a search attribute.' => '',
 | ||
|     'Operator "{operator}" requires multiple operands.' => '',
 | ||
|     'Options available: {options}' => '',
 | ||
|     '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> {totalCount, plural, =1{ставке} one{ставкe} few{ставке} many{ставки} other{ставки}}.',
 | ||
|     'The combination {values} of {attributes} has already been taken.' => '',
 | ||
|     'The file "{file}" is not an image.' => 'Фајл "{file}" није слика.',
 | ||
|     'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'Фајл "{file}" је превелик. Величина не може бити већа од {formattedLimit}.',
 | ||
|     'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'Фајл "{file}" је премали. Величина не може бити мања од {formattedLimit}.',
 | ||
|     'The format of {attribute} is invalid.' => 'Формат атрибута "{attribute}" је неисправан.',
 | ||
|     'The format of {filter} is invalid.' => '',
 | ||
|     '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{пиксел} 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{пиксел} 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{пиксел} 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{пиксел} other{пиксела}}.',
 | ||
|     'The requested view "{name}" was not found.' => 'Тражени приказ "{name}" није пронађен.',
 | ||
|     'The verification code is incorrect.' => 'Код за потврду није исправан.',
 | ||
|     'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Укупно <b>{count, number}</b> {count, plural, one{ставка} few{ставке} other{ставки}}.',
 | ||
|     'Unable to verify your data submission.' => 'Није могуће верификовати ваше послате податке.',
 | ||
|     'Unknown alias: -{name}' => '',
 | ||
|     'Unknown filter attribute "{attribute}"' => '',
 | ||
|     '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{фајлa} other{фајлова}}.',
 | ||
|     'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '',
 | ||
|     'in {delta, plural, =1{a day} other{# days}}' => 'за {delta, plural, =1{дан} one{# дан} few{# дана} many{# дана} other{# дана}}',
 | ||
|     'in {delta, plural, =1{a minute} other{# minutes}}' => 'за {delta, plural, =1{минут} one{# минут} few{# минута} many{# минута} other{# минута}}',
 | ||
|     'in {delta, plural, =1{a month} other{# months}}' => 'за {delta, plural, =1{месец} one{# месец} few{# месеца} many{# месеци} other{# месеци}}',
 | ||
|     'in {delta, plural, =1{a second} other{# seconds}}' => 'за {delta, plural, =1{секунду} one{# секунду} few{# секундe} many{# секунди} other{# секунди}}',
 | ||
|     'in {delta, plural, =1{a year} other{# years}}' => 'за {delta, plural, =1{годину} one{# годину} few{# године} many{# година} other{# година}}',
 | ||
|     'in {delta, plural, =1{an hour} other{# hours}}' => 'за {delta, plural, =1{сат} one{# сат} few{# сата} many{# сати} other{# сати}}',
 | ||
|     'just now' => 'управо сада',
 | ||
|     'the input value' => 'улазна вредност',
 | ||
|     '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" је већ заузет.',
 | ||
|     '{attribute} cannot be blank.' => '{attribute} не сме бити празан.',
 | ||
|     '{attribute} contains wrong subnet mask.' => '',
 | ||
|     '{attribute} is invalid.' => '{attribute} је неисправан.',
 | ||
|     '{attribute} is not a valid URL.' => '{attribute} није исправан URL.',
 | ||
|     '{attribute} is not a valid email address.' => '{attribute} није исправна email адреса.',
 | ||
|     '{attribute} is not in the allowed range.' => '',
 | ||
|     '{attribute} must be "{requiredValue}".' => '{attribute} мора бити "{requiredValue}".',
 | ||
|     '{attribute} must be a number.' => '{attribute} мора бити број.',
 | ||
|     '{attribute} must be a string.' => '{attribute} мора бити текст.',
 | ||
|     '{attribute} must be a valid IP address.' => '',
 | ||
|     '{attribute} must be an IP address with specified subnet.' => '',
 | ||
|     '{attribute} must be an integer.' => '{attribute} мора бити цели број.',
 | ||
|     '{attribute} must be either "{true}" or "{false}".' => '{attribute} мора бити "{true}" или "{false}".',
 | ||
|     '{attribute} must be equal to "{compareValueOrAttribute}".' => '',
 | ||
|     '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} мора бити већи од "{compareValueOrAttribute}".',
 | ||
|     '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} мора бити већи или једнак "{compareValueOrAttribute}".',
 | ||
|     '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} мора бити мањи од "{compareValueOrAttribute}".',
 | ||
|     '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} мора бити мањи или једнак "{compareValueOrAttribute}".',
 | ||
|     '{attribute} must be no greater than {max}.' => '{attribute} не сме бити већи од "{max}".',
 | ||
|     '{attribute} must be no less than {min}.' => '{attribute} не сме бити мањи од {min}.',
 | ||
|     '{attribute} must not be a subnet.' => '',
 | ||
|     '{attribute} must not be an IPv4 address.' => '',
 | ||
|     '{attribute} must not be an IPv6 address.' => '',
 | ||
|     '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} не сме бити једнак "{compareValueOrAttribute}".',
 | ||
|     '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} треба да садржи барем {min, number} {min, plural, one{карактер} other{карактера}}.',
 | ||
|     '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} треба да садржи највише {max, number} {max, plural, one{карактер} other{карактера}}.',
 | ||
|     '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} треба да садржи {length, number} {length, plural, one{карактер} other{карактера}}.',
 | ||
|     '{compareAttribute} is invalid.' => '',
 | ||
|     '{delta, plural, =1{1 day} other{# days}}' => '',
 | ||
|     '{delta, plural, =1{1 hour} other{# hours}}' => '',
 | ||
|     '{delta, plural, =1{1 minute} other{# minutes}}' => '',
 | ||
|     '{delta, plural, =1{1 month} other{# months}}' => '',
 | ||
|     '{delta, plural, =1{1 second} other{# seconds}}' => '',
 | ||
|     '{delta, plural, =1{1 year} other{# years}}' => '',
 | ||
|     '{delta, plural, =1{a day} other{# days}} ago' => 'пре {delta, plural, =1{дан} one{дан} few{# дана} many{# дана} other{# дана}}',
 | ||
|     '{delta, plural, =1{a minute} other{# minutes}} ago' => 'пре {delta, plural, =1{минут} one{# минут} few{# минута} many{# минута} other{# минута}}',
 | ||
|     '{delta, plural, =1{a month} other{# months}} ago' => 'пре {delta, plural, =1{месец} one{# месец} few{# месеца} many{# месеци} other{# месеци}}',
 | ||
|     '{delta, plural, =1{a second} other{# seconds}} ago' => 'пре {delta, plural, =1{секунде} one{# секунде} few{# секунде} many{# секунди} other{# секунди}}',
 | ||
|     '{delta, plural, =1{a year} other{# years}} ago' => 'пре {delta, plural, =1{године} one{# године} few{# године} many{# година} other{# година}}',
 | ||
|     '{delta, plural, =1{an hour} other{# hours}} ago' => 'пре {delta, plural, =1{сат} one{# сат} few{# сата} many{# сати} other{# сати}}',
 | ||
|     '{nFormatted} B' => '{nFormatted} Б',
 | ||
|     '{nFormatted} GB' => '{nFormatted} ГБ',
 | ||
|     '{nFormatted} GiB' => '',
 | ||
|     '{nFormatted} KiB' => '',
 | ||
|     '{nFormatted} MB' => '{nFormatted} МБ',
 | ||
|     '{nFormatted} MiB' => '',
 | ||
|     '{nFormatted} PB' => '{nFormatted} ПБ',
 | ||
|     '{nFormatted} PiB' => '',
 | ||
|     '{nFormatted} TB' => '{nFormatted} ТБ',
 | ||
|     '{nFormatted} TiB' => '',
 | ||
|     '{nFormatted} kB' => '{nFormatted} кБ',
 | ||
|     '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} {n, plural, one{бајт} few{бајта} many{бајтова} other{бајта}}',
 | ||
|     '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '',
 | ||
|     '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} {n, plural, one{гигабајт} few{гигабајта} many{гигабајта} other{гигабајта}}',
 | ||
|     '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '',
 | ||
|     '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} {n, plural, one{килобајт} few{килобајта} many{килобајта} other{килобајта}}',
 | ||
|     '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '',
 | ||
|     '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} {n, plural, one{мегабајт} few{мегабајта} many{мегабајта} other{мегабајта}}',
 | ||
|     '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '',
 | ||
|     '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} {n, plural, one{петабајт} few{петабајта} many{петабајта} other{петабајта}}',
 | ||
|     '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '',
 | ||
|     '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} {n, plural, one{терабајт} few{терабајта} many{терабајта} other{терабајта}}',
 | ||
| ];
 |