From af8a987d8641faf8541a0034f7231fc99621bc48 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 26 May 2024 16:56:53 +0200 Subject: [PATCH] Add translations --- src/lang/de/validation.php | 4 +++- src/lang/en/validation.php | 2 ++ src/lang/es/validation.php | 5 +++++ src/lang/fi/validation.php | 5 +++++ src/lang/fr/validation.php | 5 +++++ src/lang/nl/validation.php | 9 +++++++-- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/lang/de/validation.php b/src/lang/de/validation.php index 85d1397..03a8879 100644 --- a/src/lang/de/validation.php +++ b/src/lang/de/validation.php @@ -36,7 +36,9 @@ 'mimetype' => 'Der Wert :attribute einhält keinen gültigen Internet Media Type (MIME-Type).', 'austrianinsurancenumber' => 'Der Wert :attribute enthält keine gültige österreichische Versicherungsnummer', 'grid' => 'Der Wert :attribute enthält keinen gültige Global Release Identifier (GRid).', + 'hslcolor' => 'Der Wert :attribute enthält keinen gültigen HSL-Farbwert.', + 'hsvcolor' => 'Der Wert :attribute enthält keinen gültigen HSV-Farbwert.', 'latitude' => 'Der Wert :attribute enthält keine gültige geographische Breite.', 'longitude' => 'Der Wert :attribute enthält keine gültige geographische Länge.', - 'latlng' => 'Der Wert :attribute enthält keine gültige geographischen Koordinaten.', + 'latlng' => 'Der Wert :attribute ist kein gültiges geographisches Koordinatenpaar.', ]; diff --git a/src/lang/en/validation.php b/src/lang/en/validation.php index 5fb4c29..5215432 100644 --- a/src/lang/en/validation.php +++ b/src/lang/en/validation.php @@ -35,6 +35,8 @@ 'mimetype' => 'The value :attribute does not contain a valid Internet Media Type (MIME-Type).', 'austrianinsurancenumber' => 'The value :attribute does not contain a valid austrian insurance number.', 'grid' => 'The value :attribute must be a valid Global Release Identifier (GRid).', + 'hslcolor' => 'The value :attribute must be a valid HSL color.', + 'hsvcolor' => 'The value :attribute must be a valid HSV color.', 'latitude' => 'The value :attribute must be a valid geographical latitude.', 'longitude' => 'The value :attribute must be a valid geographical longitude.', 'latlng' => 'The value :attribute must be valid geographical coordinates.', diff --git a/src/lang/es/validation.php b/src/lang/es/validation.php index 102d3db..968f6a6 100644 --- a/src/lang/es/validation.php +++ b/src/lang/es/validation.php @@ -34,4 +34,9 @@ 'postalcode' => 'El valor de :attribute debe ser un código postal válido.', 'mimetype' => 'El valor de :attribute no contiene un tipo de media de internet (MIME-Type) válido.', 'grid' => 'El valor de :attribute no contiene un Global Release Identifier (GRid) válido.', + 'hslcolor' => ':attribute no es un valor de color HSL válido.', + 'hsvcolor' => ':attribute no es un valor de color HSV válido.', + 'latitude' => ':attribute no es una latitud válida.', + 'longitude' => ':attribute no es una longitud geográfica válida.', + 'latlng' => ':attribute no es un par de coordenadas geográficas válido.', ]; diff --git a/src/lang/fi/validation.php b/src/lang/fi/validation.php index 6a97e51..a944376 100644 --- a/src/lang/fi/validation.php +++ b/src/lang/fi/validation.php @@ -34,4 +34,9 @@ 'postalcode' => 'Arvo :attribute on oltava kelvollinen postinumero.', 'mimetype' => 'Arvo :attribute ei sisällä kelvollista Internet -mediatyyppiä (MIME-Type).', 'grid' => ':attribute on oltava kelvollinen Global Release Identifier (GRid).', + 'hslcolor' => ':attribute ei ole kelvollinen HSL-väriarvo', + 'hsvcolor' => ':attribute ei ole kelvollinen HSV-väriarvo', + 'latitude' => ':attribute ei ole kelvollinen leveysaste.', + 'longitude' => ':attribute ei ole kelvollinen maantieteellinen pituusaste.', + 'latlng' => ':attribute ei ole kelvollinen maantieteellinen koordinaattipari.', ]; diff --git a/src/lang/fr/validation.php b/src/lang/fr/validation.php index 93cb548..1d2300e 100644 --- a/src/lang/fr/validation.php +++ b/src/lang/fr/validation.php @@ -41,4 +41,9 @@ 'postalcode' => 'La valeur :attribute doit être un code postal valide.', 'mimetype' => 'La valeur :attribute ne contient pas de type de média Internet valide (type MIME).', 'grid' => 'Le :attribute doit être un Global Release Identifier (GRid) valide.', + 'hslcolor' => ':attribute n\'est pas une valeur de couleur HSL valide', + 'hsvcolor' => ':attribute n\'est pas une valeur de couleur HSV valide', + 'latitude' => ':attribute n\'est pas une latitude valide.', + 'longitude' => ':attribute n\'est pas une longitude valide.', + 'latlng' => ':attribute n\'est pas une paire de coordonnées géographiques valables.', ]; diff --git a/src/lang/nl/validation.php b/src/lang/nl/validation.php index f25209b..c58cd49 100644 --- a/src/lang/nl/validation.php +++ b/src/lang/nl/validation.php @@ -27,11 +27,16 @@ 'kebabcase' => ':attribute moet worden opgemaakt in Kebab case.', 'camelcase' => ':attribute moet worden opgemaakt in Camel case.', 'cidr' => ':attribute moet een geldig CIDR notatie zijn.', - 'datauri' => ':attribuut moet een geldige Data-URL zijn.', + 'datauri' => ':attribute moet een geldige Data-URL zijn.', 'ulid' => ':attribute is geen geldig ULID.', 'ean' => ':attribute is geen geldig European Article Number (EAN).', 'gtin' => ':attribute is geen geldig Global Trade Item Number (GTIN).', - 'postalcode' => ':attribuut moet een geldige postcode zijn.', + 'postalcode' => ':attribute moet een geldige postcode zijn.', 'mimetype' => ':attribute bevat geen geldig internetmediatype (MIME-type).', 'grid' => ':attribute moet een geldige Global Release Identifier (GRid) zijn.', + 'hslcolor' => ':attribute is geen geldige HSL-kleurwaarde', + 'hsvcolor' => ':attribute is geen geldige HSV-kleurwaarde', + 'latitude' => ':attribute is geen geldige breedtegraad.', + 'longitude' => ':attribute is geen geldige lengtegraad.', + 'latlng' => ':attribute geen geldig geografisch coördinatenpaar is.', ];