1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-03 08:29:54 +00:00

Resolve "Prepare for translation management tool"

This commit is contained in:
Bram Wiepjes 2022-01-26 16:04:13 +00:00
parent 7fdfa3bc3f
commit 20c700cb33
174 changed files with 2600 additions and 4152 deletions
web-frontend/modules/database/components/field

View file

@ -158,24 +158,3 @@ export default {
},
}
</script>
<i18n>
{
"en": {
"fieldForm":{
"name": "Name",
"fieldAlreadyExists": "A field with this name already exists.",
"nameNotAllowed": "This field name is not allowed.",
"nameTooLong": "This field name is too long."
}
},
"fr": {
"fieldForm":{
"name": "Nom",
"fieldAlreadyExists": "Un champ avec ce nom existe déjà.",
"nameNotAllowed": "Ce nom de champ n'est pas autorisé.",
"nameTooLong": "Ce nom de champ est trop long."
}
}
}
</i18n>