diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/tr.js | 1 | ||||
-rw-r--r-- | lib/l10n/tr.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index ea0612f28ea..80d878251f0 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -266,6 +266,7 @@ OC.L10N.register( "Free prompt" : "Ücretsiz bilgi istemi", "Runs an arbitrary prompt through the built-in language model." : "Yerleşik dil modeli ile isteğe bağlı bir bilgi istemi çalıştırır.", "Generate headline" : "Başlık oluşturulsun", + "Generates a possible headline for a text." : "Bir metin için olası bir başlık oluşturur.", "Summarize" : "Özetlensin", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.", "Extract topics" : "Başlıklar ayıklansın", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 5552978e755..8330939e278 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -264,6 +264,7 @@ "Free prompt" : "Ücretsiz bilgi istemi", "Runs an arbitrary prompt through the built-in language model." : "Yerleşik dil modeli ile isteğe bağlı bir bilgi istemi çalıştırır.", "Generate headline" : "Başlık oluşturulsun", + "Generates a possible headline for a text." : "Bir metin için olası bir başlık oluşturur.", "Summarize" : "Özetlensin", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.", "Extract topics" : "Başlıklar ayıklansın", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 4fee4c524bd..f9a441111e6 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -266,6 +266,7 @@ OC.L10N.register( "Free prompt" : "免費提示詞", "Runs an arbitrary prompt through the built-in language model." : "透過內建語言模型執行任意提示詞。", "Generate headline" : "產生標題", + "Generates a possible headline for a text." : "為文字產生可能的標題。", "Summarize" : "總結", "Summarizes text by reducing its length without losing key information." : "透過減少文字長度來總結而不遺失關鍵資訊。", "Extract topics" : "擷取主題", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 1146139dc1d..4b9e1987334 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -264,6 +264,7 @@ "Free prompt" : "免費提示詞", "Runs an arbitrary prompt through the built-in language model." : "透過內建語言模型執行任意提示詞。", "Generate headline" : "產生標題", + "Generates a possible headline for a text." : "為文字產生可能的標題。", "Summarize" : "總結", "Summarizes text by reducing its length without losing key information." : "透過減少文字長度來總結而不遺失關鍵資訊。", "Extract topics" : "擷取主題", |