diff --git a/resources/lang/de/messages.php b/resources/lang/de/messages.php index b577a97..1366c2d 100644 --- a/resources/lang/de/messages.php +++ b/resources/lang/de/messages.php @@ -392,6 +392,12 @@ return [ # Alerts 'Profile updated successfully!' => 'Profil erfolgreich aktualisiert!', 'An error occurred while updating your profile.' => 'Beim Aktualisieren Ihres Profils ist ein Fehler aufgetreten.', + + 'That handle has already been taken' => 'Dieser Name ist bereits vergeben.', + 'The selected file must be an image' => 'Die ausgewählte Datei muss ein Bild sein.', + 'The image must be' => 'Unterstützte Formate:', + 'The image size should not exceed 2MB' => 'Die Bildgröße darf 2 MB nicht überschreiten.', + 'Please select an image' => 'Bitte wählen Sie ein Bild aus.', /* diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 112ea69..1b40b89 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -389,6 +389,12 @@ return [ 'Profile updated successfully!' => 'Profile updated successfully!', 'An error occurred while updating your profile.' => 'An error occurred while updating your profile.', + 'That handle has already been taken' => 'That handle has already been taken.', + 'The selected file must be an image' => 'The selected file must be an image.', + 'The image must be' => 'The image must be:', + 'The image size should not exceed 2MB' => 'The image size should not exceed 2MB.', + 'Please select an image' => 'Please select an image.', + /* |--------------------------------------------------------------------------