|
@@ -129,10 +129,10 @@ return [
|
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
|
],
|
|
],
|
|
|
|
|
|
- 'menu' => [
|
|
|
|
- 'viewPost' => 'View Post',
|
|
|
|
- 'viewProfile' => 'View Profile',
|
|
|
|
- 'moderationTools' => 'Moderation Tools',
|
|
|
|
|
|
+ 'menu' => [
|
|
|
|
+ 'viewPost' => 'View Post',
|
|
|
|
+ 'viewProfile' => 'View Profile',
|
|
|
|
+ 'moderationTools' => 'Moderation Tools',
|
|
'report' => 'Report',
|
|
'report' => 'Report',
|
|
'archive' => 'Archive',
|
|
'archive' => 'Archive',
|
|
'unarchive' => 'Unarchive',
|
|
'unarchive' => 'Unarchive',
|
|
@@ -176,6 +176,10 @@ return [
|
|
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
|
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
|
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
|
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
|
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
|
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
|
|
|
+ 'pin' => "Pin",
|
|
|
|
+ 'unpin' => "Unpin",
|
|
|
|
+ 'pinPostConfirm' => 'Are you sure you want to pin this post?',
|
|
|
|
+ 'unpinPostConfirm' => 'Are you sure you want to unpin this post?'
|
|
],
|
|
],
|
|
|
|
|
|
'story' => [
|
|
'story' => [
|