1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-21 07:56: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/row

View file

@ -129,34 +129,3 @@ export default {
},
}
</script>
<i18n>
{
"en": {
"rowEditFieldFile": {
"addFile": "Add a file",
"sizes": {
"0": "Bytes",
"1": "KB",
"2": "MB",
"3": "GB",
"4": "TB",
"5": "PB"
}
}
},
"fr": {
"rowEditFieldFile": {
"addFile": "Ajouter un fichier",
"sizes": {
"0": "Octet(s)",
"1": "Ko",
"2": "Mo",
"3": "Go",
"4": "To",
"5": "Po"
}
}
}
}
</i18n>