Automatic json file upload

Is there any way to automatically upload json files to cockpit?
It would save me a lot of time if I didn’t have to add everything manually

In an Angular project, I have 3 translation files
en.json, fr.json, nl.json

Depending on the language selected in the application, I choose the translation from the file.

image