mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-23 09:56:39 +08:00
feat(web): edit entity details from page titles
This commit is contained in:
@@ -43,6 +43,10 @@ const jaJP = {
|
||||
joinDiscord: 'Discord に参加',
|
||||
create: '作成',
|
||||
edit: '編集',
|
||||
editBasicInfo: '基本情報を編集',
|
||||
editBasicInfoDescription: '名前、説明、アイコンを変更します。',
|
||||
editBasicInfoDescriptionNoIcon: '名前と説明を変更します。',
|
||||
management: '管理',
|
||||
delete: '削除',
|
||||
add: '追加',
|
||||
select: '選択してください',
|
||||
@@ -703,6 +707,9 @@ const jaJP = {
|
||||
messageEventsOnly: 'メッセージイベントのみ',
|
||||
basicInfo: '基本情報',
|
||||
basicInfoDescription: '名前、アイコン、説明、有効状態を設定します',
|
||||
availability: '有効状態',
|
||||
availabilityDescription:
|
||||
'この Agent がイベントを受信して処理できるかを制御します。',
|
||||
runnerSettings: 'Runner',
|
||||
advanced: '詳細',
|
||||
bindableEvents: '紐付け可能なイベント範囲',
|
||||
@@ -1198,6 +1205,7 @@ const jaJP = {
|
||||
earliestEdited: '最古編集',
|
||||
basicInfo: '基本情報',
|
||||
basicInfoDescription: 'パイプラインの名前、アイコン、説明を設定',
|
||||
managementDescription: 'このパイプラインを複製または削除します。',
|
||||
aiCapabilities: 'AI機能',
|
||||
triggerConditions: 'トリガー条件',
|
||||
safetyControls: '安全制御',
|
||||
|
||||
Reference in New Issue
Block a user