diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 4 | ||||
-rw-r--r-- | lib/l10n/cs.json | 4 | ||||
-rw-r--r-- | lib/l10n/de.js | 22 | ||||
-rw-r--r-- | lib/l10n/de.json | 22 | ||||
-rw-r--r-- | lib/l10n/es.js | 7 | ||||
-rw-r--r-- | lib/l10n/es.json | 7 | ||||
-rw-r--r-- | lib/l10n/tr.js | 4 | ||||
-rw-r--r-- | lib/l10n/tr.json | 4 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 3 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 3 |
10 files changed, 80 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 5d7e73ebd0e..d5491a637fb 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -59,7 +59,11 @@ OC.L10N.register( "Avatar image is not square" : "Profilový obrázek není čtvercový", "Files" : "Soubory", "View profile" : "Zobrazit profil ", + "same time" : "stejný čas", "_%nh_::_%nh_" : ["%nh","%nh","%nh","%nh"], + "_%nm_::_%nm_" : ["%nm","%nm","%nm","%nm"], + "%s ahead" : "%s před", + "%s behind" : "%s za", "Local time: %s" : "Místní čas: %s", "today" : "dnes", "tomorrow" : "zítra", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index aeba1dc3e98..b6725eb344e 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -57,7 +57,11 @@ "Avatar image is not square" : "Profilový obrázek není čtvercový", "Files" : "Soubory", "View profile" : "Zobrazit profil ", + "same time" : "stejný čas", "_%nh_::_%nh_" : ["%nh","%nh","%nh","%nh"], + "_%nm_::_%nm_" : ["%nm","%nm","%nm","%nm"], + "%s ahead" : "%s před", + "%s behind" : "%s za", "Local time: %s" : "Místní čas: %s", "today" : "dnes", "tomorrow" : "zítra", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index abdea56d7d1..6a89d61bd71 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -59,7 +59,11 @@ OC.L10N.register( "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "Files" : "Dateien", "View profile" : "Profil ansehen", + "same time" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "_%nh_::_%nh_" : ["%nStunde","%nStunden"], + "_%nm_::_%nm_" : ["%nm","%nm"], + "%s ahead" : "%s voraus", + "%s behind" : "%s zurück", "Local time: %s" : "Ortszeit: %s", "today" : "Heute", "tomorrow" : "Morgen", @@ -82,6 +86,12 @@ OC.L10N.register( "seconds ago" : "Gerade eben", "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.", + "No file conversion providers available" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "File is too large to convert" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination does not match conversion extension" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Could not convert file" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination does not exist" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination is not creatable" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" ist ein verbotener Datei- oder Ordnername.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" ist ein verbotenes Präfix für Datei- oder Ordnernamen.", @@ -93,6 +103,13 @@ OC.L10N.register( "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", + "Storage %s cannot be moved" : "Speicherplatz %s kann nicht verschoben werden", + "Moving a share (%s) into a shared folder is not allowed" : "Verschieben einer Freigabe (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a storage (%s) into a shared folder is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a share (%s) into another share (%s) is not allowed" : "Verschieben einer Freigabe (%s) in eine andere Freigabe (%s) ist unzulässig.", + "Moving a share (%s) into another storage (%s) is not allowed" : "Verschieben einer Freigabe (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", + "Moving a storage (%s) into a share (%s) is not allowed" : "Verschieben eines Speicherplatzes (%s) in eine Freigabe (%s) ist nicht erlaubt", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", "Filename is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen.", @@ -384,7 +401,12 @@ OC.L10N.register( "Original text" : "Originaltext", "The original text to generate a headline for" : "Der Originaltext, für den eine Überschrift erstellt werden soll", "The generated headline" : "Die erstellte Überschrift", + "Proofread" : "Korrekturlesen", + "Proofreads a text and lists corrections" : "Liest einen Text Korrektur und listet Korrekturen auf", "Text" : "Text", + "The text to proofread" : "Der zu korrigierende Text", + "Corrections" : "Korrekturen", + "The corrections that should be made in your text" : "Die Korrekturen, die in deinem Text vorgenommen werden sollten", "Reformulate text" : "Text umformulieren", "Takes a text and reformulates it" : "Formuliert einen Text um", "Write a text that you want the assistant to reformulate" : "Text schreiben, den der Assistent umformulieren soll", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 3419e4d13e9..ed4d023029e 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -57,7 +57,11 @@ "Avatar image is not square" : "Benutzerbild ist nicht quadratisch", "Files" : "Dateien", "View profile" : "Profil ansehen", + "same time" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "_%nh_::_%nh_" : ["%nStunde","%nStunden"], + "_%nm_::_%nm_" : ["%nm","%nm"], + "%s ahead" : "%s voraus", + "%s behind" : "%s zurück", "Local time: %s" : "Ortszeit: %s", "today" : "Heute", "tomorrow" : "Morgen", @@ -80,6 +84,12 @@ "seconds ago" : "Gerade eben", "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte die App in den App-Einstellungen aktivieren oder den Administrator kontaktieren.", + "No file conversion providers available" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "File is too large to convert" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination does not match conversion extension" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Could not convert file" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination does not exist" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Destination is not creatable" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" ist ein verbotener Datei- oder Ordnername.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" ist ein verbotenes Präfix für Datei- oder Ordnernamen.", @@ -91,6 +101,13 @@ "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", + "Storage %s cannot be moved" : "Speicherplatz %s kann nicht verschoben werden", + "Moving a share (%s) into a shared folder is not allowed" : "Verschieben einer Freigabe (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a storage (%s) into a shared folder is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen freigegebenen Ordner ist unzulässig", + "Moving a share (%s) into another share (%s) is not allowed" : "Verschieben einer Freigabe (%s) in eine andere Freigabe (%s) ist unzulässig.", + "Moving a share (%s) into another storage (%s) is not allowed" : "Verschieben einer Freigabe (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", + "Moving a storage (%s) into a share (%s) is not allowed" : "Verschieben eines Speicherplatzes (%s) in eine Freigabe (%s) ist nicht erlaubt", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Verschieben eines Speicherplatzes (%s) in einen anderen Speicherplatz (%s) ist nicht erlaubt", "Path contains invalid segments" : "Pfad enthält ungültige Segmente", "Filename is a reserved word" : "Der Dateiname ist ein reserviertes Wort", "Filename contains at least one invalid character" : "Der Dateiname enthält mindestens ein unzulässiges Zeichen.", @@ -382,7 +399,12 @@ "Original text" : "Originaltext", "The original text to generate a headline for" : "Der Originaltext, für den eine Überschrift erstellt werden soll", "The generated headline" : "Die erstellte Überschrift", + "Proofread" : "Korrekturlesen", + "Proofreads a text and lists corrections" : "Liest einen Text Korrektur und listet Korrekturen auf", "Text" : "Text", + "The text to proofread" : "Der zu korrigierende Text", + "Corrections" : "Korrekturen", + "The corrections that should be made in your text" : "Die Korrekturen, die in deinem Text vorgenommen werden sollten", "Reformulate text" : "Text umformulieren", "Takes a text and reformulates it" : "Formuliert einen Text um", "Write a text that you want the assistant to reformulate" : "Text schreiben, den der Assistent umformulieren soll", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 36e36710c9e..7773737b460 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -382,8 +382,14 @@ OC.L10N.register( "Response message" : "Mensaje de respuesta", "The generated response as part of the conversation" : "La respuesta generada como parte de la conversación", "Chat with tools" : "Chat con herramientas:", + "Chat with the language model with tool calling support." : "Cheatea con el modelo de lenguaje con capacidad para llamar a herramientas.", + "Tool message" : "Mensaje de herramienta", + "The result of tool calls in the last interaction" : "El resultado de llamada a herramientas de la última interacción", "Available tools" : "Herramientas disponibles", "The available tools in JSON format" : "Las herramientas disponibles en formato JSON", + "The response from the chat model" : "La respuesta del modelo de chat", + "Tool calls" : "Llamadas a herramientas", + "Tools call instructions from the model in JSON format" : "Instrucciones para llamadas a herramientas del modelo en formato JSON", "Formalize text" : "Formalizar texto", "Takes a text and makes it sound more formal" : "Toma un texto y lo hace sonar más formal", "Write a text that you want the assistant to formalize" : "Escriba un texto que quiere que el asistente formalice", @@ -399,6 +405,7 @@ OC.L10N.register( "Text" : "Texto", "The text to proofread" : "El texto a corregir", "Corrections" : "Correcciones", + "The corrections that should be made in your text" : "Las correcciones que deberían aplicarse a tu texto", "Reformulate text" : "Reformular texto", "Takes a text and reformulates it" : "Toma un texto y lo reformula", "Write a text that you want the assistant to reformulate" : "Escriba un texto que quiere que el asistente reformule", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index b6148ff3ac5..cfce70f4e39 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -380,8 +380,14 @@ "Response message" : "Mensaje de respuesta", "The generated response as part of the conversation" : "La respuesta generada como parte de la conversación", "Chat with tools" : "Chat con herramientas:", + "Chat with the language model with tool calling support." : "Cheatea con el modelo de lenguaje con capacidad para llamar a herramientas.", + "Tool message" : "Mensaje de herramienta", + "The result of tool calls in the last interaction" : "El resultado de llamada a herramientas de la última interacción", "Available tools" : "Herramientas disponibles", "The available tools in JSON format" : "Las herramientas disponibles en formato JSON", + "The response from the chat model" : "La respuesta del modelo de chat", + "Tool calls" : "Llamadas a herramientas", + "Tools call instructions from the model in JSON format" : "Instrucciones para llamadas a herramientas del modelo en formato JSON", "Formalize text" : "Formalizar texto", "Takes a text and makes it sound more formal" : "Toma un texto y lo hace sonar más formal", "Write a text that you want the assistant to formalize" : "Escriba un texto que quiere que el asistente formalice", @@ -397,6 +403,7 @@ "Text" : "Texto", "The text to proofread" : "El texto a corregir", "Corrections" : "Correcciones", + "The corrections that should be made in your text" : "Las correcciones que deberían aplicarse a tu texto", "Reformulate text" : "Reformular texto", "Takes a text and reformulates it" : "Toma un texto y lo reformula", "Write a text that you want the assistant to reformulate" : "Escriba un texto que quiere que el asistente reformule", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 4024125e80a..a757589f715 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -59,7 +59,11 @@ OC.L10N.register( "Avatar image is not square" : "Avatar görseli kare değil", "Files" : "Dosyalar", "View profile" : "Profili görüntüle", + "same time" : "aynı zamanda", "_%nh_::_%nh_" : ["%ns","%ns"], + "_%nm_::_%nm_" : ["%nd","%nd"], + "%s ahead" : "%s ileride", + "%s behind" : "%s geride", "Local time: %s" : "Yerel zaman: %s", "today" : "bugün", "tomorrow" : "yarın", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 549ceec4734..76a752038c5 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -57,7 +57,11 @@ "Avatar image is not square" : "Avatar görseli kare değil", "Files" : "Dosyalar", "View profile" : "Profili görüntüle", + "same time" : "aynı zamanda", "_%nh_::_%nh_" : ["%ns","%ns"], + "_%nm_::_%nm_" : ["%nd","%nd"], + "%s ahead" : "%s ileride", + "%s behind" : "%s geride", "Local time: %s" : "Yerel zaman: %s", "today" : "bugün", "tomorrow" : "yarın", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index c7416f775e2..b0b48cf4079 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -89,6 +89,9 @@ OC.L10N.register( "No file conversion providers available" : "沒有可用的檔案轉換提供者", "File is too large to convert" : "檔案太大,無法轉換", "Destination does not match conversion extension" : "目的地不符合轉換副檔名", + "Could not convert file" : "無法轉換檔案", + "Destination does not exist" : "目的地不存在", + "Destination is not creatable" : "無法建立目的地", "Dot files are not allowed" : "不允許小數點開頭的檔案", "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。", "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 641b1126f43..59990942327 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -87,6 +87,9 @@ "No file conversion providers available" : "沒有可用的檔案轉換提供者", "File is too large to convert" : "檔案太大,無法轉換", "Destination does not match conversion extension" : "目的地不符合轉換副檔名", + "Could not convert file" : "無法轉換檔案", + "Destination does not exist" : "目的地不存在", + "Destination is not creatable" : "無法建立目的地", "Dot files are not allowed" : "不允許小數點開頭的檔案", "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。", "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。", |