2025-04-11 08:14:27 +08:00

104 lines
3.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
title: 'ツール',
createCustomTool: 'カスタムツールの作成',
type: {
all: 'すべて',
builtIn: '内蔵',
custom: 'カスタム',
},
contribute: {
line1: '興味があります ',
line2: 'Difyにツールを貢献すること。',
viewGuide: 'ガイドを見る',
},
author: '作成者',
auth: {
unauthorized: '認証が必要',
authorized: '認証済み',
setup: '使用するために認証を設定',
setupModalTitle: '認証設定',
setupModalTitleDescription: '資格情報を設定すると、ワークスペース内のすべてのメンバーがアプリケーションを編成する際にこのツールを使用できるようになります。',
},
includeToolNum: '{{num}} のツールが含まれています',
addTool: 'ツールを追加',
createTool: {
title: 'カスタムツールの作成',
editAction: '設定',
editTitle: 'カスタムツールの編集',
name: '名前',
toolNamePlaceHolder: 'ツール名を入力してください',
schema: 'スキーマ',
schemaPlaceHolder: 'ここにOpenAPIスキーマを入力してください',
viewSchemaSpec: 'OpenAPI-Swagger仕様を見る',
importFromUrl: 'URLからインポート',
importFromUrlPlaceHolder: 'https://...',
urlError: '有効なURLを入力してください',
examples: '例',
exampleOptions: {
json: '天気予報JSON',
yaml: 'ペットストアYAML',
blankTemplate: '空のテンプレート',
},
availableTools: {
title: '利用可能なツール',
name: '名前',
description: '説明',
method: 'メソッド',
path: 'パス',
action: 'アクション',
test: 'テスト',
},
authMethod: {
title: '認証方法',
type: '認証タイプ',
types: {
none: 'なし',
api_key: 'APIキー',
},
key: 'キー',
value: '値',
},
privacyPolicy: 'プライバシーポリシー',
privacyPolicyPlaceholder: 'プライバシーポリシーを入力してください',
},
test: {
title: 'テスト',
parametersValue: 'パラメータと値',
parameters: 'パラメータ',
value: '値',
testResult: 'テスト結果',
testResultPlaceholder: 'テスト結果はここに表示されます',
},
thought: {
using: '使用中',
used: '使用済み',
requestTitle: 'リクエスト先',
responseTitle: 'レスポンス元',
},
setBuiltInTools: {
info: '情報',
setting: '設定',
toolDescription: 'ツールの説明',
parameters: 'パラメータ',
string: '文字列',
number: '数値',
required: '必須',
infoAndSetting: '情報と設定',
},
noCustomTool: {
title: 'カスタムツールがありません!',
content: 'ここでカスタムツールを追加および管理して、AIアプリを構築します。',
createTool: 'ツールの作成',
},
noSearchRes: {
title: '申し訳ありません、結果が見つかりません!',
content: '検索条件に一致するツールは見つかりませんでした。',
reset: '検索をリセット',
},
builtInPromptTitle: 'プロンプト',
toolRemoved: 'ツールが削除されました',
notAuthorized: 'ツールが認証されていません',
}
export default translation