-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathplugin.lang.php
More file actions
26 lines (26 loc) · 1.45 KB
/
plugin.lang.php
File metadata and controls
26 lines (26 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$lang['Tag Recognition'] = "Tag Recognition";
$lang['Use this API'] = "Use this API";
$lang['Generate tags'] = "Generate tags";
$lang['Generate tags for this image'] = "Generate tags for this image";
$lang['Maximum number'] = "Maximum number";
$lang['Language code'] = "Language code";
$lang['With %s API'] = "With %s's API";
$lang['There is an error with the API'] = "There is an error with the API";
$lang['Proposed tags'] = "Proposed tags";
$lang['Click on tags to select them'] = "Click on tags to select them";
$lang['Apply tags'] = "Apply tags";
$lang['Fetching the API...'] = "Fetching the API...";
$lang['Tags successfully added'] = "Tags successfully added";
$lang['Applies auto-generated tags to images'] = "Applies auto-generated tags to images";
$lang['Maximum number of tags'] = "Maximum number of tags";
$lang['You haven\'t enough request left this month for this action'] = 'You haven\'t enough request left this month for this action';
$lang['Tag successfully generated and added'] = "Tag successfully generated and added";
$lang['Loading... %d1/%d2 processed photos'] = 'Loading... %d1/%d2 processed photos';
$lang['API Base URL'] = 'API Base URL';
$lang['API Key (optional)'] = 'API Key (optional)';
$lang['Model Name'] = 'Model Name';
$lang['Max Tokens'] = 'Max Tokens';
$lang['Custom Prompt (optional)'] = 'Custom Prompt (optional)';
$lang['Write description as photo comment'] = 'Write description as photo comment';
$lang['Save Settings'] = 'Save Settings';