Updated translation
This commit is contained in:
parent
7e357565b9
commit
d4b7d1fa2d
|
@ -392,6 +392,12 @@ return [
|
||||||
# Alerts
|
# Alerts
|
||||||
'Profile updated successfully!' => 'Profil erfolgreich aktualisiert!',
|
'Profile updated successfully!' => 'Profil erfolgreich aktualisiert!',
|
||||||
'An error occurred while updating your profile.' => 'Beim Aktualisieren Ihres Profils ist ein Fehler aufgetreten.',
|
'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.',
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -389,6 +389,12 @@ return [
|
||||||
'Profile updated successfully!' => 'Profile updated successfully!',
|
'Profile updated successfully!' => 'Profile updated successfully!',
|
||||||
'An error occurred while updating your profile.' => 'An error occurred while updating your profile.',
|
'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.',
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue