Skip to content

Commit f142cc2

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent ecbcd6d commit f142cc2

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

l10n/ja.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ OC.L10N.register(
88
"Context Chat search" : "コンテキストチャット検索",
99
"Search with Context Chat." : "コンテキスト チャットで検索します。",
1010
"Prompt" : "プロンプト",
11+
"Search your documents, files and more" : "ドキュメントやファイルなどを検索します",
1112
"Scope type" : "スコープタイプ",
1213
"Scope list" : "スコープリスト",
1314
"list of providers" : "プロバイダーのリスト",
1415
"Scope list metadata" : "スコープリストのメタデータ",
16+
"Required to nicely render the scope list in assistant" : "アシスタント画面でスコープリストを適切に表示するために必要です。",
17+
"Max result number" : "最大出力数",
18+
"Maximum number of results returned by Context Chat" : "コンテキスト チャットによって返される結果の最大数",
1519
"Sources" : "ソース",
1620
"The sources that were found" : "発見された情報源",
1721
"Context Chat" : "コンテキストチャット",
@@ -20,19 +24,30 @@ OC.L10N.register(
2024
"list of sources or providers" : "情報源またはプロバイダーのリスト",
2125
"Generated response" : "生成された応答",
2226
"The text generated by the model" : "モデルによって生成されたテキスト",
27+
"The sources referenced to generate the above response" : "上記の応答を生成するために参照されたソース",
2328
"Nextcloud Assistant Context Chat" : "Nextcloudコンテキストチャット",
2429
"Chat with your documents" : "ドキュメントとチャット",
30+
"Ask questions to Nextcloud Assistant about the content of your documents.\n\nInstall the given apps for Context Chat to work as desired **in the given order**:\n- [AppAPI from the Apps page](https://apps.nextcloud.com/apps/app_api)\n- [Context Chat Backend (same major and minor version as Context Chat app below) from the External Apps page](https://apps.nextcloud.com/apps/context_chat_backend)\n- [Context Chat (same major and minor version as the backend) from the Apps page](https://apps.nextcloud.com/apps/context_chat)\n- [Assistant from the Apps page](https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Task Processing OCP API consumer like the Assistant app, which is also the officially supported universal UI for all the AI providers.\n- Text2Text Task Processing Provider like [llm2 from the External Apps page](https://apps.nextcloud.com/apps/llm2) or [integration_openai from the Apps page](https://apps.nextcloud.com/apps/integration_openai)\n\nSetup background job workers as described here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\nNote:\nRefer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon." : "Nextcloud Assistantでコンテキストチャットで検索質問するには\n\nContext Chatを意図した通りに動作させるには、以下のアプリを**指定された順序で**インストールしてください:\n- [アプリページからAppAPI](https://apps.nextcloud.com/apps/app_api)\n- [外部アプリページからContext Chat Backend(下記Context Chatアプリと同じメジャー/マイナーバージョン)](https://apps.nextcloud.com/apps/context_chat_backend)\n- [アプリページからContext Chat(バックエンドと同じメジャー/マイナーバージョン)](https://apps.nextcloud.com/apps/context_chat)\n- [アプリページからアシスタント](https://apps.nextcloud.com/apps/assistant)。OCS APIまたは`occ`コマンドでもこのアプリと利用できますが、アシスタントアプリのようなタスク処理OCP APIコンシューマー経由での操作が推奨です。アシスタントアプリは、すべてのAIプロバイダー向けに公式サポートされているユニバーサルUIです。\n- Text2Text タスク処理プロバイダー:[外部アプリページから llm2](https://apps.nextcloud.com/apps/llm2) または [アプリページから integration_openai](https://apps.nextcloud.com/apps/integration_openai)\n\nバックグラウンドジョブワーカーの設定方法はこちらを参照してください: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n注意:\nAppAPIのデプロイデーモン設定については、[Context Chat Backendのreadme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file)および[AppAPIのドキュメント](https://cloud-py-api.github.io/app_api/)を参照してください。",
2531
"never" : "なし",
2632
"{time} ago" : "{time} 前",
2733
"Indexing Status" : "インデックスステータス",
34+
"The initial indexing run finished {date}." : "初期インデックス作成処理は{date}に完了しました。",
2835
"The initial indexing is still running." : "初期インデックス作成はまだ実行中です。",
2936
"The Context Chat Backend app is installed and responsive." : "Context Chat Backend アプリがインストールされ、応答します。",
37+
"The Context Chat Backend app is not installed or not responsing." : "コンテキストチャットバックエンドアプリがインストールされていないか、応答していません。",
38+
"Less files were indexed than expected. Only {percent}% files out of {eligibleCount} are in the VectorDB." : "ファイルがインデックス化されたファイルは想定よりも少ないです。VectorDBに登録されているのは全対象ファイル{eligibleCount}のうちの{percent}のみです。",
3039
"Content provider" : "コンテンツプロバイダー",
40+
"Queued documents including updates" : "更新も含んだインデックス待ちのドキュメント",
41+
"Documents in vector database" : "ベクトルデータベース内のドキュメント",
42+
"CC Backend unavailable" : "コンテキストチャットバックエンドが利用できません",
3143
"({count} sent)" : "( {count}送信済み)",
3244
"Eligible files for indexing: {count}" : "インデックス作成対象ファイル: {count}",
45+
"Queued content update actions: {count}" : "コンテンツ更新キューに登録されている数: {count}",
46+
"Queued file system events: {count}" : "ファイルシステムイベントキューに登録されている数: {count}",
3347
"Download Logs" : "ログのダウンロード",
3448
"Download the PHP App logs" : "PHPのアプリログをダウンロード",
3549
"Download the Ex-App Backend logs" : "ExAppバックエンドログをダウンロード",
36-
"Official documentation" : "公式ドキュメント"
50+
"Official documentation" : "公式ドキュメント",
51+
"_({count} new file)_::_({count} new files)_" : ["(新規ファイル {count})"]
3752
},
3853
"nplurals=1; plural=0;");

l10n/ja.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
"Context Chat search" : "コンテキストチャット検索",
77
"Search with Context Chat." : "コンテキスト チャットで検索します。",
88
"Prompt" : "プロンプト",
9+
"Search your documents, files and more" : "ドキュメントやファイルなどを検索します",
910
"Scope type" : "スコープタイプ",
1011
"Scope list" : "スコープリスト",
1112
"list of providers" : "プロバイダーのリスト",
1213
"Scope list metadata" : "スコープリストのメタデータ",
14+
"Required to nicely render the scope list in assistant" : "アシスタント画面でスコープリストを適切に表示するために必要です。",
15+
"Max result number" : "最大出力数",
16+
"Maximum number of results returned by Context Chat" : "コンテキスト チャットによって返される結果の最大数",
1317
"Sources" : "ソース",
1418
"The sources that were found" : "発見された情報源",
1519
"Context Chat" : "コンテキストチャット",
@@ -18,19 +22,30 @@
1822
"list of sources or providers" : "情報源またはプロバイダーのリスト",
1923
"Generated response" : "生成された応答",
2024
"The text generated by the model" : "モデルによって生成されたテキスト",
25+
"The sources referenced to generate the above response" : "上記の応答を生成するために参照されたソース",
2126
"Nextcloud Assistant Context Chat" : "Nextcloudコンテキストチャット",
2227
"Chat with your documents" : "ドキュメントとチャット",
28+
"Ask questions to Nextcloud Assistant about the content of your documents.\n\nInstall the given apps for Context Chat to work as desired **in the given order**:\n- [AppAPI from the Apps page](https://apps.nextcloud.com/apps/app_api)\n- [Context Chat Backend (same major and minor version as Context Chat app below) from the External Apps page](https://apps.nextcloud.com/apps/context_chat_backend)\n- [Context Chat (same major and minor version as the backend) from the Apps page](https://apps.nextcloud.com/apps/context_chat)\n- [Assistant from the Apps page](https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Task Processing OCP API consumer like the Assistant app, which is also the officially supported universal UI for all the AI providers.\n- Text2Text Task Processing Provider like [llm2 from the External Apps page](https://apps.nextcloud.com/apps/llm2) or [integration_openai from the Apps page](https://apps.nextcloud.com/apps/integration_openai)\n\nSetup background job workers as described here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\nNote:\nRefer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon." : "Nextcloud Assistantでコンテキストチャットで検索質問するには\n\nContext Chatを意図した通りに動作させるには、以下のアプリを**指定された順序で**インストールしてください:\n- [アプリページからAppAPI](https://apps.nextcloud.com/apps/app_api)\n- [外部アプリページからContext Chat Backend(下記Context Chatアプリと同じメジャー/マイナーバージョン)](https://apps.nextcloud.com/apps/context_chat_backend)\n- [アプリページからContext Chat(バックエンドと同じメジャー/マイナーバージョン)](https://apps.nextcloud.com/apps/context_chat)\n- [アプリページからアシスタント](https://apps.nextcloud.com/apps/assistant)。OCS APIまたは`occ`コマンドでもこのアプリと利用できますが、アシスタントアプリのようなタスク処理OCP APIコンシューマー経由での操作が推奨です。アシスタントアプリは、すべてのAIプロバイダー向けに公式サポートされているユニバーサルUIです。\n- Text2Text タスク処理プロバイダー:[外部アプリページから llm2](https://apps.nextcloud.com/apps/llm2) または [アプリページから integration_openai](https://apps.nextcloud.com/apps/integration_openai)\n\nバックグラウンドジョブワーカーの設定方法はこちらを参照してください: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\n注意:\nAppAPIのデプロイデーモン設定については、[Context Chat Backendのreadme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file)および[AppAPIのドキュメント](https://cloud-py-api.github.io/app_api/)を参照してください。",
2329
"never" : "なし",
2430
"{time} ago" : "{time} 前",
2531
"Indexing Status" : "インデックスステータス",
32+
"The initial indexing run finished {date}." : "初期インデックス作成処理は{date}に完了しました。",
2633
"The initial indexing is still running." : "初期インデックス作成はまだ実行中です。",
2734
"The Context Chat Backend app is installed and responsive." : "Context Chat Backend アプリがインストールされ、応答します。",
35+
"The Context Chat Backend app is not installed or not responsing." : "コンテキストチャットバックエンドアプリがインストールされていないか、応答していません。",
36+
"Less files were indexed than expected. Only {percent}% files out of {eligibleCount} are in the VectorDB." : "ファイルがインデックス化されたファイルは想定よりも少ないです。VectorDBに登録されているのは全対象ファイル{eligibleCount}のうちの{percent}のみです。",
2837
"Content provider" : "コンテンツプロバイダー",
38+
"Queued documents including updates" : "更新も含んだインデックス待ちのドキュメント",
39+
"Documents in vector database" : "ベクトルデータベース内のドキュメント",
40+
"CC Backend unavailable" : "コンテキストチャットバックエンドが利用できません",
2941
"({count} sent)" : "( {count}送信済み)",
3042
"Eligible files for indexing: {count}" : "インデックス作成対象ファイル: {count}",
43+
"Queued content update actions: {count}" : "コンテンツ更新キューに登録されている数: {count}",
44+
"Queued file system events: {count}" : "ファイルシステムイベントキューに登録されている数: {count}",
3145
"Download Logs" : "ログのダウンロード",
3246
"Download the PHP App logs" : "PHPのアプリログをダウンロード",
3347
"Download the Ex-App Backend logs" : "ExAppバックエンドログをダウンロード",
34-
"Official documentation" : "公式ドキュメント"
48+
"Official documentation" : "公式ドキュメント",
49+
"_({count} new file)_::_({count} new files)_" : ["(新規ファイル {count})"]
3550
},"pluralForm" :"nplurals=1; plural=0;"
3651
}

0 commit comments

Comments
 (0)