/
home
/
u263141819
/
domains
/
qubixledger.com
/
public_html
/
wp-content
/
plugins
/
auto-alt-text
/
languages
/
Upload FileeE
HOME
# Copyright (C) 2025 Valerio Monti # This file is distributed under the GPL v3. msgid "" msgstr "" "Project-Id-Version: Auto Alt Text 2.5.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/auto-alt-text\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2025-09-20T21:44:56+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: auto-alt-text\n" #. Plugin Name of the plugin #: auto-alt-text.php #: src/App/Admin/PluginOptions.php:69 msgid "Auto Alt Text" msgstr "" #. Description of the plugin #: auto-alt-text.php msgid "This plugin allows you to automatically generate an Alt Text for images uploaded into the media library via AI.." msgstr "" #. Author of the plugin #: auto-alt-text.php msgid "Valerio Monti" msgstr "" #. Author URI of the plugin #: auto-alt-text.php msgid "https://www.vmweb.it" msgstr "" #: src/App/Admin/MediaLibrary.php:70 #: src/App/Admin/MediaLibrary.php:104 #: src/App/Setup.php:65 msgid "Generate Alt Text" msgstr "" #: src/App/Admin/PluginOptions.php:71 msgid "There was a problem with the encryption of your API Key for alt text generation. Please re-enter the key and save." msgstr "" #: src/App/Admin/PluginOptions.php:78 msgid "Go to settings page" msgstr "" #. translators: “Optional” label #: src/App/Admin/PluginOptions.php:113 msgid "%s: you can add two lines to your wp-config.php to make your API key more resilient if WordPress salts ever change." msgstr "" #: src/App/Admin/PluginOptions.php:114 msgid "Optional" msgstr "" #: src/App/Admin/PluginOptions.php:123 msgid "Just paste them before the line “/* That's all, stop editing! Happy publishing. */” in wp-config.php." msgstr "" #: src/App/Admin/PluginOptions.php:129 msgid "If you don't have the ability to edit the wp-config.php, don't worry because the plugin will still work without this change. If your site's salting keys change in the future, you will simply need to resave your API Key in the options below." msgstr "" #: src/App/Admin/PluginOptions.php:208 msgid "Auto Alt Text Error Log" msgstr "" #: src/App/Admin/PluginOptions.php:211 msgid "If the alt text of your images was not generated correctly, you can find the reason in this log." msgstr "" #: src/App/Admin/PluginOptions.php:213 msgid "Each line corresponds to an error generated by a call to the Azure or OpenAI API after uploading an image." msgstr "" #: src/App/Admin/PluginOptions.php:220 msgid "There is no error log yet!" msgstr "" #: src/App/Admin/PluginOptions.php:237 msgid "Auto Alt Text Options" msgstr "" #: src/App/Admin/PluginOptions.php:241 msgid "This plugin allows you to automatically generate Alt Text for the images that are uploaded to the site's media library." msgstr "" #: src/App/Admin/PluginOptions.php:243 msgid "The following methods are available to generate the alt text:" msgstr "" #: src/App/Admin/PluginOptions.php:247 #: src/App/Admin/PluginOptions.php:280 msgid "OpenAI's APIs" msgstr "" #: src/App/Admin/PluginOptions.php:247 msgid "the image will be analyzed by the AI services provided by OpenAI and an alt text will be generated based on the prompt you set;" msgstr "" #: src/App/Admin/PluginOptions.php:250 #: src/App/Admin/PluginOptions.php:282 msgid "Azure's APIs" msgstr "" #: src/App/Admin/PluginOptions.php:250 msgid "the image will be analyzed by the AI services provided by Azure and an alt text will be generated in the language of your choice;" msgstr "" #: src/App/Admin/PluginOptions.php:253 #: src/App/Admin/PluginOptions.php:283 msgid "Title of the article (not AI)" msgstr "" #: src/App/Admin/PluginOptions.php:253 msgid "if the image is uploaded within an article, the title of the article will be used as alt text;" msgstr "" #: src/App/Admin/PluginOptions.php:256 #: src/App/Admin/PluginOptions.php:284 msgid "Title of the attachment (not AI)" msgstr "" #: src/App/Admin/PluginOptions.php:256 msgid "the title of the attachment will be copied into the alt text;" msgstr "" #: src/App/Admin/PluginOptions.php:259 msgid "Once all the necessary data for the chosen generation method has been entered, the alt texts will be created automatically upon uploading each image." msgstr "" #: src/App/Admin/PluginOptions.php:260 msgid "For images already in the media library, you can create bulk alt texts. Open the Media Library in the \"list\" view, select the images for which to generate the alt text, and choose the \"Generate alt text\" bulk action. (Depending on the number of images chosen and their weight, this may take some time.)" msgstr "" #: src/App/Admin/PluginOptions.php:262 msgid "Pay attention please:" msgstr "" #: src/App/Admin/PluginOptions.php:262 msgid "if the alt text for an image is not generated, check the logs on the" msgstr "" #: src/App/Admin/PluginOptions.php:263 msgid "designated page." msgstr "" #: src/App/Admin/PluginOptions.php:271 msgid "Generation method" msgstr "" #: src/App/Admin/PluginOptions.php:272 msgid "Which method do you want to use to generate the alt text for the images?" msgstr "" #: src/App/Admin/PluginOptions.php:279 msgid "Deactivated" msgstr "" #: src/App/Admin/PluginOptions.php:281 msgid "Antrhopic's APIs" msgstr "" #: src/App/Admin/PluginOptions.php:289 #: src/App/Admin/PluginOptions.php:306 msgid "Notice" msgstr "" #: src/App/Admin/PluginOptions.php:290 msgid "If you try to insert an image into a post that has not yet been saved as a draft or published, the plugin cannot generate an alt text based on the post's title since the title itself has not yet been saved." msgstr "" #: src/App/Admin/PluginOptions.php:291 msgid "Therefore, the alt text \"Auto draft\" will be inserted. To avoid this behavior, save the article draft first and then upload the image." msgstr "" #: src/App/Admin/PluginOptions.php:297 #: src/App/Admin/PluginOptions.php:416 msgid "Model" msgstr "" #: src/App/Admin/PluginOptions.php:307 msgid "Rarely it may happen that the chosen model fails to generate correct alt text for the image." msgstr "" #: src/App/Admin/PluginOptions.php:308 msgid "In these cases, the call to the api will be re-performed using the gpt-4o-mini model as fallback." msgstr "" #: src/App/Admin/PluginOptions.php:309 msgid "In case of errors, it is still possible to find the specific reason stated on the" msgstr "" #: src/App/Admin/PluginOptions.php:309 msgid "error log page" msgstr "" #: src/App/Admin/PluginOptions.php:313 msgid "OpenAI API Key" msgstr "" #: src/App/Admin/PluginOptions.php:314 #: src/App/Admin/PluginOptions.php:408 msgid "Enter your API Key" msgstr "" #: src/App/Admin/PluginOptions.php:320 #: src/App/Admin/PluginOptions.php:426 msgid "Prompt" msgstr "" #: src/App/Admin/PluginOptions.php:321 #: src/App/Admin/PluginOptions.php:427 msgid "Enter a specific and detailed prompt according to your needs." msgstr "" #: src/App/Admin/PluginOptions.php:322 msgid "Act like an SEO expert and write an alt text of up to 125 characters for this image." msgstr "" #: src/App/Admin/PluginOptions.php:327 msgid "Fill out the following fields to leverage Azure's computer vision services to generate the Alt texts." msgstr "" #: src/App/Admin/PluginOptions.php:330 msgid "Azure Computer Vision API Key" msgstr "" #: src/App/Admin/PluginOptions.php:331 msgid "Enter the API key for the Computer Vision service of your Azure account." msgstr "" #: src/App/Admin/PluginOptions.php:337 msgid "Azure Computer Vision Endpoint" msgstr "" #: src/App/Admin/PluginOptions.php:338 msgid "Enter the endpoint of the Computer Vision service." msgstr "" #: src/App/Admin/PluginOptions.php:344 msgid "The default alt text language is English." msgstr "" #: src/App/Admin/PluginOptions.php:345 msgid "If you want to translate into another language, enter the following data necessary for the translation API to work." msgstr "" #: src/App/Admin/PluginOptions.php:346 msgid "After saving the changes you can select the desired language." msgstr "" #: src/App/Admin/PluginOptions.php:350 msgid "Azure Translate Instance API Key" msgstr "" #: src/App/Admin/PluginOptions.php:351 msgid "Enter your API key for the Azure Translate Instance service." msgstr "" #: src/App/Admin/PluginOptions.php:357 msgid "Azure Translate Instance Endpoint" msgstr "" #: src/App/Admin/PluginOptions.php:358 msgid "Enter the endpoint of the Translate Instance service" msgstr "" #: src/App/Admin/PluginOptions.php:364 msgid "Azure Translate Instance Region" msgstr "" #: src/App/Admin/PluginOptions.php:365 msgid "Enter the region of the Azure Translate Instance service." msgstr "" #: src/App/Admin/PluginOptions.php:372 msgid "Alt Text Language" msgstr "" #: src/App/Admin/PluginOptions.php:373 msgid "Select the language in which the alt text should be written." msgstr "" #: src/App/Admin/PluginOptions.php:407 msgid "Antrhopic API Key" msgstr "" #: src/App/Admin/PluginOptions.php:428 msgid "Act like an SEO expert and write an alt text of up to 125 characters for this image. Return only the complete alt text." msgstr "" #: src/App/Admin/PluginOptions.php:434 msgid "Keep existing alt text" msgstr "" #: src/App/Admin/PluginOptions.php:435 msgid "If checked, the existing alt text of images will not be overwritten." msgstr "" #: src/App/AIProviders/Azure/AzureTranslator.php:115 msgid "No language retrieved: maybe the translation endpoint is wrong. Please check it out and try again." msgstr "" #: src/App/Setup.php:116 msgid "Take a look at the" msgstr "" #: src/App/Setup.php:116 msgid "error log" msgstr "" #: src/App/Setup.php:119 msgid "No Alt Text has been set." msgstr "" #: src/App/Setup.php:125 msgid "The Alt Text has been set for %s media." msgstr "" #. translators: 1 = updated count, 2 = selected count, 3 = disclaimer HTML #: src/App/Setup.php:137 msgid "The Alt Text has been set for %1$s of %2$s media. %3$s" msgstr "" #: src/App/Setup.php:173 msgid "Settings" msgstr ""