X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3333/head:/resources/lang/bg/validation.php diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php index 578ea999f..68ce6e7b4 100644 --- a/resources/lang/bg/validation.php +++ b/resources/lang/bg/validation.php @@ -8,67 +8,69 @@ return [ // Standard laravel validation lines - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', + 'accepted' => ':attribute трябва да бъде одобрен.', + 'active_url' => ':attribute не е валиден URL адрес.', + 'after' => ':attribute трябва да е дата след :date.', + 'alpha' => ':attribute може да съдържа само букви.', + 'alpha_dash' => ':attribute може да съдържа само букви, числа, тире и долна черта.', + 'alpha_num' => ':attribute може да съдържа само букви и числа.', + 'array' => ':attribute трябва да е масив (array).', + 'backup_codes' => 'The provided code is not valid or has already been used.', + 'before' => ':attribute трябва да е дата след :date.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', + 'numeric' => ':attribute трябва да е между :min и :max.', + 'file' => ':attribute трябва да е между :min и :max килобайта.', + 'string' => 'Дължината на :attribute трябва да бъде между :min и :max символа.', 'array' => 'The :attribute must have between :min and :max items.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'email' => 'The :attribute must be a valid email address.', - 'ends_with' => 'The :attribute must end with one of the following: :values', - 'filled' => 'The :attribute field is required.', + 'boolean' => 'Полето :attribute трябва да съдържа булева стойност (true или false).', + 'confirmed' => 'Потвърждението на :attribute не съвпада.', + 'date' => ':attribute не е валидна дата.', + 'date_format' => ':attribute не е в посоченият формат - :format.', + 'different' => ':attribute и :other трябва да са различни.', + 'digits' => ':attribute трябва да съдържа :digits цифри.', + 'digits_between' => ':attribute трябва да бъде с дължина между :min и :max цифри.', + 'email' => ':attribute трябва да бъде валиден имейл адрес.', + 'ends_with' => ':attribute трябва да свършва с един от следните символи: :values', + 'file' => 'The :attribute must be provided as a valid file.', + 'filled' => 'Полето :attribute е задължителен.', 'gt' => [ - 'numeric' => 'The :attribute must be greater than :value.', - 'file' => 'The :attribute must be greater than :value kilobytes.', - 'string' => 'The :attribute must be greater than :value characters.', + 'numeric' => ':attribute трябва да бъде по-голям от :value.', + 'file' => 'Големината на :attribute трябва да бъде по-голямо от :value килобайта.', + 'string' => 'Дължината на :attribute трябва да бъде по-голямо от :value символа.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', - 'file' => 'The :attribute must be greater than or equal :value kilobytes.', - 'string' => 'The :attribute must be greater than or equal :value characters.', + 'file' => 'Големината на :attribute трябва да бъде по-голямо или равно на :value килобайта.', + 'string' => 'Дължината на :attribute трябва да бъде по-голямо или равно на :value символа.', 'array' => 'The :attribute must have :value items or more.', ], - 'exists' => 'The selected :attribute is invalid.', - 'image' => 'The :attribute must be an image.', - 'image_extension' => 'The :attribute must have a valid & supported image extension.', - 'in' => 'The selected :attribute is invalid.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'exists' => 'Избраният :attribute е невалиден.', + 'image' => ':attribute трябва да e изображение.', + 'image_extension' => ':attribute трябва да е валиден и/или допустим графичен файлов формат.', + 'in' => 'Избраният :attribute е невалиден.', + 'integer' => ':attribute трябва да бъде цяло число.', + 'ip' => ':attribute трябва да бъде валиден IP адрес.', + 'ipv4' => ':attribute трябва да бъде валиден IPv4 адрес.', + 'ipv6' => ':attribute трябва да бъде валиден IPv6 адрес.', + 'json' => ':attribute трябва да съдържа валиден JSON.', 'lt' => [ - 'numeric' => 'The :attribute must be less than :value.', - 'file' => 'The :attribute must be less than :value kilobytes.', - 'string' => 'The :attribute must be less than :value characters.', + 'numeric' => ':attribute трябва да бъде по-малко от :value.', + 'file' => 'Големината на :attribute трябва да бъде по-малко от :value килобайта.', + 'string' => 'Дължината на :attribute трябва да бъде по-малко от :value символа.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ - 'numeric' => 'The :attribute must be less than or equal :value.', - 'file' => 'The :attribute must be less than or equal :value kilobytes.', - 'string' => 'The :attribute must be less than or equal :value characters.', + 'numeric' => ':attribute трябва да бъде по-малко или равно на :value.', + 'file' => 'Големината на :attribute трябва да бъде по-малко или равно на :value килобайта.', + 'string' => 'Дължината на :attribute трябва да бъде по-малко или равно на :value символа.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', + 'numeric' => ':attribute не трябва да бъде по-голям от :max.', + 'file' => 'Големината на :attribute не може да бъде по-голямо от :value килобайта.', + 'string' => 'Дължината на :attribute не може да бъде по-голямо от :value символа.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', @@ -78,7 +80,6 @@ return [ 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], - 'no_double_extension' => 'The :attribute must only have a single file extension.', 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', @@ -99,6 +100,7 @@ return [ ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'The :attribute has already been taken.', 'url' => 'The :attribute format is invalid.', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',