Daniel Supernault 3 éve
szülő
commit
699cc3faad
1 módosított fájl, 13 hozzáadás és 0 törlés
  1. 13 0
      resources/lang/en/web.php

+ 13 - 0
resources/lang/en/web.php

@@ -23,6 +23,10 @@ return [
 		'other' => 'Other',
 		'readMore' => 'Read more',
 		'success' => 'Success',
+		'proceed' => 'Proceed',
+		'next' => 'Next',
+		'close' => 'Close',
+		'clickHere' => 'click here',
 
 		'sensitive' => 'Sensitive',
 		'sensitiveContent' => 'Sensitive Content',
@@ -183,4 +187,13 @@ return [
 		'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
 	],
 
+	'report' => [
+		'report' => 'Report',
+		'selectReason' => 'Select a reason',
+		'reported' => 'Reported',
+		'sendingReport' => 'Sending report',
+		'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
+		'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
+	],
+
 ];