mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 21:27:14 +00:00
feat(web): edit entity details from page titles
This commit is contained in:
@@ -42,6 +42,10 @@ const enUS = {
|
||||
joinDiscord: 'Join our Discord',
|
||||
create: 'Create',
|
||||
edit: 'Edit',
|
||||
editBasicInfo: 'Edit basic information',
|
||||
editBasicInfoDescription: 'Change the name, description, and icon.',
|
||||
editBasicInfoDescriptionNoIcon: 'Change the name and description.',
|
||||
management: 'Management',
|
||||
delete: 'Delete',
|
||||
add: 'Add',
|
||||
select: 'Select',
|
||||
@@ -688,6 +692,9 @@ const enUS = {
|
||||
messageEventsOnly: 'Message events only',
|
||||
basicInfo: 'Basic Information',
|
||||
basicInfoDescription: 'Set the name, icon, description and enabled state',
|
||||
availability: 'Availability',
|
||||
availabilityDescription:
|
||||
'Control whether this Agent can receive and process events.',
|
||||
runnerSettings: 'Runner',
|
||||
advanced: 'Advanced',
|
||||
bindableEvents: 'Bindable Event Range',
|
||||
@@ -1233,6 +1240,7 @@ const enUS = {
|
||||
earliestEdited: 'Earliest Edited',
|
||||
basicInfo: 'Basic Information',
|
||||
basicInfoDescription: 'Set the pipeline name, icon and description',
|
||||
managementDescription: 'Copy or delete this pipeline.',
|
||||
aiCapabilities: 'AI',
|
||||
triggerConditions: 'Trigger',
|
||||
safetyControls: 'Safety',
|
||||
|
||||
@@ -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: '安全制御',
|
||||
|
||||
@@ -41,6 +41,10 @@ const zhHans = {
|
||||
joinDiscord: '加入 Discord 社区',
|
||||
create: '创建',
|
||||
edit: '编辑',
|
||||
editBasicInfo: '编辑基本信息',
|
||||
editBasicInfoDescription: '修改名称、描述和图标。',
|
||||
editBasicInfoDescriptionNoIcon: '修改名称和描述。',
|
||||
management: '管理',
|
||||
delete: '删除',
|
||||
add: '添加',
|
||||
select: '请选择',
|
||||
@@ -658,6 +662,8 @@ const zhHans = {
|
||||
messageEventsOnly: '仅支持消息事件',
|
||||
basicInfo: '基础信息',
|
||||
basicInfoDescription: '设置名称、图标、描述和启用状态',
|
||||
availability: '启用状态',
|
||||
availabilityDescription: '控制此 Agent 是否可以接收并处理事件。',
|
||||
runnerSettings: '运行器',
|
||||
advanced: '高级',
|
||||
bindableEvents: '可绑定事件范围',
|
||||
@@ -1175,6 +1181,7 @@ const zhHans = {
|
||||
earliestEdited: '最早编辑',
|
||||
basicInfo: '基础信息',
|
||||
basicInfoDescription: '设置流水线名称、图标和描述',
|
||||
managementDescription: '复制或删除此流水线。',
|
||||
aiCapabilities: 'AI 能力',
|
||||
triggerConditions: '触发条件',
|
||||
safetyControls: '安全控制',
|
||||
|
||||
Reference in New Issue
Block a user