1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-15 05:30:24 +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/view/grid

View file

@ -721,26 +721,3 @@ export default {
},
}
</script>
<i18n>
{
"en": {
"gridView":{
"insertRowAbove": "Insert row above",
"insertRowBelow": "Insert row below",
"enlargeRow": "Enlarge row",
"deleteRow": "Delete row",
"rowCount": "No rows | 1 row | {count} rows"
}
},
"fr": {
"gridView":{
"insertRowAbove": "Insérer au dessus",
"insertRowBelow": "Insérer en dessous",
"enlargeRow": "Afficher la ligne",
"deleteRow": "Supprimer la ligne",
"rowCount": "Acune ligne | 1 ligne | {count} lignes"
}
}
}
</i18n>