chore(i18n): initialize new package

This commit is contained in:
2023-02-27 13:55:26 +01:00
parent 4a73a8a4c0
commit 0a55df8638
40 changed files with 1701 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"@@locale": "en",
"youHavePushed": "You have pushed {count} times the bouton !",
"@youHavePushed": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"btnAddFile": "Add file",
"btnAddFileCaption": "Max size: 20MB"
}