New translations validation.php (Slovenian)

This commit is contained in:
James Cole
2017-08-25 07:06:52 +02:00
parent 455c6e0d39
commit cf2cda6694

View File

@@ -16,79 +16,79 @@ return [
'unique_account_number_for_user' => 'Kaže, da je ta številka računa že v uporabi.', 'unique_account_number_for_user' => 'Kaže, da je ta številka računa že v uporabi.',
'deleted_user' => 'Iz varnostnih razlogov ne morete ustvariti uporabnika s takim e-poštnim naslovom.', 'deleted_user' => 'Iz varnostnih razlogov ne morete ustvariti uporabnika s takim e-poštnim naslovom.',
'rule_trigger_value' => 'Ta vrednost je neveljavna za izbrani sprožilec.', 'rule_trigger_value' => 'Ta vrednost je neveljavna za izbrani sprožilec.',
'rule_action_value' => 'This value is invalid for the selected action.', 'rule_action_value' => '',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.', 'invalid_domain' => '',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.', 'file_already_attached' => '',
'file_attached' => 'Succesfully uploaded file ":name".', 'file_attached' => '',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_invalid_mime' => '',
'file_too_large' => 'File ":name" is too large.', 'file_too_large' => '',
'belongs_to_user' => 'The value of :attribute is unknown', 'belongs_to_user' => '',
'accepted' => 'The :attribute must be accepted.', 'accepted' => '',
'bic' => 'This is not a valid BIC.', 'bic' => '',
'more' => ':attribute must be larger than zero.', 'more' => '',
'active_url' => 'The :attribute is not a valid URL.', 'active_url' => '',
'after' => 'The :attribute must be a date after :date.', 'after' => '',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => '',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_dash' => '',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => '',
'array' => 'The :attribute must be an array.', 'array' => '',
'unique_for_user' => 'There already is an entry with this :attribute.', 'unique_for_user' => '',
'before' => 'The :attribute must be a date before :date.', 'before' => '',
'unique_object_for_user' => 'This name is already in use', 'unique_object_for_user' => '',
'unique_account_for_user' => 'This account name is already in use', 'unique_account_for_user' => '',
'between.numeric' => 'The :attribute must be between :min and :max.', 'between.numeric' => '',
'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.file' => '',
'between.string' => 'The :attribute must be between :min and :max characters.', 'between.string' => '',
'between.array' => 'The :attribute must have between :min and :max items.', 'between.array' => '',
'boolean' => 'The :attribute field must be true or false.', 'boolean' => '',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => '',
'date' => 'The :attribute is not a valid date.', 'date' => '',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => '',
'different' => 'The :attribute and :other must be different.', 'different' => '',
'digits' => 'The :attribute must be :digits digits.', 'digits' => '',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => '',
'email' => 'The :attribute must be a valid email address.', 'email' => '',
'filled' => 'The :attribute field is required.', 'filled' => '',
'exists' => 'The selected :attribute is invalid.', 'exists' => '',
'image' => 'The :attribute must be an image.', 'image' => '',
'in' => 'The selected :attribute is invalid.', 'in' => '',
'integer' => 'The :attribute must be an integer.', 'integer' => '',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => '',
'json' => 'The :attribute must be a valid JSON string.', 'json' => '',
'max.numeric' => 'The :attribute may not be greater than :max.', 'max.numeric' => '',
'max.file' => 'The :attribute may not be greater than :max kilobytes.', 'max.file' => '',
'max.string' => 'The :attribute may not be greater than :max characters.', 'max.string' => '',
'max.array' => 'The :attribute may not have more than :max items.', 'max.array' => '',
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => '',
'min.numeric' => 'The :attribute must be at least :min.', 'min.numeric' => '',
'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.file' => '',
'min.string' => 'The :attribute must be at least :min characters.', 'min.string' => '',
'min.array' => 'The :attribute must have at least :min items.', 'min.array' => '',
'not_in' => 'The selected :attribute is invalid.', 'not_in' => '',
'numeric' => 'The :attribute must be a number.', 'numeric' => '',
'regex' => 'The :attribute format is invalid.', 'regex' => '',
'required' => 'The :attribute field is required.', 'required' => '',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => '',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => '',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => '',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => '',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => '',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => '',
'same' => 'The :attribute and :other must match.', 'same' => '',
'size.numeric' => 'The :attribute must be :size.', 'size.numeric' => '',
'size.file' => 'The :attribute must be :size kilobytes.', 'size.file' => '',
'size.string' => 'The :attribute must be :size characters.', 'size.string' => '',
'size.array' => 'The :attribute must contain :size items.', 'size.array' => '',
'unique' => 'The :attribute has already been taken.', 'unique' => '',
'string' => 'The :attribute must be a string.', 'string' => '',
'url' => 'The :attribute format is invalid.', 'url' => '',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => '',
'2fa_code' => 'The :attribute field is invalid.', '2fa_code' => '',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => '',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => '',
'file' => 'The :attribute must be a file.', 'file' => '',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => '',
'present' => 'The :attribute field must be present.', 'present' => '',
'amount_zero' => 'The total amount cannot be zero', 'amount_zero' => '',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', 'secure_password' => '',
]; ];