Skip to content

Commit d4b7d1f

Browse files
committed
Updated translation
1 parent 7e35756 commit d4b7d1f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

resources/lang/de/messages.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@
392392
# Alerts
393393
'Profile updated successfully!' => 'Profil erfolgreich aktualisiert!',
394394
'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.',
395401

396402

397403
/*

resources/lang/en/messages.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@
389389
'Profile updated successfully!' => 'Profile updated successfully!',
390390
'An error occurred while updating your profile.' => 'An error occurred while updating your profile.',
391391

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+
392398

393399
/*
394400
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)