diff options
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 7be00514e85..6342229c3bf 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -294,6 +294,7 @@ "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 returns a reply" : "Runs an arbitrary prompt through a language model that returns 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", @@ -337,8 +338,15 @@ "Topics" : "Topics", "The list of extracted topics" : "The list of extracted topics", "Translate" : "Translate", + "Translate text from one language to another" : "Translate text from one language to another", + "Origin text" : "Origin text", + "The text to translate" : "The text to translate", + "Origin language" : "Origin language", + "The language of the origin text" : "The language of the origin text", "Target language" : "Target language", + "The desired language to translate the origin text in" : "The desired language to translate the origin text in", "Result" : "Result", + "The translated text" : "The translated text", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", |