diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2488e860af3..00d728b627d 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "The requested share comes from a disabled user", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", "Could not find category \"%s\"" : "Could not find category \"%s\"", + "Input text" : "Input text", + "The input text" : "The input text", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Transcribe audio" : "Transcribe audio", + "Transcribe the things said in an audio" : "Transcribe the things said in an audio", "Audio input" : "Audio input", + "The audio to transcribe" : "The audio to transcribe", + "Transcription" : "Transcription", + "The transcribed text" : "The transcribed text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", + "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", "Source material" : "Source material", + "The content that would like to be rewritten in the new writing style" : "The content that would like to be rewritten in the new writing style", + "Generated text" : "Generated text", + "The generated text with content from the source material in the given style" : "The generated text with content from the source material in the given style", + "Emoji generator" : "Emoji generator", + "Takes text and generates a representative emoji for it." : "Takes text and generates a representative emoji for it.", + "The text to generate an emoji for" : "The text to generate an emoji for", + "Generated emoji" : "Generated emoji", + "The generated emoji based on the input text" : "The generated emoji based on the input text", "Generate image" : "Generate image", + "Generate an image from a text prompt" : "Generate an image from a text prompt", "Prompt" : "Prompt", + "Describe the image you want to generate" : "Describe the image you want to generate", + "Number of images" : "Number of images", + "How many images to generate" : "How many images to generate", + "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", + "Generate a headline" : "Generate a headline", "Generates a possible headline for a text." : "Generates a possible headline for a text.", + "Original text" : "Original text", + "The original text to generate a headline for" : "The original text to generate a headline for", + "The generated headline" : "The generated headline", "Summarize" : "Summarise", + "Summarizes a text" : "Summarizes a text", + "The original text to summarize" : "The original text to summarize", "Summary" : "Summary", + "The generated summary" : "The generated summary", "Extract topics" : "Extract topics", + "Extracts topics from a text and outputs them separated by commas" : "Extracts topics from a text and outputs them separated by commas", + "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", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", |