diff --git a/src/components/editor/dynamic-editor.vue b/src/components/editor/dynamic-editor.vue index 5e6b8ef8..8d8b27cf 100644 --- a/src/components/editor/dynamic-editor.vue +++ b/src/components/editor/dynamic-editor.vue @@ -7,14 +7,14 @@ class="border hover:bg-gray-100" :class="editingStatus === 'text' ? 'border-black' : 'border-gray-300'" > - Text Section + {{ $t('dynamic.textSection') }} @@ -30,22 +30,22 @@
Panel ID | -Panel Type | -Panel Actions | +{{ $t('dynamic.panel.id') }} | +{{ $t('dynamic.panel.type') }} | +{{ $t('dynamic.panel.actions') }} |
---|---|---|---|---|---|
{{ item.id }} | {{ item.panel.type }} | - switchSlide(idx)">Edit | - removeSlide(idx)">Remove + switchSlide(idx)">{{ $t('editor.chart.label.edit') }} | + removeSlide(idx)">{{ $t('editor.remove') }} | |||
- ⚠ Panel ID is already taken. +{{ $t('dynamic.panel.idTaken') }} |