| 1 |
<?php |
| 2 |
return apply_filters( |
| 3 |
'lp-open-ai-modal-config', |
| 4 |
[ |
| 5 |
'language' => [ |
| 6 |
'US English' => esc_html__( 'US English', 'learnpress' ), |
| 7 |
'UK English' => esc_html__( 'UK English', 'learnpress' ), |
| 8 |
'Arabic' => esc_html__( 'Arabic', 'learnpress' ), |
| 9 |
'Bulgarian' => esc_html__( 'Bulgarian', 'learnpress' ), |
| 10 |
'Chinese' => esc_html__( 'Chinese', 'learnpress' ), |
| 11 |
'Czech' => esc_html__( 'Czech', 'learnpress' ), |
| 12 |
'Danish' => esc_html__( 'Danish', 'learnpress' ), |
| 13 |
'Dutch' => esc_html__( 'Dutch', 'learnpress' ), |
| 14 |
'Estonian' => esc_html__( 'Estonian', 'learnpress' ), |
| 15 |
'Finnish' => esc_html__( 'Finnish', 'learnpress' ), |
| 16 |
'French' => esc_html__( 'French', 'learnpress' ), |
| 17 |
'German' => esc_html__( 'German', 'learnpress' ), |
| 18 |
'Greek' => esc_html__( 'Greek', 'learnpress' ), |
| 19 |
'Hebrew' => esc_html__( 'Hebrew', 'learnpress' ), |
| 20 |
'Hungarian' => esc_html__( 'Hungarian', 'learnpress' ), |
| 21 |
'Indonesian' => esc_html__( 'Indonesian', 'learnpress' ), |
| 22 |
'Italian' => esc_html__( 'Italian', 'learnpress' ), |
| 23 |
'Japanese' => esc_html__( 'Japanese', 'learnpress' ), |
| 24 |
'Korean' => esc_html__( 'Korean', 'learnpress' ), |
| 25 |
'Latvian' => esc_html__( 'Latvian', 'learnpress' ), |
| 26 |
'Lithuanian' => esc_html__( 'Lithuanian', 'learnpress' ), |
| 27 |
'Norwegian' => esc_html__( 'Norwegian', 'learnpress' ), |
| 28 |
'Polish' => esc_html__( 'Polish', 'learnpress' ), |
| 29 |
'Portuguese' => esc_html__( 'Portuguese', 'learnpress' ), |
| 30 |
'Romanian' => esc_html__( 'Romanian', 'learnpress' ), |
| 31 |
'Russian' => esc_html__( 'Russian', 'learnpress' ), |
| 32 |
'Slovak' => esc_html__( 'Slovak', 'learnpress' ), |
| 33 |
'Slovenian' => esc_html__( 'Slovenian', 'learnpress' ), |
| 34 |
'Spanish' => esc_html__( 'Spanish', 'learnpress' ), |
| 35 |
'Swedish' => esc_html__( 'Swedish', 'learnpress' ), |
| 36 |
'Turkish' => esc_html__( 'Turkish', 'learnpress' ), |
| 37 |
'Vietnamese' => esc_html__( 'Vietnamese', 'learnpress' ), |
| 38 |
], |
| 39 |
'audience' => [ |
| 40 |
'Activists' => esc_html__( 'Activists', 'learnpress' ), |
| 41 |
'Artists' => esc_html__( 'Artists', 'learnpress' ), |
| 42 |
'Authors' => esc_html__( 'Authors', 'learnpress' ), |
| 43 |
'Bargain Hunters' => esc_html__( 'Bargain Hunters', 'learnpress' ), |
| 44 |
'Bloggers' => esc_html__( 'Bloggers', 'learnpress' ), |
| 45 |
'Business Owners' => esc_html__( 'Business Owners', 'learnpress' ), |
| 46 |
'Collectors' => esc_html__( 'Collectors', 'learnpress' ), |
| 47 |
'Cooks' => esc_html__( 'Cooks', 'learnpress' ), |
| 48 |
'Crafters' => esc_html__( 'Crafters', 'learnpress' ), |
| 49 |
'Dancers' => esc_html__( 'Dancers', 'learnpress' ), |
| 50 |
'DIYers' => esc_html__( 'DIYers', 'learnpress' ), |
| 51 |
'Designers' => esc_html__( 'Designers', 'learnpress' ), |
| 52 |
'Educators' => esc_html__( 'Educators', 'learnpress' ), |
| 53 |
'Engineers' => esc_html__( 'Engineers', 'learnpress' ), |
| 54 |
'Entrepreneurs' => esc_html__( 'Entrepreneurs', 'learnpress' ), |
| 55 |
'Environmentalists' => esc_html__( 'Environmentalists', 'learnpress' ), |
| 56 |
'Fashionistas' => esc_html__( 'Fashionistas', 'learnpress' ), |
| 57 |
'Fitness Enthusiasts' => esc_html__( 'Fitness Enthusiasts', 'learnpress' ), |
| 58 |
'Foodies' => esc_html__( 'Foodies', 'learnpress' ), |
| 59 |
'Gaming Enthusiasts' => esc_html__( 'Gaming Enthusiasts', 'learnpress' ), |
| 60 |
'Gardeners' => esc_html__( 'Gardeners', 'learnpress' ), |
| 61 |
'General Audience' => esc_html__( 'General Audience', 'learnpress' ), |
| 62 |
'Health Enthusiasts' => esc_html__( 'Health Enthusiasts', 'learnpress' ), |
| 63 |
'Healthcare Professionals' => esc_html__( 'Healthcare Professionals', 'learnpress' ), |
| 64 |
'Indoor Hobbyists' => esc_html__( 'Indoor Hobbyists', 'learnpress' ), |
| 65 |
'Investors' => esc_html__( 'Investors', 'learnpress' ), |
| 66 |
'Job Seekers' => esc_html__( 'Job Seekers', 'learnpress' ), |
| 67 |
'Movie Buffs' => esc_html__( 'Movie Buffs', 'learnpress' ), |
| 68 |
'Musicians' => esc_html__( 'Musicians', 'learnpress' ), |
| 69 |
'Outdoor Enthusiasts' => esc_html__( 'Outdoor Enthusiasts', 'learnpress' ), |
| 70 |
'Parents' => esc_html__( 'Parents', 'learnpress' ), |
| 71 |
'Pet Owners' => esc_html__( 'Pet Owners', 'learnpress' ), |
| 72 |
'Photographers' => esc_html__( 'Photographers', 'learnpress' ), |
| 73 |
'Podcast Listeners' => esc_html__( 'Podcast Listeners', 'learnpress' ), |
| 74 |
'Professionals' => esc_html__( 'Professionals', 'learnpress' ), |
| 75 |
'Retirees' => esc_html__( 'Retirees', 'learnpress' ), |
| 76 |
'Russian' => esc_html__( 'Russian', 'learnpress' ), |
| 77 |
'Seniors' => esc_html__( 'Seniors', 'learnpress' ), |
| 78 |
'Social Media Users' => esc_html__( 'Social Media Users', 'learnpress' ), |
| 79 |
'Sports Fans' => esc_html__( 'Sports Fans', 'learnpress' ), |
| 80 |
'Students' => esc_html__( 'Students', 'learnpress' ), |
| 81 |
'Tech Enthusiasts' => esc_html__( 'Tech Enthusiasts', 'learnpress' ), |
| 82 |
'Travelers' => esc_html__( 'Travelers', 'learnpress' ), |
| 83 |
'TV Enthusiasts' => esc_html__( 'TV Enthusiasts', 'learnpress' ), |
| 84 |
'Video Creators' => esc_html__( 'Video Creators', 'learnpress' ), |
| 85 |
'Writers' => esc_html__( 'Writers', 'learnpress' ), |
| 86 |
], |
| 87 |
'tone' => [ |
| 88 |
'Analytical' => esc_html__( 'Analytical', 'learnpress' ), |
| 89 |
'Argumentative' => esc_html__( 'Argumentative', 'learnpress' ), |
| 90 |
'Casual' => esc_html__( 'Casual', 'learnpress' ), |
| 91 |
'Conversational' => esc_html__( 'Conversational', 'learnpress' ), |
| 92 |
'Creative' => esc_html__( 'Creative', 'learnpress' ), |
| 93 |
'Descriptive' => esc_html__( 'Descriptive', 'learnpress' ), |
| 94 |
'Emotional' => esc_html__( 'Emotional', 'learnpress' ), |
| 95 |
'Empathetic' => esc_html__( 'Empathetic', 'learnpress' ), |
| 96 |
'Expository' => esc_html__( 'Expository', 'learnpress' ), |
| 97 |
'Factual' => esc_html__( 'Factual', 'learnpress' ), |
| 98 |
'Formal' => esc_html__( 'Formal', 'learnpress' ), |
| 99 |
'Friendly' => esc_html__( 'Friendly', 'learnpress' ), |
| 100 |
'Humorous' => esc_html__( 'Humorous', 'learnpress' ), |
| 101 |
'Informal' => esc_html__( 'Informal', 'learnpress' ), |
| 102 |
'Journalese' => esc_html__( 'Journalese', 'learnpress' ), |
| 103 |
'Narrative' => esc_html__( 'Narrative', 'learnpress' ), |
| 104 |
'Objective' => esc_html__( 'Objective', 'learnpress' ), |
| 105 |
'Opinionated' => esc_html__( 'Opinionated', 'learnpress' ), |
| 106 |
'Persuasive' => esc_html__( 'Persuasive', 'learnpress' ), |
| 107 |
'Poetic' => esc_html__( 'Poetic', 'learnpress' ), |
| 108 |
'Satirical' => esc_html__( 'Satirical', 'learnpress' ), |
| 109 |
'Story-telling' => esc_html__( 'Story-telling', 'learnpress' ), |
| 110 |
'Subjective' => esc_html__( 'Subjective', 'learnpress' ), |
| 111 |
'Technical' => esc_html__( 'Technical', 'learnpress' ), |
| 112 |
], |
| 113 |
'image-size-gpt-image-1' => [ |
| 114 |
'auto' => esc_html__( 'Auto', 'learnpress' ), |
| 115 |
'1024x1024' => esc_html__( '1024x1024', 'learnpress' ), |
| 116 |
'1536x1024' => esc_html__( '1536x1024 (landscape)', 'learnpress' ), |
| 117 |
'1024x1536' => esc_html__( '1024x1536 (portrait)', 'learnpress' ), |
| 118 |
], |
| 119 |
'image-size-dall-e-2' => [ |
| 120 |
'256x256' => esc_html__( '256x256', 'learnpress' ), |
| 121 |
'512x512' => esc_html__( '512x512', 'learnpress' ), |
| 122 |
'1024x1024' => esc_html__( '1024x1024', 'learnpress' ), |
| 123 |
], |
| 124 |
'image-size-dall-e-3' => [ |
| 125 |
'1024x1024' => esc_html__( '1024x1024', 'learnpress' ), |
| 126 |
'1024x1792' => esc_html__( '1024x1792', 'learnpress' ), |
| 127 |
'1792x1024' => esc_html__( '1792x1024', 'learnpress' ), |
| 128 |
], |
| 129 |
'image-quality-gpt-image-1' => [ |
| 130 |
'auto' => esc_html__( 'Auto', 'learnpress' ), |
| 131 |
'high' => esc_html__( 'High', 'learnpress' ), |
| 132 |
'medium' => esc_html__( 'low', 'learnpress' ), |
| 133 |
], |
| 134 |
'image-quality-dall-e-3' => [ |
| 135 |
'auto' => esc_html__( 'Auto', 'learnpress' ), |
| 136 |
'hd' => esc_html__( 'HD', 'learnpress' ), |
| 137 |
'standard' => esc_html__( 'Standard', 'learnpress' ), |
| 138 |
], |
| 139 |
'image-quality' => [ |
| 140 |
'auto' => esc_html__( 'Auto', 'learnpress' ), |
| 141 |
'standard' => esc_html__( 'Standard', 'learnpress' ), |
| 142 |
], |
| 143 |
'image-style' => [ |
| 144 |
'Impressionism' => esc_html__( 'Impressionism', 'learnpress' ), |
| 145 |
'Cubism' => esc_html__( 'Cubism', 'learnpress' ), |
| 146 |
'Surrealism' => esc_html__( 'Surrealism', 'learnpress' ), |
| 147 |
'Abstract' => esc_html__( 'Abstract', 'learnpress' ), |
| 148 |
'Realism' => esc_html__( 'Realism', 'learnpress' ), |
| 149 |
'Expressionism' => esc_html__( 'Expressionism', 'learnpress' ), |
| 150 |
'Baroque' => esc_html__( 'Baroque', 'learnpress' ), |
| 151 |
'Renaissance' => esc_html__( 'Renaissance', 'learnpress' ), |
| 152 |
'Gothic' => esc_html__( 'Gothic', 'learnpress' ), |
| 153 |
'Pop Art' => esc_html__( 'Pop Art', 'learnpress' ), |
| 154 |
'Art Nouveau:' => esc_html__( 'Art Nouveau', 'learnpress' ), |
| 155 |
'Minimalism' => esc_html__( 'Minimalism', 'learnpress' ), |
| 156 |
'Fauvism' => esc_html__( 'Fauvism', 'learnpress' ), |
| 157 |
], |
| 158 |
'reading_level' => [ |
| 159 |
'Introductory' => esc_html__( 'Introductory', 'learnpress' ), |
| 160 |
'Foundational' => esc_html__( 'Foundational', 'learnpress' ), |
| 161 |
'Intermediate' => esc_html__( 'Intermediate', 'learnpress' ), |
| 162 |
'Advanced' => esc_html__( 'Advanced', 'learnpress' ), |
| 163 |
], |
| 164 |
] |
| 165 |
); |
| 166 |
|