v1.2.0
This commit is contained in:
parent
02cd01e862
commit
1ccc13da01
14 changed files with 845 additions and 197 deletions
|
|
@ -1,6 +1,6 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: AI Translator (by ROBOTSTXT) 1.1.0\n"
|
||||
"Project-Id-Version: AI Translator (by ROBOTSTXT) 1.2.0\n"
|
||||
"Report-Msgid-Bugs-To: https://git.robotstxt.es/ROBOTSTXT/robotstxt-ai-translator\n"
|
||||
"Last-Translator: ROBOTSTXT <hello@robotstxt.es>\n"
|
||||
"Language-Team: Spanish (Spain)\n"
|
||||
|
|
@ -407,3 +407,26 @@ msgstr "AI Translator (by ROBOTSTXT) requiere un proveedor de IA configurado par
|
|||
#: robotstxt-ai-translator.php:145
|
||||
msgid "Settings → AI"
|
||||
msgstr "Ajustes → IA"
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "Request timeout"
|
||||
msgstr "Tiempo máximo de respuesta"
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "seconds"
|
||||
msgstr "segundos"
|
||||
|
||||
#. translators: %d: PHP max_execution_time in seconds.
|
||||
#: includes/class-ai-translator-admin.php
|
||||
#, php-format
|
||||
msgid "Maximum time the server waits for an AI response. PHP max_execution_time is %d s — values above this have no effect."
|
||||
msgstr "Tiempo máximo que el servidor espera una respuesta de la IA. El max_execution_time de PHP es de %d s — los valores superiores no tienen efecto."
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "Maximum time the server waits for an AI response. PHP max_execution_time is unlimited."
|
||||
msgstr "Tiempo máximo que el servidor espera una respuesta de la IA. El max_execution_time de PHP es ilimitado."
|
||||
|
||||
#. translators: 1: number of chunks translated so far, 2: total number of chunks.
|
||||
#: includes/class-ai-translator-editor-ui.php
|
||||
msgid "Translating… ({done}/{total})"
|
||||
msgstr "Traduciendo… ({done}/{total})"
|
||||
|
|
|
|||
Loading…
Reference in a new issue