Skip to content

Commit d169987

Browse files
committed
Update messages.php
1 parent 404aa75 commit d169987

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

resources/lang/de/messages.php

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,52 @@
10451045
'footer.Privacy' => 'Datenschutz',
10461046
'footer.Contact' => 'Kontakt',
10471047

1048+
1049+
/*
1050+
|--------------------------------------------------------------------------
1051+
| Report Page
1052+
|--------------------------------------------------------------------------
1053+
|
1054+
*/
1055+
1056+
'report_violation' => 'Verstoß melden',
1057+
'url_label' => 'URL der gemeldeten Website',
1058+
'report_type_label' => 'Art des Reports',
1059+
'hate_speech' => 'Hassrede oder Belästigung',
1060+
'violence_threats' => 'Gewalt oder Drohungen',
1061+
'illegal_activities' => 'Illegale Aktivitäten',
1062+
'copyright_infringement' => 'Verletzung von Urheberrechten',
1063+
'misinformation_fake_news' => 'Fehlinformationen oder Fake News',
1064+
'identity_theft' => 'Identitätsdiebstahl',
1065+
'drug_related_content' => 'Inhalte im Zusammenhang mit Drogen',
1066+
'weapons_harmful_objects' => 'Waffen oder schädliche Objekte',
1067+
'child_exploitation' => 'Kindesausbeutung',
1068+
'fraud_scams' => 'Betrug oder Betrugsversuche',
1069+
'privacy_violation' => 'Verletzung der Privatsphäre',
1070+
'impersonation' => 'Identitätswechsel',
1071+
'other_specify' => 'Sonstiges (bitte angeben)',
1072+
'additional_comments_label' => 'Zusätzliche Kommentare',
1073+
'submit_button' => 'Absenden',
1074+
1075+
'report_mail_admin_subject' => 'Profil-Report',
1076+
'report_mail_admin_report' => 'Ein Profil wurde gemeldet',
1077+
1078+
'report_mail_reported_profile' => 'Gemeldetes Profil',
1079+
'report_mail_reported_url' => 'Gemeldete URL',
1080+
'report_mail_type' => 'Art',
1081+
'report_mail_message' => 'Nachricht',
1082+
1083+
'report_mail_report_submitted_by' => 'Report eingereicht von',
1084+
'report_mail_reported_by' => 'Gemeldet von',
1085+
'report_mail_profile' => 'Profil',
1086+
1087+
'report_mail_button_profile' => 'Auf Benutzerseite anzeigen',
1088+
'report_mail_button_delete' => 'Gemeldeten Benutzer löschen',
1089+
1090+
'report_error' => 'Profil konnte nicht gemeldet werden',
1091+
'report_success' => 'Profil wurde erfolgreich gemeldet',
1092+
1093+
10481094
#=============================================================================#
10491095
# Laravel internal translations #
10501096
#=============================================================================#

0 commit comments

Comments
 (0)