diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-26 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-26 00:19:53 +0000 |
commit | c2acabf020731bcbc21b3fba2e8be8f3ef494b37 (patch) | |
tree | 7edd351480553adf95bafc83482721a48f18e841 /lib/l10n/en_GB.js | |
parent | 6e558a6d981e47def0b7174b3c1830953a60945c (diff) | |
download | nextcloud-server-c2acabf020731bcbc21b3fba2e8be8f3ef494b37.tar.gz nextcloud-server-c2acabf020731bcbc21b3fba2e8be8f3ef494b37.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index fe293098c00..f8466f23031 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -296,7 +296,6 @@ OC.L10N.register( "Output images" : "Output images", "The generated images" : "The generated images", "Free text to text prompt" : "Free text to text prompt", - "Runs an arbitrary prompt through a language model that retuns a reply" : "Runs an arbitrary prompt through a language model that retuns a reply", "Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question", "Generated reply" : "Generated reply", "The generated text from the assistant" : "The generated text from the assistant", @@ -339,6 +338,9 @@ OC.L10N.register( "The original text to extract topics from" : "The original text to extract topics from", "Topics" : "Topics", "The list of extracted topics" : "The list of extracted topics", + "Translate" : "Translate", + "Target language" : "Target language", + "Result" : "Result", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", |