diff --git a/public/locales/en/translations.json b/public/locales/en/translations.json index d6cf511..b4d2af2 100644 --- a/public/locales/en/translations.json +++ b/public/locales/en/translations.json @@ -139,9 +139,9 @@ "Content4": "This system is composed of three components, each with its well-defined purpose.", "ContentTitle": "More details about the concept", "Description": { - "Server": "Server description", - "Api": "API description", - "Frontend": "Frontend description" + "Server": "This component is the reverse proxy, without any additional functionality. It can be installed and used independently, without the other two components.", + "Api": "This is a REST API that has the role of gathering the data generated by the server and serving them to the frontend component.", + "Frontend": "This component is completely optional. Its sole purpose is to display various information about the activity and configurations of the server." }, "Actions": { "Documentation": "Documentation" diff --git a/public/locales/ro/translations.json b/public/locales/ro/translations.json index 8d8faba..1ca8aaa 100644 --- a/public/locales/ro/translations.json +++ b/public/locales/ro/translations.json @@ -130,9 +130,9 @@ "Content4": "Acest sistem este compus din trei componente, fiecare cu scopul său bine definit.", "ContentTitle": "Mai multe detalii despre concept", "Description": { - "Server": "Server description", - "Api": "API description", - "Frontend": "Frontend description" + "Server": "Această componentă este proxy-ul invers, fără nicio funcționalitate suplimentară. Poate fi instalat și utilizat independent, fără celelalte două componente.", + "Api": "Acesta este un API REST care are rolul de a colecta datele generate de server și de a le servi la componenta frontend.", + "Frontend": "Această componentă este complet opțională. Singurul său scop este de a afișa diverse informații despre activitatea și configurările serverului." }, "Actions": { "Documentation": "Documentație"