trypost/lang/en/assistant.php

17 lines
851 B
PHP

<?php
return [
'placeholder' => 'Ask me to write a caption, generate an image or video...',
'thinking' => 'Thinking...',
'add_to_post' => 'Add to post',
'added' => 'Added',
'error' => 'Something went wrong. Please try again.',
'retry' => 'Try again',
'image_generated' => 'Here is the generated image:',
'video_generated' => 'Here is the generated video:',
'audio_generated' => 'Here is the generated audio:',
'empty' => 'Ask me anything. I can write captions, generate images, and produce videos.',
'limit_reached_images' => 'You have reached your monthly image generation limit.',
'limit_reached_videos' => 'You have reached your monthly video generation limit.',
'content_blocked' => "I can't help with that type of content. I'm here to help you create safe, engaging social media content.",
];