diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 8 | ||||
-rw-r--r-- | lib/l10n/sr.json | 8 |
4 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 8aeef3792e5..422c9e0cee5 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -262,6 +262,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", "Free prompt" : "Prompt zdarma", + "Runs an arbitrary prompt through the language model." : "Spouští libovolnou výzvu skrze jazykový model.", "Generate headline" : "Vytvořit nadpis", "Generates a possible headline for a text." : "Vytvoří možný nadpis pro text.", "Summarize" : "Stručný souhrn", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 46b5c1cd738..164c56f7e47 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -260,6 +260,7 @@ "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s", "Free prompt" : "Prompt zdarma", + "Runs an arbitrary prompt through the language model." : "Spouští libovolnou výzvu skrze jazykový model.", "Generate headline" : "Vytvořit nadpis", "Generates a possible headline for a text." : "Vytvoří možný nadpis pro text.", "Summarize" : "Stručný souhrn", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 93e117ec80d..478da21bb72 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -261,6 +261,14 @@ OC.L10N.register( "Storage connection error. %s" : "Грешка приликом повезивања на складиште. %s", "Storage is temporarily not available" : "Складиште привремено није доступно", "Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s", + "Free prompt" : "Произвољни одзив", + "Runs an arbitrary prompt through the language model." : "Извршава произвољни одзив кроз језички модел.", + "Generate headline" : "Генериши линију наслова", + "Generates a possible headline for a text." : "Генерише могућу насловну линију текста.", + "Summarize" : "Резимирај", + "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", + "Extract topics" : "Издвој теме", + "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Фајлови апликације „%1$s“ нису правилно замењени. Проверите да ли је верзија компатибилна са сервером.", "Full name" : "Пуно име", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Достигнуто је ограничење броја корисника и корисник није креиран. За више детаља погледајте своја обавештења.", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index c1264776ca1..9c6c413cd8b 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -259,6 +259,14 @@ "Storage connection error. %s" : "Грешка приликом повезивања на складиште. %s", "Storage is temporarily not available" : "Складиште привремено није доступно", "Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s", + "Free prompt" : "Произвољни одзив", + "Runs an arbitrary prompt through the language model." : "Извршава произвољни одзив кроз језички модел.", + "Generate headline" : "Генериши линију наслова", + "Generates a possible headline for a text." : "Генерише могућу насловну линију текста.", + "Summarize" : "Резимирај", + "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", + "Extract topics" : "Издвој теме", + "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Фајлови апликације „%1$s“ нису правилно замењени. Проверите да ли је верзија компатибилна са сервером.", "Full name" : "Пуно име", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Достигнуто је ограничење броја корисника и корисник није креиран. За више детаља погледајте своја обавештења.", |