Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[en]: Updated incorrect inline strings #4937

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions locales/en/json-inline.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"The :attribute must be a valid role.": "This field must be a valid role.",
"The :attribute must be at least :length characters and contain at least one number.": "This field must be at least :length characters and contain at least one number.",
"The :attribute must be at least :length characters and contain at least one special character and one number.": "This field must be at least :length characters and contain at least one special character and one number.",
"The :attribute must be at least :length characters and contain at least one special character.": "This field must be at least :length characters and contain at least one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "This field must be at least :length characters and contain at least one uppercase character and one number.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "This field must be at least :length characters and contain at least one uppercase character and one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "This field must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character.": "This field must be at least :length characters and contain at least one uppercase character.",
"The :attribute must be at least :length characters.": "This field must be at least :length characters.",
"The :attribute must contain at least one letter.": "This field must contain at least one letter.",
"The :attribute must contain at least one number.": "This field must contain at least one number.",
"The :attribute must contain at least one symbol.": "This field must contain at least one symbol.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "This field must contain at least one uppercase and one lowercase letter.",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given field has appeared in a data leak. Please choose a different field."
"The :attribute must be a valid role.": "This must be a valid role.",
"The :attribute must be at least :length characters and contain at least one number.": "The string must be at least :length characters and contain at least one number.",
"The :attribute must be at least :length characters and contain at least one special character and one number.": "The string must be at least :length characters and contain at least one special character and one number.",
"The :attribute must be at least :length characters and contain at least one special character.": "The string must be at least :length characters and contain at least one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The string must be at least :length characters and contain at least one uppercase character and one number.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The string must be at least :length characters and contain at least one uppercase character and one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The string must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
"The :attribute must be at least :length characters and contain at least one uppercase character.": "The string must be at least :length characters and contain at least one uppercase character.",
"The :attribute must be at least :length characters.": "The string must be at least :length characters.",
"The :attribute must contain at least one letter.": "The string must contain at least one letter.",
"The :attribute must contain at least one number.": "The string must contain at least one number.",
"The :attribute must contain at least one symbol.": "The string must contain at least one symbol.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "The string must contain at least one uppercase and one lowercase letter.",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given string has appeared in a data leak. Please choose a different one."
}
196 changes: 98 additions & 98 deletions locales/en/php-inline.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,99 @@
{
"accepted": "This field must be accepted.",
"accepted_if": "This field must be accepted when :other is :value.",
"active_url": "This field must be a valid URL.",
"after": "This field must be a date after :date.",
"after_or_equal": "This field must be a date after or equal to :date.",
"alpha": "This field must only contain letters.",
"alpha_dash": "This field must only contain letters, numbers, dashes, and underscores.",
"alpha_num": "This field must only contain letters and numbers.",
"array": "This field must be an array.",
"ascii": "This field must only contain single-byte alphanumeric characters and symbols.",
"attached": "This field is already attached.",
"before": "This field must be a date before :date.",
"before_or_equal": "This field must be a date before or equal to :date.",
"between.array": "This field must have between :min and :max items.",
"between.file": "This field must be between :min and :max kilobytes.",
"between.numeric": "This field must be between :min and :max.",
"between.string": "This field must be between :min and :max characters.",
"boolean": "This field must be true or false.",
"can": "This field contains an unauthorized value.",
"confirmed": "This field confirmation does not match.",
"active_url": "This must be a valid URL.",
"after": "This must be a date after :date.",
"after_or_equal": "This must be a date after or equal to :date.",
"alpha": "The value must only contain letters.",
"alpha_dash": "The value must only contain letters, numbers, dashes, and underscores.",
"alpha_num": "The value must only contain letters and numbers.",
"array": "This field must contain an array.",
"ascii": "The value must only contain single-byte alphanumeric characters and symbols.",
"attached": "This file is already attached.",
"before": "This must be a date before :date.",
"before_or_equal": "This must be a date before or equal to :date.",
"between.array": "The value must have between :min and :max items.",
"between.file": "The file must be between :min and :max kilobytes.",
"between.numeric": "The value must be between :min and :max.",
"between.string": "The string must be between :min and :max characters.",
"boolean": "The value must be true or false.",
"can": "The value is unauthorized.",
"confirmed": "The confirmation does not match.",
"contains": "This field is missing a required value.",
"date": "This field must be a valid date.",
"date_equals": "This field must be a date equal to :date.",
"date_format": "This field must match the format :format.",
"decimal": "This field must have :decimal decimal places.",
"date": "This is not a valid date.",
"date_equals": "This must be a date equal to :date.",
"date_format": "The value must match the format :format.",
"decimal": "The value must have :decimal decimal places.",
"declined": "This field must be declined.",
"declined_if": "This field must be declined when :other is :value.",
"different": "This field and :other must be different.",
"digits": "This field must be :digits digits.",
"digits_between": "This field must be between :min and :max digits.",
"dimensions": "This field has invalid image dimensions.",
"distinct": "This field has a duplicate value.",
"doesnt_end_with": "This field must not end with one of the following: :values.",
"doesnt_start_with": "This field must not start with one of the following: :values.",
"email": "This field must be a valid email address.",
"ends_with": "This field must end with one of the following: :values.",
"enum": "The selected field is invalid.",
"exists": "The selected field is invalid.",
"extensions": "This field must have one of the following extensions: :values.",
"file": "This field must be a file.",
"different": "The value and :other must be different.",
"digits": "The value must be :digits digits.",
"digits_between": "The value must be between :min and :max digits.",
"dimensions": "The content has invalid dimensions.",
"distinct": "This field contains a duplicate value.",
"doesnt_end_with": "The string must not end with one of the following: :values.",
"doesnt_start_with": "The string must not start with one of the following: :values.",
"email": "The value must be a valid email address.",
"ends_with": "The string must end with one of the following: :values.",
"enum": "The selected value is invalid.",
"exists": "The selected value is invalid.",
"extensions": "The file must have one of the following extensions: :values.",
"file": "This must be a file.",
"filled": "This field must have a value.",
"gt.array": "This field must have more than :value items.",
"gt.file": "This field must be greater than :value kilobytes.",
"gt.numeric": "This field must be greater than :value.",
"gt.string": "This field must be greater than :value characters.",
"gte.array": "This field must have :value items or more.",
"gte.file": "This field must be greater than or equal to :value kilobytes.",
"gte.numeric": "This field must be greater than or equal to :value.",
"gte.string": "This field must be greater than or equal to :value characters.",
"hex_color": "This field must be a valid hexadecimal color.",
"image": "This field must be an image.",
"in": "The selected field is invalid.",
"in_array": "This field must exist in :other.",
"integer": "This field must be an integer.",
"ip": "This field must be a valid IP address.",
"ipv4": "This field must be a valid IPv4 address.",
"ipv6": "This field must be a valid IPv6 address.",
"json": "This field must be a valid JSON string.",
"list": "This field must be a list.",
"lowercase": "This field must be lowercase.",
"lt.array": "This field must have less than :value items.",
"lt.file": "This field must be less than :value kilobytes.",
"lt.numeric": "This field must be less than :value.",
"lt.string": "This field must be less than :value characters.",
"lte.array": "This field must not have more than :value items.",
"lte.file": "This field must be less than or equal to :value kilobytes.",
"lte.numeric": "This field must be less than or equal to :value.",
"gt.array": "This field must contain more than :value items.",
"gt.file": "The file must be greater than :value kilobytes.",
"gt.numeric": "The value must be greater than :value.",
"gt.string": "The string must be greater than :value characters.",
"gte.array": "This field must contain :value items or more.",
"gte.file": "The file must be greater than or equal to :value kilobytes.",
"gte.numeric": "The value must be greater than or equal to :value.",
"gte.string": "The string must be greater than or equal to :value characters.",
"hex_color": "The value must be a valid hexadecimal color.",
"image": "The value must be an image.",
"in": "The selected value is invalid.",
"in_array": "The value does not exist in :other.",
"integer": "The value must be an integer.",
"ip": "The value must be a valid IP address.",
"ipv4": "The value must be a valid IPv4 address.",
"ipv6": "The value must be a valid IPv6 address.",
"json": "The value must be a valid JSON string.",
"list": "The value must be a list.",
"lowercase": "The value must be lowercase.",
"lt.array": "This field must contain less than :value items.",
"lt.file": "The file must be less than :value kilobytes.",
"lt.numeric": "The value must be less than :value.",
"lt.string": "The string must be less than :value characters.",
"lte.array": "This field must not contain more than :value items.",
"lte.file": "The file must be less than or equal to :value kilobytes.",
"lte.numeric": "The value must be less than or equal to :value.",
"lte.string": "This field must be less than or equal to :value characters.",
"mac_address": "This field must be a valid MAC address.",
"max.array": "This field must not have more than :max items.",
"max.file": "This field must not be greater than :max kilobytes.",
"max.numeric": "This field must not be greater than :max.",
"max.string": "This field must not be greater than :max characters.",
"max_digits": "This field must not have more than :max digits.",
"mimes": "This field must be a file of type: :values.",
"mimetypes": "This field must be a file of type: :values.",
"min.array": "This field must have at least :min items.",
"min.file": "This field must be at least :min kilobytes.",
"min.numeric": "This field must be at least :min.",
"min.string": "This field must be at least :min characters.",
"min_digits": "This field must have at least :min digits.",
"mac_address": "This must be a valid MAC address.",
"max.array": "This field must not contain more than :max items.",
"max.file": "The file must not be greater than :max kilobytes.",
"max.numeric": "The value must not be greater than :max.",
"max.string": "The string must not be greater than :max characters.",
"max_digits": "The value must not have more than :max digits.",
"mimes": "This must be a file of type: :values.",
"mimetypes": "This must be a file of type: :values.",
"min.array": "This field must contain at least :min items.",
"min.file": "The file must be at least :min kilobytes.",
"min.numeric": "The value must be at least :min.",
"min.string": "The string must be at least :min characters.",
"min_digits": "The value must have at least :min digits.",
"missing": "This field must be missing.",
"missing_if": "This field must be missing when :other is :value.",
"missing_unless": "This field must be missing unless :other is :value.",
"missing_with": "This field must be missing when :values is present.",
"missing_with_all": "This field must be missing when :values are present.",
"multiple_of": "This field must be a multiple of :value.",
"not_in": "The selected field is invalid.",
"not_regex": "This field format is invalid.",
"numeric": "This field must be a number.",
"password.letters": "This field must contain at least one letter.",
"password.mixed": "This field must contain at least one uppercase and one lowercase letter.",
"password.numbers": "This field must contain at least one number.",
"password.symbols": "This field must contain at least one symbol.",
"password.uncompromised": "The given field has appeared in a data leak. Please choose a different field.",
"multiple_of": "This value must be a multiple of :value.",
"not_in": "The selected value is invalid.",
"not_regex": "This format is invalid.",
"numeric": "This must be a number.",
"password.letters": "The string must contain at least one letter.",
"password.mixed": "The string must contain at least one uppercase and one lowercase letter.",
"password.numbers": "The string must contain at least one number.",
"password.symbols": "The string must contain at least one symbol.",
"password.uncompromised": "The given string has appeared in a data leak. Please choose a different one.",
"present": "This field must be present.",
"present_if": "This field must be present when :other is :value.",
"present_unless": "This field must be present unless :other is :value.",
Expand All @@ -103,8 +103,8 @@
"prohibited_if": "This field is prohibited when :other is :value.",
"prohibited_unless": "This field is prohibited unless :other is in :values.",
"prohibits": "This field prohibits :other from being present.",
"regex": "This field format is invalid.",
"relatable": "This field may not be associated with this resource.",
"regex": "The format is invalid.",
"relatable": "The value may not be associated with this resource.",
"required": "This field is required.",
"required_array_keys": "This field must contain entries for: :values.",
"required_if": "This field is required when :other is :value.",
Expand All @@ -115,18 +115,18 @@
"required_with_all": "This field is required when :values are present.",
"required_without": "This field is required when :values is not present.",
"required_without_all": "This field is required when none of :values are present.",
"same": "This field must match :other.",
"same": "The value must match :other.",
"size.array": "This field must contain :size items.",
"size.file": "This field must be :size kilobytes.",
"size.numeric": "This field must be :size.",
"size.string": "This field must be :size characters.",
"starts_with": "This field must start with one of the following: :values.",
"string": "This field must be a string.",
"timezone": "This field must be a valid timezone.",
"ulid": "This field must be a valid ULID.",
"unique": "This field has already been taken.",
"uploaded": "This field failed to upload.",
"uppercase": "This field must be uppercase.",
"url": "This field must be a valid URL.",
"uuid": "This field must be a valid UUID."
"size.file": "The file must be :size kilobytes.",
"size.numeric": "The value must be :size.",
"size.string": "The string must be :size characters.",
"starts_with": "This must start with one of the following: :values.",
"string": "This must be a string.",
"timezone": "This must be a valid timezone.",
"ulid": "This must be a valid ULID.",
"unique": "This has already been taken.",
"uploaded": "The file failed to upload.",
"uppercase": "This must be uppercase.",
"url": "This must be a valid URL.",
"uuid": "This must be a valid UUID."
}