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:
parent
7fdfa3bc3f
commit
20c700cb33
174 changed files with 2600 additions and 4152 deletions
web-frontend/modules/database/components/row
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue