Changeset 3482580
- Timestamp:
- 03/14/2026 02:57:29 PM (2 weeks ago)
- File:
-
- 1 edited
-
gptranslate/trunk/language/en-GB/gptranslate.ini (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gptranslate/trunk/language/en-GB/gptranslate.ini
r3474041 r3482580 260 260 PLG_GPTRANSLATE_PAGE_EXCLUSIONS="Page exclusions" 261 261 PLG_GPTRANSLATE_PAGE_EXCLUSIONS_DESC="Add URL strings or patterns to completely exclude matching frontend pages from executing the plugin. This works server-side and prevents GPTranslate from running at all on excluded pages. Separate multiple values with commas or write one per line. To exclude the homepage (front page), use 'home' or '/'." 262 PLG_GPTRANSLATE_CRAWLER_CURRENT_STATUS_NOLANG_SELECTOR="No language selector found. Ensure to have published the GPTranslate module and that it is accessible on the website" 262 PLG_GPTRANSLATE_PAGE_INCLUSIONS="Page inclusions" 263 PLG_GPTRANSLATE_PAGE_INCLUSIONS_DESC="Add URL strings or patterns to only include matching frontend pages when executing the plugin. This works server-side and prevents GPTranslate from running at all on non-included pages. Separate multiple values with commas or write one per line. To include the homepage (front page), use 'home' or '/'." 264 PLG_GPTRANSLATE_CRAWLER_CURRENT_STATUS_NOLANG_SELECTOR="No language selector found, ensure that it has been activated and that it is accessible and visible on the website" 263 265 PLG_GPTRANSLATE_CRAWLER_EXPORT_XMLSITEMAP="🌐 Export XML Sitemap" 264 266 PLG_GPTRANSLATE_CRAWLER_SINGLE_URL_OPTION="Crawl only this URL" 267 PLG_GPTRANSLATE_CRAWLER_SITEMAP_URL_LABEL="Sitemap URL:" 268 PLG_GPTRANSLATE_CRAWLER_SITEMAP_COPIED="Copied!" 269 PLG_GPTRANSLATE_SORT_LENGTH_DESC="⇅ Sort: Length (longest first)" 270 PLG_GPTRANSLATE_SORT_LENGTH_ASC="⇅ Sort: Length (shortest first)" 271 PLG_GPTRANSLATE_SORT_ALPHA_ASC="⇅ Sort: A → Z" 272 PLG_GPTRANSLATE_SORT_ALPHA_DESC="⇅ Sort: Z → A" 265 273 266 274 ; Config labels … … 292 300 PLG_GPTRANSLATE_CHATGPT_TRANSLATION_ENGINE_DEEPL_ENGINE="DeepL" 293 301 PLG_GPTRANSLATE_CHATGPT_TRANSLATION_ENGINE_GTRANSLATE_ENGINE="Google AI" 302 PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD="Google AI translation method" 303 PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_DESC="Choose the Google AI translation method. Standard text or advanced HTML handling" 304 PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_STANDARD="Standard" 305 PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_TRANSLATEHTML="Advanced HTML" 294 306 PLG_GPTRANSLATE_CHATGPT_APIKEY="{aiengine} ApiKey" 295 307 PLG_GPTRANSLATE_CHATGPT_APIKEY_DESC="Enter the ApiKey that you have registered in your ChatGPT/DeepSeek/Gemini/Claude/Google Cloud/DeepL account at: https://platform.openai.com/account/api-keys, https://platform.deepseek.com/api_keys or https://aistudio.google.com/apikey or https://console.anthropic.com/settings/keys or https://console.cloud.google.com/apis/credentials or https://www.deepl.com/pro-api" 296 308 PLG_GPTRANSLATE_CHATGPT_APIKEY_HINT="Enter the ApiKey in the format: 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" 309 PLG_GPTRANSLATE_APIKEY_SHOW="Show API Key" 310 PLG_GPTRANSLATE_APIKEY_HIDE="Hide API Key" 297 311 PLG_GPTRANSLATE_TEST_APIKEY="Test API Key" 298 312 PLG_GPTRANSLATE_TEST_APIKEY_TESTING="Testing..." … … 440 454 PLG_GPTRANSLATE_EXCLUDED_LANGUAGES="Excluded languages" 441 455 PLG_GPTRANSLATE_EXCLUDED_LANGUAGES_DESC="Select one or more languages that should be excluded from translation. The language selector will not be available for excluded languages and no translation will occur. This may be useful if you already have pre-existing languages manually translated on your site." 456 PLG_GPTRANSLATE_APPLY_DICTIONARY_TO_ALIASES="Apply dictionary to URL aliases" 457 PLG_GPTRANSLATE_APPLY_DICTIONARY_TO_ALIASES_DESC="When enabled, dictionary exclusions and substitutions will also be applied to translated URL aliases/slugs. When disabled, URL aliases are translated without applying dictionary rules" 442 458 PLG_GPTRANSLATE_REQUEST_DELAY="Delay between requests" 443 459 PLG_GPTRANSLATE_REQUEST_DELAY_DESC="It's possible to enable a delay between each request done to the remote APIs. This could be needed if you exceed the limits of browser resources and if you experience parts of text not fully translated" … … 720 736 PLG_GPTRANSLATE_READING_END="Text reading completed" 721 737 PLG_GPTRANSLATE_READING_EMPTY="No text to read on this page" 738 739 ; Lock translations (global setting) 740 PLG_GPTRANSLATE_LOCK_TRANSLATIONS="Lock translations" 741 PLG_GPTRANSLATE_LOCK_TRANSLATIONS_DESC="When enabled, existing translations will never be overwritten by automatic re-translation. Delete the record to regenerate a translation."
Note: See TracChangeset
for help on using the changeset viewer.