Updated translation

This commit is contained in:
Julian Prieber 2023-07-27 16:04:17 +02:00
parent 7e357565b9
commit d4b7d1fa2d
2 changed files with 12 additions and 0 deletions

View File

@ -393,6 +393,12 @@ return [
'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.',
/*
|--------------------------------------------------------------------------

View File

@ -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.',
/*
|--------------------------------------------------------------------------