pull/402/head
Pete Matsyburka 1 month ago
parent ab8c41a520
commit 7ec3282b56

@ -236,7 +236,7 @@
</span>
</template>
<template v-else>
<IconListSearch width="22" />
<IconSparkles width="22" />
<span
class="hidden md:inline"
>
@ -268,7 +268,7 @@
import Field from './field'
import FieldType from './field_type'
import FieldSubmitter from './field_submitter'
import { IconLock, IconCirclePlus, IconInnerShadowTop, IconListSearch } from '@tabler/icons-vue'
import { IconLock, IconCirclePlus, IconInnerShadowTop, IconSparkles } from '@tabler/icons-vue'
import IconDrag from './icon_drag'
export default {
@ -277,7 +277,7 @@ export default {
Field,
FieldType,
IconCirclePlus,
IconListSearch,
IconSparkles,
IconInnerShadowTop,
FieldSubmitter,
IconDrag,

@ -188,6 +188,7 @@ const en = {
}
const es = {
autodetect_fields: 'Autodetectar campos',
analyzing_: 'Analizando...',
download: 'Descargar',
downloading_: 'Descargando...',
@ -376,6 +377,7 @@ const es = {
}
const it = {
autodetect_fields: 'Rileva campi',
analyzing_: 'Analisi...',
download: 'Scarica',
downloading_: 'Download in corso...',
@ -564,6 +566,7 @@ const it = {
}
const pt = {
autodetect_fields: 'Detectar campos',
analyzing_: 'Analisando...',
download: 'Baixar',
downloading_: 'Baixando...',
@ -752,6 +755,7 @@ const pt = {
}
const fr = {
autodetect_fields: 'Détecter les champs',
analyzing_: 'Analyse...',
download: 'Télécharger',
downloading_: 'Téléchargement...',
@ -940,6 +944,7 @@ const fr = {
}
const de = {
autodetect_fields: 'Felder erkennen',
analyzing_: 'Analysiere...',
download: 'Download',
downloading_: 'Download...',
@ -1128,6 +1133,7 @@ const de = {
}
const nl = {
autodetect_fields: 'Velden detecteren',
analyzing_: 'Analyseren...',
download: 'Downloaden',
downloading_: 'Downloaden...',

Loading…
Cancel
Save