From 6e092adec2895b63aa84e65c8e87683736b9bbbb Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 3 Nov 2024 13:10:55 +0300 Subject: [PATCH] [en]: Fixed translations --- locales/en/php-inline.json | 20 ++--- locales/en/php.json | 160 ++++++++++++++++++------------------- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/locales/en/php-inline.json b/locales/en/php-inline.json index d3c3a1bea48..f4313790b55 100644 --- a/locales/en/php-inline.json +++ b/locales/en/php-inline.json @@ -1,11 +1,11 @@ { "accepted": "This field must be accepted.", "accepted_if": "This field must be accepted when :other is :value.", - "active_url": "This field is not a valid URL.", + "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_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.", @@ -20,9 +20,9 @@ "can": "This field contains an unauthorized value.", "confirmed": "This field confirmation does not match.", "contains": "This field is missing a required value.", - "date": "This field is not a valid date.", + "date": "This field must be a valid date.", "date_equals": "This field must be a date equal to :date.", - "date_format": "This field does not match the format :format.", + "date_format": "This field must match the format :format.", "decimal": "This field must have :decimal decimal places.", "declined": "This field must be declined.", "declined_if": "This field must be declined when :other is :value.", @@ -35,8 +35,8 @@ "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 value is not in the list of allowed values.", - "exists": "The selected value does not exist.", + "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.", "filled": "This field must have a value.", @@ -50,8 +50,8 @@ "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 value is not in the list of allowed values.", - "in_array": "This field does not exist in :other.", + "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.", @@ -86,7 +86,7 @@ "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 value must not be in the list.", + "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.", @@ -115,7 +115,7 @@ "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 and :other must match.", + "same": "This field 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.", diff --git a/locales/en/php.json b/locales/en/php.json index dae2f900813..2ba3378939f 100644 --- a/locales/en/php.json +++ b/locales/en/php.json @@ -1,97 +1,97 @@ { - "accepted": "The :attribute must be accepted.", - "accepted_if": "The :attribute must be accepted when :other is :value.", - "active_url": "The :attribute is not a valid URL.", - "after": "The :attribute must be a date after :date.", - "after_or_equal": "The :attribute must be a date after or equal to :date.", - "alpha": "The :attribute must only contain letters.", - "alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.", - "alpha_num": "The :attribute must only contain letters and numbers.", - "array": "The :attribute must be an array.", + "accepted": "The :attribute field must be accepted.", + "accepted_if": "The :attribute field must be accepted when :other is :value.", + "active_url": "The :attribute field must be a valid URL.", + "after": "The :attribute field must be a date after :date.", + "after_or_equal": "The :attribute field must be a date after or equal to :date.", + "alpha": "The :attribute field must only contain letters.", + "alpha_dash": "The :attribute field must only contain letters, numbers, dashes, and underscores.", + "alpha_num": "The :attribute field must only contain letters and numbers.", + "array": "The :attribute field must be an array.", "ascii": "The :attribute field must only contain single-byte alphanumeric characters and symbols.", "attached": "This :attribute is already attached.", - "before": "The :attribute must be a date before :date.", - "before_or_equal": "The :attribute must be a date before or equal to :date.", - "between.array": "The :attribute must have between :min and :max items.", - "between.file": "The :attribute must be between :min and :max kilobytes.", - "between.numeric": "The :attribute must be between :min and :max.", - "between.string": "The :attribute must be between :min and :max characters.", + "before": "The :attribute field must be a date before :date.", + "before_or_equal": "The :attribute field must be a date before or equal to :date.", + "between.array": "The :attribute field must have between :min and :max items.", + "between.file": "The :attribute field must be between :min and :max kilobytes.", + "between.numeric": "The :attribute field must be between :min and :max.", + "between.string": "The :attribute field must be between :min and :max characters.", "boolean": "The :attribute field must be true or false.", "can": "The :attribute field contains an unauthorized value.", - "confirmed": "The :attribute confirmation does not match.", + "confirmed": "The :attribute field confirmation does not match.", "contains": "The :attribute field is missing a required value.", "current_password": "The password is incorrect.", - "date": "The :attribute is not a valid date.", - "date_equals": "The :attribute must be a date equal to :date.", - "date_format": "The :attribute does not match the format :format.", + "date": "The :attribute field must be a valid date.", + "date_equals": "The :attribute field must be a date equal to :date.", + "date_format": "The :attribute field must match the format :format.", "decimal": "The :attribute field must have :decimal decimal places.", - "declined": "The :attribute must be declined.", - "declined_if": "The :attribute must be declined when :other is :value.", - "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.", - "dimensions": "The :attribute has invalid image dimensions.", + "declined": "The :attribute field must be declined.", + "declined_if": "The :attribute field must be declined when :other is :value.", + "different": "The :attribute field and :other must be different.", + "digits": "The :attribute field must be :digits digits.", + "digits_between": "The :attribute field must be between :min and :max digits.", + "dimensions": "The :attribute field has invalid image dimensions.", "distinct": "The :attribute field has a duplicate value.", "doesnt_end_with": "The :attribute field must not end with one of the following: :values.", "doesnt_start_with": "The :attribute field must not start with one of the following: :values.", - "email": "The :attribute must be a valid email address.", - "ends_with": "The :attribute must end with one of the following: :values.", - "enum": "The :attribute field value is not in the list of allowed values.", - "exists": "The :attribute field value does not exist.", + "email": "The :attribute field must be a valid email address.", + "ends_with": "The :attribute field must end with one of the following: :values.", + "enum": "The selected :attribute is invalid.", + "exists": "The selected :attribute is invalid.", "extensions": "The :attribute field must have one of the following extensions: :values.", "failed": "These credentials do not match our records.", - "file": "The :attribute must be a file.", + "file": "The :attribute field must be a file.", "filled": "The :attribute field must have a value.", - "gt.array": "The :attribute must have more than :value items.", - "gt.file": "The :attribute must be greater than :value kilobytes.", - "gt.numeric": "The :attribute must be greater than :value.", - "gt.string": "The :attribute must be greater than :value characters.", - "gte.array": "The :attribute must have :value items or more.", - "gte.file": "The :attribute must be greater than or equal to :value kilobytes.", - "gte.numeric": "The :attribute must be greater than or equal to :value.", - "gte.string": "The :attribute must be greater than or equal to :value characters.", + "gt.array": "The :attribute field must have more than :value items.", + "gt.file": "The :attribute field must be greater than :value kilobytes.", + "gt.numeric": "The :attribute field must be greater than :value.", + "gt.string": "The :attribute field must be greater than :value characters.", + "gte.array": "The :attribute field must have :value items or more.", + "gte.file": "The :attribute field must be greater than or equal to :value kilobytes.", + "gte.numeric": "The :attribute field must be greater than or equal to :value.", + "gte.string": "The :attribute field must be greater than or equal to :value characters.", "hex_color": "The :attribute field must be a valid hexadecimal color.", - "image": "The :attribute must be an image.", - "in": "The :attribute field value is not in the list of allowed values.", - "in_array": "The :attribute field does not exist in :other.", - "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.", + "image": "The :attribute field must be an image.", + "in": "The selected :attribute is invalid.", + "in_array": "The :attribute field must exist in :other.", + "integer": "The :attribute field must be an integer.", + "ip": "The :attribute field must be a valid IP address.", + "ipv4": "The :attribute field must be a valid IPv4 address.", + "ipv6": "The :attribute field must be a valid IPv6 address.", + "json": "The :attribute field must be a valid JSON string.", "list": "The :attribute field must be a list.", "lowercase": "The :attribute field must be lowercase.", - "lt.array": "The :attribute must have less than :value items.", - "lt.file": "The :attribute must be less than :value kilobytes.", - "lt.numeric": "The :attribute must be less than :value.", - "lt.string": "The :attribute must be less than :value characters.", - "lte.array": "The :attribute must not have more than :value items.", - "lte.file": "The :attribute must be less than or equal to :value kilobytes.", - "lte.numeric": "The :attribute must be less than or equal to :value.", - "lte.string": "The :attribute must be less than or equal to :value characters.", - "mac_address": "The :attribute must be a valid MAC address.", - "max.array": "The :attribute must not have more than :max items.", - "max.file": "The :attribute must not be greater than :max kilobytes.", - "max.numeric": "The :attribute must not be greater than :max.", - "max.string": "The :attribute must not be greater than :max characters.", + "lt.array": "The :attribute field must have less than :value items.", + "lt.file": "The :attribute field must be less than :value kilobytes.", + "lt.numeric": "The :attribute field must be less than :value.", + "lt.string": "The :attribute field must be less than :value characters.", + "lte.array": "The :attribute field must not have more than :value items.", + "lte.file": "The :attribute field must be less than or equal to :value kilobytes.", + "lte.numeric": "The :attribute field must be less than or equal to :value.", + "lte.string": "The :attribute field must be less than or equal to :value characters.", + "mac_address": "The :attribute field must be a valid MAC address.", + "max.array": "The :attribute field must not have more than :max items.", + "max.file": "The :attribute field must not be greater than :max kilobytes.", + "max.numeric": "The :attribute field must not be greater than :max.", + "max.string": "The :attribute field must not be greater than :max characters.", "max_digits": "The :attribute field must not have more than :max digits.", - "mimes": "The :attribute must be a file of type: :values.", - "mimetypes": "The :attribute must be a file of type: :values.", - "min.array": "The :attribute must have at least :min items.", - "min.file": "The :attribute must be at least :min kilobytes.", - "min.numeric": "The :attribute must be at least :min.", - "min.string": "The :attribute must be at least :min characters.", + "mimes": "The :attribute field must be a file of type: :values.", + "mimetypes": "The :attribute field must be a file of type: :values.", + "min.array": "The :attribute field must have at least :min items.", + "min.file": "The :attribute field must be at least :min kilobytes.", + "min.numeric": "The :attribute field must be at least :min.", + "min.string": "The :attribute field must be at least :min characters.", "min_digits": "The :attribute field must have at least :min digits.", "missing": "The :attribute field must be missing.", "missing_if": "The :attribute field must be missing when :other is :value.", "missing_unless": "The :attribute field must be missing unless :other is :value.", "missing_with": "The :attribute field must be missing when :values is present.", "missing_with_all": "The :attribute field must be missing when :values are present.", - "multiple_of": "The :attribute must be a multiple of :value.", + "multiple_of": "The :attribute field must be a multiple of :value.", "next": "Next »", - "not_in": "The :attribute field must not be in the list.", - "not_regex": "The :attribute format is invalid.", - "numeric": "The :attribute must be a number.", + "not_in": "The selected :attribute is invalid.", + "not_regex": "The :attribute field format is invalid.", + "numeric": "The :attribute field must be a number.", "password": "The provided password is incorrect.", "password.letters": "The :attribute field must contain at least one letter.", "password.mixed": "The :attribute field must contain at least one uppercase and one lowercase letter.", @@ -108,7 +108,7 @@ "prohibited_if": "The :attribute field is prohibited when :other is :value.", "prohibited_unless": "The :attribute field is prohibited unless :other is in :values.", "prohibits": "The :attribute field prohibits :other from being present.", - "regex": "The :attribute format is invalid.", + "regex": "The :attribute field format is invalid.", "relatable": "This :attribute may not be associated with this resource.", "required": "The :attribute field is required.", "required_array_keys": "The :attribute field must contain entries for: :values.", @@ -121,23 +121,23 @@ "required_without": "The :attribute field is required when :values is not present.", "required_without_all": "The :attribute field is required when none of :values are present.", "reset": "Your password has been reset.", - "same": "The :attribute and :other must match.", + "same": "The :attribute field must match :other.", "sent": "We have emailed your password reset link.", - "size.array": "The :attribute must contain :size items.", - "size.file": "The :attribute must be :size kilobytes.", - "size.numeric": "The :attribute must be :size.", - "size.string": "The :attribute must be :size characters.", - "starts_with": "The :attribute must start with one of the following: :values.", - "string": "The :attribute must be a string.", + "size.array": "The :attribute field must contain :size items.", + "size.file": "The :attribute field must be :size kilobytes.", + "size.numeric": "The :attribute field must be :size.", + "size.string": "The :attribute field must be :size characters.", + "starts_with": "The :attribute field must start with one of the following: :values.", + "string": "The :attribute field must be a string.", "throttle": "Too many login attempts. Please try again in :seconds seconds.", "throttled": "Please wait before retrying.", - "timezone": "The :attribute must be a valid timezone.", + "timezone": "The :attribute field must be a valid timezone.", "token": "This password reset token is invalid.", "ulid": "The :attribute field must be a valid ULID.", "unique": "The :attribute has already been taken.", "uploaded": "The :attribute failed to upload.", "uppercase": "The :attribute field must be uppercase.", - "url": "The :attribute must be a valid URL.", + "url": "The :attribute field must be a valid URL.", "user": "We can't find a user with that email address.", - "uuid": "The :attribute must be a valid UUID." + "uuid": "The :attribute field must be a valid UUID." }