From e6a00f5a74bac5e9a35cce372949e3ace55a8926 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 23 Jul 2023 00:28:01 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/encryption/l10n/gl.js | 4 ++-- apps/encryption/l10n/gl.json | 4 ++-- apps/settings/l10n/de_DE.js | 3 +++ apps/settings/l10n/de_DE.json | 3 +++ apps/settings/l10n/gl.js | 4 ++++ apps/settings/l10n/gl.json | 4 ++++ apps/settings/l10n/tr.js | 3 +++ apps/settings/l10n/tr.json | 3 +++ apps/settings/l10n/zh_HK.js | 3 +++ apps/settings/l10n/zh_HK.json | 3 +++ core/l10n/de_DE.js | 3 +++ core/l10n/de_DE.json | 3 +++ core/l10n/gl.js | 3 +++ core/l10n/gl.json | 3 +++ core/l10n/tr.js | 3 +++ core/l10n/tr.json | 3 +++ core/l10n/zh_HK.js | 3 +++ core/l10n/zh_HK.json | 3 +++ lib/l10n/de_DE.js | 8 ++++++++ lib/l10n/de_DE.json | 8 ++++++++ lib/l10n/en_GB.js | 1 + lib/l10n/en_GB.json | 1 + lib/l10n/gl.js | 8 ++++++++ lib/l10n/gl.json | 8 ++++++++ lib/l10n/tr.js | 8 ++++++++ lib/l10n/tr.json | 8 ++++++++ lib/l10n/zh_HK.js | 6 ++++++ lib/l10n/zh_HK.json | 6 ++++++ 28 files changed, 116 insertions(+), 4 deletions(-) diff --git a/apps/encryption/l10n/gl.js b/apps/encryption/l10n/gl.js index 21f9f6a3ecd..7b72bd49b29 100644 --- a/apps/encryption/l10n/gl.js +++ b/apps/encryption/l10n/gl.js @@ -20,7 +20,7 @@ OC.L10N.register( "Could not update the private key password." : "Non foi posíbel actualizar o contrasinal da chave privada.", "The old password was not correct, please try again." : "O contrasinal antigo non é correcto, ténteo de novo.", "The current log-in password was not correct, please try again." : "O actual contrasinal de acceso non é correcto, ténteo de novo.", - "Private key password successfully updated." : "A chave privada foi actualizada correctamente.", + "Private key password successfully updated." : "O contrasinal da chave privada foi actualizada correctamente.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicación de cifrado está activada, mais non foron preparadas as lhaves. Saia da sesión e volva acceder de novo", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Active o cifrado no lado do servidor nos axustes de administración para poder usar o módulo de cifrado.", @@ -52,7 +52,7 @@ OC.L10N.register( "Change Password" : "Cambiar o contrasinal", "Basic encryption module" : "Módulo de cifrado básico", "Your private key password no longer matches your log-in password." : "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", - "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", + "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave privada ao seu contrasinal de acceso actual:", " If you don't remember your old password you can ask your administrator to recover your files." : "Se non lembra o seu antigo contrasinal pode pedirllo á administración desta instancia. para recuperar os seus ficheiros.", "Old log-in password" : "Contrasinal antigo de acceso", "Current log-in password" : "Contrasinal actual de acceso", diff --git a/apps/encryption/l10n/gl.json b/apps/encryption/l10n/gl.json index cefcfd41f9b..eb716cc96db 100644 --- a/apps/encryption/l10n/gl.json +++ b/apps/encryption/l10n/gl.json @@ -18,7 +18,7 @@ "Could not update the private key password." : "Non foi posíbel actualizar o contrasinal da chave privada.", "The old password was not correct, please try again." : "O contrasinal antigo non é correcto, ténteo de novo.", "The current log-in password was not correct, please try again." : "O actual contrasinal de acceso non é correcto, ténteo de novo.", - "Private key password successfully updated." : "A chave privada foi actualizada correctamente.", + "Private key password successfully updated." : "O contrasinal da chave privada foi actualizada correctamente.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicación de cifrado está activada, mais non foron preparadas as lhaves. Saia da sesión e volva acceder de novo", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Active o cifrado no lado do servidor nos axustes de administración para poder usar o módulo de cifrado.", @@ -50,7 +50,7 @@ "Change Password" : "Cambiar o contrasinal", "Basic encryption module" : "Módulo de cifrado básico", "Your private key password no longer matches your log-in password." : "O seu contrasinal da chave privada non coincide co seu contrasinal de acceso.", - "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave de recuperación ao seu contrasinal de acceso actual:", + "Set your old private key password to your current log-in password:" : "Estabeleza o seu contrasinal antigo da chave privada ao seu contrasinal de acceso actual:", " If you don't remember your old password you can ask your administrator to recover your files." : "Se non lembra o seu antigo contrasinal pode pedirllo á administración desta instancia. para recuperar os seus ficheiros.", "Old log-in password" : "Contrasinal antigo de acceso", "Current log-in password" : "Contrasinal actual de acceso", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 85b5e036ffe..269c850ba56 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -399,11 +399,14 @@ OC.L10N.register( "Welcome mail sent!" : "Willkommens-E-Mail gesendet!", "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", "Edit" : "Bearbeiten", + "User management settings" : "Benutzerverwaltungseinstellungen", "Visibility" : "Sichtbarkeit", + "Show language" : "Sprache anzeigen", "Show user backend" : "Benutzer-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Send email" : "E-Mail senden", + "Send welcome email to new users" : "Begrüßungs-E-Mail an neuen Benutzer senden", "Defaults" : "Standardeinstellungen", "Default quota" : "Standard Speicherkontingent ", "Select default quota" : "Standardkontingent auswählen", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index defa0a5c528..ddf6bdeb2da 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -397,11 +397,14 @@ "Welcome mail sent!" : "Willkommens-E-Mail gesendet!", "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", "Edit" : "Bearbeiten", + "User management settings" : "Benutzerverwaltungseinstellungen", "Visibility" : "Sichtbarkeit", + "Show language" : "Sprache anzeigen", "Show user backend" : "Benutzer-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Send email" : "E-Mail senden", + "Send welcome email to new users" : "Begrüßungs-E-Mail an neuen Benutzer senden", "Defaults" : "Standardeinstellungen", "Default quota" : "Standard Speicherkontingent ", "Select default quota" : "Standardkontingent auswählen", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 0bd84e09c58..bf7b2eb5686 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -369,6 +369,7 @@ OC.L10N.register( "Storage location" : "Localización do almacenamento", "Last login" : "Último acceso", "User actions" : "Accións do usuario", + "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", "Loading user …" : "Cargando usuario…", "Edit display name" : "Editar o nome para amosar", "Add new password" : "Engadir un novo contrasinal", @@ -398,11 +399,14 @@ OC.L10N.register( "Welcome mail sent!" : "Enviado o correo de benvida!", "Toggle user actions menu" : "Alternar o menú de accións do usuario", "Edit" : "Editar", + "User management settings" : "Axustes da xestión de usuarios", "Visibility" : "Visibilidade", + "Show language" : "Amosar o idioma", "Show user backend" : "Amosar a infraestrutura do usuario", "Show storage path" : "Amosar a ruta do almacenamento", "Show last login" : "Amosar o último acceso", "Send email" : "Enviar o correo", + "Send welcome email to new users" : "Enviar correo de benvida aos novos usuarios", "Defaults" : "Predeterminados", "Default quota" : "Cota predeterminada", "Select default quota" : "Seleccionar a cota predeterminada", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index 5e108150a01..84cf04226f2 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -367,6 +367,7 @@ "Storage location" : "Localización do almacenamento", "Last login" : "Último acceso", "User actions" : "Accións do usuario", + "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", "Loading user …" : "Cargando usuario…", "Edit display name" : "Editar o nome para amosar", "Add new password" : "Engadir un novo contrasinal", @@ -396,11 +397,14 @@ "Welcome mail sent!" : "Enviado o correo de benvida!", "Toggle user actions menu" : "Alternar o menú de accións do usuario", "Edit" : "Editar", + "User management settings" : "Axustes da xestión de usuarios", "Visibility" : "Visibilidade", + "Show language" : "Amosar o idioma", "Show user backend" : "Amosar a infraestrutura do usuario", "Show storage path" : "Amosar a ruta do almacenamento", "Show last login" : "Amosar o último acceso", "Send email" : "Enviar o correo", + "Send welcome email to new users" : "Enviar correo de benvida aos novos usuarios", "Defaults" : "Predeterminados", "Default quota" : "Cota predeterminada", "Select default quota" : "Seleccionar a cota predeterminada", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 89c5ce5deea..96245242edb 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -399,11 +399,14 @@ OC.L10N.register( "Welcome mail sent!" : "Karşılama e-postası gönderildi!", "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü değiştir", "Edit" : "Düzenle", + "User management settings" : "Kullanıcı yönetimi ayarları", "Visibility" : "Görünürlük", + "Show language" : "Görüntülenecek dil", "Show user backend" : "Kullanıcı arka ucu görüntülensin", "Show storage path" : "Depolama yolu görüntülensin", "Show last login" : "Son oturum açma zamanı görüntülensin", "Send email" : "E-posta gönder", + "Send welcome email to new users" : "Yeni kullanıcılara hoş geldiniz e-postası gönderilsin", "Defaults" : "Varsayılanlar", "Default quota" : "Varsayılan kota", "Select default quota" : "Varsayılan kota değerini seçin", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 95accafa1ec..101693af677 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -397,11 +397,14 @@ "Welcome mail sent!" : "Karşılama e-postası gönderildi!", "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü değiştir", "Edit" : "Düzenle", + "User management settings" : "Kullanıcı yönetimi ayarları", "Visibility" : "Görünürlük", + "Show language" : "Görüntülenecek dil", "Show user backend" : "Kullanıcı arka ucu görüntülensin", "Show storage path" : "Depolama yolu görüntülensin", "Show last login" : "Son oturum açma zamanı görüntülensin", "Send email" : "E-posta gönder", + "Send welcome email to new users" : "Yeni kullanıcılara hoş geldiniz e-postası gönderilsin", "Defaults" : "Varsayılanlar", "Default quota" : "Varsayılan kota", "Select default quota" : "Varsayılan kota değerini seçin", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index ecfe7b2e6a1..b608a29770a 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -399,11 +399,14 @@ OC.L10N.register( "Welcome mail sent!" : "已傳送歡迎郵件!", "Toggle user actions menu" : "切換用戶操作選單", "Edit" : "編輯", + "User management settings" : "用戶管理設定", "Visibility" : "可見性", + "Show language" : "顯示語言", "Show user backend" : "顯示用戶資料後端", "Show storage path" : "顯示儲存路徑", "Show last login" : "顯示上次登入時間", "Send email" : "傳送測試電郵", + "Send welcome email to new users" : "向新用戶發送歡迎電子郵件", "Defaults" : "默認", "Default quota" : "默認儲存容量限制", "Select default quota" : "選擇預設容量限制", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index d0b600231aa..4be6e3524d2 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -397,11 +397,14 @@ "Welcome mail sent!" : "已傳送歡迎郵件!", "Toggle user actions menu" : "切換用戶操作選單", "Edit" : "編輯", + "User management settings" : "用戶管理設定", "Visibility" : "可見性", + "Show language" : "顯示語言", "Show user backend" : "顯示用戶資料後端", "Show storage path" : "顯示儲存路徑", "Show last login" : "顯示上次登入時間", "Send email" : "傳送測試電郵", + "Send welcome email to new users" : "向新用戶發送歡迎電子郵件", "Defaults" : "默認", "Default quota" : "默認儲存容量限制", "Select default quota" : "選擇預設容量限制", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 3abd12e5bb4..cfaa10bd122 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf die folgende Schaltfläche. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf den folgenden Link. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.", "Reset your password" : "Setzen Sie Ihr Passwort zurück", + "Requested task type does not exist" : "Angeforderter Aufgaben-Typ existiert nicht", + "Necessary language model provider is not available" : "Erforderlicher Sprachmodellanbieter ist nicht verfügbar", + "Task not found" : "Aufgabe nicht gefunden", "Internal error" : "Interner Fehler", "No translation provider available" : "Kein Übersetzungsanbieter verfügbar", "Could not detect language" : "Sprache konnte nicht erkannt werden", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 2ef528aa0f2..ffcbf12c8db 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf die folgende Schaltfläche. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klicken Sie zum Zurücksetzen des Passworts auf den folgenden Link. Wenn Sie das Zurücksetzen des Passworts nicht angefordert haben, ignorieren Sie bitte diese E-Mail.", "Reset your password" : "Setzen Sie Ihr Passwort zurück", + "Requested task type does not exist" : "Angeforderter Aufgaben-Typ existiert nicht", + "Necessary language model provider is not available" : "Erforderlicher Sprachmodellanbieter ist nicht verfügbar", + "Task not found" : "Aufgabe nicht gefunden", "Internal error" : "Interner Fehler", "No translation provider available" : "Kein Übersetzungsanbieter verfügbar", "Could not detect language" : "Sprache konnte nicht erkannt werden", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 257263613c5..d4d922bd542 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se Vde. non solicitou o restabelecemento do contrasinal, entón ignore este correo.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Prema na seguinte ligazón para restabelecer o seu contrasinal. Se Vde. non solicitou o restabelecemento do contrasinal, entón ignore este correo.", "Reset your password" : "Restabelecer o seu contrasinal", + "Requested task type does not exist" : "O tipo de tarefa solicitado non existe", + "Necessary language model provider is not available" : "O fornecedor de modelos de idioma necesario non está dispoñíbel", + "Task not found" : "Non se atopou a tarefa", "Internal error" : "Produciuse un erro interno", "No translation provider available" : "Non hai ningún provedor de tradución dispoñíbel", "Could not detect language" : "Non foi posíbel detectar o idioma", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index d587c6c7a30..c7c99aff572 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se Vde. non solicitou o restabelecemento do contrasinal, entón ignore este correo.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Prema na seguinte ligazón para restabelecer o seu contrasinal. Se Vde. non solicitou o restabelecemento do contrasinal, entón ignore este correo.", "Reset your password" : "Restabelecer o seu contrasinal", + "Requested task type does not exist" : "O tipo de tarefa solicitado non existe", + "Necessary language model provider is not available" : "O fornecedor de modelos de idioma necesario non está dispoñíbel", + "Task not found" : "Non se atopou a tarefa", "Internal error" : "Produciuse un erro interno", "No translation provider available" : "Non hai ningún provedor de tradución dispoñíbel", "Could not detect language" : "Non foi posíbel detectar o idioma", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index b2b3a964363..3e3f5feb340 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için düğmeye tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için bağlantıya tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.", "Reset your password" : "Parolamı sıfırla", + "Requested task type does not exist" : "İstenilen görev türü bulunamadı", + "Necessary language model provider is not available" : "Gerekli dil modeli sağlayıcısı kullanılamıyor", + "Task not found" : "Görev bulunamadı", "Internal error" : "İçeride bir sorun çıktı", "No translation provider available" : "Kullanılabilecek bir çeviri hizmeti sağlayıcı yok", "Could not detect language" : "Dil algılanamadı", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 6c42095f9f2..161d3959e15 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için düğmeye tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Parolanızı sıfırlamak için bağlantıya tıklayın. Parola sıfırlama isteğinde bulunmadıysanız bu e-postayı yok sayabilirsiniz.", "Reset your password" : "Parolamı sıfırla", + "Requested task type does not exist" : "İstenilen görev türü bulunamadı", + "Necessary language model provider is not available" : "Gerekli dil modeli sağlayıcısı kullanılamıyor", + "Task not found" : "Görev bulunamadı", "Internal error" : "İçeride bir sorun çıktı", "No translation provider available" : "Kullanılabilecek bir çeviri hizmeti sağlayıcı yok", "Could not detect language" : "Dil algılanamadı", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 0b7504cd554..ebc79ead9ca 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。如果您沒有要求重設密碼的話,請不用理會此電子郵件。", "Reset your password" : "重設密碼", + "Requested task type does not exist" : "請求的任務類型不存在", + "Necessary language model provider is not available" : "沒有必要的語言模型提供者", + "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "No translation provider available" : "沒有可用翻譯提供者", "Could not detect language" : "無法檢測語言", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 7ced1c1d332..d59af019e71 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。如果您沒有要求重設密碼的話,請不用理會此電子郵件。", "Reset your password" : "重設密碼", + "Requested task type does not exist" : "請求的任務類型不存在", + "Necessary language model provider is not available" : "沒有必要的語言模型提供者", + "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "No translation provider available" : "沒有可用翻譯提供者", "Could not detect language" : "無法檢測語言", 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." : "用戶數量已達上限,無法創建新用戶。請查看您的通知以獲取更多資料。", -- 2.39.5