aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/be.js7
-rw-r--r--lib/l10n/be.json7
-rw-r--r--lib/l10n/es.js7
-rw-r--r--lib/l10n/es.json7
-rw-r--r--lib/l10n/ja.js18
-rw-r--r--lib/l10n/ja.json18
-rw-r--r--lib/l10n/mk.js3
-rw-r--r--lib/l10n/mk.json3
-rw-r--r--lib/l10n/sw.js2
-rw-r--r--lib/l10n/sw.json2
10 files changed, 74 insertions, 0 deletions
diff --git a/lib/l10n/be.js b/lib/l10n/be.js
index 258f628ed37..4d73f079394 100644
--- a/lib/l10n/be.js
+++ b/lib/l10n/be.js
@@ -19,13 +19,20 @@ OC.L10N.register(
"_%n day ago_::_%n days ago_" : ["%n дзень таму","%n дні таму","%n дзён таму","%n дзён таму"],
"next month" : "у наступным месяцы",
"last month" : "у мінулым месяцы",
+ "_in %n month_::_in %n months_" : ["праз %n месяц","праз %n месяцы","праз %n месяцаў","праз %n месяцаў"],
+ "_%n month ago_::_%n months ago_" : ["%n месяц таму","%n месяцы таму","%n месяцаў таму","%n месяцаў таму"],
"next year" : "у наступным годзе",
"last year" : "у мінулым годзе",
"_in %n year_::_in %n years_" : ["праз %n год","праз %n гады","праз %n гадоў","праз %n гадоў"],
"_%n year ago_::_%n years ago_" : ["%n год таму","%n гады таму","%n гадоў таму","%n гадоў таму"],
+ "_in %n hour_::_in %n hours_" : ["праз %n гадзіну","праз %n гадзіны","праз %n гадзін","праз %n гадзін"],
+ "_%n hour ago_::_%n hours ago_" : ["%n гадзіну таму","%n гадзіны таму","%n гадзін таму","%n гадзін таму"],
+ "_in %n minute_::_in %n minutes_" : ["праз %n хвіліну","праз %n хвіліны","праз %n хвілін","праз %n хвілін"],
+ "_%n minute ago_::_%n minutes ago_" : ["%n хвіліну таму","%n хвіліны таму","%n хвілін таму","%n хвілін таму"],
"in a few seconds" : "праз некалькі секунд",
"seconds ago" : "с таму",
"Empty file" : "Пусты файл",
+ "Could not convert file" : "Не атрымалася канвертаваць файл",
"%1$s (renamed)" : "%1$s (перайменаваны)",
"Templates" : "Шаблоны",
"__language_name__" : "Беларуская",
diff --git a/lib/l10n/be.json b/lib/l10n/be.json
index 96d8f861d9b..9a410c17f7d 100644
--- a/lib/l10n/be.json
+++ b/lib/l10n/be.json
@@ -17,13 +17,20 @@
"_%n day ago_::_%n days ago_" : ["%n дзень таму","%n дні таму","%n дзён таму","%n дзён таму"],
"next month" : "у наступным месяцы",
"last month" : "у мінулым месяцы",
+ "_in %n month_::_in %n months_" : ["праз %n месяц","праз %n месяцы","праз %n месяцаў","праз %n месяцаў"],
+ "_%n month ago_::_%n months ago_" : ["%n месяц таму","%n месяцы таму","%n месяцаў таму","%n месяцаў таму"],
"next year" : "у наступным годзе",
"last year" : "у мінулым годзе",
"_in %n year_::_in %n years_" : ["праз %n год","праз %n гады","праз %n гадоў","праз %n гадоў"],
"_%n year ago_::_%n years ago_" : ["%n год таму","%n гады таму","%n гадоў таму","%n гадоў таму"],
+ "_in %n hour_::_in %n hours_" : ["праз %n гадзіну","праз %n гадзіны","праз %n гадзін","праз %n гадзін"],
+ "_%n hour ago_::_%n hours ago_" : ["%n гадзіну таму","%n гадзіны таму","%n гадзін таму","%n гадзін таму"],
+ "_in %n minute_::_in %n minutes_" : ["праз %n хвіліну","праз %n хвіліны","праз %n хвілін","праз %n хвілін"],
+ "_%n minute ago_::_%n minutes ago_" : ["%n хвіліну таму","%n хвіліны таму","%n хвілін таму","%n хвілін таму"],
"in a few seconds" : "праз некалькі секунд",
"seconds ago" : "с таму",
"Empty file" : "Пусты файл",
+ "Could not convert file" : "Не атрымалася канвертаваць файл",
"%1$s (renamed)" : "%1$s (перайменаваны)",
"Templates" : "Шаблоны",
"__language_name__" : "Беларуская",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 9c7ea8f5f41..a01ed7e43b8 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -275,6 +275,7 @@ OC.L10N.register(
"A valid Login must be provided" : "Se debe proporcionar un usuario válido",
"Login contains whitespace at the beginning or at the end" : "El usuario contiene espacios en blanco al inicio o al final",
"Login must not consist of dots only" : "El usuario no debe consistir sólo de puntos",
+ "Username is too long" : "El nombre de usuario es demasiado largo",
"Login is invalid because files already exist for this user" : "El nombre de inicio de sesión es inválido porque ya existen archivos para este usuario",
"Account disabled" : "Cuenta deshabilitada",
"Login canceled by app" : "Login cancelado por la app",
@@ -328,13 +329,17 @@ OC.L10N.register(
"Images" : "Imágenes",
"Images to ask a question about" : "Imágenes sobre las cuales se formulará una pregunta",
"Question" : "Pregunta",
+ "What to ask about the images." : "Que preguntar sobre las imágenes.",
"Generated response" : "Respuesta generada",
"The answer to the question" : "La respuesta a la pregunta",
+ "Audio chat" : "Chat de audio",
"Voice chat with the assistant" : "Chat de voz con el asistente",
"System prompt" : "Prompt del sistema",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definir las reglas y supuestos que el asistente debe seguir durante la conversación.",
"Chat voice message" : "Mensaje de voz del chat",
+ "Describe a task that you want the assistant to do or ask a question." : "Describa una tarea que desea que el asistente realice o haga una pregunta.",
"Chat history" : "Historial de la conversación",
+ "The history of chat messages before the current message, starting with a message by the user." : "El historial de mensajes de chat anterior al mensaje actual, comenzando con un mensaje de parte del usuario.",
"Input transcript" : "Transcripción de entrada",
"Transcription of the audio input" : "Transcripción de la entrada de audio",
"Response voice message" : "Mensaje de voz de respuesta",
@@ -347,6 +352,8 @@ OC.L10N.register(
"The audio to transcribe" : "El audio a transcribir",
"Transcription" : "Transcripción",
"The transcribed text" : "El texto transcrito",
+ "Chat by voice with an agent" : "Chatear a través de voz con un agente",
+ "Describe a task that you want the agent to do or ask a question." : "Describa una tarea que desea que el asistente realice o haga una pregunta.",
"Confirmation" : "Confirmación",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Si se deben confirmar acciones solicitadas anteriormente: 0 para denegar y 1 para confirmar.",
"Conversation token" : "Token de conversación",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 29ee23631f9..fc43c0e1d91 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -273,6 +273,7 @@
"A valid Login must be provided" : "Se debe proporcionar un usuario válido",
"Login contains whitespace at the beginning or at the end" : "El usuario contiene espacios en blanco al inicio o al final",
"Login must not consist of dots only" : "El usuario no debe consistir sólo de puntos",
+ "Username is too long" : "El nombre de usuario es demasiado largo",
"Login is invalid because files already exist for this user" : "El nombre de inicio de sesión es inválido porque ya existen archivos para este usuario",
"Account disabled" : "Cuenta deshabilitada",
"Login canceled by app" : "Login cancelado por la app",
@@ -326,13 +327,17 @@
"Images" : "Imágenes",
"Images to ask a question about" : "Imágenes sobre las cuales se formulará una pregunta",
"Question" : "Pregunta",
+ "What to ask about the images." : "Que preguntar sobre las imágenes.",
"Generated response" : "Respuesta generada",
"The answer to the question" : "La respuesta a la pregunta",
+ "Audio chat" : "Chat de audio",
"Voice chat with the assistant" : "Chat de voz con el asistente",
"System prompt" : "Prompt del sistema",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definir las reglas y supuestos que el asistente debe seguir durante la conversación.",
"Chat voice message" : "Mensaje de voz del chat",
+ "Describe a task that you want the assistant to do or ask a question." : "Describa una tarea que desea que el asistente realice o haga una pregunta.",
"Chat history" : "Historial de la conversación",
+ "The history of chat messages before the current message, starting with a message by the user." : "El historial de mensajes de chat anterior al mensaje actual, comenzando con un mensaje de parte del usuario.",
"Input transcript" : "Transcripción de entrada",
"Transcription of the audio input" : "Transcripción de la entrada de audio",
"Response voice message" : "Mensaje de voz de respuesta",
@@ -345,6 +350,8 @@
"The audio to transcribe" : "El audio a transcribir",
"Transcription" : "Transcripción",
"The transcribed text" : "El texto transcrito",
+ "Chat by voice with an agent" : "Chatear a través de voz con un agente",
+ "Describe a task that you want the agent to do or ask a question." : "Describa una tarea que desea que el asistente realice o haga una pregunta.",
"Confirmation" : "Confirmación",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Si se deben confirmar acciones solicitadas anteriormente: 0 para denegar y 1 para confirmar.",
"Conversation token" : "Token de conversación",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 002812cb4a3..77759ed722f 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -324,18 +324,36 @@ OC.L10N.register(
"Storage is temporarily not available" : "ストレージは一時的に利用できません",
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
+ "Analyze images" : "画像を分析する",
+ "Ask a question about the given images." : "与えられた画像について質問してください。",
"Images" : "画像",
+ "Images to ask a question about" : "質問したい画像",
"Question" : "質問",
+ "What to ask about the images." : "画像について質問すべきこと。",
"Generated response" : "生成された応答",
+ "The answer to the question" : "質問への回答",
+ "Audio chat" : "音声チャット",
+ "Voice chat with the assistant" : "アシスタントとの音声チャット",
"System prompt" : "システムプロンプト",
"Define rules and assumptions that the assistant should follow during the conversation." : "会話中にアシスタントが従うべきルールと前提条件を定義します。",
+ "Chat voice message" : "チャット音声メッセージ",
+ "Describe a task that you want the assistant to do or ask a question." : "アシスタントに実行してほしいタスクを説明するか質問を投げかけてください。",
"Chat history" : "チャット履歴",
+ "The history of chat messages before the current message, starting with a message by the user." : "現在のメッセージ以前に送信されたチャットメッセージの履歴で、ユーザーが送信したメッセージから始まるもの。",
+ "Input transcript" : "文字起こしを入力",
+ "Transcription of the audio input" : "音声入力の文字起こし",
+ "Response voice message" : "応答音声メッセージ",
+ "The generated voice response as part of the conversation" : "会話の一部として生成された音声応答",
+ "Output transcript" : "文字起こしを出力",
+ "Transcription of the audio output" : "音声出力の文字起こし",
"Transcribe audio" : "音声の書き起こし",
"Transcribe the things said in an audio" : "音声で言ったことを書き起こす",
"Audio input" : "音声入力",
"The audio to transcribe" : "文字起こしする音声",
"Transcription" : "書き起こし",
"The transcribed text" : "書き起こされたテキスト",
+ "Chat by voice with an agent" : "エージェントと音声でチャットする",
+ "Describe a task that you want the agent to do or ask a question." : "エージェントに実行してほしいタスクを説明するか質問を投げかけてください。エージェントと音声でチャットできます。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "以前に要求されたアクションを承認するかどうか: 0なら拒否、1なら承認。",
"Conversation token" : "会話トークン",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 1fdcad48c1c..31f59295d19 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -322,18 +322,36 @@
"Storage is temporarily not available" : "ストレージは一時的に利用できません",
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。",
+ "Analyze images" : "画像を分析する",
+ "Ask a question about the given images." : "与えられた画像について質問してください。",
"Images" : "画像",
+ "Images to ask a question about" : "質問したい画像",
"Question" : "質問",
+ "What to ask about the images." : "画像について質問すべきこと。",
"Generated response" : "生成された応答",
+ "The answer to the question" : "質問への回答",
+ "Audio chat" : "音声チャット",
+ "Voice chat with the assistant" : "アシスタントとの音声チャット",
"System prompt" : "システムプロンプト",
"Define rules and assumptions that the assistant should follow during the conversation." : "会話中にアシスタントが従うべきルールと前提条件を定義します。",
+ "Chat voice message" : "チャット音声メッセージ",
+ "Describe a task that you want the assistant to do or ask a question." : "アシスタントに実行してほしいタスクを説明するか質問を投げかけてください。",
"Chat history" : "チャット履歴",
+ "The history of chat messages before the current message, starting with a message by the user." : "現在のメッセージ以前に送信されたチャットメッセージの履歴で、ユーザーが送信したメッセージから始まるもの。",
+ "Input transcript" : "文字起こしを入力",
+ "Transcription of the audio input" : "音声入力の文字起こし",
+ "Response voice message" : "応答音声メッセージ",
+ "The generated voice response as part of the conversation" : "会話の一部として生成された音声応答",
+ "Output transcript" : "文字起こしを出力",
+ "Transcription of the audio output" : "音声出力の文字起こし",
"Transcribe audio" : "音声の書き起こし",
"Transcribe the things said in an audio" : "音声で言ったことを書き起こす",
"Audio input" : "音声入力",
"The audio to transcribe" : "文字起こしする音声",
"Transcription" : "書き起こし",
"The transcribed text" : "書き起こされたテキスト",
+ "Chat by voice with an agent" : "エージェントと音声でチャットする",
+ "Describe a task that you want the agent to do or ask a question." : "エージェントに実行してほしいタスクを説明するか質問を投げかけてください。エージェントと音声でチャットできます。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "以前に要求されたアクションを承認するかどうか: 0なら拒否、1なら承認。",
"Conversation token" : "会話トークン",
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js
index 8b49f0914e5..102926f9e1d 100644
--- a/lib/l10n/mk.js
+++ b/lib/l10n/mk.js
@@ -77,6 +77,9 @@ OC.L10N.register(
"Empty file" : "Празна датотека",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул со ИД: %s не постои. Овозможете го во параметрите на апликациите или контактирајте администратор.",
"Dot files are not allowed" : "Датотеки само со точки не се дозволени",
+ "%1$s (renamed)" : "%1$s (преименувано)",
+ "renamed file" : "преименувана датотека",
+ "Filenames must not end with \"%1$s\"." : "Името неможе да завршува со \"%1$s\".",
"File already exists" : "Датотека веќе постои",
"Invalid path" : "Невалидна патека",
"Failed to create file from template" : "Неуспешно креирање на датотека од шаблон",
diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json
index db83bccd774..d9de1976caf 100644
--- a/lib/l10n/mk.json
+++ b/lib/l10n/mk.json
@@ -75,6 +75,9 @@
"Empty file" : "Празна датотека",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул со ИД: %s не постои. Овозможете го во параметрите на апликациите или контактирајте администратор.",
"Dot files are not allowed" : "Датотеки само со точки не се дозволени",
+ "%1$s (renamed)" : "%1$s (преименувано)",
+ "renamed file" : "преименувана датотека",
+ "Filenames must not end with \"%1$s\"." : "Името неможе да завршува со \"%1$s\".",
"File already exists" : "Датотека веќе постои",
"Invalid path" : "Невалидна патека",
"Failed to create file from template" : "Неуспешно креирање на датотека од шаблон",
diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js
index 0eca41da17e..84ddd8abf9b 100644
--- a/lib/l10n/sw.js
+++ b/lib/l10n/sw.js
@@ -59,7 +59,9 @@ OC.L10N.register(
"Transcribe audio" : "Transcribe audio",
"Audio input" : "Audio input",
"Confirmation" : "Uthibitisho",
+ "Generate image" : "Generate image",
"Prompt" : "Prompt",
+ "Describe the image you want to generate" : "Describe the image you want to generate",
"Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question",
"The history of chat messages before the current message, starting with a message by the user" : "The history of chat messages before the current message, starting with a message by the user",
"Text" : "Maandishi",
diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json
index 5759a8f07f4..6adf1f1d8ee 100644
--- a/lib/l10n/sw.json
+++ b/lib/l10n/sw.json
@@ -57,7 +57,9 @@
"Transcribe audio" : "Transcribe audio",
"Audio input" : "Audio input",
"Confirmation" : "Uthibitisho",
+ "Generate image" : "Generate image",
"Prompt" : "Prompt",
+ "Describe the image you want to generate" : "Describe the image you want to generate",
"Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question",
"The history of chat messages before the current message, starting with a message by the user" : "The history of chat messages before the current message, starting with a message by the user",
"Text" : "Maandishi",