2026-01-21 23:58:08 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'title' => 'Posts',
|
2026-03-31 00:18:07 +00:00
|
|
|
'search' => 'Search posts...',
|
2026-01-21 23:58:08 +00:00
|
|
|
'all_posts' => 'All Posts',
|
|
|
|
|
'new_post' => 'New Post',
|
|
|
|
|
'no_posts' => 'No posts found',
|
|
|
|
|
'start_creating' => 'Start by creating your first post.',
|
|
|
|
|
'manage_posts' => 'Manage all your posts',
|
|
|
|
|
'delete_confirm' => 'Are you sure you want to delete this post?',
|
|
|
|
|
'by' => 'by',
|
|
|
|
|
|
2026-01-22 00:33:31 +00:00
|
|
|
'actions' => [
|
|
|
|
|
'view' => 'View post',
|
|
|
|
|
'delete' => 'Delete post',
|
|
|
|
|
],
|
|
|
|
|
|
2026-01-22 00:46:27 +00:00
|
|
|
'form' => [
|
|
|
|
|
'post_type' => 'Post Type',
|
2026-01-22 00:49:45 +00:00
|
|
|
'board' => 'Board',
|
|
|
|
|
'select_board' => 'Select a board',
|
|
|
|
|
'search_board' => 'Search board...',
|
|
|
|
|
'no_board_found' => 'No board found',
|
|
|
|
|
'media' => 'Media',
|
|
|
|
|
'min' => 'Min',
|
|
|
|
|
'uploading' => 'Uploading...',
|
|
|
|
|
'drop_to_upload' => 'Drop to upload',
|
|
|
|
|
'drag_and_drop' => 'Drag & drop or click to upload',
|
|
|
|
|
'photos_and_videos' => 'Photos and videos',
|
|
|
|
|
'photos_only' => 'Photos only',
|
|
|
|
|
'videos_only' => 'Videos only',
|
|
|
|
|
'drag_to_reorder' => 'Drag to reorder',
|
|
|
|
|
'caption' => 'Caption',
|
|
|
|
|
'write_caption' => 'Write your caption...',
|
2026-04-02 20:57:06 +00:00
|
|
|
'tiktok' => [
|
|
|
|
|
'settings' => 'TikTok Settings',
|
|
|
|
|
'privacy_level' => 'Who can see this video?',
|
|
|
|
|
'privacy' => [
|
|
|
|
|
'public' => 'Public to everyone',
|
|
|
|
|
'friends' => 'Mutual follow friends',
|
|
|
|
|
'followers' => 'Followers',
|
|
|
|
|
'private' => 'Only me',
|
|
|
|
|
],
|
|
|
|
|
'privacy_hint' => 'The available options depend on your TikTok account settings.',
|
|
|
|
|
'auto_add_music' => 'Auto add music',
|
|
|
|
|
'auto_add_music_hint' => 'This feature is available only for photos. It will add a default music that you can change later.',
|
|
|
|
|
'yes' => 'Yes',
|
|
|
|
|
'no' => 'No',
|
|
|
|
|
'allow_users' => 'Allow users to:',
|
|
|
|
|
'comments' => 'Comment',
|
|
|
|
|
'duet' => 'Duet',
|
|
|
|
|
'stitch' => 'Stitch',
|
|
|
|
|
'is_aigc' => 'Video made with AI',
|
|
|
|
|
'brand_content' => 'Disclose paid partnership',
|
|
|
|
|
'brand_content_hint' => 'This video promotes a third-party business, brand, or product.',
|
|
|
|
|
'brand_organic' => 'Disclose your own brand',
|
|
|
|
|
'brand_organic_hint' => 'This video promotes your own business, brand, or product.',
|
|
|
|
|
],
|
2026-01-22 00:46:27 +00:00
|
|
|
],
|
|
|
|
|
|
2026-01-21 23:58:08 +00:00
|
|
|
'status' => [
|
2026-03-30 19:55:14 +00:00
|
|
|
'pending' => 'Pending',
|
2026-01-21 23:58:08 +00:00
|
|
|
'draft' => 'Draft',
|
|
|
|
|
'scheduled' => 'Scheduled',
|
|
|
|
|
'publishing' => 'Publishing',
|
|
|
|
|
'published' => 'Published',
|
|
|
|
|
'partially_published' => 'Partially Published',
|
|
|
|
|
'failed' => 'Failed',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'descriptions' => [
|
|
|
|
|
'draft' => 'Posts waiting to be scheduled',
|
|
|
|
|
'scheduled' => 'Posts scheduled for publishing',
|
|
|
|
|
'published' => 'Posts already published',
|
|
|
|
|
],
|
2026-01-22 00:33:31 +00:00
|
|
|
|
|
|
|
|
'edit' => [
|
|
|
|
|
'title' => 'Edit Post',
|
|
|
|
|
'view_title' => 'View Post',
|
2026-01-26 18:18:35 +00:00
|
|
|
'labels' => 'Labels',
|
2026-04-15 23:11:36 +00:00
|
|
|
'no_labels' => 'No labels created yet',
|
2026-01-22 00:33:31 +00:00
|
|
|
'schedule' => 'Schedule',
|
2026-04-15 23:11:36 +00:00
|
|
|
'pick_time' => 'Pick time',
|
|
|
|
|
'post_now' => 'Post now',
|
2026-01-26 19:16:34 +00:00
|
|
|
'delete' => 'Delete',
|
|
|
|
|
'schedule_for' => 'Schedule for',
|
2026-04-15 23:11:36 +00:00
|
|
|
'schedule_date' => 'Schedule date',
|
2026-01-22 00:33:31 +00:00
|
|
|
'saving' => 'Saving...',
|
|
|
|
|
'saved' => 'Saved',
|
|
|
|
|
'media' => 'Media',
|
|
|
|
|
'caption' => 'Caption',
|
2026-04-15 23:11:36 +00:00
|
|
|
'caption_placeholder' => 'Write your caption...',
|
|
|
|
|
'drag_drop' => 'Drag & drop or click to upload',
|
|
|
|
|
'publish_to' => 'Publish to',
|
|
|
|
|
'organize' => 'Organize',
|
|
|
|
|
'hashtags' => 'Hashtags',
|
|
|
|
|
'view_on_platform' => 'View on platform',
|
|
|
|
|
'platform_status' => 'Platform status',
|
|
|
|
|
|
|
|
|
|
'tabs' => [
|
|
|
|
|
'preview' => 'Preview',
|
|
|
|
|
'schedule' => 'Schedule',
|
|
|
|
|
'comments' => 'Comments',
|
|
|
|
|
'comments_empty' => 'No comments yet.',
|
|
|
|
|
'writing_assistant' => 'AI Assistant',
|
|
|
|
|
'writing_assistant_empty' => 'AI writing assistant coming soon.',
|
|
|
|
|
],
|
2026-01-22 00:33:31 +00:00
|
|
|
|
2026-04-15 23:11:36 +00:00
|
|
|
'status' => [
|
|
|
|
|
'published' => 'Published',
|
|
|
|
|
'publishing' => 'Publishing...',
|
|
|
|
|
'failed' => 'Failed',
|
2026-01-22 00:33:31 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'delete_modal' => [
|
|
|
|
|
'title' => 'Delete Post',
|
|
|
|
|
'description' => 'Are you sure you want to delete this post? This action cannot be undone.',
|
|
|
|
|
'action' => 'Delete',
|
|
|
|
|
'cancel' => 'Cancel',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'sync_enable' => [
|
2026-01-22 00:46:27 +00:00
|
|
|
'title' => 'Enable sync?',
|
|
|
|
|
'description' => 'All platforms will share the same content. Any custom edits made to individual platforms will be replaced with the current content.',
|
2026-01-22 00:33:31 +00:00
|
|
|
'cancel' => 'Cancel',
|
2026-01-22 00:46:27 +00:00
|
|
|
'action' => 'Enable sync',
|
2026-01-22 00:33:31 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'sync_disable' => [
|
|
|
|
|
'title' => 'Disable sync?',
|
|
|
|
|
'description' => 'Each platform will keep its current content, but future edits will only apply to the platform you\'re editing.',
|
|
|
|
|
'customize_note' => 'You\'ll be able to customize the content for each platform individually.',
|
|
|
|
|
'cancel' => 'Cancel',
|
|
|
|
|
'action' => 'Disable sync',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'platforms_dialog' => [
|
|
|
|
|
'title' => 'Select Platforms',
|
|
|
|
|
'description' => 'Choose which platforms to publish this post to.',
|
|
|
|
|
],
|
|
|
|
|
|
2026-01-26 18:18:35 +00:00
|
|
|
'hashtags_modal' => [
|
|
|
|
|
'search' => 'Search hashtags...',
|
|
|
|
|
'no_results' => 'No hashtags found.',
|
|
|
|
|
],
|
|
|
|
|
|
2026-01-22 00:33:31 +00:00
|
|
|
'validation' => [
|
|
|
|
|
'select_board' => 'Select a board',
|
|
|
|
|
'images_not_supported' => 'Images not supported',
|
|
|
|
|
'videos_not_supported' => 'Videos not supported',
|
|
|
|
|
'max_images' => 'Max :count images',
|
|
|
|
|
'requires_media' => 'Requires media',
|
2026-04-01 18:12:56 +00:00
|
|
|
'requires_content' => 'Text content is required',
|
2026-01-22 00:33:31 +00:00
|
|
|
'exceeded' => ':count exceeded',
|
|
|
|
|
'does_not_support_images' => ':platform does not support images',
|
|
|
|
|
'supports_up_to_images' => ':platform supports up to :count images',
|
|
|
|
|
'does_not_support_videos' => ':platform does not support videos',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'content_types' => [
|
|
|
|
|
'instagram_feed' => [
|
|
|
|
|
'label' => 'Feed Post',
|
|
|
|
|
'description' => 'Appears in your feed and profile',
|
|
|
|
|
],
|
|
|
|
|
'instagram_reel' => [
|
|
|
|
|
'label' => 'Reel',
|
|
|
|
|
'description' => 'Short video up to 90 seconds',
|
|
|
|
|
],
|
|
|
|
|
'instagram_story' => [
|
|
|
|
|
'label' => 'Story',
|
|
|
|
|
'description' => 'Disappears after 24 hours',
|
|
|
|
|
],
|
|
|
|
|
'linkedin_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Standard post with text and media',
|
|
|
|
|
],
|
|
|
|
|
'linkedin_carousel' => [
|
|
|
|
|
'label' => 'Carousel',
|
|
|
|
|
'description' => 'Swipeable images',
|
|
|
|
|
],
|
|
|
|
|
'linkedin_page_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Standard post with text and media',
|
|
|
|
|
],
|
|
|
|
|
'linkedin_page_carousel' => [
|
|
|
|
|
'label' => 'Carousel',
|
|
|
|
|
'description' => 'Swipeable images',
|
|
|
|
|
],
|
|
|
|
|
'facebook_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Standard post on your page',
|
|
|
|
|
],
|
|
|
|
|
'facebook_reel' => [
|
|
|
|
|
'label' => 'Reel',
|
|
|
|
|
'description' => 'Short video up to 90 seconds',
|
|
|
|
|
],
|
|
|
|
|
'facebook_story' => [
|
|
|
|
|
'label' => 'Story',
|
|
|
|
|
'description' => 'Disappears after 24 hours',
|
|
|
|
|
],
|
|
|
|
|
'tiktok_video' => [
|
|
|
|
|
'label' => 'Video',
|
|
|
|
|
'description' => 'Short-form video content',
|
|
|
|
|
],
|
|
|
|
|
'youtube_short' => [
|
|
|
|
|
'label' => 'Short',
|
|
|
|
|
'description' => 'Vertical video up to 60 seconds',
|
|
|
|
|
],
|
|
|
|
|
'x_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Tweet with text and media',
|
|
|
|
|
],
|
|
|
|
|
'threads_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Text post with optional media',
|
|
|
|
|
],
|
|
|
|
|
'pinterest_pin' => [
|
|
|
|
|
'label' => 'Pin',
|
|
|
|
|
'description' => 'Image pin with link',
|
|
|
|
|
],
|
|
|
|
|
'pinterest_video_pin' => [
|
|
|
|
|
'label' => 'Video Pin',
|
|
|
|
|
'description' => 'Video content',
|
|
|
|
|
],
|
|
|
|
|
'pinterest_carousel' => [
|
|
|
|
|
'label' => 'Carousel',
|
|
|
|
|
'description' => '2-5 images',
|
|
|
|
|
],
|
|
|
|
|
'bluesky_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Text post with optional images',
|
|
|
|
|
],
|
|
|
|
|
'mastodon_post' => [
|
|
|
|
|
'label' => 'Post',
|
|
|
|
|
'description' => 'Text post with optional media',
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'platforms' => [
|
|
|
|
|
'linkedin' => 'LinkedIn',
|
|
|
|
|
'linkedin-page' => 'LinkedIn Page',
|
|
|
|
|
'x' => 'X',
|
|
|
|
|
'tiktok' => 'TikTok',
|
|
|
|
|
'youtube' => 'YouTube Shorts',
|
|
|
|
|
'facebook' => 'Facebook Page',
|
|
|
|
|
'instagram' => 'Instagram',
|
|
|
|
|
'threads' => 'Threads',
|
|
|
|
|
'pinterest' => 'Pinterest',
|
|
|
|
|
'bluesky' => 'Bluesky',
|
|
|
|
|
'mastodon' => 'Mastodon',
|
|
|
|
|
],
|
2026-01-22 01:08:18 +00:00
|
|
|
|
|
|
|
|
'flash' => [
|
|
|
|
|
'scheduled' => 'Post scheduled successfully!',
|
|
|
|
|
'publishing' => 'Post is being published!',
|
|
|
|
|
'deleted' => 'Post deleted successfully!',
|
|
|
|
|
'cannot_edit_published' => 'Published posts cannot be edited.',
|
|
|
|
|
'connect_first' => 'Connect at least one social network before creating a post.',
|
|
|
|
|
],
|
2026-01-26 13:54:29 +00:00
|
|
|
|
|
|
|
|
'errors' => [
|
|
|
|
|
'account_disconnected' => 'Social account is disconnected',
|
2026-03-31 00:18:07 +00:00
|
|
|
'account_inactive' => 'Social account is deactivated',
|
2026-01-26 13:54:29 +00:00
|
|
|
],
|
2026-01-21 23:58:08 +00:00
|
|
|
];
|