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: Catalan\n"
|
||||
|
|
@ -407,3 +407,26 @@ msgstr "AI Translator (by ROBOTSTXT) requereix un proveïdor d'IA configurat per
|
|||
#: robotstxt-ai-translator.php:145
|
||||
msgid "Settings → AI"
|
||||
msgstr "Ajustos → IA"
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "Request timeout"
|
||||
msgstr "Temps màxim de resposta"
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "seconds"
|
||||
msgstr "segons"
|
||||
|
||||
#. 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 "Temps màxim que el servidor espera una resposta de la IA. El max_execution_time de PHP és de %d s — els valors superiors no tenen efecte."
|
||||
|
||||
#: includes/class-ai-translator-admin.php
|
||||
msgid "Maximum time the server waits for an AI response. PHP max_execution_time is unlimited."
|
||||
msgstr "Temps màxim que el servidor espera una resposta de la IA. El max_execution_time de PHP és il·limitat."
|
||||
|
||||
#. 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 "Traduint… ({done}/{total})"
|
||||
|
|
|
|||
Loading…
Reference in a new issue