Add i18n strings

This commit is contained in:
Daniel Supernault 2022-01-08 01:52:28 -07:00
parent da6312c2b0
commit 699cc3faad
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 13 additions and 0 deletions

View File

@ -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',
],
];