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 IDPanel TypePanel Actions{{ $t('dynamic.panel.id') }}{{ $t('dynamic.panel.type') }}{{ $t('dynamic.panel.actions') }}
{{ item.id }} {{ item.panel.type }} - Edit | - Remove + {{ $t('editor.chart.label.edit') }} | + {{ $t('editor.remove') }}
-

⚠ Panel ID is already taken.

+

{{ $t('dynamic.panel.idTaken') }}


- + - +

- An error occurred when trying to load image. + {{ $t('editor.image.loadingError') }}

@@ -32,7 +32,7 @@ {{ $t('editor.browse') }}

- Context link shows up at the bottom of the page to provide additional resources for interested users + {{ $t('editor.contextLink.info') }}


@@ -68,7 +68,7 @@

- Context label shows up before the context link to explain what the link is for + {{ $t('editor.contextLabel.info') }}


diff --git a/src/components/editor/image-editor.vue b/src/components/editor/image-editor.vue index df3b51da..4dfb6f83 100644 --- a/src/components/editor/image-editor.vue +++ b/src/components/editor/image-editor.vue @@ -31,7 +31,7 @@ - Click and drag to reorder images + {{ $t('editor.image.reorder') }} @@ -48,19 +48,19 @@ @delete="deleteImage" >
- +
- +
- +
diff --git a/src/components/editor/map-editor.vue b/src/components/editor/map-editor.vue index c5a98c4e..f0bae693 100644 --- a/src/components/editor/map-editor.vue +++ b/src/components/editor/map-editor.vue @@ -1,10 +1,10 @@