mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-29 05:37: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',
|
||||
|
||||
Reference in New Issue
Block a user