From d4b7d1fa2d362922eae6c3eb64068a7c2b5ddab0 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:04:17 +0200 Subject: [PATCH] Updated translation --- resources/lang/de/messages.php | 6 ++++++ resources/lang/en/messages.php | 6 ++++++ 2 files changed, 12 insertions(+) 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.', + /* |--------------------------------------------------------------------------