File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 392
392
# Alerts
393
393
'Profile updated successfully! ' => 'Profil erfolgreich aktualisiert! ' ,
394
394
'An error occurred while updating your profile. ' => 'Beim Aktualisieren Ihres Profils ist ein Fehler aufgetreten. ' ,
395
+
396
+ 'That handle has already been taken ' => 'Dieser Name ist bereits vergeben. ' ,
397
+ 'The selected file must be an image ' => 'Die ausgewählte Datei muss ein Bild sein. ' ,
398
+ 'The image must be ' => 'Unterstützte Formate: ' ,
399
+ 'The image size should not exceed 2MB ' => 'Die Bildgröße darf 2 MB nicht überschreiten. ' ,
400
+ 'Please select an image ' => 'Bitte wählen Sie ein Bild aus. ' ,
395
401
396
402
397
403
/*
Original file line number Diff line number Diff line change 389
389
'Profile updated successfully! ' => 'Profile updated successfully! ' ,
390
390
'An error occurred while updating your profile. ' => 'An error occurred while updating your profile. ' ,
391
391
392
+ 'That handle has already been taken ' => 'That handle has already been taken. ' ,
393
+ 'The selected file must be an image ' => 'The selected file must be an image. ' ,
394
+ 'The image must be ' => 'The image must be: ' ,
395
+ 'The image size should not exceed 2MB ' => 'The image size should not exceed 2MB. ' ,
396
+ 'Please select an image ' => 'Please select an image. ' ,
397
+
392
398
393
399
/*
394
400
|--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments