The API the ui will use needs the following features
Get (paginate) through all translations. Optionally filter by search query for texts (original and translated), original lang, translated lang and if the translated lang is null.
Create a new translation
Update a translation
Delete a translation
We should be able to control access to each ui request based on custom logic that the user can define.
We need to create a ui to allow users to view the translations saved in the database.
It should
It should be built with Vue and Vuetify, and use an API to retrieve the translation information.
We also need to update the documentation for using this.