File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
libs/sq-server-commons/src/l10n Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1996,6 +1996,16 @@ export const defaultMessages = {
19961996 'architecture.page.model.same_source_and_target': 'A group cannot be connected to itself',
19971997 'architecture.page.model.source_and_target_are_not_siblings':
19981998 'A group cannot be connected to a group that is not a sibling',
1999+ 'architecture.page.model.modal.edit_component.title': 'Edit Component',
2000+ 'architecture.page.model.modal.edit_component.description':
2001+ 'Edit the component and its code artifacts.',
2002+ 'architecture.page.model.modal.edit_component_name': 'Component name',
2003+ 'architecture.page.model.modal.edit_component_name_placeholder': 'Enter component name...',
2004+ 'architecture.page.model.modal.code_artifacts': 'Code Artifacts',
2005+ 'architecture.page.model.modal.search_artifacts': 'Search artifacts',
2006+ 'architecture.page.model.modal.covered_by': 'covered by {pattern}',
2007+ 'architecture.page.model.modal.assigned': 'Assigned',
2008+ 'architecture.page.model.modal.unassigned': 'Unassigned',
19992009 'architecture.page.model.title': 'Architecture model',
20002010 'architecture.page.model.subtitle': 'Define your architecture model as code',
20012011 'architecture.page.model.description': 'You can define your architecture model as code below.',
You can’t perform that action at this time.
0 commit comments