i18n
This commit is contained in:
@@ -236,7 +236,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<IconListSearch width="22" />
|
<IconSparkles width="22" />
|
||||||
<span
|
<span
|
||||||
class="hidden md:inline"
|
class="hidden md:inline"
|
||||||
>
|
>
|
||||||
@@ -268,7 +268,7 @@
|
|||||||
import Field from './field'
|
import Field from './field'
|
||||||
import FieldType from './field_type'
|
import FieldType from './field_type'
|
||||||
import FieldSubmitter from './field_submitter'
|
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'
|
import IconDrag from './icon_drag'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -277,7 +277,7 @@ export default {
|
|||||||
Field,
|
Field,
|
||||||
FieldType,
|
FieldType,
|
||||||
IconCirclePlus,
|
IconCirclePlus,
|
||||||
IconListSearch,
|
IconSparkles,
|
||||||
IconInnerShadowTop,
|
IconInnerShadowTop,
|
||||||
FieldSubmitter,
|
FieldSubmitter,
|
||||||
IconDrag,
|
IconDrag,
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ const en = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const es = {
|
const es = {
|
||||||
|
autodetect_fields: 'Autodetectar campos',
|
||||||
analyzing_: 'Analizando...',
|
analyzing_: 'Analizando...',
|
||||||
download: 'Descargar',
|
download: 'Descargar',
|
||||||
downloading_: 'Descargando...',
|
downloading_: 'Descargando...',
|
||||||
@@ -376,6 +377,7 @@ const es = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const it = {
|
const it = {
|
||||||
|
autodetect_fields: 'Rileva campi',
|
||||||
analyzing_: 'Analisi...',
|
analyzing_: 'Analisi...',
|
||||||
download: 'Scarica',
|
download: 'Scarica',
|
||||||
downloading_: 'Download in corso...',
|
downloading_: 'Download in corso...',
|
||||||
@@ -564,6 +566,7 @@ const it = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const pt = {
|
const pt = {
|
||||||
|
autodetect_fields: 'Detectar campos',
|
||||||
analyzing_: 'Analisando...',
|
analyzing_: 'Analisando...',
|
||||||
download: 'Baixar',
|
download: 'Baixar',
|
||||||
downloading_: 'Baixando...',
|
downloading_: 'Baixando...',
|
||||||
@@ -752,6 +755,7 @@ const pt = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const fr = {
|
const fr = {
|
||||||
|
autodetect_fields: 'Détecter les champs',
|
||||||
analyzing_: 'Analyse...',
|
analyzing_: 'Analyse...',
|
||||||
download: 'Télécharger',
|
download: 'Télécharger',
|
||||||
downloading_: 'Téléchargement...',
|
downloading_: 'Téléchargement...',
|
||||||
@@ -940,6 +944,7 @@ const fr = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const de = {
|
const de = {
|
||||||
|
autodetect_fields: 'Felder erkennen',
|
||||||
analyzing_: 'Analysiere...',
|
analyzing_: 'Analysiere...',
|
||||||
download: 'Download',
|
download: 'Download',
|
||||||
downloading_: 'Download...',
|
downloading_: 'Download...',
|
||||||
@@ -1128,6 +1133,7 @@ const de = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const nl = {
|
const nl = {
|
||||||
|
autodetect_fields: 'Velden detecteren',
|
||||||
analyzing_: 'Analyseren...',
|
analyzing_: 'Analyseren...',
|
||||||
download: 'Downloaden',
|
download: 'Downloaden',
|
||||||
downloading_: 'Downloaden...',
|
downloading_: 'Downloaden...',
|
||||||
|
|||||||
Reference in New Issue
Block a user