diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-23 00:28:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-23 00:28:14 +0000 |
commit | dea727f4533e85c10a0cdb987ac6c9b28cd346e0 (patch) | |
tree | 28f96368eee90ac7b002caa19e663501b8070bb1 /lib | |
parent | 97b994941f4f61a26c608627ed9d23d02ef6ebb1 (diff) | |
download | nextcloud-server-dea727f4533e85c10a0cdb987ac6c9b28cd346e0.tar.gz nextcloud-server-dea727f4533e85c10a0cdb987ac6c9b28cd346e0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/de_DE.js | 8 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 8 | ||||
-rw-r--r-- | lib/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | lib/l10n/gl.js | 8 | ||||
-rw-r--r-- | lib/l10n/gl.json | 8 | ||||
-rw-r--r-- | lib/l10n/tr.js | 8 | ||||
-rw-r--r-- | lib/l10n/tr.json | 8 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 6 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 6 |
10 files changed, 62 insertions, 0 deletions
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 5bac22838c6..eda9b551120 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -263,6 +263,14 @@ OC.L10N.register( "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Free prompt" : "Freie Eingabeaufforderung", + "Runs an arbitrary prompt through the built-in language model." : "Führt eine beliebige Eingabeaufforderung über das integrierte Sprachmodell aus.", + "Generate headline" : "Kopfzeile erzeugen", + "Generates a possible headline for a text" : "Erzeugt eine mögliche Überschrift für einen Text", + "Summarize" : "Zusammenfassen", + "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", + "Extract topics" : "Themen extrahieren", + "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$s wurden nicht korrekt ersetzt. Stellen Sie sicher, dass es sich um eine mit dem Server kompatible Version handelt.", "Full name" : "Vollständiger Name", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Das Benutzerlimit wurde erreicht und der Benutzer wurde nicht erstellt. Überprüfen Sie Ihre Benachrichtigungen, um mehr zu erfahren.", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 112cbb4627f..477c67617b8 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -261,6 +261,14 @@ "Storage connection error. %s" : "Verbindungsfehler zum Speicherplatz. %s", "Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar", "Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s", + "Free prompt" : "Freie Eingabeaufforderung", + "Runs an arbitrary prompt through the built-in language model." : "Führt eine beliebige Eingabeaufforderung über das integrierte Sprachmodell aus.", + "Generate headline" : "Kopfzeile erzeugen", + "Generates a possible headline for a text" : "Erzeugt eine mögliche Überschrift für einen Text", + "Summarize" : "Zusammenfassen", + "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", + "Extract topics" : "Themen extrahieren", + "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$s wurden nicht korrekt ersetzt. Stellen Sie sicher, dass es sich um eine mit dem Server kompatible Version handelt.", "Full name" : "Vollständiger Name", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Das Benutzerlimit wurde erreicht und der Benutzer wurde nicht erstellt. Überprüfen Sie Ihre Benachrichtigungen, um mehr zu erfahren.", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 45120d9c82e..b9f1634f8d0 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -263,6 +263,7 @@ 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", + "Summarize" : "Summarise", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server.", "Full name" : "Full name", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "The user limit has been reached and the user was not created. Check your notifications to learn more.", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 9dee7e3443e..7aba5b7e75c 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -261,6 +261,7 @@ "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", + "Summarize" : "Summarise", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server.", "Full name" : "Full name", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "The user limit has been reached and the user was not created. Check your notifications to learn more.", diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index 318e9502d35..d1967355c29 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -263,6 +263,14 @@ OC.L10N.register( "Storage connection error. %s" : "Produciuse un erro na conexión ao almacenamento. %s", "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage connection timeout. %s" : "Esgotouse o tempo de conexión co almacenamento. %s", + "Free prompt" : "Servizo de balde", + "Runs an arbitrary prompt through the built-in language model." : "Executa unha instrucción arbitraria a través do modelo de linguaxe integrado.", + "Generate headline" : "Xerar título", + "Generates a possible headline for a text" : "Xera un posíbel título para un texto", + "Summarize" : "Resumir", + "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", + "Extract topics" : "Extraer temas", + "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Os ficheiros da aplicación %1$s non foron substituídos correctamente. Asegúrese que é unha versión compatíbel co servidor.", "Full name" : "Nome completo", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Acadouse o límite de usuarios e non se creou o usuario. Consulte as súas notificacións para obter máis información.", diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index 742732fc083..4d0f4eb8d9a 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -261,6 +261,14 @@ "Storage connection error. %s" : "Produciuse un erro na conexión ao almacenamento. %s", "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage connection timeout. %s" : "Esgotouse o tempo de conexión co almacenamento. %s", + "Free prompt" : "Servizo de balde", + "Runs an arbitrary prompt through the built-in language model." : "Executa unha instrucción arbitraria a través do modelo de linguaxe integrado.", + "Generate headline" : "Xerar título", + "Generates a possible headline for a text" : "Xera un posíbel título para un texto", + "Summarize" : "Resumir", + "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", + "Extract topics" : "Extraer temas", + "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Os ficheiros da aplicación %1$s non foron substituídos correctamente. Asegúrese que é unha versión compatíbel co servidor.", "Full name" : "Nome completo", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Acadouse o límite de usuarios e non se creou o usuario. Consulte as súas notificacións para obter máis información.", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 9b8b850edc0..98c3415025a 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -263,6 +263,14 @@ OC.L10N.register( "Storage connection error. %s" : "Depolama bağlantısı sorunu. %s", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", + "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", + "Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "%1$s uygulamasının dosyaları doğru şekilde değiştirilmedi. Sunucu ile uyumlu dosyaların yüklü olduğundan emin olun.", "Full name" : "Tam ad", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Kullanıcı sayısı sınırına ulaşıldığından kullanıcı eklenemedi. Ayrıntılı bilgi almak için bildirimlerinize bakın.", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index b98b2deefc9..0a3b4468fc2 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -261,6 +261,14 @@ "Storage connection error. %s" : "Depolama bağlantısı sorunu. %s", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", + "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", + "Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "%1$s uygulamasının dosyaları doğru şekilde değiştirilmedi. Sunucu ile uyumlu dosyaların yüklü olduğundan emin olun.", "Full name" : "Tam ad", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Kullanıcı sayısı sınırına ulaşıldığından kullanıcı eklenemedi. Ayrıntılı bilgi almak için bildirimlerinize bakın.", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 6100021b056..534f7cbd2eb 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -263,6 +263,12 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Runs an arbitrary prompt through the built-in language model." : "通過內置語言模型運行任意提示。", + "Generate headline" : "産生標題", + "Generates a possible headline for a text" : "為文字生成可能的標題", + "Summarize" : "總結", + "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/zh_HK.json b/lib/l10n/zh_HK.json index c9d79f09311..920c06e7fc3 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -261,6 +261,12 @@ "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Runs an arbitrary prompt through the built-in language model." : "通過內置語言模型運行任意提示。", + "Generate headline" : "産生標題", + "Generates a possible headline for a text" : "為文字生成可能的標題", + "Summarize" : "總結", + "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." : "用戶數量已達上限,無法創建新用戶。請查看您的通知以獲取更多資料。", |