diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-05 00:29:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-05 00:29:37 +0000 |
commit | 38278fc1e5f2f14bef80822ea34a559a276f4b7d (patch) | |
tree | 73668b1635f0fd635577a4cd89b8f54b44c49dea /lib/l10n | |
parent | 8606f162c5b5b5d6a355e7e2f27e05585b3d0360 (diff) | |
download | nextcloud-server-38278fc1e5f2f14bef80822ea34a559a276f4b7d.tar.gz nextcloud-server-38278fc1e5f2f14bef80822ea34a559a276f4b7d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-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" : "擷取主題", |